aboutsummaryrefslogtreecommitdiff
path: root/main.go
Commit message (Collapse)AuthorAgeFilesLines
* Teach the thumbnail command to load existing filesPřemysl Eric Janouch2023-12-281-3/+24
|
* Optimize search queryPřemysl Eric Janouch2023-12-281-1/+6
|
* Avoid database lock timed backoffPřemysl Eric Janouch2023-12-271-32/+47
|
* Make check optionally check harderPřemysl Eric Janouch2023-12-271-2/+51
|
* Make sync more robustPřemysl Eric Janouch2023-12-271-22/+65
|
* Make it possible to sync to basenamesPřemysl Eric Janouch2023-12-261-70/+97
|
* Command argumentsPřemysl Eric Janouch2023-12-261-47/+92
|
* More meaningful dhash commandPřemysl Eric Janouch2023-12-261-2/+2
|
* WIP: Command argumentsPřemysl Eric Janouch2023-12-261-28/+53
|
* Don't fail entirely on tag import errorsPřemysl Eric Janouch2023-12-261-1/+1
|
* Indicate faulty requests betterPřemysl Eric Janouch2023-12-261-2/+9
|
* Nuke the import commandPřemysl Eric Janouch2023-12-261-224/+76
|
* Give sync Tx a real contextPřemysl Eric Janouch2023-12-251-9/+3
|
* Add a remove commandPřemysl Eric Janouch2023-12-251-5/+51
|
* Tag searchPřemysl Eric Janouch2023-12-251-1/+127
|
* Shuffle codePřemysl Eric Janouch2023-12-251-206/+206
|
* Tag tabPřemysl Eric Janouch2023-12-251-2/+89
|
* CleanupPřemysl Eric Janouch2023-12-241-19/+4
|
* Fix the orphan viewPřemysl Eric Janouch2023-12-241-7/+9
|
* Fix stdout racesPřemysl Eric Janouch2023-12-241-100/+73
|
* Implement orphansPřemysl Eric Janouch2023-12-231-3/+82
|
* Rename run command to webPřemysl Eric Janouch2023-12-231-3/+3
|
* WIP: OrphansPřemysl Eric Janouch2023-12-231-0/+17
|
* WIP: Compute dhash ourselvesPřemysl Eric Janouch2023-12-231-32/+171
|
* WIP: Global duplicate searchPřemysl Eric Janouch2023-12-231-45/+70
|
* WIP: Global duplicate searchPřemysl Eric Janouch2023-12-221-2/+122
|
* WIP: FS to DB syncPřemysl Eric Janouch2023-12-221-4/+14
|
* WIP: FS to DB syncPřemysl Eric Janouch2023-12-221-7/+33
|
* WIP: FS to DB syncPřemysl Eric Janouch2023-12-221-98/+96
|
* WIP: FS to DB syncPřemysl Eric Janouch2023-12-211-15/+56
|
* WIP: FS to DB syncPřemysl Eric Janouch2023-12-211-9/+27
|
* WIP: FS to DB syncPřemysl Eric Janouch2023-12-211-12/+23
|
* WIP: FS to DB syncPřemysl Eric Janouch2023-12-211-10/+34
|
* WIP: FS to DB syncPřemysl Eric Janouch2023-12-211-15/+47
|
* WIP: FS to DB syncPřemysl Eric Janouch2023-12-211-22/+57
|
* WIP: FS to DB syncPřemysl Eric Janouch2023-12-211-8/+26
|
* WIP: Sync FS to DBPřemysl Eric Janouch2023-12-211-37/+36
|
* WIP: FS to DB syncPřemysl Eric Janouch2023-12-211-53/+127
|
* WIP: FS to DB syncPřemysl Eric Janouch2023-12-201-4/+321
|
* Nuke x/syncPřemysl Eric Janouch2023-12-191-7/+30
|
* Merge the hierarchy into a single tablePřemysl Eric Janouch2023-12-181-21/+28
|
* Update commentsPřemysl Eric Janouch2023-12-181-2/+5
|
* Implement the check commandPřemysl Eric Janouch2023-12-171-3/+122
|
* Add API function for similar image searchPřemysl Eric Janouch2023-12-171-5/+110
|
* Resolve a mild concernPřemysl Eric Janouch2023-12-171-55/+6
|
* Store image dimensions in DBPřemysl Eric Janouch2023-12-161-4/+47
|
* Improve web viewsPřemysl Eric Janouch2023-12-151-9/+7
|
* Port the preliminary UI to Mithril.jsPřemysl Eric Janouch2023-12-151-96/+15
|
* Add some API methodsPřemysl Eric Janouch2023-12-131-15/+204
|
* More database thinkingPřemysl Eric Janouch2023-12-121-7/+8
|