Commit Graph

525 Commits

Author SHA1 Message Date
DariusIII 4b4de3acef Replace usage of str_ helper with Str class directly to prepare for Laravel 5.8 changes 2019-01-29 13:33:35 +01:00
DariusIII 8f37840e82 Update BTC support to take into account current role expiration date 2019-01-29 09:32:51 +01:00
DariusIII 7d11f7c07a Apply fixes from StyleCI
[ci skip] [skip ci]
2019-01-25 12:21:09 +00:00
DariusIII 603655e974 Small optimizations in code, use compact where applicable 2019-01-25 13:20:55 +01:00
DariusIII 9d2e0b4107 Fix variable assignment error in QueueController 2019-01-23 09:30:02 +01:00
DariusIII ace420da1e Fix one more occurence of wrong data sent to search function 2019-01-22 11:04:49 +01:00
DariusIII b9eb3ef6da Fix error on search with argument 16 not being an array but null 2019-01-21 12:46:42 +01:00
DariusIII 1af6b517fa Fix minor issue in PredbController 2019-01-21 12:18:06 +01:00
DariusIII 26bb14e290 Update search, update matching 2019-01-21 11:27:47 +01:00
DariusIII e9c8029e23 Use only complete threaded update for binaries 2019-01-17 09:55:30 +01:00
DariusIII ee61b0542d Fix search error when tags are not set 2019-01-10 11:18:46 +01:00
DariusIII af22b71c3c Fix logic error in CollectionRegexesController 2019-01-04 12:36:27 +01:00
DariusIII ffc233a71d Fix bad checks in all regex related admin controllers 2019-01-04 12:27:12 +01:00
DariusIII d2dd3d8109 Fix adding new collection regexes 2019-01-04 12:20:05 +01:00
DariusIII bf4fd1232f Fix couple of issues introduced in previous commit 2019-01-03 11:38:45 +01:00
DariusIII d61765e7b8 Remove unused settings from settings seeder/fixtures and migrations from database/migrations folder. Remove everything related to menus as we do not use them 2019-01-03 11:26:29 +01:00
DariusIII 503283f398 Fix couple of leftover lines pointing to non-existing functions 2019-01-01 15:09:29 +01:00
DariusIII 9d88bad9cb Update User model and Admin\UserController 2018-12-27 13:53:13 +01:00
DariusIII 05aafc54bb Update failed releases controller, related route and BasePageController 2018-12-19 23:53:08 +01:00
DariusIII 1077c467d6 Remove Versions classes and all related data 2018-12-19 13:58:31 +01:00
DariusIII 14c0ed40f5 Add back logoutOtherDevices Auth function 2018-12-18 22:15:06 +01:00
DariusIII 39cfbbc90d Exclude ApiV2 functions from auth middleware in BasePageController 2018-12-18 22:00:26 +01:00
DariusIII 2116271ae6 Fix couple of issues introduced with API changes 2018-12-12 21:24:52 +01:00
DariusIII 90dc9bbfdb Fix User error on APIv2 and ApiTransformer data 2018-12-12 20:58:31 +01:00
DariusIII 3b311188bc Update user category exclusion handling in API and APIv2 2018-12-12 20:43:14 +01:00
DariusIII 327b6be8b2 Remove requirement for userid when using RSS, API and APIv2, its useless as we already have the token 2018-12-12 20:26:38 +01:00
DariusIII 112a5cd031 Merge branch 'dev' of https://github.com/NNTmux/newznab-tmux into dev 2018-12-05 12:14:03 +01:00
DariusIII 4a7f7c07fc Remove unneeded code from FailedReleasesController 2018-12-05 11:10:48 +01:00
DariusIII 8a52c77b79 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-12-05 09:29:42 +00:00
DariusIII 696cbf4000 Update ApiV2 controller 2018-12-05 10:29:21 +01:00
DariusIII 20b0154039 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-12-04 08:14:38 +00:00
DariusIII 5e1b7dafca Update web routes and LoginController 2018-12-04 09:14:03 +01:00
DariusIII 5011b97579 Fix MyMovies RSS feed 2018-11-23 10:25:28 +01:00
DariusIII a0ef260033 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-11-22 15:01:10 +00:00
DariusIII 27f6358dc3 Fix adding of movies to MyMovies (RSS still does not work) 2018-11-22 16:00:34 +01:00
DariusIII 8a82e49152 Change pointless 404 page usage where not needed, replace with redirects 2018-11-22 12:55:53 +01:00
DariusIII cd72b44294 Fix bad movie caching 2018-11-21 23:20:38 +01:00
DariusIII 68a63d1224 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-11-21 12:04:49 +00:00
DariusIII c978d45b2c Replace custom user email and password validation with laravel validation for user profile updates 2018-11-21 13:04:19 +01:00
DariusIII 352ab6877b Update MovieController 2018-11-19 15:29:41 +01:00
DariusIII 0158daf653 Merge branch 'dev' of https://github.com/NNTmux/newznab-tmux into dev 2018-11-19 15:12:50 +01:00
DariusIII c455f6072b Fix wrong link with bad data sent to failed releases controller in GetNzbController 2018-11-19 15:12:35 +01:00
DariusIII d2bdd6955f Update Console and Details controllers, change behaviour on missing data 2018-11-19 15:11:20 +01:00
DariusIII 202db73ffa Apply fixes from StyleCI
[ci skip] [skip ci]
2018-11-19 13:48:55 +00:00
DariusIII 880e49db0f Update ContentController, do not show 404 page on missing content but return json message 2018-11-19 14:48:38 +01:00
DariusIII fc06090852 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-11-19 12:48:33 +00:00
DariusIII ab36c87631 Fix display of contact form when logged in 2018-11-19 13:42:47 +01:00
DariusIII 24fe859b0b Update PHPDOC block return values in GetNzbController 2018-11-15 14:02:11 +01:00
DariusIII ed9ea66b4d Use chumper/zipper to generate zipped nzb files 2018-11-15 13:17:06 +01:00
DariusIII 8c11a6c38a Apply fixes from StyleCI
[ci skip] [skip ci]
2018-11-13 20:54:24 +00:00