aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* add headers mechanism to responsedevNathan Reiner2026-06-15
|
* make style-guide conformNathan Reiner2026-06-06
|
* api: add example implementationsNathan Reiner2026-06-06
|
* Remove Server struct and replace it with single functionNathan Reiner2026-06-06
|
* make server asyncNathan Reiner2026-06-06
|
* Implement static handler and synchronous server handlingNathan Reiner2026-06-06
|
* implement Route and RouteSetNathan Reiner2026-06-06
|
* http add request and contextNathan Reiner2026-06-05
|
* timeline: separate keyboard and pinch zooming logicNathan Reiner2026-05-29
|
* timeline: fix scale factorNathan Reiner2026-05-29
|
* timeline: fix pinch-zoom offsetNathan Reiner2026-05-28
|
* first sketch of pinch zoomNathan Reiner2026-05-28
|
* add timelineNathan Reiner2026-05-28
|
* z.component: make constructor asyncNathan Reiner2026-05-28
|
* Merge branch 'develop' of https://gitlab.com/Jockerkat/memora into devNathan Reiner2026-05-28
|\
| * Sketch new DB API.Alexander Rolley2026-05-28
| |
| * Merge branch 'develop' of gitlab.com:Jockerkat/memora into developAlexander Rolley2026-05-26
| |\
| * \ Merge branch 'dev' of https://git.nathanreiner.xyz/memora into developAlexander Rolley2026-05-21
| |\ \
* | | | implement frontend frameworkNathan Reiner2026-05-28
| | | |
* | | | Merge branch 'develop' of https://gitlab.com/Jockerkat/memora into devNathan Reiner2026-05-28
|\ \ \ \ | | |_|/ | |/| |
| * | | Revert "Minor changes to documentation."Alexander Rolley2026-05-24
| | | | | | | | | | | | | | | | This reverts commit 460942180d10a2d9bcea6773dc0a3a87d6bf8a71.
| * | | Make length conversion safety-check for illegal behaviour instead ofAlexander Rolley2026-05-23
| | | | | | | | | | | | | | | | silently failing.
| * | | Minor changes to documentation.Alexander Rolley2026-05-23
| | | |
* | | | Merge branch 'develop' of https://gitlab.com/Jockerkat/memora into devNathan Reiner2026-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 api sketchNathan Reiner2026-05-23
| | |
* | | Merge branch 'develop' of https://gitlab.com/Jockerkat/memora into devNathan Reiner2026-05-21
|\| |
| * | - 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
| |\ \
| * | | Implement Sqlite3 result codes and start on database abstraction.Alexander Rolley2026-05-20
| | | |
| * | | Actually link against Sqlite3 library.Alexander Rolley2026-05-20
| | | |
| * | | Start on Sqlite3.Alexander Rolley2026-05-20
| | | |
| * | | Add missing fingerprint.Alexander Rolley2026-05-20
| | | |
* | | | frontend: implement more sophisticated minimizerNathan Reiner2026-05-21
| |_|/ |/| |
* | | add docgenNathan Reiner2026-05-21
| |/ |/|
* | Merge branch 'dev' of https://git.nathanreiner.xyz/memora into devNathan Reiner2026-05-20
|\ \
| * | frontend: add comptime bundlerNathan Reiner2026-05-20
| | |
* | | frontend: add comptime bundlerNathan Reiner2026-05-20
|/ /
* / add fingerprintNathan Reiner2026-05-20
|/
* Let's do a rewrite!Nathan Reiner2026-05-20
| | | | Created project structure and changed `build.zig` and added licence.
* flake: updateNathan Reiner2026-05-19
|
* try to use bun for bundlingNathan Reiner2026-05-18
|
* parse time with localtime instead of gtmHEADmasterNathan Reiner2025-12-22
|
* remove loggingNathan Reiner2025-12-17
|
* shuffle: first versionNathan Reiner2025-12-17
|
* response with jpeg content_type on image/loadNathan Reiner2025-12-17
|
* add download buttonNathan Reiner2025-12-17
|
* fix remove reorderNathan Reiner2025-12-17
|
* frontent: add date handlingNathan Reiner2025-12-15
|
* auth: set max-age property on set-cookie to make session lastNathan Reiner2025-11-26
|