Commit Graph

498 Commits

Author SHA1 Message Date
Kay Faraday 469c167a8e change default theme to light
left 00d3f56f2e (default to dark theme while loading pages) because it's expected that most people who are logged in or have visited the site before will use dark
2023-09-20 01:01:45 +00:00
Kay Faraday 8eaa96f018 Merge remote-tracking branch 'origin/main' 2023-09-19 19:50:17 +00: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
Kay Faraday 9cc6a96691 Merge remote-tracking branch 'origin/main' 2023-09-11 03:25:26 +00: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
Kay Faraday 8c81cac0a5 update some links 2023-09-08 20:07:31 +00:00
Kay Faraday 5576ae6f54 remove hardcoded phoning home to pronouns.cc (wtf?) 2023-09-08 08:37:37 +00:00
Kay Faraday 836b72a72b Merge remote-tracking branch 'origin/main' 2023-09-08 08:14:46 +00: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
sam 04db0507ba
add snowflake support to report routes 2023-09-07 16:53:58 +02:00
Kay Faraday 4fba99ae94 gitignore: ignore compiled binary 2023-09-07 07:24:48 +00:00
Kay Faraday cb2c0c76ca update documentation 2023-09-07 07:24:13 +00:00
Kay Faraday a3295fe008 support Incestoma 2023-09-07 07:23:53 +00:00
sam 1b9a5deb78
make more member routes accept snowflakes + make flag routes accept snowflakes 2023-09-07 01:43:05 +02:00
sam 0171f54592
add snowflake support to some member routes 2023-09-02 16:34:51 +02:00
sam b5a6d51491
remove OpenAPI spec as it's way out of date 2023-09-02 04:07:57 +02:00
sam 4377d38933
remove autogenerated docs, update API docs link 2023-09-02 04:07:36 +02:00
sam 58eff3ef4b
merge: merge docs 2023-09-02 03:53:08 +02:00
sam c6195218c5
docs: add other endpoints 2023-09-02 03:52:38 +02:00
sam bc1948316c
docs: add member endpoints 2023-09-01 17:02:23 +02:00
sam 50b584c8ea
move docs-site to docs 2023-08-21 15:58:07 +02:00
sam 4aa4d35362
move self-hosting documentation to docs site 2023-08-21 15:57:23 +02:00
sam 4df9a4c368
update docs 2023-08-21 15:45:16 +02:00
sam 0595e8d5f5
fix(frontend): fix 'sticky' info message on edit fields page 2023-08-20 22:50:23 +02:00
sam 1cce0defca
feat(backend): make snowflake IDs usable in /users/{id}, /users/{id}/members 2023-08-20 22:45:14 +02:00
sam d05e1d241c start documentation site 2023-08-20 22:38:53 +02:00
sam b1a7ef89ca
feat(backend): add snowflake IDs 2023-08-17 18:49:32 +02:00
sam d97b3f8da1
feat(backend): add /api/v2/users/@me/settings 2023-08-17 00:49:46 +02:00
sam 0c2eeaf954
chore: add down migrations 2023-08-16 03:30:34 +02:00
sam b826fb3ce6
chore: move backend routes to v1/ subdirectory 2023-08-16 03:12:25 +02:00
sam b66188cbf9
update changelog 2023-08-14 03:02:10 +02:00
sam 49eb964ed8
feat: allow user to pick timezone manually 2023-08-14 02:32:58 +02:00
sam 9ee6f318c7
merge: reworked edit pages 2023-08-14 02:15:40 +02:00