Commit graph

35 commits

Author SHA1 Message Date
Cyberpro123
acc7e41fff
Added blacklist table for download.py (no way to add items yet) 2026-01-03 21:02:51 -08:00
Cyberpro123
dc7282b647
fixed 'set to 0' type issue 2026-01-02 23:43:55 -08:00
Cyberpro123
92462dc874
inspiration & translation detection p1 (preface) 2026-01-02 23:14:22 -08:00
Cyberpro123
aec71c6010
Added PHP Site Skin selection menu 2026-01-01 16:20:41 -08:00
Cyberpro123
8296b35332
handled 'UNIQUE constraint failed' error, clears text boxes on submit 2025-12-24 12:29:30 -08:00
Cyberpro123
c6feeec876
did login I think, getting sqlite readonly errors 2025-12-23 06:42:37 -08:00
Cyberpro123
3c02b1a495
added new database table re users function, issues #8 & #41 2025-12-22 15:12:55 -08:00
Cyberpro123
d06564a6b1
moved db initialization strings into init() 2025-12-22 15:12:14 -08:00
Cyberpro123
1b0da8db4f
okay that should work 2025-12-22 10:41:02 -08:00
Cyberpro123
ef0ca8fefe
oops 2025-12-22 10:31:14 -08:00
Cyberpro123
db42d884f4
replaced all work_id with id 2025-12-22 10:19:10 -08:00
Cyberpro123
55c53ad631
mysql support wip 1 2025-12-22 10:16:17 -08:00
Cyberpro123
b5d7ed6f42
really shouldn't've been putting those in the logs so long 2025-12-21 15:15:31 -08:00
Cyberpro123
70af3d5b73
missed a couple spots 2025-12-21 15:11:11 -08:00
Cyberpro123
d2dcee1f21
camelCase to this_case conversion python side 2025-12-21 14:35:02 -08:00
Cyberpro123
c0fbb37960
python side seemingly compatible with postgres 2025-12-21 13:02:03 -08:00
Cyberpro123
c1736b10e8
postgres support wip 1 2025-12-21 12:47:12 -08:00
Cyberpro123
af63a57e2f
fixed metadata.py 2025-12-21 12:34:15 -08:00
Cyberpro123
9f4e11cbd1
python-side series database rework complete 2025-12-21 11:12:38 -08:00
Cyberpro123
84646ea1c4
added tracking of language and word counts 2025-12-21 10:39:24 -08:00
Cyberpro123
af0f5440bf
did python-side tags table overhaul (need to update php webui) 2025-12-20 17:23:35 -08:00
Cyberpro123
2176baf09b
fixed typo 2025-09-26 04:54:50 -07:00
Cyberpro123
05597e12e8
Relicenced from MIT license to GPL v2.0 2025-09-03 16:09:55 -07:00
Cyberpro123
ba6d6153d7
sql.init() now logs message when run 2025-09-03 15:10:31 -07:00
Cyberpro123
d123192e1d
can now get series title from work Raw 2025-08-22 05:37:14 -07:00
Cyberpro123
54934bafa9
added --auto for download.py 2025-08-19 05:38:43 -07:00
Cyberpro123
90a0f076ba
process.py --auto now checks last edited timestamps 2025-08-19 03:48:49 -07:00
Cyberpro123
2b4e3e51ca
now only ever prints first 100 characters of db command tuple 2025-08-16 10:14:12 -07:00
Cyberpro123
dce3499ee5
new getImages.py 2025-08-14 11:01:11 -07:00
Cyberpro123
987f294f0e
added metadata.py for fetching series metadata 2025-08-14 04:11:47 -07:00
Cyberpro123
92f2632eb7
loosened anti-spam restriction 2025-08-14 04:11:11 -07:00
Cyberpro123
6991ebe94b
added --all and --auto arguments 2025-08-14 02:31:32 -07:00
Cyberpro123
6048e7befc
added position of work in series to workToSeries to reduce search
difficulty
2025-08-13 07:15:08 -07:00
Cyberpro123
10001e1272
reduced log level of long sql arguments due to text table 2025-08-13 07:14:20 -07:00
Cyberpro123
61f64534c0
renamed db.py to sql.py to avoid shared initial with download.py 2025-08-13 06:18:11 -07:00
Renamed from python/db.py (Browse further)