Commit Graph

566 Commits

Author SHA1 Message Date
DariusIII 3329c2a5b2 Use compact where possible in ForumController 2019-02-27 10:43:05 +01:00
DariusIII d4113e2b0f Fix return declarations in multiple controllers 2019-02-26 22:26:42 +01:00
DariusIII 60c81ea1c8 Fix Releases class instantiation 2019-02-25 23:19:54 +01:00
DariusIII 6e812e43f7 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-02-25 12:00:39 +00:00
DariusIII 5bd1283d30 Properly handle rss feeds 2019-02-25 13:00:24 +01:00
DariusIII e0bdc6eab0 Fix rss routing, remove dead routes from web.php 2019-02-25 11:10:32 +01:00
DariusIII 1c412eae65 Merge branch 'dev' of https://github.com/NNTmux/newznab-tmux into dev 2019-02-25 00:04:18 +01:00
DariusIII c8ad8a05d8 Update link to rss help 2019-02-25 00:04:01 +01:00
DariusIII 806714f955 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-02-24 22:53:07 +00:00
DariusIII 9d0435505b Refactor RSS feeds 2019-02-24 23:52:50 +01:00
DariusIII a5cbf41e53 Move rss routes to their own route file 2019-02-24 16:18:48 +01:00
DariusIII 3f7d36af1a Fix return values check in RSScontroller 2019-02-24 15:35:39 +01:00
DariusIII 26004fff13 Move RSS route out of authentification 2019-02-24 15:29:55 +01:00
DariusIII e71517ef4c Change routes handling for api and rss 2019-02-24 14:54:50 +01:00
DariusIII 884aec9b10 Move user role assignment on registration to UserServiceObserver 2019-02-21 20:34:24 +01:00
DariusIII 13057be215 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-02-20 14:25:56 +00:00
DariusIII f973258b63 Add user API access tracking to ApiV2 2019-02-20 15:25:54 +01:00
DariusIII 094d683c3b Apply fixes from StyleCI
[ci skip] [skip ci]
2019-02-20 14:08:57 +00:00
DariusIII f2c1eaaddc Move certain user functions (api accessed and logged in) into specific events 2019-02-20 15:08:53 +01:00
DariusIII 623edaaedb Apply fixes from StyleCI
[ci skip] [skip ci]
2019-02-19 14:56:46 +00:00
DariusIII 40e7233727 Rename groups table to usenet_groups as groups is a reserved word in mysql now 2019-02-19 15:54:32 +01:00
DariusIII 423950ab29 Move role expiration and verification checks into separate script and schedule them in Kernel.php 2019-02-19 11:18:05 +01:00
DariusIII 0664b4df72 Fix addition of new blacklist regexes (Fixes issue #894) 2019-02-17 23:01:17 +01:00
DariusIII 1d39e369bc Apply fixes from StyleCI
[ci skip] [skip ci]
2019-02-08 10:29:40 +00:00
DariusIII b4010e271f Move account deletion emails sending to user observer 2019-02-08 11:29:15 +01:00
DariusIII d3159da0fa Add UserServiceObserver and move account verification to it 2019-02-07 12:24:27 +01:00
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