Commit Graph

556 Commits

Author SHA1 Message Date
DariusIII b54b436d95 Update ProfileController 2019-02-06 12:17:02 +01:00
DariusIII 8d2aa17b96 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-02-06 10:42:06 +00:00
DariusIII cccfa8c870 Update Mail and Jobs to use user directly 2019-02-06 11:41:43 +01:00
DariusIII 90cb0fc4fa Apply fixes from StyleCI
[ci skip] [skip ci]
2019-02-04 14:39:11 +00:00
DariusIII c12075b64b Update search code to reduce number of variables used in search function 2019-02-04 15:38:56 +01:00
DariusIII 5c4eb24576 Remove nfo and comments options from search function (searching for releases that are commented or have nfo) 2019-02-04 10:51:36 +01:00
DariusIII 3e1bb77df8 Remove SphinxSearch rules description as those do not apply anymore (not using raw queries but SphinxQL query builder) 2019-02-04 10:22:09 +01:00
DariusIII 186e9855b1 Remove unused Request class from AnidbController 2019-02-03 21:07:27 +01:00
DariusIII 87c6e5d64f Apply fixes from StyleCI
[ci skip] [skip ci]
2019-02-03 20:01:19 +00:00
DariusIII 50ff1b6181 Update code style of various files 2019-02-03 20:58:51 +01:00
DariusIII bab65321a9 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-01-31 19:18:57 +00:00
DariusIII 552a096d9a Update and fix code with php-cs-fixer 2019-01-31 20:17:57 +01:00
DariusIII 6a31eb0360 Add missing STATUS_DISABLED to admin/CategoryController 2019-01-31 13:24:57 +01:00
DariusIII ed487c1299 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-01-29 12:51:58 +00:00
DariusIII 08b8edbe2d Replace usage of array_ helper with Arr class directly to prepare for Laravel 5.8 changes 2019-01-29 13:52:01 +01:00
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 86b500bdb5 Update base laravel classess and middleware 2019-01-09 11:02:41 +01:00
DariusIII ebd29758e9 Fix switched categories for TV and PC for users excluded categories views 2019-01-08 12:40: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 8cfb30a35e Fix phpdoc block in ClearanceMiddleware 2018-12-19 22:39:14 +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