Commit Graph

326 Commits

Author SHA1 Message Date
printempw
35c978697b fix checking file exists 2016-09-10 18:50:04 +08:00
printempw
5e3e1e64d4 fixed support for sub directory 2016-09-10 17:52:33 +08:00
printempw
fd622e2eb8 save session when terminate abnormally 2016-09-08 18:08:45 +08:00
printempw
c6bee0727f fix urls of assets for sub directory 2016-09-05 22:18:34 +08:00
printempw
691f26e736 fix UrlGenerator at error page 2016-09-04 17:05:30 +08:00
printempw
b73c819142 use Mail of laravel 2016-09-04 16:15:15 +08:00
printempw
1fa51927bb use composer to load helpers 2016-09-04 15:47:51 +08:00
printempw
681a56a741 use validator of laravel instead of Validate class 2016-09-04 15:35:12 +08:00
printempw
f5c9e08ad6 use validator of laravel 2016-09-03 23:50:55 +08:00
printempw
f30c7c8aa4 add timestamp to control cache of update sources 2016-09-03 22:09:13 +08:00
printempw
31001f15ae fix cache of requests with size 2016-09-03 21:12:13 +08:00
printempw
2b55346a0c fix undefined player_name at PlayerController 2016-09-03 21:06:01 +08:00
printempw
fde6005cbf fix preview with size 2016-09-03 21:04:34 +08:00
printempw
7ed653e876 separate event listeners from app core 2016-08-30 10:10:11 +08:00
printempw
fffb8fd441 add file cache for non-existent players 2016-08-30 08:55:02 +08:00
printempw
9f02cf26c1 use custom helpers instead of util classes 2016-08-29 23:31:43 +08:00
printempw
0dd6d0125c use redirect helper function 2016-08-29 23:12:45 +08:00
printempw
cfd289c0c8 add macros for responses 2016-08-29 22:48:55 +08:00
printempw
8196324f73 write data from cookie to session in a parent middleware 2016-08-29 22:46:57 +08:00
printempw
bde548de40 add PrettyPageException to handle exceptions which should be rendered 2016-08-29 19:47:30 +08:00
printempw
124b98f9d7 load some envs to config to prevent cache problems 2016-08-29 16:41:28 +08:00
printempw
1caae0dd75 add cache for json profiles of players 2016-08-29 15:28:20 +08:00
printempw
9290f1d2a7 fix rendering HttpException with whoops 2016-08-29 15:10:51 +08:00
printempw
1798d07210 update routes 2016-08-29 14:49:10 +08:00
printempw
3949ddd59c add events and listeners for cache 2016-08-29 14:25:24 +08:00
printempw
fc4b64ca34 enhance Option class 2016-08-29 14:23:53 +08:00
printempw
cebae55ca5 fix preview of double layer skins 2016-08-29 12:19:21 +08:00
Alexander Xia
03d5768f40 fix double layer skin preview 2016-08-29 02:34:54 +00:00
printempw
f11070dcf0 fix relative urls 2016-08-28 22:16:48 +08:00
printempw
ca775a2809 add options to service container 2016-08-28 22:15:09 +08:00
printempw
b7dc5e395e fix getting app version 2016-08-28 21:48:15 +08:00
printempw
776109f487 use Storage facade to manage files 2016-08-28 20:33:35 +08:00
printempw
cc74d4020d add installation check at BootServiceProvider 2016-08-28 18:33:47 +08:00
printempw
1e7030236e initialize for laravel 2016-08-28 10:05:21 +08:00
printempw
986b20a0ad add DocBlocks for Updater 2016-08-27 18:11:34 +08:00
printempw
6e726df521 add auto-update 2016-08-26 22:42:49 +08:00
printempw
6170144fb1 fix using deprecated mysql_escape_string() 2016-08-26 17:36:57 +08:00
printempw
56bfcd0b67 fix bug of register and deleting account 2016-08-26 13:22:48 +08:00
printempw
dddd66d49e move framework files to app/Core directory 2016-08-25 22:44:03 +08:00
printempw
e1525cfad4 fix clearing textures of player, close #31 2016-08-25 21:42:09 +08:00
printempw
889dfad9fa decide storage unit automatically 2016-08-25 13:26:53 +08:00
printempw
4de91cc543 add placeholders of table name for sqls 2016-08-25 13:25:55 +08:00
printempw
cece50e1a3 use SQL to calculate storage used 2016-08-24 22:43:30 +08:00
printempw
98505984e1 move framework files to App/Blessing 2016-08-24 22:43:04 +08:00
printempw
0e3418dc56 add migration for importing users and textures simultaneously 2016-08-20 21:08:46 +08:00
printempw
c6b2d6c1cc add migration for v2 users 2016-08-19 23:09:32 +08:00
printempw
1875210f3f update generateRndString 2016-08-18 21:51:39 +08:00
printempw
89acfaff8f add deleting invalid textures automatically 2016-08-17 18:08:51 +08:00
printempw
ced8e30797 rewrite Storage class to improve reusability 2016-08-17 13:16:46 +08:00
printempw
0e5d18c0a1 import option automatically if exists 2016-08-17 12:16:03 +08:00
printempw
4a862c6ecc notify user if texture file is deleted 2016-08-16 22:58:21 +08:00
printempw
3a9d1fc665 add logging in with your owned player names 2016-08-16 22:52:00 +08:00
printempw
0b17fa4799 rewrite the constructor of User class 2016-08-16 13:27:06 +08:00
printempw
08c54acae7 fix un-existent column 2016-08-14 13:31:56 +08:00
printempw
96ae3957f8 refactor Database class 2016-08-14 08:31:07 +08:00
printempw
76c305d8c3 add option for setting score of private textures 2016-08-13 23:25:10 +08:00
printempw
497c762879 fix calculating total pages 2016-08-13 22:31:24 +08:00
printempw
7b9077d085 fix indentation 2016-08-13 22:14:01 +08:00
printempw
e28be4cc32 fix relative urls, close #27 2016-08-13 21:41:53 +08:00
printempw
46bf958215 set default timezone when boot up 2016-08-12 17:59:14 +08:00
printempw
6dbcc7aacd fix non-static method 2016-08-11 22:56:36 +08:00
printempw
013edd87ac add default value for getting options 2016-08-11 18:10:14 +08:00
printempw
8b586bddf6 add pages for update 2016-08-11 13:17:30 +08:00
printempw
7d7432a374 add placeholders for comment script 2016-08-11 12:47:02 +08:00
printempw
d4623f453d use mbstring to split chinese characters 2016-08-10 23:00:15 +08:00
printempw
3d83f3278c fix bug at importing v2 textures 2016-08-10 22:46:17 +08:00
printempw
22be48c309 enhance performance at installation 2016-08-10 22:22:28 +08:00
printempw
fba53c1fe5 use PrettyPageHandler to handler errors while installing 2016-08-10 22:07:20 +08:00
printempw
8241e98121 add migrating textures from v2 to v3 2016-08-10 18:03:06 +08:00
printempw
ab472d8fd2 move boot procedure to Boot class 2016-08-10 13:02:16 +08:00
printempw
88f1ca4f23 add template for 403 2016-08-09 21:55:49 +08:00
printempw
066d468fa4 fix bug of converting object to string 2016-08-09 21:41:45 +08:00
printempw
3d3b2541dc use version_compare() to check PHP version 2016-08-09 13:20:18 +08:00
printempw
6cef94924e add checking for updates 2016-08-09 13:18:27 +08:00
printempw
2926f28add abstract Application class 2016-08-08 22:19:12 +08:00
printempw
2934273086 redirect /api/textures request to real location 2016-08-08 17:49:47 +08:00
printempw
b72252d109 fix support for chinese player names 2016-08-07 17:09:34 +08:00
printempw
c0363f5915 add option of adding query string to avatar 2016-08-07 16:56:54 +08:00
printempw
03da79e482 enhance installation checking at entrance 2016-08-07 16:27:55 +08:00
printempw
659e1ec200 fix namespaces for class Validate 2016-08-06 21:54:02 +08:00
printempw
baeb967857 use Validate class in setup 2016-08-06 19:54:03 +08:00
printempw
8b9d902908 decouple migrations 2016-08-06 19:45:18 +08:00
printempw
9a249fa7ab rename functions of validating 2016-08-06 19:38:37 +08:00
printempw
91c388b991 notify if password resetting is disabled 2016-08-06 19:12:39 +08:00
printempw
d35a492576 fix support of error control operators 2016-08-06 18:47:10 +08:00
printempw
a14c1c1a0e fix bug of checking parameters 2016-07-29 21:22:33 +08:00
printempw
2e2f15ac1a add default value for some fields 2016-07-29 21:14:05 +08:00
printempw
4b54b218d5 fix bug when accessing skinlib without logging in 2016-07-29 18:53:20 +08:00
printempw
c6d0f9f6b7 fix bug of namespace 2016-07-29 17:47:58 +08:00
printempw
c6a20e910a add operation of setting/canceling admins #21 2016-07-29 15:31:05 +08:00
printempw
63bc3ec4e0 add option of signing after 0:00 a.m. #21 2016-07-29 13:57:20 +08:00
printempw
ce099562d2 adapt to new score options 2016-07-29 12:46:19 +08:00
printempw
d24bd761b8 fix table prefix at installation 2016-07-29 12:45:35 +08:00
printempw
7b0dc771ba add option page of score #21 2016-07-29 11:52:45 +08:00
printempw
3107cc2bcb ban player simultaneously when its owner is banned 2016-07-28 16:25:20 +08:00
printempw
dcbaabaa35 fix column of textures table 2016-07-28 16:21:02 +08:00
printempw
74caacf6df enhance send method of Mail class 2016-07-28 15:49:36 +08:00
printempw
9ea7b15e9e update .gitignore 2016-07-28 15:25:35 +08:00
printempw
881d73263a add installation pages 2016-07-28 15:10:19 +08:00
printempw
a0da888c1d make a wrapper for validating email 2016-07-28 15:09:29 +08:00
printempw
1ce097c4e9 add new permission for super administrators 2016-07-28 15:02:47 +08:00
printempw
02d2102687 abstract boot steps elegantly 2016-07-28 12:01:00 +08:00
printempw
68d5062941 remove finally block 2016-07-28 11:50:35 +08:00
printempw
e3dccf23d6 enhance performance at homepage 2016-07-27 22:31:49 +08:00
printempw
acfc7c4478 make raw skin downloading more convenient 2016-07-27 18:52:46 +08:00
printempw
494d9c717b show error page when register is not allowed 2016-07-27 18:31:59 +08:00
printempw
b5e339cc0e login automatically after registeration 2016-07-27 18:28:54 +08:00
printempw
90675e7aeb fix bug of parameters 2016-07-27 18:09:45 +08:00
printempw
7f8f882458 fix privacy bug of skinlib 2016-07-26 13:36:24 +08:00
printempw
5f63daf075 add function of renaming texture 2016-07-24 15:56:23 +08:00
printempw
ea4faf6e33 fix many foolish bugs 2016-07-24 14:56:22 +08:00
printempw
beacdfa650 move the password method option from database to .env 2016-07-24 12:50:19 +08:00
printempw
cda005d5d6 enhance performance of ajax sign responce 2016-07-24 12:33:11 +08:00
printempw
f2c1c4a851 fix bug of total pages on skinlib 2016-07-24 11:12:52 +08:00
printempw
fca201178a fix bug of setting upload_at field 2016-07-24 09:36:34 +08:00
printempw
60c07d58c2 make error handler registration more elegant 2016-07-23 22:52:31 +08:00
printempw
04c475746b add function of deleting players 2016-07-23 21:46:20 +08:00
printempw
0e155a0f5c fix missing argument when upload texture 2016-07-23 21:43:42 +08:00
printempw
c978ce5594 add management page of players 2016-07-23 15:20:10 +08:00
printempw
e550add61a exit if user is banned 2016-07-23 14:23:11 +08:00
printempw
1a19bc065d fix bug of custom exception renderer 2016-07-23 14:10:53 +08:00
printempw
0de5c4ad53 working on admin panel 2016-07-22 19:36:24 +08:00
printempw
b4f1e12c00 add custom error handler 2016-07-22 13:48:33 +08:00
printempw
78d0e75d44 store custom texture names in closet 2016-07-22 10:45:36 +08:00
printempw
0de6ec510a abandon support of subdir 2016-07-22 08:55:41 +08:00
printempw
c099d6f4a0 first commit of v3 2016-07-21 22:01:57 +08:00