Commit Graph

40 Commits

Author SHA1 Message Date
3f6cf095dc feat: abort with status instead of returning html on erros 2024-06-25 15:04:20 +03:00
84119e32c5 test: add tests for comments 2024-06-25 14:52:06 +03:00
8adfa22c9d refactor: extract comment handlers to a seperate file 2024-06-20 19:40:38 +03:00
0bc4325102 feat: add templates 2024-06-19 16:42:43 +03:00
14e3bed6bb feat: add endpoints 2024-06-18 21:36:30 +03:00
2b89b90fc5 ci: add test stage to dockerfile 2024-06-16 20:52:08 +03:00
5d4e52c1de ci: send mail action 2024-06-13 21:37:20 +03:00
848098b0c5 ci : add email step
All checks were successful
/ build-and-push-image (push) Successful in 52s
2024-06-13 21:19:16 +03:00
6ff5e3a696 ci: only deploy on release branch
All checks were successful
/ build-and-push-image (push) Successful in 40s
2024-06-13 17:00:35 +03:00
1f76bb7f1a test: add tests for middleware
All checks were successful
/ build-and-push-image (push) Successful in 37s
2024-06-13 13:56:27 +03:00
464d93a99f test: add handler tests
All checks were successful
/ build-and-push-image (push) Successful in 1m4s
2024-06-12 22:21:53 +03:00
fe6c39379a refactor: split main.go into directories
All checks were successful
/ build-and-push-image (push) Successful in 50s
2024-06-12 21:42:40 +03:00
85f3aa1615 chore: add comment
All checks were successful
/ build-and-push-image (push) Successful in 34s
2024-06-11 15:06:58 +03:00
848684e58a chore: fix exiting if env is not found
All checks were successful
/ build-and-push-image (push) Successful in 36s
2024-06-11 12:30:33 +03:00
51cd94fe0a ci: add deploy script
All checks were successful
/ build-and-push-image (push) Successful in 37s
2024-06-11 12:05:44 +03:00
9406032203 feat: update db on duplicate reaction 2024-06-11 10:41:06 +03:00
5b11552400 feat: switch to sqlite 2024-06-10 07:50:15 +03:00
78aa85dc20 ci: update docker file 2024-06-02 11:44:39 +03:00
f346241e5c ci: use docker compose for deployment
All checks were successful
/ Build (push) Successful in 1m33s
2024-05-31 22:43:46 +03:00
5375827820 fix: ci env variables not loaded
Some checks failed
/ Build (push) Failing after 28s
2024-05-31 18:24:26 +03:00
5b95dbc6d6 ci: fix scp not working
Some checks failed
/ Build (push) Failing after 25s
2024-05-31 18:23:25 +03:00
446aaeba69 ci: new deploy script
Some checks failed
/ Build (push) Failing after 50s
2024-05-31 18:20:37 +03:00
84547b811a fix: user can only react one post
All checks were successful
/ Build (push) Successful in 2m28s
2024-05-31 17:45:28 +03:00
93e9cc2617 feat: change schema
All checks were successful
/ Build (push) Successful in 1m34s
2024-05-30 18:55:28 +03:00
3870624a9a fix: go build doesn't build
All checks were successful
/ Build (push) Successful in 1m35s
2024-05-30 18:52:31 +03:00
8e8d69d848 feat: add anonymize address middleware
Some checks failed
/ Build (push) Failing after 12s
2024-05-30 18:42:33 +03:00
30b38e7247 ci: add deploy script
All checks were successful
/ Build (push) Successful in 1m36s
2024-05-30 16:49:22 +03:00
b13e73e726 chore: put hx post url in a variable 2024-05-30 14:43:50 +03:00
416a93d6a0 chore: configure cors and simplify template 2024-05-30 13:53:20 +03:00
a376800eeb feat: group routes 2024-05-30 13:30:32 +03:00
4868e4d7cf ci: add docker scripts 2024-05-30 12:52:18 +03:00
09acca956c fix: typo in directory name
All checks were successful
/ Build (push) Successful in 3m29s
2024-05-30 09:52:32 +03:00
b673a819ad ci: add gitea workflow 2024-05-30 09:50:56 +03:00
4c0cbfd731 refactor: simplify handler and template 2024-05-29 17:55:49 +03:00
34ddac1454 style: add styling 2024-05-29 11:04:10 +03:00
237fcb1c31 feat: add multiple emojis 2024-05-29 10:25:59 +03:00
78957bd23e feat: add like button 2024-05-28 22:19:30 +03:00
1c911c2693 feat: add htmx backend 2024-05-28 20:17:30 +03:00
3b70eccfea feat: init project 2024-05-17 19:01:33 +03:00
23c307868a Initial commit 2024-05-17 15:43:55 +00:00