forked from HDInnovations/UNIT3D
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to 1.9.1 #1
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To conform with PSR-16 Laravel 5.8 changed the cache expiration time from minutes to seconds. If you were passing an integer, Shift converted this to its integer equivalent in seconds. If you were passing a "minutes" variable, Shift converted this to the relative date time equivalent for readability.
Apply fixes from StyleCI
Apply fixes from StyleCI
Apply fixes from StyleCI
Currently 5 out of the 6 sortable links on the torrent results page are named "S". Renamed to Created, Size, Completed, Seeders and Leechers.
Fix sortablelink names on torrent results blade
(Fix) Torrent delete
Apply fixes from StyleCI
- prevent duplicate uploads by making sure hash and name are unique.
- as per request. a way to see all user registered seedboxes from staff dashboard.
Remove inline JS, add attributes to pass to helper.
Add configExtensionBuilder to add sweetalert2 to config. Add basic documentation for better referencing. *** NOTE *** THIS PR DOES NOT ADDRESS THE BROKEN CONFIG SAVING OF SEVERAL KEYS/VALUES. 500 ERRORS WILL STILL OCCUR AND SOME VALUES MAY STILL NOT CHANGE. THIS WILL BE ADDRESSED EVENTUALLY.
(Port) Tooltips To SweetAlert In Admin Config Manager
Add posters to groupings view.
Add movie posters.
Add posters
Add posters.
Another PR made columns too wide for Completed, Seeders, Leeders. Consulted with @HDVinnie and came to agreement on C / S / L short forms to reduce column width. Long term: Fix sortable link call.
Put poster call in facetedSearch class so that it can be called every time results are generated.
(Update) Torrent Results Views
Remove inline JS.
Move upload torrent title parser to HELPER.
(Move) Upload Title Parser To Helper
Attempt to resolve broken . bug in upload title parser.
(Update) Helper JS
Fix previous commit. Wrap.
(Fix) Helper Js
Laravel 5.8 Shift
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.