Pig Fang
|
780b6800ba
|
remove unused code
|
2020-01-13 08:57:51 +08:00 |
|
Pig Fang
|
1829f1dab5
|
App\Services\Rejection -> Blessing\Rejection
|
2019-12-31 18:41:16 +08:00 |
|
Pig Fang
|
5b2d2743a6
|
remove unused code
|
2019-12-31 11:27:51 +08:00 |
|
Pig Fang
|
e97d2743fb
|
Clean up
|
2019-12-30 23:51:12 +08:00 |
|
Pig Fang
|
611f6c8cee
|
Remove Universal Skin API from core
|
2019-12-30 23:29:44 +08:00 |
|
Pig Fang
|
22128d360c
|
Remove deprecated player_name attribute on player instance
|
2019-12-30 17:04:19 +08:00 |
|
Pig Fang
|
6ead313999
|
Apply php-cs-fixer
|
2019-12-14 11:10:37 +08:00 |
|
Pig Fang
|
c5829ded76
|
CircleCI -> GitHub Actions
|
2019-12-03 11:40:06 +08:00 |
|
Pig Fang
|
64f25ef95f
|
Reset invalid texture when player retrieved
|
2019-04-23 23:34:04 +08:00 |
|
Pig Fang
|
b8b8a8493c
|
Add getter for compat
|
2019-03-31 23:55:07 +08:00 |
|
Pig Fang
|
b4ef665848
|
Refactor
|
2019-03-23 00:20:28 +08:00 |
|
Pig Fang
|
ceac906771
|
Rename column player_name to name
|
2019-03-13 13:16:51 +08:00 |
|
Pig Fang
|
cd2711942e
|
Enforce to use tid_skin
|
2019-03-13 11:24:04 +08:00 |
|
Pig Fang
|
5332589b65
|
Use Laravel's built-in updater
|
2019-03-02 23:47:51 +08:00 |
|
Pig Fang
|
3cf19d8656
|
Apply fixes from StyleCI (#11)
This pull request applies code style fixes from an analysis carried out by [StyleCI](https://github.styleci.io).
---
For more information, click [here](https://github.styleci.io/analyses/8wKwbZ).
|
2019-03-02 22:58:37 +08:00 |
|
Pig Fang
|
1ff8e631fe
|
Remove settings of preference (#8)
Resolve #6
|
2019-03-02 21:13:17 +08:00 |
|
Pig Fang
|
e528547b89
|
Laravel 5.8 (#5)
|
2019-02-27 23:44:50 +08:00 |
|
Pig Fang
|
2305a80102
|
Remove Utils class
|
2018-08-17 22:54:26 +08:00 |
|
printempw
|
16dbc6cff0
|
Fix timezone of Last-Modified header
|
2018-08-17 22:02:05 +08:00 |
|
printempw
|
3d9478a75c
|
Move Player::getBinaryTexture method to TextureController
|
2018-06-29 22:45:00 +08:00 |
|
printempw
|
5e00131db4
|
Fix tests for SQLite database
|
2018-02-23 10:22:11 +08:00 |
|
printempw
|
dd3f645e80
|
Adjust code style due to my OCD
|
2018-02-16 17:31:10 +08:00 |
|
Pig Fang
|
f4c21a0cb2
|
test(model): add tests for "player" model
|
2017-12-26 20:07:26 +08:00 |
|
Pig Fang
|
a413927980
|
Add tests for TextureController
|
2017-11-17 07:40:29 +08:00 |
|
Pig Fang
|
aaf612f2d9
|
Add tests for PlayerController
|
2017-11-14 23:25:04 +08:00 |
|
printempw
|
b7df1b362c
|
Reset invalid player textures automatically
|
2017-06-28 17:13:07 +08:00 |
|
gplane
|
ca9aded3df
|
Add option for choosing types of textures to be cleared
|
2017-04-26 23:39:10 +08:00 |
|
printempw
|
2461b47d75
|
clear unused imported namespaces
|
2017-01-18 22:57:15 +08:00 |
|
printempw
|
4ef6fba0c6
|
remove constant BASE_DIR
|
2016-11-21 21:50:24 +08:00 |
|
printempw
|
36925139db
|
fix escaping unicode player name
|
2016-11-11 21:19:45 +08:00 |
|
printempw
|
429dc7c7a7
|
fix using array as class contant
|
2016-10-23 12:19:19 +08:00 |
|
printempw
|
e35fa9b85a
|
refactor models
|
2016-10-23 11:41:52 +08:00 |
|
printempw
|
c09700ea57
|
enhance abstraction of Player model
|
2016-10-16 18:16:15 +08:00 |
|
printempw
|
d0a5191a61
|
abstract registering player
|
2016-10-07 16:06:38 +08:00 |
|
printempw
|
084e04c30a
|
add caching headers
|
2016-09-25 11:40:50 +08:00 |
|
printempw
|
eb8f33ef8f
|
fix bug of transferring player
|
2016-09-25 09:38:46 +08:00 |
|
printempw
|
6c1311db5e
|
add json helper function
|
2016-09-10 21:39:45 +08:00 |
|
printempw
|
681a56a741
|
use validator of laravel instead of Validate class
|
2016-09-04 15:35:12 +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
|
bde548de40
|
add PrettyPageException to handle exceptions which should be rendered
|
2016-08-29 19:47:30 +08:00 |
|
printempw
|
1caae0dd75
|
add cache for json profiles of players
|
2016-08-29 15:28:20 +08:00 |
|
printempw
|
776109f487
|
use Storage facade to manage files
|
2016-08-28 20:33:35 +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
|
ced8e30797
|
rewrite Storage class to improve reusability
|
2016-08-17 13:16:46 +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
|
3107cc2bcb
|
ban player simultaneously when its owner is banned
|
2016-07-28 16:25:20 +08:00 |
|