Commit graph

290 commits

Author SHA1 Message Date
Kirill
a7b47c564a refactor(tgbot-front): small cosmetics 2025-12-06 01:59:28 +03:00
Kirill
7e0222d6f1 refactor(tgbot-front): change editMessage args 2025-12-06 01:11:34 +03:00
Kirill
19164b8d9d refactor(tgbot-front): moved the navigation handler to a separate file 2025-12-05 23:42:30 +03:00
Kirill
a22c96e7a0 build(tgbot-gen): fixing a generator error with a tag
The generator makes an error when generating tags with a link to the tag. At the moment, this is fixed by direct insertion. This is not the best solution. If a better option is found, we will fix it.
2025-12-05 23:27:02 +03:00
Kirill
20cf8b1fc2 build(tgbot-gen): Changes and additions required to generate the API client with auth (cookie)
I use a standard set of templates, changes are made in api-header.mustache and api-source.mustache. Their _old versions contain the originals. Additions are necessary for the header argument in the generated functions so that you can authenticate using cookies.
2025-12-05 22:49:14 +03:00
Kirill
ba4dfec459 refactor(tgbot): change the location of the CMakeLists.txt 2025-12-05 20:28:03 +03:00
Kirill
847aec7bdd feat(tgbot-back): start to develop back
Implemented fetchUserTitlesAsync func and embedded it in the code of the front in the trial mode. It needs to be restructured
2025-12-05 12:38:34 +03:00
Kirill
4ca8b19adb Merge branch 'dev' into dev-karas
Need to update the openapi documentation.
2025-12-05 01:42:08 +03:00
604ac0ebbc feat: now auth could be disabled with pipeline param
All checks were successful
Build and Deploy Go App / build (push) Successful in 6m20s
Build and Deploy Go App / deploy (push) Successful in 40s
2025-12-04 20:12:54 +03:00
Kirill
6123ee039b feat(tgbot-front): start handleError func develop 2025-12-04 16:38:18 +03:00
5d1d138aca
fix: minor fixes for the frontend
All checks were successful
Build and Deploy Go App / build (push) Successful in 5m46s
Build and Deploy Go App / deploy (push) Successful in 36s
2025-12-04 13:01:10 +03:00
3f3cc5c484
Merge branch 'front-alt' into dev
All checks were successful
Build and Deploy Go App / build (push) Successful in 5m46s
Build and Deploy Go App / deploy (push) Successful in 35s
2025-12-04 12:36:20 +03:00
1ec5b2f09c
debug: csrf cookie 2025-12-04 12:34:56 +03:00
fc2fa6b978
feat: oapi credenials include
All checks were successful
Build and Deploy Go App / build (push) Successful in 5m50s
Build and Deploy Go App / deploy (push) Successful in 35s
2025-12-04 11:52:18 +03:00
6e802d2402
feat!(front): migrate to Hey API
All checks were successful
Build and Deploy Go App / build (push) Successful in 5m51s
Build and Deploy Go App / deploy (push) Successful in 35s
2025-12-04 11:30:35 +03:00
128a33824a
feat: regenerated go oapi
All checks were successful
Build and Deploy Go App / build (push) Successful in 5m41s
Build and Deploy Go App / deploy (push) Successful in 36s
2025-12-04 10:18:37 +03:00
bd868bb724
fix: reworked csrf
All checks were successful
Build and Deploy Go App / build (push) Successful in 5m32s
Build and Deploy Go App / deploy (push) Successful in 35s
2025-12-04 10:12:05 +03:00
475266eef6
fix: revert AllowOrigins
All checks were successful
Build and Deploy Go App / build (push) Successful in 5m39s
Build and Deploy Go App / deploy (push) Successful in 29s
2025-12-04 09:04:37 +03:00
2f4f8164df
feat: CORS X-XSRF-TOKEN
Some checks failed
Build and Deploy Go App / build (push) Has been cancelled
Build and Deploy Go App / deploy (push) Has been cancelled
2025-12-04 09:03:51 +03:00
3be58457aa
fix(front): CookiesProvider
All checks were successful
Build and Deploy Go App / build (push) Successful in 5m35s
Build and Deploy Go App / deploy (push) Successful in 34s
2025-12-04 08:44:26 +03:00
79a716cf55
fix: use []byte for jwt key
All checks were successful
Build and Deploy Go App / build (push) Successful in 5m59s
Build and Deploy Go App / deploy (push) Successful in 35s
2025-12-04 08:27:22 +03:00
85a3c3ef10
fix: backend config
All checks were successful
Build and Deploy Go App / build (push) Successful in 5m51s
Build and Deploy Go App / deploy (push) Successful in 34s
2025-12-04 08:11:51 +03:00
e12dff3455
fix: cicd env fix
All checks were successful
Build and Deploy Go App / build (push) Successful in 5m42s
Build and Deploy Go App / deploy (push) Successful in 36s
2025-12-04 07:59:32 +03:00
b6cf523136 fix
All checks were successful
Build and Deploy Go App / build (push) Successful in 5m47s
Build and Deploy Go App / deploy (push) Successful in 36s
2025-12-04 07:43:37 +03:00
f50ed2df34 Merge branch 'dev' of ssh://meowgit.nekoea.red:22222/nihonium/nyanimedb into dev
Some checks failed
Build and Deploy Go App / build (push) Has been cancelled
Build and Deploy Go App / deploy (push) Has been cancelled
2025-12-04 07:40:27 +03:00
570be2a68b fix 2025-12-04 07:40:21 +03:00
7ddb7ec4f8
Merge branch 'auth' into dev
Some checks failed
Build and Deploy Go App / build (push) Has been cancelled
Build and Deploy Go App / deploy (push) Has been cancelled
2025-12-04 07:36:10 +03:00
066c44d08a
fix: AllowOrigins 2025-12-04 07:35:49 +03:00
61db4ff54d Merge branch 'dev-ars' into dev
Some checks failed
Build and Deploy Go App / build (push) Has been cancelled
Build and Deploy Go App / deploy (push) Has been cancelled
2025-12-04 07:33:13 +03:00
b0a8f4a02e Merge branch 'dev' of ssh://meowgit.nekoea.red:22222/nihonium/nyanimedb into dev 2025-12-04 07:33:01 +03:00
6786f7ac00 feat: access token check 2025-12-04 07:32:45 +03:00
b03f9c9704
fix: regen oapi for auth
All checks were successful
Build and Deploy Go App / build (push) Successful in 5m51s
Build and Deploy Go App / deploy (push) Successful in 25s
2025-12-04 07:20:10 +03:00
e316617175
Merge branch 'dev' into auth 2025-12-04 07:18:21 +03:00
1bbfa338d9
feat: send xsrf_token header
Some checks failed
Build and Deploy Go App / build (push) Has been cancelled
Build and Deploy Go App / deploy (push) Has been cancelled
2025-12-04 07:17:31 +03:00
7629f391ad fix 2025-12-04 06:42:08 +03:00
b79a6b9117
feat: xsrf_token set
All checks were successful
Build and Deploy Go App / build (push) Successful in 6m9s
Build and Deploy Go App / deploy (push) Successful in 34s
2025-12-04 06:32:48 +03:00
ef871833c5
feat: xsrf_token set 2025-12-04 06:29:20 +03:00
31e55c0539 Merge branch 'dev-ars' into dev
All checks were successful
Build and Deploy Go App / build (push) Successful in 5m36s
Build and Deploy Go App / deploy (push) Successful in 37s
2025-12-04 06:13:46 +03:00
6995ce58f6 feat: csrf tokens handling 2025-12-04 06:13:03 +03:00
4dd60f3b19
feat: TitlesFilterPanel component
All checks were successful
Build and Deploy Go App / build (push) Successful in 6m16s
Build and Deploy Go App / deploy (push) Successful in 37s
2025-12-04 05:52:31 +03:00
Kirill
ccf9722bb7 feat(tgbot-front): implement the back button operation
Add functions to handle navigation callback logic
Also add function for creating initial user context (pay attention to auth and registration later)
2025-12-01 23:28:23 +03:00
ab29c33f5b feat: now back wait for RMQ answer
All checks were successful
Build and Deploy Go App / build (push) Successful in 6m20s
Build and Deploy Go App / deploy (push) Successful in 1m1s
2025-11-30 04:02:28 +03:00
a29aefbe97 fix
All checks were successful
Build and Deploy Go App / build (push) Successful in 5m53s
Build and Deploy Go App / deploy (push) Successful in 32s
2025-11-30 03:20:52 +03:00
1308e265a6 Merge branch 'dev' into dev-ars
All checks were successful
Build and Deploy Go App / build (push) Successful in 8m39s
Build and Deploy Go App / deploy (push) Successful in 35s
2025-11-30 03:01:23 +03:00
77a63a1c74 feat: rabbitMQ is now calling from seatchtitles 2025-11-30 02:57:11 +03:00
c6cebb0ed2 feat: rabbitMQ request 2025-11-30 01:34:59 +03:00
1756d61da4 lib for rabbitMQ 2025-11-30 00:51:38 +03:00
Kirill
0fdf577612 feat(tgbot-front): add consts for titles and revs number 2025-11-28 15:22:42 +03:00
Kirill
c815e96f4c feat(tgbot-front): add new funcs to work with payload 2025-11-28 15:21:07 +03:00
Kirill
d69f5fcddf fix(tgbot-front): start fixing navigation callback processing function 2025-11-28 15:18:31 +03:00