aboutsummaryrefslogtreecommitdiff
path: root/main.go
Commit message (Collapse)AuthorAgeFilesLines
* gallery: clean up, search in a transactionPřemysl Eric Janouch2024-01-221-69/+75
|
* gallery: implement AND/NOT for tag searchPřemysl Eric Janouch2024-01-221-23/+112
|
* gallery: move out a query from CTEPřemysl Eric Janouch2024-01-221-8/+5
|
* gallery: optimize the related tags queryPřemysl Eric Janouch2024-01-221-25/+57
|
* gallery: try to avoid OOM while thumbnailingPřemysl Eric Janouch2024-01-201-3/+27
|
* gallery: don't be silent about signalled childrenPřemysl Eric Janouch2024-01-201-2/+9
|
* gallery: add dhashes in one big DB transactionPřemysl Eric Janouch2024-01-201-2/+21
| | | | iotop showed gigabytes of writes for a DB in the order of 100 MB.
* deeptagger: swap columns to match 'galery tag'Přemysl Eric Janouch2024-01-201-1/+1
|
* Initial commitPřemysl Eric Janouch2023-12-291-0/+2497