| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-06 | Implement file uploading. | Jakob L. Kreuze | |
| 2020-05-28 | Implement per-image information and display. | Jakob L. Kreuze | |
| 2020-05-28 | Refactor. | Jakob L. Kreuze | |
| 2020-05-28 | Implement initial pagination. | Jakob L. Kreuze | |
| 2020-05-26 | Fix imports. | Jakob L. Kreuze | |
| 2020-05-26 | Implement initial templating. | Jakob L. Kreuze | |
| 2020-05-26 | Refactor shared state for handlers using the database. | Jakob L. Kreuze | |
| 2020-05-25 | Implement `put_posts`. | Jakob L. Kreuze | |
| 2020-05-25 | Implement posts endpoint. | Jakob L. Kreuze | |
| 2020-05-25 | Implement initial thumbnail creation. | Jakob L. Kreuze | |
| 2020-05-25 | Split off into two files. | Jakob L. Kreuze | |
| 2020-05-25 | A big refactoring. | Jakob L. Kreuze | |
| 2020-05-25 | Rebrand as бирка-тян. | Jakob L. Kreuze | |
| 2020-05-25 | Canonicalize relative paths passed to `add`. | Jakob L. Kreuze | |
| 2020-05-21 | Implement `id_for`. | Jakob L. Kreuze | |
| 2020-05-21 | Implement `remove_tags`. | Jakob L. Kreuze | |
| 2020-05-21 | Implement `add_tags`. | Jakob L. Kreuze | |
| 2020-05-21 | Output all information about images in `query`. | Jakob L. Kreuze | |
| 2020-05-21 | Implement an initial command-line interface. | Jakob L. Kreuze | |
| TODO: - Tabulate `query` output: show internal id, blake2, etc. - `remove` command. - `add_tags` command. - `remove_tags` command. | |||
| 2020-05-21 | Implement the dreaded `images_by_tags`. | Jakob L. Kreuze | |
| 2020-05-21 | Factor out `tag_id`. | Jakob L. Kreuze | |
| 2020-05-21 | Add license information. | Jakob L. Kreuze | |
| 2020-05-18 | Fix `add_tag`. | Jakob L. Kreuze | |
| 2020-05-18 | Test `import_file`. | Jakob L. Kreuze | |
| 2020-05-18 | Put the onus of hashing the file on the caller. | Jakob L. Kreuze | |
| 2020-05-18 | Factor out file hashing. | Jakob L. Kreuze | |
| 2020-05-18 | Test table creation. | Jakob L. Kreuze | |
| 2020-05-18 | Implement `tags_for_image`. | Jakob L. Kreuze | |
| 2020-05-18 | Implement `tag_image`. | Jakob L. Kreuze | |
| 2020-05-18 | Refactor `import_image`. | Jakob L. Kreuze | |
| Use `Statement::insert` and the `bail` macro. | |||
| 2020-05-18 | Implement `add_tag`. | Jakob L. Kreuze | |
| 2020-05-18 | Have `import_image` return the image's ID. | Jakob L. Kreuze | |
| 2020-05-18 | Refactor error reporting with `anyhow`. | Jakob L. Kreuze | |
| 2020-05-17 | Initial commit. | Jakob L. Kreuze | |