sam
12ed7fb5bb
feat: add POST /api/v2/auth/email/signup/confirm
2024-02-13 16:57:03 +01:00
sam
ae453df77c
Merge branch 'main' into feature/email
2024-02-01 00:47:54 +01:00
sam
31e1862ca9
format
2024-01-07 05:02:00 +01:00
sam
4308bd4d98
ci: run on all branches *except* stable
2024-01-07 04:04:41 +01:00
sam
40672d6d41
fix type error in frontend
2024-01-05 15:24:42 +01:00
sam
cfed74d6bf
Merge branch 'feature/preference-cheatsheet'
2024-01-05 15:13:06 +01:00
sam
b29a0c86db
only run ci on main [skip ci]
2023-12-31 15:14:50 +01:00
sam
1339550c80
fix: don't require a valid sentry dsn for the frontend
2023-12-30 15:41:53 +01:00
sam
55479ae8da
fix eslint errors
2023-12-30 15:33:03 +01:00
sam
ebc10d9558
chore: format
2023-12-30 15:14:01 +01:00
sam
ac603ac18e
fix(frontend): fix type errors
2023-12-30 15:13:24 +01:00
sam
00abe1cb32
fix: let users select the Google account to log in with every time
2023-12-30 04:41:22 +01:00
sam
c13c4e90b6
don't ignore errors in tx.Rollback()
2023-12-30 04:30:32 +01:00
sam
e37b5be376
add backend CI
2023-12-30 04:30:19 +01:00
sam
44b667ff43
add frontend CI
2023-12-30 02:52:31 +01:00
sam
e0ba5ea0dc
feat: add preference cheat sheet to bottom of user/member pages
2023-12-26 04:19:58 +01:00
sam
d559d1a036
chore: upgrade sveltekit to 2.0.0, upgrade svelte to 4.0.0
2023-12-26 01:34:53 +01:00
sam
283cc1681c
start email functions
2023-12-18 23:39:16 +01:00
sam
34002e77d9
chore: update go dependencies
2023-10-28 01:04:20 +02:00
sam
97391c51d8
fix: disallow * in member names, it breaks routing
2023-10-28 00:58:20 +02:00
sam
65b171696a
add snowflake IDs to docs
2023-10-13 23:24:39 +02:00
sam
cb8cfb9d2f
fix(backend): add environment variable to disable tracing
2023-09-20 17:03:12 +02:00
sam
a297ec681e
fix(backend): tweak traces/profiles sample rate
2023-09-20 17:00:20 +02:00
sam
0e6f3a47f4
fix(backend): filter out context.Canceled errors
2023-09-20 15:15:43 +02:00
sam
fc1f4d03f1
i forgot to change the debug setting
2023-09-20 03:42:45 +02:00
sam
9f266ee1a8
feat(backend): also add sentry tracing
2023-09-20 03:40:07 +02:00
sam
b04ed68832
feat(backend): add sentry integration
2023-09-20 02:39:14 +02:00
sam
a6d31d150c
Merge branch 'stable'
2023-09-20 02:38:48 +02:00
sam
f424228fee
update icons.js
2023-09-20 02:29:06 +02:00
sam
bb64378c13
remove unfinished discord bot endpoints
2023-09-20 02:03:20 +02:00
sam
0022ae6112
update README + air config
2023-09-13 16:27:05 +02:00
sam
364c008554
chore: format
2023-09-13 16:25:40 +02:00
sam
4f62d8d589
merge: #100 feat(fields): improve error messages, switch to placeholder
2023-09-13 16:18:28 +02:00
sam
00d3f56f2e
Merge branch 'main' of https://codeberg.org/git_girl/pronouns.cc into git_girl-main
2023-09-13 16:05:09 +02:00
sam
636ee7369d
fix(frontend): make icon tooltips work again
2023-09-13 15:41:01 +02:00
git_girl
b6424cac9c
feat(fields): improved error messages, switched to placeholder
2023-09-12 16:05:00 +02:00
sam
dd9c9c442c
fix(frontend): add screenreader/text-only labels for name/pronoun/field entries ( fixes #98 )
2023-09-11 22:11:22 +02:00
sam
467069c898
fix(frontend): make fediverse login modals forms ( fixes #97 )
2023-09-11 15:49:06 +02:00
sam
a1b2fce9af
fix(backend): invert error check in /api/v1/meta
2023-09-11 15:23:22 +02:00
sam
727848c801
update terms of service
2023-09-10 17:56:04 +02:00
sam
2da388df2e
add username cleanup
2023-09-10 17:44:35 +02:00
sam
153812d79f
add database seed from file
2023-09-10 16:49:16 +02:00
sam
bad1df395a
Merge branch 'feature/notices'
2023-09-09 17:21:45 +02:00
sam
f39a762072
add global notices
2023-09-09 17:20:18 +02:00
sam
e03c9827b9
readd rel and target attributes to profile links ( fixes #93 )
2023-09-09 13:41:56 +02:00
sam
cb563bc00b
remove debug prints
2023-09-09 04:45:04 +02:00
sam
c780470afe
move some settings to server side
2023-09-09 00:58:02 +02:00
sam
6c8f2b648e
merge branch 'feature/snowflakes' into main
...
NOTES:
- After running the migration, you MUST manually run `database
create-snowflakes`. The entire backend assumes snowflakes are never
null, so if this isn't done, all requests will fail.
- Avatar and flag files are still saved with xids, this will change
later.
2023-09-07 17:04:39 +02:00
sam
b6cc5bb130
change frontend API calls to use snowflake IDs
2023-09-07 17:04:18 +02:00
sam
41f5d46891
add snowflake support to member reroll route
2023-09-07 17:01:31 +02:00