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
|
f1a1127eba
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2019-01-20 21:30:15 +00:00 |
|
DariusIII
|
7384a27d3b
|
Merge branch 'dev' of https://github.com/NNTmux/newznab-tmux into dev
|
2019-01-20 22:29:57 +01:00 |
|
DariusIII
|
754717d97a
|
Update rest of the cover checking files
|
2019-01-20 22:29:50 +01:00 |
|
DariusIII
|
512c999e2d
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2019-01-20 20:18:51 +00:00 |
|
DariusIII
|
2d3d45e95d
|
Fix misc/tesing/PostProc/updateXXXImages.php script error (fixes issue #852)
|
2019-01-20 21:18:33 +01:00 |
|
DariusIII
|
4ef4b2f6a0
|
Use File facade for files manipulation
|
2019-01-07 15:30:02 +01:00 |
|
DariusIII
|
e65b6443be
|
Update resend_user_verification script
|
2019-01-03 10:30:19 +01:00 |
|
DariusIII
|
b2193c9785
|
Add crc32 file check
|
2018-11-29 23:52:32 +01:00 |
|
DariusIII
|
2dad4ee96e
|
Use now() helper for calculating scripts runtime
|
2018-11-29 20:49:20 +01:00 |
|
DariusIII
|
ea4d98d4e1
|
Use DB::statement in place of DB::unprepared + DB::commit
|
2018-11-29 14:47:00 +01:00 |
|
DariusIII
|
a9f01f006c
|
Merge branch 'dev' of https://github.com/NNTmux/newznab-tmux into dev
|
2018-11-16 14:50:14 +01:00 |
|
DariusIII
|
185176ad3c
|
Small additional fixes to reset_postprocessing.php script
|
2018-11-16 14:48:51 +01:00 |
|
DariusIII
|
ac1f4223ce
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2018-11-16 09:33:01 +00:00 |
|
DariusIII
|
fd556fa75a
|
Update reset_postprocessing.php script
|
2018-11-16 10:32:37 +01:00 |
|
DariusIII
|
62d8581771
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2018-11-01 11:40:39 +00:00 |
|
DariusIII
|
8211201599
|
Add first wave of Release tagging capabilities
|
2018-11-01 12:40:10 +01:00 |
|
DariusIII
|
401d879f0d
|
Fix some small errors
|
2018-10-31 13:37:02 +01:00 |
|
DariusIII
|
224932141f
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2018-10-31 12:16:00 +00:00 |
|
DariusIII
|
f852ddfda9
|
Update recategorize script
|
2018-10-31 13:15:39 +01:00 |
|
DariusIII
|
a227e9f705
|
Fix query in reset_postprocessing script related to misc categories reset
|
2018-10-31 11:32:17 +01:00 |
|
DariusIII
|
96837362c1
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2018-10-31 09:10:52 +00:00 |
|
DariusIII
|
12ea3bb895
|
Refactor ColorCLI class
|
2018-10-31 10:10:17 +01:00 |
|
DariusIII
|
5c1becaf7f
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2018-10-19 09:31:28 +00:00 |
|
DariusIII
|
bafe7c6b93
|
Use league/climate in ColorCLI class
|
2018-10-19 11:30:36 +02:00 |
|
DariusIII
|
37de5817c3
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2018-10-17 13:22:59 +00:00 |
|
DariusIII
|
1bfb1f88e7
|
Add resend_email_verification.php script to resend user email verification if server failed to send it for some reason
|
2018-10-17 15:22:43 +02:00 |
|
DariusIII
|
0f64289d09
|
Replace more $pdo->quote usage with escapeString
|
2018-10-12 13:53:35 +02:00 |
|
DariusIII
|
1156c9d93f
|
Fix checking for argv in reset_postprocessing.php
|
2018-09-26 10:15:50 +02:00 |
|
DariusIII
|
53a88037cf
|
Update FanartTV class and classes that use it
|
2018-09-20 10:12:43 +02:00 |
|
DariusIII
|
a694bb3263
|
Update scripts to use now() helper
|
2018-09-13 10:07:39 +02:00 |
|
DariusIII
|
473320520d
|
Update output of check_covers.php
|
2018-08-10 14:50:36 +02:00 |
|
DariusIII
|
5b1ca0d286
|
Fix check_covers.php
|
2018-08-10 14:43:26 +02:00 |
|
DariusIII
|
52c4939540
|
Update Movie class and remove getTraktData script from tmux loop
|
2018-08-10 12:40:39 +02:00 |
|
DariusIII
|
d650a7bc09
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2018-07-20 11:51:46 +00:00 |
|
DariusIII
|
6512e96b9c
|
Update rest of the postproc scripts
|
2018-07-20 13:51:44 +02:00 |
|
DariusIII
|
c7f1201cfc
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2018-07-20 09:10:07 +00:00 |
|
DariusIII
|
1cd62c5a85
|
Update more postproc scripts
|
2018-07-20 11:10:03 +02:00 |
|
DariusIII
|
e076f73b86
|
Merge branch 'dev' of https://github.com/NNTmux/newznab-tmux into dev
|
2018-07-19 14:48:57 +02:00 |
|
DariusIII
|
5c3c7f0be5
|
Update getXXXSamples script
|
2018-07-19 14:48:46 +02:00 |
|
DariusIII
|
5baaf760ba
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2018-07-19 12:43:47 +00:00 |
|
DariusIII
|
d51b4ef7eb
|
Remove Blacklight\db\DB class from many scripts in misc/testing folder
|
2018-07-19 14:43:30 +02:00 |
|
DariusIII
|
e62dc49fab
|
Merge pull request #662 from NNTmux/analysis-z3YlZ5
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2018-07-18 15:13:13 +02:00 |
|
DariusIII
|
45c78a04c1
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2018-07-18 13:13:05 +00:00 |
|
DariusIII
|
28a123fc1f
|
Add missing use statement to test-ReleaseCleaner script
|
2018-07-18 15:12:55 +02:00 |
|
DariusIII
|
785caa2eab
|
Remove usage of Blacklight\db\DB class from clean_nzbs and test-ReleaseCleaner scripts
|
2018-07-18 15:12:10 +02:00 |
|
DariusIII
|
3cea9eb3c8
|
Add script to non amazon pane to fetch trakt id's for added movies
|
2018-06-25 09:53:33 +02:00 |
|