DariusIII
|
34bf090d5e
|
Update relationship
|
2025-01-01 16:29:28 +01:00 |
|
DariusIII
|
f21e6e8845
|
Simplify setting names and check
|
2024-10-28 12:14:32 +01:00 |
|
DariusIII
|
05ebaf4442
|
Use config where possible
|
2024-10-28 11:29:09 +01:00 |
|
DariusIII
|
9d3bdd1324
|
Code style fixes
|
2024-08-13 22:13:34 +02:00 |
|
DariusIII
|
75d5b4a839
|
Fix classes usage
|
2024-05-07 21:04:10 +02:00 |
|
DariusIII
|
f55403ba2d
|
Update packages
|
2024-01-08 19:00:14 +01:00 |
|
DariusIII
|
11244bb006
|
Fix usage of DS constant
|
2023-03-28 22:37:59 +02:00 |
|
DariusIII
|
a91c2452c7
|
CS fixes by pint
|
2023-03-07 11:18:32 +01:00 |
|
DariusIII
|
d3f7a0b092
|
Add type definitions
|
2023-03-03 23:10:55 +01:00 |
|
DariusIII
|
49872346f2
|
CS code fixes by pint
|
2023-03-02 16:47:20 +01:00 |
|
DariusIII
|
363d72bc2b
|
Update foreach loops
|
2022-04-19 22:25:30 +02:00 |
|
DariusIII
|
c33db34c49
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2021-09-13 20:01:06 +00:00 |
|
DariusIII
|
f3cde99e37
|
Rename $match and variations to $hit for PHP 8 compatibility
|
2020-12-02 10:55:09 +01:00 |
|
DariusIII
|
405c6f34ac
|
Use APP_NAME and MAIL_FROM_ADDRESS in place of database settings and remove unused entries from site and settings table
|
2020-03-01 01:13:00 +01:00 |
|
DariusIII
|
02ad342bac
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2020-02-05 01:56:40 +00:00 |
|
DariusIII
|
b343c02c63
|
Update project files
|
2020-02-05 00:39:09 +00:00 |
|
DariusIII
|
5a8fff0020
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2019-11-01 19:52:18 +00:00 |
|
DariusIII
|
d3de48821d
|
Update NZB class
|
2019-07-31 09:37:25 +02:00 |
|
DariusIII
|
7c884227f8
|
Replace ends_with function with Str:endsWith()
|
2019-07-31 09:36:36 +02:00 |
|
DariusIII
|
bd6ceeda73
|
Try and prevent error on parent category when creating releases
|
2019-03-27 13:47:06 +01:00 |
|
DariusIII
|
14b4f5c5f5
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2019-03-19 12:47:46 +00:00 |
|
DariusIII
|
76da386abd
|
Use query builder to fetch collections/binaries and parts when creating nzbs, drop initiateforwrite and setQueries functions
|
2019-03-19 13:44:50 +01:00 |
|
DariusIII
|
007d3db36d
|
Fix NZB class setQuery function
|
2019-03-13 12:21:02 +01:00 |
|
DariusIII
|
f0d0a940dc
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2019-03-12 11:06:32 +00:00 |
|
DariusIII
|
2d6b831f48
|
Update nzb creation process
|
2019-03-12 12:06:13 +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
|
d01dcb5507
|
Remove messages about missing nzb, too annoying and not helpfull at all
|
2019-02-13 09:41:17 +01:00 |
|
DariusIII
|
94cb947588
|
Alter Binaries class xref updates and adjust nzb creation accordingly
|
2019-01-08 01:23:39 +01:00 |
|
DariusIII
|
ccecbe2a6b
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2019-01-01 22:08:23 +00:00 |
|
DariusIII
|
4104f34c54
|
Update all the \Blacklight namespace classes with class PHPDOC block
|
2019-01-01 23:07:45 +01:00 |
|
DariusIII
|
2006245905
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2019-01-01 15:49:07 +00:00 |
|
DariusIII
|
63131d45ec
|
Fix NZB creation
|
2019-01-01 16:48:43 +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 |
|
DariusIII
|
1077c467d6
|
Remove Versions classes and all related data
|
2018-12-19 13:58:31 +01:00 |
|
DariusIII
|
bddb7034d6
|
Replace mkdir, is_file, is_dir with File facade functions in Blacklight namespace
|
2018-11-28 15:45:48 +01:00 |
|
DariusIII
|
74fd2f09db
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2018-11-02 20:59:57 +00:00 |
|
DariusIII
|
44e0a9bef5
|
Update NZB class to use DB facade
|
2018-11-02 21:59:40 +01:00 |
|
DariusIII
|
3c20dd8437
|
Add escapeString helper function
|
2018-10-12 10:56:17 +02:00 |
|
DariusIII
|
0acc66c5be
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2018-10-09 13:22:44 +00:00 |
|
DariusIII
|
907b3b2421
|
Use transactions in NZB class
|
2018-10-09 15:21:41 +02:00 |
|
DariusIII
|
cdfa0e4bb4
|
Update extension regexes in NZB class
|
2018-10-01 10:30:50 +02:00 |
|
DariusIII
|
f5509cfdfe
|
Fix wrong nzbpath check
|
2018-08-21 23:20:49 +02:00 |
|
DariusIII
|
adb03d1407
|
Update NZB and ReleaseExtra classes
|
2018-08-21 23:10:27 +02:00 |
|
DariusIII
|
0eeba5532d
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2018-08-15 13:30:47 +00:00 |
|
DariusIII
|
dc5f458005
|
Optimize imports in Blacklight namespace
|
2018-08-15 15:29:14 +02:00 |
|
DariusIII
|
eeff0ffc1b
|
Update NZB class, remove usage of Blacklight\DB class
|
2018-07-10 12:29:32 +02:00 |
|
DariusIII
|
12cd9978cd
|
Update NZB class, use array access in place of substr and merge some if-else loops
|
2018-06-05 23:20:21 +02:00 |
|
DariusIII
|
314e601e44
|
Rename nntmux namespace and folder to Blacklight
|
2018-02-14 23:08:17 +01:00 |
|