| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | z.component: make constructor async | Nathan Reiner | 2026-05-28 |
| | | |||
| * | Merge branch 'develop' of https://gitlab.com/Jockerkat/memora into dev | Nathan Reiner | 2026-05-28 |
| |\ | |||
| | * | Sketch new DB API. | Alexander Rolley | 2026-05-28 |
| | | | |||
| | * | Merge branch 'develop' of gitlab.com:Jockerkat/memora into develop | Alexander Rolley | 2026-05-26 |
| | |\ | |||
| | * \ | Merge branch 'dev' of https://git.nathanreiner.xyz/memora into develop | Alexander Rolley | 2026-05-21 |
| | |\ \ | |||
| * | | | | implement frontend framework | Nathan Reiner | 2026-05-28 |
| | | | | | |||
| * | | | | Merge branch 'develop' of https://gitlab.com/Jockerkat/memora into dev | Nathan Reiner | 2026-05-28 |
| |\ \ \ \ | | |_|/ | |/| | | |||
| | * | | | Revert "Minor changes to documentation." | Alexander Rolley | 2026-05-24 |
| | | | | | | | | | | | | | | | | | This reverts commit 460942180d10a2d9bcea6773dc0a3a87d6bf8a71. | ||
| | * | | | Make length conversion safety-check for illegal behaviour instead of | Alexander Rolley | 2026-05-23 |
| | | | | | | | | | | | | | | | | | silently failing. | ||
| | * | | | Minor changes to documentation. | Alexander Rolley | 2026-05-23 |
| | | | | | |||
| * | | | | 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 |
| | | | | | |||
| | * | | | Start on Sqlite3. | Alexander Rolley | 2026-05-20 |
| | | | | | |||
| * | | | | frontend: implement more sophisticated minimizer | Nathan Reiner | 2026-05-21 |
| | |_|/ |/| | | |||
| * | | | add docgen | Nathan Reiner | 2026-05-21 |
| | |/ |/| | |||
| * | | frontend: add comptime bundler | 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. | ||
| * | try to use bun for bundling | Nathan Reiner | 2026-05-18 |
| | | |||
| * | parse time with localtime instead of gtmHEADmaster | Nathan Reiner | 2025-12-22 |
| | | |||
| * | response with jpeg content_type on image/load | Nathan Reiner | 2025-12-17 |
| | | |||
| * | fix remove reorder | Nathan Reiner | 2025-12-17 |
| | | |||
| * | auth: set max-age property on set-cookie to make session last | Nathan Reiner | 2025-11-26 |
| | | |||
| * | fix login dialog and logout | 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 |
| | | |||
| * | add config | Nathan Reiner | 2025-11-24 |
| | | |||
| * | add modules to importmap | Nathan Reiner | 2025-11-24 |
| | | |||
| * | add password-dialog | Nathan Reiner | 2025-11-24 |
| | | |||
| * | add fonts and create-user endpoint | Nathan Reiner | 2025-11-23 |
| | | |||
| * | 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 |
| | | |||
| * | add file uploading and multi-threading | Nathan Reiner | 2025-11-17 |
| | | |||
| * | backend: add image upload | Nathan Reiner | 2025-11-15 |
| | | |||
| * | implement auto-login when session still active | Nathan Reiner | 2025-11-15 |
| | | |||
| * | backend implement auth-service | Nathan Reiner | 2025-11-15 |
| | | |||
| * | backend: change log to use tagname instead of default enum formatting | Nathan Reiner | 2025-11-14 |
| | | |||
| * | implement login | Nathan Reiner | 2025-11-14 |
| | | |||
| * | add HandlerInfo | Nathan Reiner | 2025-11-13 |
| | | |||
| * | rename to memora | Nathan Reiner | 2025-11-12 |
| | | |||
| * | add basic server | Nathan Reiner | 2025-11-11 |
| | | |||
| * | initial commit | Nathan Reiner | 2025-11-10 |