Commit Graph

167 Commits

Author SHA1 Message Date
a326d5f17d don't dead link 2026-04-09 15:31:21 +02:00
e35da127aa merge upstream
All checks were successful
mnemo-build-and-publish / gractwo-mnemo-build (push) Successful in 40s
2026-04-09 13:23:39 +00:00
b93cdfba63 redirect to /login and redirect back, instead of showing small msg 2026-04-09 15:20:08 +02:00
23595e8008 merge upstream
All checks were successful
mnemo-build-and-publish / gractwo-mnemo-build (push) Successful in 14s
2026-04-09 12:38:36 +00:00
3c111212f0 i don't know how to write SQL 2026-04-09 14:38:05 +02:00
1f9a854122 merge upstream
All checks were successful
mnemo-build-and-publish / gractwo-mnemo-build (push) Successful in 44s
2026-04-09 12:32:00 +00:00
b3fac1f9ec only show public quotes to logged out users 2026-04-09 14:31:06 +02:00
cec765bcf3 all names endpoint 2026-04-09 14:30:56 +02:00
9163e38cec Update .gitea/workflows/build-and-publish.yaml
All checks were successful
mnemo-build-and-publish / gractwo-mnemo-build (push) Successful in 10s
2026-04-09 11:43:25 +00:00
4ae0e0ddf1 Update .gitea/workflows/build-and-publish.yaml
All checks were successful
mnemo-build-and-publish / gractwo-mnemo-build (push) Successful in 10s
2026-04-09 11:41:07 +00:00
7c1cc1dcf9 Update .gitea/workflows/build-and-publish.yaml
Some checks failed
mnemo-build-and-publish / gractwo-mnemo-build (push) Failing after 14s
2026-04-09 11:40:06 +00:00
dff6e3dd91 Update .gitea/workflows/build-and-publish.yaml 2026-04-09 11:39:52 +00:00
00d34f23b0 Update .gitea/workflows/build-and-publish.yaml 2026-04-09 11:39:35 +00:00
ac37058d9f Update .gitea/workflows/build-and-publish.yaml 2026-04-09 11:39:02 +00:00
a5180e4ee9 merge upstream
All checks were successful
mnemo-build-and-publish / gractwo-mnemo-build (push) Successful in 44s
2026-04-09 11:17:01 +00:00
3eb1da8319 don't show photos link on navbar 2026-04-09 13:07:40 +02:00
30254864a9 add page margin to tag listing 2026-04-09 13:04:17 +02:00
18f420c7d4 remove quote cursorscroll, chronological: sort by ts instead of id 2026-04-09 13:01:39 +02:00
b9632e55d5 merge upstream
All checks were successful
mnemo-build-and-publish / gractwo-mnemo-build (push) Successful in 44s
2026-04-08 23:15:48 +00:00
3a811db715 don't throw on permission check lol 2026-04-09 00:55:38 +02:00
1b5d625b9c paginate the quotes, actually 2026-04-09 00:53:39 +02:00
b1e713fd18 merge upstream
All checks were successful
mnemo-build-and-publish / gractwo-mnemo-build (push) Successful in 42s
2026-04-08 18:36:37 +00:00
f2eab97c15 quote chronological cursor scroll, icon 2026-04-08 03:04:06 +02:00
d56fcc3f4c pre-fill time input when entering /quote/add 2026-04-08 02:34:54 +02:00
6906cec2c3 make dashboard only hold newest quote for now 2026-04-08 02:22:45 +02:00
d6e68ac8f7 merge upstream
All checks were successful
mnemo-build-and-publish / gractwo-mnemo-build (push) Successful in 40s
2026-04-07 23:16:50 +00:00
386118de7d we don't need to commit styles.css, actually! 2026-04-08 01:12:25 +02:00
1adb4d9e33 merge upstream
All checks were successful
mnemo-build-and-publish / gractwo-mnemo-build (push) Successful in 32s
2026-04-06 19:29:05 +00:00
673ea40fa6 finalize quote adding functionality (for now?) 2026-04-06 20:55:11 +02:00
dc326dfd94 merge upstream
All checks were successful
mnemo-build-and-publish / gractwo-mnemo-build (push) Successful in 34s
2026-04-05 22:26:49 +00:00
2dd4c8ac47 don't normalize quote timestamp to UTC 2026-04-06 00:24:41 +02:00
777027d471 use YMD date display format so i don't have to fight americans 2026-04-05 23:37:09 +02:00
f09af791e2 fetch newest quote for dashboard, helpers 2026-04-05 23:14:49 +02:00
26be03ba31 working quote submission (with limits for now)
- must have two lines
- can only submit timestamp in system timezone
2026-04-05 22:11:43 +02:00
b0d86efae6 why was readme not given a file extension 2026-04-05 18:12:51 +02:00
f6337104cf oops, forgot about page titles 2026-04-05 15:51:22 +02:00
3ab3567ac3 Name::get_all, quotes page stub, quote add UI work, icons 2026-04-05 15:48:30 +02:00
7514e98f1b merge upstream
All checks were successful
mnemo-build-and-publish / gractwo-mnemo-build (push) Successful in 8s
2026-04-04 21:52:29 +00:00
3f10b51da9 compose.yaml comments, make docker:/app/data writable 2026-04-04 23:50:30 +02:00
947db47fdf finalize migration 2026-04-04--01 2026-04-04 23:46:40 +02:00
f49fb9df6f example compose.yaml, includestr styles, ignore default bind mount 2026-04-04 21:42:08 +02:00
252f7b164b remove all that .map_err nonsense at once 2026-04-04 14:23:42 +02:00
f588f3cf27 merge upstream
All checks were successful
mnemo-build-and-publish / gractwo-mnemo-build (push) Successful in 35s
2026-04-04 08:26:51 +00:00
e08f169074 commit new tailwind artifact to make it stop crying 2026-04-04 02:45:01 +02:00
d8fb561bca log everything 2026-04-04 02:44:17 +02:00
0fb8dafd09 merge upstream
All checks were successful
mnemo-build-and-publish / gractwo-mnemo-build (push) Successful in 31s
2026-04-03 17:06:32 +00:00
449136ce37 make transactions higher level (pass them everywhere) 2026-04-03 19:05:37 +02:00
a811727dd3 merge upstream
All checks were successful
mnemo-build-and-publish / gractwo-mnemo-build (push) Successful in 31s
2026-04-03 14:18:14 +00:00
e4cccde466 ensure log creation for all present action 2026-04-03 16:05:53 +02:00
dc7d16babe merge upstream
All checks were successful
mnemo-build-and-publish / gractwo-mnemo-build (push) Successful in 9s
2026-04-03 13:17:45 +00:00