- Kyoto, Japan
- https://pvv.ntnu.no/~oysteikt/
-
ワンワン :3 :3 :3
- Joined on
2023-06-04
Block a user
Replace library list slugs with alphanumeric incremental keys in archive
Add a small marker icon at the side of the chosen quick add library list
Inspect archive version before import, dynamic dispatch import handler
Shard export/import data into pieces to avoid overfilling memory on import/export
Stream progress updates for export / import
Lock history and library lists while exporting/importing archives
Make it possible to abort archive imports
Make it possible to abort archive exports
Allow archives to export/import directly from archive instead of un/packing to directory
Versioned SQL queries for archive generation
It is likely enough to find a subset of required functions (mostly batch export, batch import, maybe entry count and existence?), and keep them versioned in their own directory. Since these…
Don't allow empty / whitespace only word searches
Versioned SQL queries for archive generation
I seem to have misunderstood this to mean a different thing than it originally was.
This is about keeping the SQL intact between migrations (particularly the parts in mugiten, not in jadb).
T…
Stream progress updates for export / import
There is a working implementation of this now, but it is not hooked up to anything yet