Commit Graph

28 Commits

Author SHA1 Message Date
Tim
25a9239cc7 Merge pull request #11 from nagisa77/codex/assist-with-unit-tests-for-controllers
Add controller tests
2025-06-30 20:25:35 +08:00
Tim
06e7e0db9d Add controller unit tests and test dependencies 2025-06-30 20:25:22 +08:00
Tim
7aebde6f6f Merge pull request #10 from nagisa77/codex/return-sc_unauthorized-for-no-admin-permissions
Return 401 when admin role missing
2025-06-30 20:20:47 +08:00
Tim
82d29dc7cd Return 401 for admin access without permission 2025-06-30 20:20:27 +08:00
Tim
8a7b0bde07 feat: do my test 2025-06-30 20:19:28 +08:00
Tim
219d2aea7a Merge pull request #9 from nagisa77/codex/add-curl-test-examples-to-controllers
Add curl examples to comment and reaction controllers
2025-06-30 19:59:05 +08:00
Tim
820d3fac70 docs: add curl examples for comment and reaction controllers 2025-06-30 19:58:52 +08:00
Tim
ea87d62bac Merge pull request #8 from nagisa77/codex/add-reaction-module-with-sources
Add reaction module
2025-06-30 19:52:37 +08:00
Tim
69e9ef8532 Add reaction module 2025-06-30 19:52:22 +08:00
Tim
b343cbb860 Merge pull request #7 from nagisa77/codex/add-comment-module-with-sub-comments
Add comment module
2025-06-30 19:47:13 +08:00
Tim
ff64500ffd Add comment module 2025-06-30 19:46:57 +08:00
Tim
04e7aed9b8 Merge pull request #6 from nagisa77/codex/add-curl-command-example-for-controller-testing
Add curl examples for testing APIs
2025-06-30 19:40:21 +08:00
Tim
8e413ae4c1 Add curl test comments to controllers 2025-06-30 19:40:05 +08:00
Tim
7a35274510 Merge pull request #5 from nagisa77/codex/add-post-module-with-attributes
Add Post module
2025-06-30 19:01:43 +08:00
Tim
8bc53b28ae Merge branch 'main' into codex/add-post-module-with-attributes 2025-06-30 19:01:34 +08:00
Tim
d419b45515 Add Post module 2025-06-30 19:00:43 +08:00
Tim
dce34461d5 Merge pull request #4 from nagisa77/codex/add-user-permission-module
Add role-based authorization
2025-06-30 18:59:33 +08:00
Tim
31b54f6aac Add role-based authorization 2025-06-30 18:59:11 +08:00
Tim
fe894834b7 Merge pull request #3 from nagisa77/codex/add-error-code-for-failed-auth-request
Handle JWT auth failure with 401 response
2025-06-30 18:54:36 +08:00
Tim
150ef6148e Return 401 when JWT auth fails 2025-06-30 18:54:22 +08:00
Tim
17d4af229d feat: add test case 2025-06-30 18:49:46 +08:00
Tim
0d3eb99fd2 feat: update config 2025-06-30 18:23:25 +08:00
Tim
c996e579ca Merge pull request #2 from nagisa77/codex/add-email-registration-with-captcha-and-json-error-handling
Add email verification and JSON errors
2025-06-30 17:53:39 +08:00
Tim
39179c370e feat: add email verification 2025-06-30 17:53:13 +08:00
Tim
aa6d32e7dd feat: update config 2025-06-30 17:48:11 +08:00
Tim
b0c876417d Merge pull request #1 from nagisa77/codex/implement-open-source-community-backend
Add initial Spring Boot backend with JWT
2025-06-30 17:18:08 +08:00
Tim
f53e3635d0 Initialize Spring Boot backend with JWT auth 2025-06-30 17:17:54 +08:00
Tim
911f908780 Create README.md 2025-06-30 17:07:42 +08:00