Commit graph

267 commits

Author SHA1 Message Date
Kijin Sung
06ce406390 Remove domain, port, and SSL settings from Advanced config screen 2017-03-04 21:25:58 +09:00
Kijin Sung
dcd4b8b046 Implement remainder of domain management screen 2017-03-04 17:06:12 +09:00
Kijin Sung
210b6b4147 Merge branch 'develop' into pr/multidomain 2017-03-01 21:50:51 +09:00
Kijin Sung
4ee115e4f3 Improve server environment display 2017-02-22 19:49:49 +09:00
Kijin Sung
a5c2783cf5 Implement domain management screen in admin module 2017-02-22 16:46:05 +09:00
Kijin Sung
5dba5f2015 Make some site-related changes to general config screen 2017-02-20 22:43:24 +09:00
Kijin Sung
b43c653186 Add options to control session keys and SSL-only attribute 2017-02-14 13:37:30 +09:00
Kijin Sung
2c5683f86f Add admin option to set allowed classes 2016-12-15 21:12:18 +09:00
Kijin Sung
ab004329c4 Save all email and SMS related config on the same screen 2016-11-12 15:53:56 +09:00
Kijin Sung
87b9f7bae6 Initial implementation of Notification Settings screen 2016-11-12 15:19:26 +09:00
Kijin Sung
07d53f3e7e Fix incorrect config name (DisplayHandler uses view.use_gzip) 2016-09-17 20:24:21 +09:00
Kijin Sung
cf6c5f727e Add option to control error logging 2016-09-14 13:13:29 +09:00
Kijin Sung
2d54687a52 Add slow remote requests to debug content 2016-06-08 16:15:32 +09:00
Kijin Sung
8f9eacee64 Add DB number to redis cache settings, and set the default to 1 2016-05-12 00:46:41 +09:00
Kijin Sung
ad8a07096c Allow tablets to be treated as mobile or not depending on configuration 2016-05-10 23:33:12 +09:00
Kijin Sung
9bdc30b325 Add options to customize the browser title format 2016-05-09 22:39:19 +09:00
Kijin Sung
f25e685209 Make OpenGraph configurable, and fix canonical URL to include mid 2016-05-09 11:51:11 +09:00
Kijin Sung
faf4b1ea54 Use global keywords and description if a module does not have its own SEO info 2016-05-08 23:23:27 +09:00
Kijin Sung
d87bbf635c Enable multi-language for site title and subtitle 2016-05-08 21:49:11 +09:00
Kijin Sung
e90f60de22 Add site subtitle 2016-05-08 21:14:50 +09:00
Kijin Sung
49a42abddb Move unrelated thumbnail setting out of the general config page 2016-05-08 20:56:22 +09:00
Kijin Sung
e4453712b5 Add option to set the site default image 2016-05-08 17:47:47 +09:00
Kijin Sung
06c6455488 Add option to control HTTP/2 server push 2016-05-06 22:07:02 +09:00
Kijin Sung
dfc72bf565 Merge pull request #483 from kijin/pr/loadfile-improvements
FrontEndFileHandler 개선 및 LESS/SCSS 스타일시트 지원
2016-05-05 20:26:19 +09:00
Kijin Sung
46f15e0a68 Fix incorrect display of default cache type in admin screen 2016-05-05 15:55:57 +09:00
Kijin Sung
d5caa823a2 Merge branch 'develop' into pr/loadfile-improvements 2016-05-05 15:42:08 +09:00
Kijin Sung
b15b39ece1 Initial implementation of CSS and JS concatenation 2016-05-04 21:40:42 +09:00
conory
cfa151b8c2 Context 변수 html_footer 충돌 문제 수정
관리자 페이지에서는 photoswipe 꺼두기
시스템 설정의 redirect_url 조정
2016-05-04 20:18:46 +09:00
Kijin Sung
85396efcf9 Ensure that the auth key is always available 2016-04-24 16:38:26 +09:00
Kijin Sung
3b8db58954 Merge branch 'develop' into pr/cache-refactor
Conflicts:
	modules/ncenterlite/ncenterlite.controller.php
2016-04-23 11:25:32 +09:00
conory
f930ec74f8 시스템 에러 메세지를 출력할 경우 403 HTTP 코드로 설정 2016-04-18 23:43:04 +09:00
Kijin Sung
8d733f1928 Change internal representation of cache groups 2016-04-18 17:41:00 +09:00
Kijin Sung
050a507707 Migrate cache configuration format, keeping backward compatibility 2016-04-17 19:52:31 +09:00
Kijin Sung
b8db18a242 Add dummy cache driver to use if no cache is configured 2016-04-17 16:44:38 +09:00
Kijin Sung
89ae581e55 Update admin module to use new Cache system 2016-04-17 15:01:42 +09:00
Kijin Sung
f2da3b086c More favicon improvements 2016-04-10 23:43:01 +09:00
Kijin Sung
cb229c2d66 Clean up namespaces 2016-03-14 21:04:27 +09:00
Kijin Sung
544170b530 Move IpFilter class to Security namespace 2016-03-13 10:24:52 +09:00
Kijin Sung
0adb13ca30 Add inRanges() and validateRanges() methods to IpFilter class 2016-03-13 10:18:52 +09:00
Kijin Sung
2effbea06f Update all other places to use new MediaFilter class 2016-03-13 09:59:26 +09:00
Kijin Sung
96154c8430 Add option to auto-select the language 2016-03-06 14:50:55 +09:00
Kijin Sung
7b0c24e67c Improve debug settings 2016-03-06 14:13:34 +09:00
Kijin Sung
7c4fc37dd3 Make debug log filename configurable 2016-02-15 14:28:57 +09:00
Kijin Sung
55c6d9dbab Add admin interface to control debug settings 2016-02-11 16:31:24 +09:00
Kijin Sung
eb84b57658 Fix #248 missing index.html in manual link 2016-02-11 15:31:51 +09:00
Kijin Sung
f3d3122787 Make object cache configurable via the admin UI 2016-02-11 13:32:55 +09:00
Kijin Sung
08cc9009b5 Reorganize default admin menu 2016-02-10 00:14:32 +09:00
Kijin Sung
605fdec1a2 Allow sitelock immediately after install (#160) 2016-02-08 22:00:17 +09:00
Kijin Sung
a499aa0d1f Fix inconsistent capitalization of Rhymix 2016-02-08 16:31:10 +09:00
Kijin Sung
f7aad28d2c Remove remaining references to getDBInfo() 2016-02-05 15:18:31 +09:00