Commit Graph

236 Commits

Author SHA1 Message Date
DariusIII d5e7ba4825 Upgrade nntmux configuration method 2018-03-03 20:47:49 +01:00
DariusIII 32ba20d48c Update CSRF token handling 2018-03-02 15:11:21 +01:00
DariusIII 9c83a65594 Fix bulk adding of groups 2018-03-01 10:01:43 +01:00
DariusIII 31b196d467 Fix update of tmux settings 2018-02-28 22:51:27 +01:00
DariusIII 66fcf1e037 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-02-28 14:57:14 +00:00
DariusIII 3734696203 Update Settings model and tmux-edit page to handle page updates 2018-02-28 15:55:55 +01:00
DariusIII 49ea718ce7 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-02-23 09:39:42 +00:00
DariusIII e07f3f5584 Use laravel scout to search fulltext indexes 2018-02-23 10:39:29 +01:00
DariusIII 1f4fe9d02b Merge branch 'dev' of https://github.com/NNTmux/newznab-tmux into dev 2018-02-19 13:54:02 +01:00
DariusIII b10836682e Remove defunct Tmux model 2018-02-19 13:52:46 +01:00
DariusIII a5a14127b0 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-02-19 11:49:37 +00:00
DariusIII 0120d57337 Merge tmux settings into settings table 2018-02-19 12:49:08 +01:00
DariusIII a8a38363b2 Move web and cli settings from settings to .env file (settings.php will be obsoleted very soon) 2018-02-19 09:56:37 +01:00
DariusIII 3fb10340d3 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-02-14 22:09:18 +00:00
DariusIII 314e601e44 Rename nntmux namespace and folder to Blacklight 2018-02-14 23:08:17 +01:00
DariusIII 05b0c894dd Fix echoing of cli messages (most of them) 2018-02-14 14:07:12 +01:00
DariusIII 218c8bf67d Remove wrong columns added to addGroup query 2018-02-13 13:53:27 +01:00
DariusIII 3a62196a2a Add created_at and updated_at to addGroup query 2018-02-13 10:53:05 +01:00
DariusIII b1f9ee5873 Use insertGetId again in addGroup function 2018-02-13 10:52:19 +01:00
DariusIII 5050d844de Update Release model 2018-02-11 19:32:03 +01:00
DariusIII 7b53e28b03 Potentialy speedup api by changing used functions/queries 2018-02-10 00:20:16 +01:00
DariusIII 6c7a08498c Use categoryid to cache root category children 2018-02-09 15:49:19 +01:00
DariusIII 77505b5929 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-02-09 10:30:25 +00:00
DariusIII 78910bc191 Add caching to Category model getChildren function 2018-02-09 11:30:11 +01:00
DariusIII f496b85401 Fix getByIdAndRssToken function 2018-02-03 09:48:47 +01:00
DariusIII a0ec087e8b Remove hidden column declaration in User model that caused errors in getnzb and rss 2018-02-03 09:37:08 +01:00
DariusIII 5bf02be5f2 Merge branch 'dev' of https://github.com/NNTmux/newznab-tmux into dev 2018-02-02 13:59:37 +01:00
DariusIII 7140a4da4b Update docblock for addReleaseFiles function 2018-02-02 13:59:08 +01:00
DariusIII 14dcd3e15d Apply fixes from StyleCI
[ci skip] [skip ci]
2018-02-02 12:58:15 +00:00
DariusIII 650033b44b Change addReleaseFiles function return logic 2018-02-02 13:58:03 +01:00
DariusIII 6cf78fb70a Forgot Forumpost model 2018-02-02 13:44:54 +01:00
DariusIII fda4a14de4 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-02-02 12:42:58 +00:00
DariusIII 73b4ca4ed9 Replace insertGetId method with Model::create 2018-02-02 13:42:41 +01:00
DariusIII 3ccdbc7e6c Replace all of getById functions with Model::find 2018-02-02 11:36:13 +01:00
DariusIII 54b26cfd70 Fix getByIdAndRssToken function 2018-02-02 11:25:43 +01:00
DariusIII 73432fe3d9 Use replace getById user lookup with User model find built in function(does the same thing as custom function) 2018-02-02 10:29:40 +01:00
DariusIII b141cc110b Use create method when adding users 2018-02-01 23:49:24 +01:00
DariusIII 227371865e Add check for admin to profile delete 2018-02-01 11:28:17 +01:00
DariusIII f3a536600b Remove occurences of ROLE_GUEST as that role is removed 2018-02-01 09:11:42 +01:00
DariusIII 888de1043a Various small changes to Models, RegisterController and update_groups.php 2018-01-31 23:35:19 +01:00
DariusIII c705d73213 One more try at scrutinizer config 2018-01-31 10:41:09 +01:00
DariusIII e4d2fcdfc0 ix error on details page when there are comments for the release 2018-01-29 15:38:59 +01:00
DariusIII e59150325a Add missing quotes 2018-01-26 14:43:23 +01:00
DariusIII f10c0e453b Fix wrong NN_INSTALLER constant usage in User model 2018-01-26 14:41:09 +01:00
DariusIII 8e1617e6fc Fix display of active/inactive groups in admin group list 2018-01-25 13:40:12 +01:00
DariusIII cefe3643b8 Update migrations, add stored procedures and trigers, fix phpunit test 2018-01-22 22:39:47 +01:00
DariusIII 2b2cb4a462 Update migrations and User model 2018-01-22 12:36:51 +01:00
DariusIII 18c148588a Apply fixes from StyleCI
[ci skip] [skip ci]
2018-01-20 22:52:16 +00:00
DariusIII 7c01a6faa5 Update install process 2018-01-20 23:50:31 +01:00
DariusIII 7bff8a5dd0 Change other categories id's 2018-01-17 15:39:44 +01:00