1
0
Fork 0
forked from gorb/backend
Commit graph

245 commits

Author SHA1 Message Date
dbf1504e7c ci: lets try again
Some checks failed
ci/woodpecker/push/build-and-publish Pipeline failed
2025-06-01 21:23:59 +02:00
9116ce3909 ci: lets try this
Some checks failed
ci/woodpecker/push/build-and-publish Pipeline failed
2025-06-01 21:19:23 +02:00
0e2bef889b ci: yuh
Some checks failed
ci/woodpecker/push/build-and-publish Pipeline failed
2025-06-01 21:17:47 +02:00
f9195115f3 ci: remove sudo again
Some checks failed
ci/woodpecker/push/build-and-publish Pipeline failed
2025-06-01 21:14:50 +02:00
3e49b349e8 ci: add a repo
Some checks failed
ci/woodpecker/push/build-and-publish Pipeline failed
2025-06-01 21:14:13 +02:00
770e72ff5a Revert "ci: try using crossbuild package"
This reverts commit 1a7fdac049.
2025-06-01 21:11:46 +02:00
1a7fdac049 ci: try using crossbuild package
Some checks failed
ci/woodpecker/push/build-and-publish Pipeline failed
please please please work
2025-06-01 20:10:58 +02:00
57a5733cbe ci: remove sudo -_-
Some checks failed
ci/woodpecker/push/build-and-publish Pipeline failed
2025-06-01 20:07:59 +02:00
e915e38a1e ci: add missing architecture
Some checks failed
ci/woodpecker/push/build-and-publish Pipeline failed
2025-06-01 20:07:29 +02:00
554bdadb97 ci: fix apt command
Some checks failed
ci/woodpecker/push/build-and-publish Pipeline failed
2025-06-01 20:05:54 +02:00
db2f43f326 ci: add libssl-dev for arm64 cross
Some checks failed
ci/woodpecker/push/build-and-publish Pipeline failed
2025-06-01 20:03:59 +02:00
0b0befe5b9 ci: lets try this another way
Some checks failed
ci/woodpecker/push/build-and-publish Pipeline failed
2025-06-01 20:00:11 +02:00
93ccbcb5f1 ci: try removing quotes?
Some checks failed
ci/woodpecker/push/build-and-publish Pipeline failed
2025-06-01 19:46:51 +02:00
47cb246a63 ci: add missing -y
Some checks failed
ci/woodpecker/push/build-and-publish Pipeline failed
2025-06-01 19:43:19 +02:00
42f281b3e9 ci: install podman container engine
Some checks failed
ci/woodpecker/push/build-and-publish Pipeline failed
2025-06-01 19:42:47 +02:00
d3ae5dc91f ci: remove non-existent secret
Some checks failed
ci/woodpecker/push/build-and-publish Pipeline failed
2025-06-01 19:38:59 +02:00
315a8b9954 ci: test ci 2025-06-01 19:38:19 +02:00
ee8211a321 feat: add pronouns to users 2025-06-01 15:58:07 +02:00
2f7fac8db5 fix: dont use option in MpJson 2025-06-01 14:22:52 +02:00
57f52d96df feat: expire cache when updating user 2025-06-01 14:09:38 +02:00
cade49d9c6 fix: return empty vector instead of 404 error 2025-06-01 01:47:30 +02:00
6bc2cdc3c7 revert: add domain to refresh_token_cookie 2025-05-31 23:07:09 +02:00
042aae66f2 fix: make /me/guilds return guilds instead of member objects 2025-05-31 17:52:40 +02:00
8163d0d9c0 style: clippy & fmt 2025-05-31 17:51:04 +02:00
6783bd22a7 feat: add backend_url config option
Required for refresh_token cookie to work properly
2025-05-31 17:11:14 +02:00
4fce262551 docs: add documentation to logout endpoint 2025-05-31 14:52:57 +02:00
1e993026a0 fix: add missing /stats to docs 2025-05-31 14:52:42 +02:00
60f0219e85 feat: add logout endpoint 2025-05-31 14:43:48 +02:00
38aab46534 style: rename refresh_token_cookie() to new_refresh_token_cookie() and fix error message when no refresh_token is found on refresh 2025-05-31 14:41:29 +02:00
d615f1392e style: cargo clippy && cargo fmt 2025-05-30 21:17:30 +02:00
c9a3e8c6c4 feat: add /guilds/{uuid}members
Also makes it return user object with the query
2025-05-30 21:12:07 +02:00
746285e0fb fix: make build number display! 2025-05-30 21:11:13 +02:00
aa37571b3b Merge pull request 'Path style changes' (#19) from wip/style-changes into main
Reviewed-on: gorb/backend#19

# BREAKING CHANGES

Allows removal or changing of the /api prefix
Moves /servers to /guilds
Moves /guilds/{uuid}/channels/{uuid} to /channels/{uuid} (to get channels or create one you still call the old endpoint)
2025-05-30 17:18:41 +00:00
55e343507e style: move /me/servers to /me/guilds 2025-05-30 08:37:45 +00:00
94c4428bb0 feat: add base_path to api
Lets you replace /api with whatever you want!
2025-05-29 20:41:50 +02:00
3c5f3fd654 style: rename url to frontend_url 2025-05-29 20:29:45 +02:00
556337aa4e docs: fix paths in guild comments 2025-05-29 20:16:29 +02:00
e4d9a1b5af style: move servers to guilds 2025-05-29 20:15:27 +02:00
1543a2f485 docs: change path in comments 2025-05-29 20:13:01 +02:00
66c3aef609 style: move channels to /channels 2025-05-29 20:11:50 +02:00
461295c14a feat: add instance name and use it in emails 2025-05-29 18:48:29 +02:00
8ddcbc4955 feat: add registration_enabled and email_verification_required fields to stats 2025-05-29 18:36:07 +02:00
abfbaf8918 feat: add global email verification check 2025-05-29 18:35:13 +02:00
29dbb085a2 fix: dont require auth to check invite information 2025-05-29 18:31:26 +02:00
d102966198 fix: fetch messages properly 2025-05-29 16:11:13 +02:00
d0ecf1b375 build: add missing -y flags
this shouldnt have built before but i guess libssl3 is included by default?
2025-05-29 03:35:39 +02:00
21101fecd5 build: add missing ca-certificates to docker 2025-05-29 03:31:02 +02:00
4d7aabc8ac feat: include user in message response 2025-05-29 02:39:05 +02:00
65918ae5f2 ci: make build system happy 2025-05-29 02:07:36 +02:00
251e33c188 Merge pull request 'Add email support' (#18) from wip/email into main
Reviewed-on: gorb/backend#18
2025-05-28 23:56:52 +00:00