aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Make length conversion safety-check for illegal behaviour instead ofAlexander Rolley2026-05-23
| | | | silently failing.
* Minor changes to documentation.Alexander Rolley2026-05-23
|
* - Add documentation.Alexander Rolley2026-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 associated function on `Result` type that returns the errorAlexander Rolley2026-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 developAlexander Rolley2026-05-20
|\
| * frontend: add comptime bundlerNathan Reiner2026-05-20
| |
* | Implement Sqlite3 result codes and start on database abstraction.Alexander Rolley2026-05-20
| |
* | Start on Sqlite3.Alexander Rolley2026-05-20
|/
* Let's do a rewrite!Nathan Reiner2026-05-20
| | | | Created project structure and changed `build.zig` and added licence.
* try to use bun for bundlingNathan Reiner2026-05-18
|
* parse time with localtime instead of gtmHEADmasterNathan Reiner2025-12-22
|
* response with jpeg content_type on image/loadNathan Reiner2025-12-17
|
* fix remove reorderNathan Reiner2025-12-17
|
* auth: set max-age property on set-cookie to make session lastNathan Reiner2025-11-26
|
* fix login dialog and logoutNathan Reiner2025-11-25
|
* add secure tag to fingerprint cookieNathan Reiner2025-11-25
|
* add jump-to monthNathan Reiner2025-11-24
|
* add configNathan Reiner2025-11-24
|
* add modules to importmapNathan Reiner2025-11-24
|
* add password-dialogNathan Reiner2025-11-24
|
* add fonts and create-user endpointNathan Reiner2025-11-23
|
* image: implement removingNathan Reiner2025-11-20
|
* backend: fix no data error for exifNathan Reiner2025-11-19
|
* add profile settings to backend and add image loaderNathan Reiner2025-11-19
|
* allow images to upload and sort if according to their datetimeNathan Reiner2025-11-19
|
* implement memora.StreamNathan Reiner2025-11-17
|
* self import libNathan Reiner2025-11-17
|
* add file uploading and multi-threadingNathan Reiner2025-11-17
|
* backend: add image uploadNathan Reiner2025-11-15
|
* implement auto-login when session still activeNathan Reiner2025-11-15
|
* backend implement auth-serviceNathan Reiner2025-11-15
|
* backend: change log to use tagname instead of default enum formattingNathan Reiner2025-11-14
|
* implement loginNathan Reiner2025-11-14
|
* add HandlerInfoNathan Reiner2025-11-13
|
* rename to memoraNathan Reiner2025-11-12
|
* add basic serverNathan Reiner2025-11-11
|
* initial commitNathan Reiner2025-11-10