Kijin Sung
97e14fee65
Fix incorrectly capitalized class names in file module
2022-12-27 23:13:10 +09:00
Kijin Sung
0b5d9858a7
Fix deprecation warning
2022-12-27 23:11:40 +09:00
Kijin Sung
bc3502988e
Fix incorrectly capitalized class names in document and comment modules
2022-12-27 23:09:25 +09:00
Kijin Sung
4fe893ee86
Merge remote-tracking branch 'origin/develop' into develop
2022-12-27 23:07:10 +09:00
Kijin Sung
0e2940985f
Move unnecessary method in ModuleMobile to ModuleView
2022-12-27 23:06:52 +09:00
Kijin Sung
f5bd3a15ef
Fix incorrectly capitalized class names in module module
2022-12-27 23:05:01 +09:00
Kijin Sung
b1206b9cf1
Fix incorrectly capitalized class names in member module
2022-12-27 23:03:46 +09:00
Kijin Sung
e2e0f076a0
Rename device.php to uppercase Device.php
2022-12-27 23:02:03 +09:00
Kijin Sung
3761f92cef
Fix type error when legacy methods are called with inappropriate types
2022-12-27 22:54:52 +09:00
Kijin Sung
db3fb20a52
Fix optional parameter before required parameter
2022-12-27 22:54:31 +09:00
Kijin Sung
f74976508e
Let's see some deprecation warnings now
2022-12-27 22:44:45 +09:00
Kijin Sung
e0e4da50b7
Fix incorrect detection of admin user when writer is anonymous
2022-12-27 22:44:30 +09:00
Kijin Sung
7f0753454f
Move remainder of usable actions to respective controller classes
2022-12-27 22:43:39 +09:00
Kijin Sung
01b408fb6b
Move procAdminRecompileCacheFile() to its own class
2022-12-27 21:58:28 +09:00
Kijin Sung
b9e55c05e6
Move remainder of system config actions to respective controller classes
2022-12-27 21:48:54 +09:00
Kijin Sung
ba18143dd6
Move domain config actions and related methods to Domains controller
2022-12-27 21:24:39 +09:00
Kijin Sung
a95ef14b8d
Fix backward compatibility with admin module
2022-12-27 11:06:28 +09:00
Kijin Sung
9c424f2d6f
Move procAdminLogout to Dashboard controller
2022-12-27 00:03:03 +09:00
Kijin Sung
5d6a16cdf9
Move server environment related actions to ServerEnv class
2022-12-27 00:00:14 +09:00
Kijin Sung
c93dea90e0
Move admin dashboard to Dashboard controller
2022-12-26 23:50:40 +09:00
Kijin Sung
93947a7f51
First step of reorganizing admin module into namespaces
2022-12-26 23:19:37 +09:00
Kijin Sung
4c65499ab1
Allow the install class of a module to be inside the controllers directory
2022-12-26 17:16:07 +09:00
Kijin Sung
33bef05b09
Update Korea IP range database
2022-12-26 17:08:43 +09:00
Kijin Sung
e4a7ac794d
Make <select> style consistent in Chrome and Firefox
2022-12-26 16:57:49 +09:00
Kijin Sung
cc2a8597b5
Fix forward-incompatible use of null in DateTime constructor
2022-12-26 16:45:53 +09:00
Kijin Sung
d3b9e8400e
Update .gitattributes
2022-12-26 16:39:29 +09:00
Kijin Sung
5fff6b6eab
Move all composer files inside the common directory
...
- 2022년 3월 개발팀 결정사항 적용
- 모듈 등 서드파티 자료 개발시 composer를 사용하면 상위 경로에 있는 코어의
composer.json을 수정하고, 코어의 vendor 디렉토리를 건드리는 것이 기본값임
- 이를 방지하기 위해 코어의 composer.json과 vendor를 common 디렉토리 안으로
이동하여, 모듈 경로에서 상위 폴더로 인식하지 않도록 함
2022-12-26 16:33:32 +09:00
Kijin Sung
7b912d21fc
Fix include filename of IpFilter.php
2022-12-26 16:27:36 +09:00
Kijin Sung
b00f8b63d1
Remove unnecessary arguments and deprecated function calls
...
- Originally committed on April 3, 2022
2022-12-26 16:24:27 +09:00
Kijin Sung
17279c264b
Add support for short download URLs #1875 #1922
...
- Originally committed on April 3, 2022
- Thanks to @misol @conory
- getDownloadUrl()에서 기존 메소드 형태 최대한 그대로 유지하는 방향으로 작업
(단, source_filename 파라미터를 전달하지 않으면 긴주소로 강제됨)
- getDirectFileUrl()의 불필요하게 복잡한 코드 정리
- getFileList()에서 이미지가 아닌 파일도 절대경로를 반환하도록 수정
- procFileDownload, procFileOutput에서 URL에 포함된 파일명을 검증하도록 하여
동일한 첨부파일에서 파일명 부분만 변형한 링크를 무한 생성할 수 없도록 함
- 짧은주소 미사용시 불필요한 module_srl 파라미터 제거
2022-12-26 16:23:19 +09:00
Kijin Sung
0029d1a1ec
Rename all common/framework source files to be case-sensitive
2022-12-26 16:13:09 +09:00
Kijin Sung
60fd7d7cf2
Move cacert.pem loader to autoload.php
2022-12-26 02:36:44 +09:00
Kijin Sung
9cb1e3e3fc
Preload all classes that are referenced in autoload.php
2022-12-26 02:34:21 +09:00
Kijin Sung
a07307d343
Change autoloader to support case-sensitive class files + fix lang path for namespaced modules
2022-12-26 02:30:59 +09:00
Kijin Sung
7218e4fac6
Remove nginx help document (see official documentation instead)
2022-12-26 01:17:52 +09:00
Kijin Sung
426a971c6c
Remove $relax_key_checks because we are no longer using Flash uploader
2022-12-26 01:08:04 +09:00
Kijin Sung
b7a975a54d
Fix incorrect capitalization of URL class name
2022-12-26 01:01:36 +09:00
Kijin Sung
9d3b5924e9
Convert DB class into an alias of Rhymix\Framework\DB, instead of extending it
2022-12-26 01:00:25 +09:00
Kijin Sung
07c809a9ef
Use compoer/ca-bundle instead of using our own cacert.pem
2022-12-26 00:57:50 +09:00
Kijin Sung
e86894c697
Add composer/ca-bundle and enshrined/svg-sanitize
2022-12-26 00:56:12 +09:00
Kijin Sung
735d3dd97c
Minimum version is actually PHP 7.2.5 because of dependencies
2022-12-26 00:51:28 +09:00
Kijin Sung
a667228f29
Change rhymix.less back to rhymix.scss because the LESS converter seems to be abandoned :(
2022-12-26 00:50:02 +09:00
Kijin Sung
e93b44aa3a
Update SCSS compiler integration code to work with newer version of scssphp ( fixes #1962 )
2022-12-26 00:35:53 +09:00
Kijin Sung
da5697a5be
Separate Swift Mail transport into own file outside of vendor directory
2022-12-26 00:25:58 +09:00
Kijin Sung
fbda332c0a
Update test for contenteditable="false"
2022-12-26 00:20:48 +09:00
Kijin Sung
e79493bda5
Update composer.json for PHP 7.2
2022-12-26 00:19:37 +09:00
Kijin Sung
35a93f3928
Remove code that uses defuse/php-encryption (from next branch)
2022-12-25 19:45:12 +09:00
Kijin Sung
0ed1cfdef7
Support YYYY-MM-DD HH:MM:SS format and ISO 8601 format in zdate(), ztime(), and related functions
2022-12-24 22:57:18 +09:00
Kijin Sung
23a827923e
Support timestamp() with customizable format in XML query
2022-12-24 22:38:18 +09:00
Kijin Sung
28323f1bb8
Check PHP version in common/autoload.php
2022-12-23 02:04:25 +09:00