| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Merge branch 'develop' of https://gitlab.com/Jockerkat/memora into dev | Nathan Reiner | 2026-05-23 |
| |\ | |||
| | * | - Add documentation. | Alexander Rolley | 2026-05-22 |
| | | | | | | | | | | | | | | | | | - Add debug assertion to `Result.from`. - Rename `Result.asError` to `Result.toError`. - Fix bug in `Result.toError` where if `self` was an extended result code, only the primary result code would be returned as the error name. | ||
| * | | add api sketch | Nathan Reiner | 2026-05-23 |
| | | | |||
| * | | Merge branch 'develop' of https://gitlab.com/Jockerkat/memora into dev | Nathan Reiner | 2026-05-21 |
| |\| | |||
| | * | - Add associated function on `Result` type that returns the error | Alexander Rolley | 2026-05-21 |
| | | | | | | | | | | | type, as not every primary error code has an extended error code. - Implement `Database.deinit` and `Database.query` functions. | ||
| | * | Merge branch 'dev' of https://git.nathanreiner.xyz/memora into develop | Alexander Rolley | 2026-05-20 |
| | |\ | |||
| | * | | Implement Sqlite3 result codes and start on database abstraction. | Alexander Rolley | 2026-05-20 |
| | | | | |||
| | * | | Actually link against Sqlite3 library. | Alexander Rolley | 2026-05-20 |
| | | | | |||
| | * | | Start on Sqlite3. | Alexander Rolley | 2026-05-20 |
| | | | | |||
| | * | | Add missing fingerprint. | Alexander Rolley | 2026-05-20 |
| | | | | |||
| * | | | frontend: implement more sophisticated minimizer | Nathan Reiner | 2026-05-21 |
| | | | | |||
| * | | | add docgen | Nathan Reiner | 2026-05-21 |
| | |/ |/| | |||
| * | | Merge branch 'dev' of https://git.nathanreiner.xyz/memora into dev | Nathan Reiner | 2026-05-20 |
| |\ \ | |||
| | * | | frontend: add comptime bundler | Nathan Reiner | 2026-05-20 |
| | | | | |||
| * | | | frontend: add comptime bundler | Nathan Reiner | 2026-05-20 |
| |/ / | |||
| * / | add fingerprint | Nathan Reiner | 2026-05-20 |
| |/ | |||
| * | Let's do a rewrite! | Nathan Reiner | 2026-05-20 |
| | | | | | Created project structure and changed `build.zig` and added licence. | ||
| * | flake: update | Nathan Reiner | 2026-05-19 |
| | | |||
| * | try to use bun for bundling | Nathan Reiner | 2026-05-18 |
| | | |||
| * | parse time with localtime instead of gtmHEADmaster | Nathan Reiner | 2025-12-22 |
| | | |||
| * | remove logging | Nathan Reiner | 2025-12-17 |
| | | |||
| * | shuffle: first version | Nathan Reiner | 2025-12-17 |
| | | |||
| * | response with jpeg content_type on image/load | Nathan Reiner | 2025-12-17 |
| | | |||
| * | add download button | Nathan Reiner | 2025-12-17 |
| | | |||
| * | fix remove reorder | Nathan Reiner | 2025-12-17 |
| | | |||
| * | frontent: add date handling | Nathan Reiner | 2025-12-15 |
| | | |||
| * | auth: set max-age property on set-cookie to make session last | Nathan Reiner | 2025-11-26 |
| | | |||
| * | fix login | Nathan Reiner | 2025-11-26 |
| | | |||
| * | add new icon | Nathan Reiner | 2025-11-25 |
| | | |||
| * | update pwa icons | Nathan Reiner | 2025-11-25 |
| | | |||
| * | add manifest to html | Nathan Reiner | 2025-11-25 |
| | | |||
| * | fix login dialog and logout | Nathan Reiner | 2025-11-25 |
| | | |||
| * | login: add autocomplete tags | Nathan Reiner | 2025-11-25 |
| | | |||
| * | add secure tag to fingerprint cookie | Nathan Reiner | 2025-11-25 |
| | | |||
| * | add jump-to month | Nathan Reiner | 2025-11-24 |
| | | |||
| * | image-viewer: lazy-loader | Nathan Reiner | 2025-11-24 |
| | | |||
| * | add config | Nathan Reiner | 2025-11-24 |
| | | |||
| * | add modules to importmap | Nathan Reiner | 2025-11-24 |
| | | |||
| * | add password-dialog | Nathan Reiner | 2025-11-24 |
| | | |||
| * | flake: fix run | Nathan Reiner | 2025-11-24 |
| | | |||
| * | flake: update | Nathan Reiner | 2025-11-24 |
| | | |||
| * | add fonts and create-user endpoint | Nathan Reiner | 2025-11-23 |
| | | |||
| * | bar add max-width | Nathan Reiner | 2025-11-22 |
| | | |||
| * | add placeholder for shuffle | Nathan Reiner | 2025-11-22 |
| | | |||
| * | image: implement removing | Nathan Reiner | 2025-11-20 |
| | | |||
| * | backend: fix no data error for exif | Nathan Reiner | 2025-11-19 |
| | | |||
| * | add profile settings to backend and add image loader | Nathan Reiner | 2025-11-19 |
| | | |||
| * | allow images to upload and sort if according to their datetime | Nathan Reiner | 2025-11-19 |
| | | |||
| * | implement memora.Stream | Nathan Reiner | 2025-11-17 |
| | | |||
| * | self import lib | Nathan Reiner | 2025-11-17 |
| | | |||