HDVinnie
d3d3438c61
(Fix) TwoStep Auth System 🐛
...
- TODO: move views to be dependant and not a extension of default blade.
2019-01-10 21:24:35 -05:00
HDVinnie
992d55922d
(Update) Http2ServerPush Middleware 🚀
...
- prevent duplicate header links
2019-01-09 09:16:23 -05:00
HDVinnie
655184b8dc
(Update) Append Missing License 🚀
2018-12-16 19:34:10 -05:00
HDVinnie
2f2c52328b
Apply fixes from StyleCI
2018-12-06 22:57:41 +00:00
HDVinnie
00bb324053
Apply fixes from StyleCI
2018-12-06 14:42:13 +00:00
HDVinnie
ed3e33c19b
(Update) CheckIfOnline Middelware
2018-12-02 15:53:23 -05:00
HDVinnie
df94b53917
(Fix) CheckIfOnline Middelware
...
- dont register banned users as online
2018-12-02 12:37:37 -05:00
HDVinnie
87563a2473
(Update) Refator Toastr Notifications
2018-11-12 11:14:41 -05:00
Laravel Shift
2f98c05614
Shift Middleware
2018-10-28 01:45:02 +00:00
HDVinnie
ac5e15b141
(Update) Rework Group Queries
...
- use select and not pluck
2018-10-16 22:18:41 -04:00
HDVinnie
14341a6964
(Update) Optimize Queries
2018-10-16 21:45:15 -04:00
HDVinnie
895bbb66e3
(Update) Optimize Many Queries
...
- reduce load
2018-10-16 21:27:47 -04:00
HDVinnie
dc0dfd176e
(Update) Group Handling
2018-09-17 19:09:12 -04:00
Laravel Shift
5c1c56d2ca
Adopt PSR-2 coding style
...
The Laravel framework adopts the PSR-2 coding style in version 5.1.
Laravel apps *should* adopt this coding style as well. Read the
[PSR-2 coding style guide][1] for more details and check out [PHPCS][2]
to use as a code formatting tool.
[1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md
[2]: https://github.com/squizlabs/PHP_CodeSniffer
2018-07-18 20:13:14 +00:00
HDVinnie
db9feef9c9
(Update) Import Facade’s Explicitly
2018-07-11 11:21:33 -04:00
HDVinnie
2525f5ff8d
(Update) Adopt PSR-2 Coding Style
...
- General Cleanup
2018-07-11 11:15:06 -04:00
HDVinnie
6441ca7fb7
(Update) Mass Controllers Cleanup
2018-06-06 23:49:27 -04:00
poppabear8883
afad6aca27
(Update) Cleanup Trait
...
- Removed unused request
- Updated scope on trait method to private
- Add type hint in middleware method
2018-03-22 09:22:40 -04:00
HDVinnie
f3010a3d49
(Update) Update Middelware
...
- remove facade use and replace with helpers
- cleanup
2018-03-21 12:03:16 -04:00
HDVinnie
5a670e3b4b
(Update) Remove Broken Session Lockscreen
...
- removed session locking until better system is thought out
- #2
2018-03-20 14:12:16 -04:00
HDVinnie
4efd2d207a
(Update) Refactoring
...
- autoBan
- LoginController
- Middleware
- Routes
2018-02-14 15:11:17 -05:00
HDVinnie
50638db9af
Merge branch 'master' into shift-6100
2018-02-14 16:17:19 +01:00
Hyleus
777bb63880
Change license to AGPL
2018-02-12 17:27:32 +01:00
Laravel Shift
52c8016b4e
Shift Middleware
2018-02-06 21:47:44 +00:00
HDVinnie
7f4987a92d
(Update) Users Security Settings
...
- Ability for user to turn on or off TwoStepAuth
2018-01-25 18:23:07 -05:00
HDVinnie
99f6a5e21f
(Feature) TwoStepAuth Initial Release
2018-01-25 18:10:53 -05:00
Laravel Shift
b02e933c19
Shift Middleware
2018-01-18 01:04:20 +00:00
Laravel Shift
0e48e34c8a
Adopt PSR-2 coding style
...
The Laravel framework adopts the PSR-2 coding style in version 5.1.
Laravel apps *should* adopt this coding style as well. Read the
[PSR-2 coding style guide][1] for more details and check out [PHPCS][2]
to use as a code formatting tool.
[1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md
[2]: https://github.com/squizlabs/PHP_CodeSniffer
2018-01-18 01:04:19 +00:00
HDVinnie
146399be62
(Update) Http2ServerPush
...
- No longer do images
- enabled in kernel
2018-01-12 11:18:14 -05:00
HDVinnie
05601df28b
(Feature) Http2ServerPush
...
- Info regarding ServerPush http://blog.xebia.com/http2-server-push/
- I currently have it disabled in the kernel
- This should only be used if you first raise your
```
fastcgi_buffers
fastcgi_buffer_size
```
- From my testing this is well worth it and does speed up UNIT3D
2018-01-10 12:20:38 -05:00
Hyleus
a5c1ea3a61
Make peer_id exempt from trimming
2018-01-07 11:50:43 +01:00
Hyleus
8964244c7b
Fix infohash trimming
2018-01-07 11:40:53 +01:00
Hyleus
eaa684f668
Make LanguageCensor a helper
2017-12-29 15:58:13 +01:00
Hyleus
d638122fa6
Simplify redact/replace system
2017-12-29 09:37:18 +01:00
HDVinnie
0691df1d43
(Feature) Replace/Redact Language Censor System
2017-12-28 13:48:53 -05:00
HDVinnie
e1934a2657
(Feature) User Language System
...
- Need more lang files translated
- Closes #25
2017-12-27 22:04:16 -05:00
HDVinnie
77a8c2140a
(Update) NOTICE OF LICENSE
...
- Updated Author Names To Match GitHub Usernames For Clarity.
2017-12-15 22:45:37 -05:00
poppabear8883
e58563c88e
Reformatted per psr-2 coding standards
2017-12-12 21:50:27 -05:00
HDVinnie
5a32c2c38d
(Release) UNIT3D v1.0
...
- BETA
- There are bugs and features not yet complete
- This is not recommended for production use
2017-12-10 21:06:18 -05:00