Commit Graph

453 Commits

Author SHA1 Message Date
DariusIII 5d5b1fc3e7 Fix site stats admin page 2019-03-20 15:39:32 +01:00
DariusIII 6d23463ec5 Fix missed renames for root_categories table 2019-03-15 11:50:58 +01:00
DariusIII ae4e3e80b9 Fix resetting groups in admin area 2019-03-14 14:33:33 +01:00
DariusIII d1f4ded706 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-03-12 22:17:11 +00:00
DariusIII 607404dd66 Merge branch 'feature/dev-refactor-categories' of https://github.com/NNTmux/newznab-tmux into feature/dev-refactor-categories 2019-03-12 23:16:50 +01:00
DariusIII fe38e2a8a4 Update category to properly disable excluded root categories 2019-03-12 23:14:56 +01:00
DariusIII 0173fcd83c Apply fixes from StyleCI
[ci skip] [skip ci]
2019-03-12 21:49:51 +00:00
DariusIII 3ba4f2b463 Fix menu display 2019-03-12 22:49:16 +01:00
DariusIII 014075bb7d Apply fixes from StyleCI
[ci skip] [skip ci]
2019-03-12 14:09:19 +00:00
DariusIII 39b1189e74 Update Category model 2019-03-12 15:08:46 +01:00
DariusIII 673cd1c1b3 Update classes 2019-03-12 15:01:38 +01:00
DariusIII c9ddfde1ac Update queries to use root_categories table 2019-03-12 12:25:00 +01:00
DariusIII bc2fd756b6 Update migrations and add foreign key, update related models 2019-03-12 09:17:40 +01:00
DariusIII a822c305e0 Start refactoring tables 2019-03-12 00:08:35 +01:00
DariusIII bf6242fd0a Use query builder in all collectionFileChackStage functions 2019-03-11 12:25:48 +01:00
DariusIII e6b4bc5a6e Add check if _install/install.lock exists before sending registration related emails. Fixes issue #928 2019-03-08 22:54:27 +01:00
DariusIII 67d4350320 Add false to Collection model timestamps 2019-03-06 10:55:07 +01:00
DariusIII 60c81ea1c8 Fix Releases class instantiation 2019-02-25 23:19:54 +01:00
DariusIII 9f32ded314 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-02-21 09:34:24 +00:00
DariusIII f15d5924f4 Fix getAlternate function error when there is no similar release match 2019-02-21 10:34:16 +01:00
DariusIII f2c1eaaddc Move certain user functions (api accessed and logged in) into specific events 2019-02-20 15:08:53 +01: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 2b50f5d25f Merge branch 'dev' of https://github.com/NNTmux/newznab-tmux into dev 2019-02-16 19:33:02 +01:00
DariusIII cd63f5659a Fix return type PHPDOC block of addGroup function 2019-02-16 19:32:28 +01:00
DariusIII 3370d96a8b Apply fixes from StyleCI
[ci skip] [skip ci]
2019-02-16 18:11:48 +00:00
DariusIII c3587467c8 Fix error when adding already existing group. Fixes issue #892 2019-02-16 19:11:23 +01:00
DariusIII a745f9a290 Fix bulk adding of groups when groups exist. Fixes issue #891 2019-02-16 14:30:06 +01:00
DariusIII e51762265d Update User model 2019-02-06 10:06:14 +01:00
DariusIII 39c8d38378 Improve getAlternate function 2019-02-05 12:34:51 +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 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 8dec648cf6 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-01-29 08:32:46 +00:00
DariusIII 8f37840e82 Update BTC support to take into account current role expiration date 2019-01-29 09:32:51 +01:00
DariusIII ef270cd638 Make settingValue function silent for undefined inde 2019-01-28 13:30:31 +01:00
DariusIII 0951ad524a Simplify settingValue function 2019-01-28 11:30:19 +01:00
DariusIII a96b1a81e8 Update settingValue function in Settings model 2019-01-28 11:26:48 +01:00
DariusIII b16a31c380 Update Category class 2019-01-25 15:23:16 +01:00
DariusIII e90f71869c Update UserSerie model, use compact where possible 2019-01-25 15:15:52 +01:00
DariusIII ecbd8cbebe Small change in Video model 2019-01-25 14:56:27 +01:00
DariusIII 08587047d3 Update toTree function 2019-01-24 13:58:31 +01:00
DariusIII 3ba1f17d6c Simplify settingValue function in app/Models/Settings model 2019-01-24 11:39:59 +01:00
DariusIII 44882e5728 Fix issues reported by scrutinizer (strings where arrays are expected and vice versa) 2019-01-21 11:43:52 +01:00
DariusIII 26bb14e290 Update search, update matching 2019-01-21 11:27:47 +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 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 3d9695e4c3 Revert Binaries to pre-tpg and mgr state, with single tables for binaries, collections, parts and missed_parts 2019-01-01 14:53:24 +01:00