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 |
|
Pig Fang
|
2b827cf651
|
Add more events for authentication
|
2019-12-24 17:09:30 +08:00 |
|
Pig Fang
|
0195b0fbd0
|
Tweak path of options cache file
|
2019-12-23 23:28:46 +08:00 |
|
Pig Fang
|
cb9aaf35f1
|
Tweak test
|
2019-12-23 10:08:19 +08:00 |
|
Pig Fang
|
ae4be6fbda
|
Refactor static routes
|
2019-12-22 17:28:55 +08:00 |
|
Pig Fang
|
591b9969aa
|
Add filters for avatar
|
2019-12-22 17:22:05 +08:00 |
|
Pig Fang
|
9cc83dad30
|
Remove restriction of texture name and nickname
|
2019-12-22 10:46:10 +08:00 |
|
Pig Fang
|
e21fb0fa31
|
Inline some helper functions
|
2019-12-21 15:50:29 +08:00 |
|
Pig Fang
|
ab24dfe5bf
|
Add tests for Filters API
|
2019-12-21 10:41:38 +08:00 |
|
Pig Fang
|
25f9eb7f22
|
Mark verified for users from external services
|
2019-12-15 17:58:38 +08:00 |
|
Pig Fang
|
91fbb42431
|
Add OAuth client
|
2019-12-15 11:19:10 +08:00 |
|
Pig Fang
|
6ead313999
|
Apply php-cs-fixer
|
2019-12-14 11:10:37 +08:00 |
|
Pig Fang
|
920d45a723
|
Add "STAFF" badge for admin & show badges at texture detail page
|
2019-12-11 23:29:20 +08:00 |
|
Pig Fang
|
65d82fba64
|
Refactor
|
2019-12-10 23:40:32 +08:00 |
|
Pig Fang
|
cc3e5a9609
|
Fix tests
|
2019-12-10 10:57:03 +08:00 |
|
Pig Fang
|
f9b32c8e69
|
Check dependencies and conflicts before installing plugin
fixes #109
|
2019-12-09 23:30:49 +08:00 |
|
Pig Fang
|
66becb27d0
|
Detect Readme of plugin automatically
|
2019-12-08 23:58:44 +08:00 |
|
Pig Fang
|
ba93788fc9
|
Fix coverage
|
2019-12-05 22:35:19 +08:00 |
|
Pig Fang
|
551b1334fc
|
Fix test
|
2019-12-05 19:42:48 +08:00 |
|
Pig Fang
|
776e8652a0
|
Support specifying enchants.config in plugin
|
2019-12-05 19:28:12 +08:00 |
|
Pig Fang
|
bf4623c6ef
|
Add hooks for ReportController
|
2019-11-20 15:01:09 +08:00 |
|
Pig Fang
|
facc043df7
|
Upgrade dependencies
|
2019-10-07 22:40:48 +08:00 |
|
Pig Fang
|
82140b6893
|
Blade -> Twig (almost finished)
|
2019-09-19 22:13:25 +08:00 |
|
Pig Fang
|
3b1866ffba
|
Blade -> Twig
|
2019-09-18 23:06:48 +08:00 |
|
Pig Fang
|
146c12f26e
|
Restructure tests
|
2019-09-17 23:57:29 +08:00 |
|