Commit Graph

262 Commits

Author SHA1 Message Date
DariusIII 82f8800e08 Add ReleasesController 2018-04-18 15:57:21 +02:00
DariusIII 822cf5e71c Add CategoryRegexesController 2018-04-18 11:48:16 +02:00
DariusIII 18e2510c29 Add admin UserController 2018-04-17 14:03:35 +02:00
DariusIII a5c6ef9ed4 Adjust queries in classes related to browsing 2018-04-13 14:46:31 +02:00
DariusIII 829c9d7d2a Apply fixes from StyleCI
[ci skip] [skip ci]
2018-04-12 21:59:47 +00:00
DariusIII 99ff48405e Fix a bug in group model getGroupsForSelect function 2018-04-12 23:59:31 +02:00
DariusIII 3a134846d1 Update comments handling in user profile page 2018-04-09 23:17:21 +02:00
DariusIII 2a59176993 Add ForumController and routes 2018-04-09 23:03:07 +02:00
DariusIII 20943b784d Revert previous patch 2018-04-05 14:43:29 +02:00
DariusIII fd0b938c4f Apply fixes from StyleCI
[ci skip] [skip ci]
2018-04-05 12:38:12 +00:00
DariusIII 40ed24882e Use new way for contact form 2018-04-05 14:37:44 +02:00
DariusIII 7ce8f0ed0c Fix return value of Category model getCategorySearch function 2018-04-03 15:59:46 +02:00
DariusIII 06ef449fe2 Add BooksController and update Category getCategorySearch function 2018-04-03 14:44:18 +02:00
DariusIII 11f18a27ea Apply fixes from StyleCI
[ci skip] [skip ci]
2018-04-02 21:28:12 +00:00
DariusIII b901339de3 Update routes and browse controller 2018-04-02 23:27:35 +02:00
DariusIII e39697661f Merge branch 'dev-feature-routing' of https://github.com/NNTmux/newznab-tmux into dev-feature-routing 2018-03-26 14:46:34 +02:00
DariusIII 26d32762dc Update updateRole function 2018-03-26 14:45:59 +02:00
DariusIII 5c033ba4b1 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-03-26 12:36:17 +00:00
DariusIII dcceb90863 Fix registration and role quirks 2018-03-26 14:35:49 +02:00
DariusIII b14724de36 Update admin area access handling (still WIP) 2018-03-23 14:21:16 +01:00
DariusIII e1ba236ee4 Update User model add password and remember_token to hidden property 2018-03-23 11:30:43 +01:00
DariusIII 9e0470f2bc Update Forumpost model getBrowseRange query 2018-03-21 15:29:31 +01:00
DariusIII 77475fb282 Update forum page 2018-03-21 15:01:02 +01:00
DariusIII 070ff3fd5f Apply fixes from StyleCI
[ci skip] [skip ci]
2018-03-21 13:40:52 +00:00
DariusIII cbc2845701 Fix my download basket added date display 2018-03-21 14:40:44 +01:00
DariusIII d88244f53c Return bool on deletion from cart in delCartByGuid function 2018-03-09 15:36:11 +01:00
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