summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-28Update README.md.HEADmasterJakob L. Kreuze
2020-07-28[kona-web] Implement mass selection and tagging.Jakob L. Kreuze
2020-07-28[kona-web] Implement infinite scroll.Jakob L. Kreuze
2020-07-28Disable unused `rocket_http' features.Jakob L. Kreuze
2020-07-28Cleanup imports.Jakob L. Kreuze
2020-07-26Rebrand (again).Jakob L. Kreuze
2020-06-20[birka-cli] add 'tags' command.Jakob L. Kreuze
2020-06-20[birka-cli] add 'remove' command.Jakob L. Kreuze
2020-06-20Lint code.Jakob L. Kreuze
2020-06-20Update and clarify README.Jakob L. Kreuze
2020-06-20[birka-web] Implement file-specific views and thumbnails.Jakob L. Kreuze
2020-06-20[database] return untagged images in an empty query.Jakob L. Kreuze
2020-06-19[birka-web] strip full path from image display page.Jakob L. Kreuze
2020-06-19[birka-web] implement a "missing thumbnail" for non-image files.Jakob L. Kreuze
2020-06-19[birka-web] handle unused `symlink` Err.Jakob L. Kreuze
2020-06-19[birka-cli] disallow directories from being indexed.Jakob L. Kreuze
2020-06-19Change how birka-cli finds the tag database.Jakob L. Kreuze
2020-06-14Update semantics for web API (query string vs tag list).Jakob L. Kreuze
2020-06-14Add a rudimentary help interface to the CLI.Jakob L. Kreuze
2020-06-14Don't expose image IDs through the CLI interface.Jakob L. Kreuze
2020-06-14Completely rewrite database.rsJakob L. Kreuze
2020-06-06Return Result where possible.Jakob L. Kreuze
2020-06-06Implement tag updates.Jakob L. Kreuze
2020-06-06Implement file uploading.Jakob L. Kreuze
2020-06-06Clean up for release.Jakob L. Kreuze
2020-06-06Fix `tags_for_image`.Jakob L. Kreuze
2020-05-28Implement per-image information and display.Jakob L. Kreuze
2020-05-28Document what exists of the API.Jakob L. Kreuze
2020-05-28Refactor.Jakob L. Kreuze
2020-05-28Implement initial pagination.Jakob L. Kreuze
2020-05-26Fix imports.Jakob L. Kreuze
2020-05-26Implement initial templating.Jakob L. Kreuze
2020-05-26Implement `top_tags`.Jakob L. Kreuze
2020-05-26Refactor shared state for handlers using the database.Jakob L. Kreuze
2020-05-25Implement `put_posts`.Jakob L. Kreuze
2020-05-25Implement posts endpoint.Jakob L. Kreuze
2020-05-25Implement a paginated `query` method.Jakob L. Kreuze
2020-05-25Implement initial thumbnail creation.Jakob L. Kreuze
2020-05-25Split off into two files.Jakob L. Kreuze
2020-05-25A big refactoring.Jakob L. Kreuze
2020-05-25Rebrand as бирка-тян.Jakob L. Kreuze
2020-05-25Canonicalize relative paths passed to `add`.Jakob L. Kreuze
2020-05-21Implement `id_for`.Jakob L. Kreuze
2020-05-21Implement `remove_tags`.Jakob L. Kreuze
2020-05-21Implement `add_tags`.Jakob L. Kreuze
2020-05-21Output all information about images in `query`.Jakob L. Kreuze
2020-05-21Implement an initial command-line interface.Jakob L. Kreuze
2020-05-21Implement the dreaded `images_by_tags`.Jakob L. Kreuze
2020-05-21Factor out `tag_id`.Jakob L. Kreuze
2020-05-21Add license information.Jakob L. Kreuze