Commit Graph

74 Commits

Author SHA1 Message Date
Pig Fang
5e051eadfe refactor 2020-05-08 23:16:13 +08:00
Pig Fang
b183dae6bd add API for closet management 2020-05-01 22:52:43 +08:00
Pig Fang
af351d211b rewrite players management page with React 2020-04-30 18:47:37 +08:00
Pig Fang
55990f24be fix searching textures in skin library 2020-04-27 18:46:22 +08:00
Pig Fang
1669269ca3 allow l10n of plugins market registry 2020-04-07 16:09:30 +08:00
Pig Fang
0f45600e21 add filters for login and registration 2020-04-06 11:13:56 +08:00
Pig Fang
b7ac9bbfa1 add signature check for visiting "reset" page 2020-03-30 10:01:37 +08:00
Pig Fang
5d9bb28281 attempt to fix "invalid signature" issue 2020-03-28 22:36:27 +08:00
Pig Fang
9f560c67bd rewrite "Translations" page with React 2020-03-28 18:25:12 +08:00
Pig Fang
aa835f7d03 rewrite login page with React 2020-03-27 22:56:08 +08:00
Pig Fang
04dfdfb6c2 run php-cs-fixer 2020-03-26 10:15:18 +08:00
Pig Fang
c219a0f03f rewrite skin library with React 2020-03-24 18:05:46 +08:00
Pig Fang
4c981529e1 add closet command for Web CLI 2020-03-21 17:30:44 +08:00
Pig Fang
4c52f82393 refactor pagination 2020-03-20 19:03:10 +08:00
Pig Fang
97705755c5 fix admin can't add private texture 2020-03-14 14:59:52 +08:00
Pig Fang
271c950ad9 add two new ways to install plugin 2020-03-12 10:41:41 +08:00
Pig Fang
ba757d98a8 refactor tests 2020-03-11 22:42:22 +08:00
Pig Fang
5d426e8c92 refactor: use HTTP client wrapper of Laravel 2020-03-09 17:18:36 +08:00
Pig Fang
6463a33744 refactor 2020-03-09 15:26:28 +08:00
Pig Fang
0eb7d50d1c upgrade to Laravel 7 2020-03-09 12:29:00 +08:00
Pig Fang
537d34c0bf increase PHP version requirement 2020-03-06 10:19:56 +08:00
Pig Fang
f3e57756a5 fix test 2020-03-05 17:09:30 +08:00
Pig Fang
9d624fd299 add filters for retrieving ip 2020-03-02 15:02:39 +08:00
Pig Fang
9ab8a5ca8b fix tests 2020-02-27 10:50:09 +08:00
Pig Fang
bec33650f0 fix missing alert when uploading duplicated texture
(fix #132)
2020-02-23 09:37:10 +08:00
Steven Qiu
1b0e1b154b
change judgement of duplicate textures (fix #132) (#133)
* change judgement of duplicate textures

* fix test
2020-02-23 08:38:36 +08:00
Pig Fang
76bf342681 Merge branch 'react' into dev 2020-02-16 10:07:23 +08:00
Pig Fang
100e5960e7 rework error pages and setup pages 2020-02-01 12:44:39 +08:00
Steven Qiu
ad528520ca Support custom textures storage directory (#127)
* Support custom textures storage directory

* fix test

* update changelog

Co-authored-by: Pig Fang <g-plane@hotmail.com>
2020-01-22 11:06:02 +08:00
Pig Fang
4c066ac38a make user report page be static 2020-01-21 11:07:20 +08:00
Pig Fang
7ecea9e7e6 new plugins management page 2020-01-16 12:33:14 +08:00
Pig Fang
4c735aa8e4 refactor plugins marketplace 2020-01-14 11:37:21 +08:00
Pig Fang
078fcf47ec refactor downloader 2020-01-14 10:58:20 +08:00
Pig Fang
092eedfdf4 refactor routes 2020-01-13 08:37:57 +08:00
Pig Fang
4a97edbd53 remove middlewares for profile API 2020-01-12 17:12:00 +08:00
Pig Fang
f46737c8e3 remove "CheckPlayerExists" event in some places 2020-01-12 12:09:58 +08:00
Pig Fang
97ec85b289 remove cache for profile json 2020-01-12 10:28:43 +08:00
Pig Fang
6b3446cf86 display 3D avatar when applying texture to player 2020-01-12 09:57:55 +08:00
Pig Fang
b1ccdb47f2 switch server-side texture renderer 2020-01-12 09:27:39 +08:00
Pig Fang
6c221c28d6 refactor updater 2020-01-06 22:47:29 +08:00
Pig Fang
d7a60a842d remove auto update check 2020-01-05 17:37:56 +08:00
Pig Fang
3c8f820780 remove unreachable code 2020-01-05 11:24:30 +08:00
Pig Fang
516c5ef762 add more events about players 2020-01-05 11:05:22 +08:00
Pig Fang
9988520f45 fixed avatar can't be resized
when requesting an non-existed user
2019-12-31 23:03:37 +08:00
Pig Fang
1829f1dab5 App\Services\Rejection -> Blessing\Rejection 2019-12-31 18:41:16 +08:00
Pig Fang
611f6c8cee Remove Universal Skin API from core 2019-12-30 23:29:44 +08:00
Pig Fang
07566c4c16 Remove Legacy API from core 2019-12-30 11:09:01 +08:00
Pig Fang
d40726a718 App\Services\Filter -> Blessing\Filter 2019-12-29 11:49:31 +08:00
Pig Fang
9eae104402 Invoke Parsedown directly 2019-12-25 15:48:34 +08:00
Pig Fang
cf497ad38c Change method of retrieving IP 2019-12-24 23:59:25 +08:00