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
|
efc28303c4
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2018-02-14 22:47:20 +00:00 |
|
DariusIII
|
9dafbb85d1
|
Update Versions class
|
2018-02-14 23:47:02 +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
|
6f9a3b7173
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2018-02-14 12:19:32 +00:00 |
|
DariusIII
|
1f8a21f8cd
|
Update ColorCLI class
|
2018-02-14 13:10:48 +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
|
2cbd012e55
|
Update resetdb artisan command
|
2018-02-10 00:44:27 +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
|
7c39e8bc34
|
Make sphinx only supported search engine
|
2018-02-08 12:34:18 +01:00 |
|
DariusIII
|
ec94b3cb4a
|
Update files with laravel 5.6 changes
|
2018-02-08 09:11:08 +01:00 |
|
DariusIII
|
1233b8ae53
|
Upgraded to laravel/framework 5.6 and adjusted libraries
|
2018-02-07 21:36:02 +01:00 |
|
DariusIII
|
b13de2e79d
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2018-02-06 13:13:26 +00:00 |
|
DariusIII
|
376ec800b1
|
Update installation console commands to fix missing type error when using fixtures in production
|
2018-02-06 14:13:12 +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
|
e018680927
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2018-02-01 13:54:09 +00:00 |
|
DariusIII
|
7c67eaddaa
|
Send email to admins so they know user account has been deleted
|
2018-02-01 14:53:48 +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
|
b9a667e2b7
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2018-01-31 22:35:41 +00:00 |
|
DariusIII
|
888de1043a
|
Various small changes to Models, RegisterController and update_groups.php
|
2018-01-31 23:35:19 +01:00 |
|
DariusIII
|
6a5e3590b7
|
Add option to fixtures up/down commands to specifiy which table fixtures to truncate or add
|
2018-01-31 11:36:51 +01:00 |
|
DariusIII
|
c705d73213
|
One more try at scrutinizer config
|
2018-01-31 10:41:09 +01:00 |
|
DariusIII
|
4426fd060c
|
Use fixtures to populate tables when nntmux is in production, adapt install process
|
2018-01-30 12:27:20 +01:00 |
|
DariusIII
|
3379b4bd96
|
Add fixtures command to artisan, add binaryblacklist fixture
|
2018-01-29 23:36:19 +01:00 |
|
DariusIII
|
e4d2fcdfc0
|
ix error on details page when there are comments for the release
|
2018-01-29 15:38:59 +01:00 |
|