Pig Fang
2f08a7db37
New plugin API: pushMiddleware
2019-07-03 19:33:08 +08:00
Pig Fang
7a7cc2ddd9
Notifications
2019-07-03 16:19:13 +08:00
Pig Fang
e8108959e3
New plugin API: addUserBadge
2019-07-02 23:34:27 +08:00
Pig Fang
be9f6011bb
Enable strict types partially
2019-07-02 22:22:05 +08:00
Pig Fang
00d7d5481e
Allow to use relative path at PLUGINS_DIR
2019-07-01 21:25:25 +08:00
Pig Fang
5229340412
Allow open in new tab for side bar links
2019-06-29 00:07:40 +08:00
Pig Fang
cd84f1f8a6
add configurable "Explore" menu
2019-06-28 23:47:30 +08:00
Pig Fang
13b18c2489
Append version for requesting plugin assets
2019-05-02 15:38:00 +08:00
Pig Fang
bae2a5d3a8
Fix #38
2019-04-22 09:52:45 +08:00
Pig Fang
ade8b0e5a6
Bundle certificate ( fix #36 )
2019-04-19 23:15:05 +08:00
Pig Fang
8eb174a6dc
Apply fixes from StyleCI ( #35 )
2019-04-19 19:36:36 +08:00
Pig Fang
5e42368d69
New hash algorithm: Bcrypt
2019-04-08 21:53:00 +08:00
Pig Fang
d7b78324f8
Simplify downloading packages
2019-04-05 17:23:27 +08:00
Pig Fang
293668960a
Add test for addRoute
hook
2019-04-05 09:31:36 +08:00
Pig Fang
b23538c47e
Return plugin name as-is if plugin is unavailable ( fix #32 )
2019-04-03 22:43:14 +08:00
Pig Fang
50e855bb71
Fix loading resources from CDN
2019-03-31 14:38:17 +08:00
Pig Fang
d16e7a3dfa
Generate manifest for cache issues
2019-03-31 13:12:56 +08:00
Pig Fang
7589ec8f2b
Use buttons from Element UI
2019-03-30 18:36:01 +08:00
Pig Fang
e71e74cd5b
Rework Option
2019-03-23 15:44:16 +08:00
Pig Fang
2267a2cadb
Remove UserRepository
2019-03-23 11:06:36 +08:00
Pig Fang
6793ccea30
Remove unused code
2019-03-22 11:13:21 +08:00
Pig Fang
0f20e99ac1
Fix plugin-related issues
2019-03-21 19:45:52 +08:00
Pig Fang
ceac906771
Rename column player_name
to name
2019-03-13 13:16: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
e528547b89
Laravel 5.8 ( #5 )
2019-02-27 23:44:50 +08:00
Pig Fang
8255765ce4
check plugin instance before retrieving version
2019-02-16 16:56:53 +08:00
Pig Fang
b64e769f5a
Copy plugin assets if version changed
2018-11-21 23:32:32 +08:00
Pig Fang
889e461bd6
Update the structure of plugins_enabled
field
2018-11-21 22:53:27 +08:00
Pig Fang
02b7c6158d
Process assets of plugins
2018-10-19 22:47:01 +08:00
Pig Fang
1a079c90c4
Upgrade to Laravel 5.7
2018-09-06 16:26:03 +08:00
Pig Fang
7ec7eb2467
Fix big offset for Hook::addMenuItem
2018-08-21 14:43:46 +08:00
Pig Fang
6b4812b251
Add plugin marketplace
2018-08-19 11:39:14 +08:00
printempw
6d505d275b
Fix Hook::registerPluginTransScripts method
2018-08-17 22:54:54 +08:00
Pig Fang
2305a80102
Remove Utils class
2018-08-17 22:54:26 +08:00
printempw
8139bb7b0f
Tweak code style of App\Services\Hook
2018-08-17 22:24:18 +08:00
Pig Fang
aa149f4f3e
Allow overriding translations
2018-07-22 11:06:16 +08:00
Pig Fang
a646d76bf3
Remove cipher CrazyCrypt1
2018-07-20 15:07:48 +08:00
Pig Fang
fdf618b2be
Use Laravel's auth system and use another captcha generator
2018-07-20 14:42:43 +08:00
Pig Fang
709baae712
fix and revert
2018-07-13 23:19:59 +08:00
Pig Fang
c82d9e55a4
fix l10n on option form
2018-07-13 22:56:48 +08:00
Pig Fang
5f3155baa4
fix closure arguments in Arr::where
2018-07-11 16:07:29 +08:00
printempw
def8cc39b6
Add support for localized options
2018-07-06 14:46:25 +08:00
printempw
f2477f437b
Use composer/semver to compare versions
...
Remove Utils::versionCompare method.
2018-06-30 16:31:39 +08:00
printempw
40485253ec
Refine hashing uploaded file
...
Remove Utils::upload method.
Add bs_hash_file helper function.
Add HashingFile event.
2018-06-30 16:05:00 +08:00
printempw
4da044146f
Update the parameter of PluginManager::getUnsatisfiedRequirements method
2018-06-29 18:14:55 +08:00
printempw
cae51b3a7a
Add dependency definition for plugins
2018-06-29 15:55:56 +08:00
printempw
86a5631431
Add composer support for plugins
2018-06-28 23:32:27 +08:00
printempw
0a307e9221
Refine texture preview generation
...
The methods in App\Services\Minecraft now accept binary image data as their first parameter.
The parameters of Minecraft::generatePreviewFromSkin is reordered.
Fix skin preview for Alex model textures.
Add more parameters to Minecraft::generatePreviewFromCape for specifying image size.
2018-06-28 21:55:33 +08:00
printempw
c45b478de2
Add .env variables for customizing the path to load plugins from
2018-06-28 12:32:58 +08:00
printempw
c9f9a8ddb2
Fix placeholder of OptionFormText
2018-06-19 12:35:01 +08:00