Commit Graph

454 Commits

Author SHA1 Message Date
sam d05e1d241c start documentation site 2023-08-20 22:38:53 +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
sam 5fe5f09032
redirect from /edit/member/{id} to new page, add error page for redirects 2023-08-14 02:14:12 +02:00
sam 03311d7004
move member edit page to /@user/member/edit 2023-08-14 02:03:09 +02:00
sam 56c9270fdb
edit member page progress 2023-08-12 17:01:01 +02:00
sam 2f34cd20ba
merge: fix(prns): url encode unicode 2023-08-12 15:01:06 +02:00
sam cd3e4ef6c5
fix(prns): url encode unicode 2023-08-12 15:00:26 +02:00
sam b2b3fb37ec
fix: change frontend error object to APIError 2023-08-11 16:33:17 +02:00
sam b3e191f01a
move /edit/profile to /@username/edit 2023-08-10 21:03:13 +02:00
sam 785f94dd9f
split entire edit user profile page 2023-08-10 20:48:29 +02:00
sam c92f4c4ba7
feat(backend): disallow some names due to potential confusion or potential errors 2023-08-10 18:26:53 +02:00
sam 575aa01fa5
add fields and flags to new edit page 2023-08-10 18:09:10 +02:00
sam 61f1464e37
add bio and pronouns subpages 2023-08-07 03:10:46 +02:00
sam 93a113206f
tweak: always show 'save changes' button 2023-08-06 15:38:33 +02:00
sam e0069a9375
feat(frontend): start splitting edit profile page into subpages 2023-08-04 20:52:15 +02:00
sam eba31f8bda
update changelog 2023-08-02 23:50:44 +02:00
sam 846483ee17
update go.mod 2023-08-02 23:42:40 +02:00
sam 2a4ddaeea5
feat: add timezone display 2023-08-02 23:37:22 +02:00
sam 32ad02a260
tweak detect timezone button placement 2023-08-02 23:27:28 +02:00
sam 3e3ccd971b
feat: add timezone settings 2023-08-02 23:24:38 +02:00
sam 038de34f8f
feat: show max number of flags in settings 2023-07-31 02:17:50 +02:00
sam e10db2fa09
feat: display timezone 2023-07-30 23:13:35 +02:00
sam 309aa569f6
rename pronouns to pronounslib because the executable is already `pronouns` 2023-07-30 21:37:04 +02:00
sam bbd7623855
fix(backend): recognise firefish as misskey and hometown as mastodon 2023-07-30 21:33:16 +02:00
sam ccd546759b
feat: don't use shared models for prns
The shared models will eventually contain every field in the database,
but prns.cc only needs the fields they currently have, so to cut down on
memory usage it shouldn't use the shared models.
2023-07-28 21:01:36 +02:00
sam ca138efc8f
update Cargo.lock 2023-07-28 02:31:11 +02:00
sam 74ac9396c9
polish prns.cc code 2023-07-28 02:21:33 +02:00
sam 6754296a48
feat: port prns.cc to � blazing fast � rust 2023-07-27 23:51:12 +02:00
sam d50f34529c
Merge branch 'main' into rust 2023-07-27 22:53:43 +02:00
sam c046ae57f2
fix(backend): invert api token check in /auth/warnings/{id}/ack 2023-07-27 00:55:51 +02:00
sam f608b1046b Merge pull request 'fix: don't copy custom preferences to default preferences' (#83) from fulmine/pronouns.cc:fix/custom-preferences into main
Reviewed-on: https://codeberg.org/pronounscc/pronouns.cc/pulls/83
2023-07-26 22:51:50 +00:00
Jake dc73f8e3b1 fix: don't copy custom preferences to default preferences 2023-07-17 20:35:45 +02:00
Sam 969e06e31e
*actually* cache counts 2023-06-25 15:55:44 +02:00
Sam 80cf699a73
feat(backend): cache user/member counts 2023-06-25 15:49:19 +02:00
Sam af1403d0c9
feat(frontend): add disclaimer to report modal 2023-06-25 14:11:49 +02:00
Sam 836029cb7b
merge 2023-06-23 03:28:01 +02:00
Sam c61186b22a
feat(backend): add request latency tracking 2023-06-23 03:27:09 +02:00
sam 7dd953ef84 Merge pull request 'fix(fediauth): treat 'gotosocial' software as mastodon' (#74) from ewin/pronouns.cc:fix/gotosocial-login into main
Reviewed-on: https://codeberg.org/pronounscc/pronouns.cc/pulls/74
2023-06-16 13:20:05 +00:00
sam 4c4037fafc Merge pull request 'Add `.env.example` files and clarify dev setup docs' (#75) from ewin/pronouns.cc:better-dev-env-docs into main
Reviewed-on: https://codeberg.org/pronounscc/pronouns.cc/pulls/75
2023-06-16 13:19:33 +00:00
Erin 37e5c78e35 fix: typo 2023-06-15 23:31:15 -04:00
Erin dad6bc042d clarify how to generate HMAC_KEY 2023-06-15 23:13:43 -04:00
Erin 0140265912 clarify note on MINIO_ENDPOINT 2023-06-15 23:13:29 -04:00
Erin 054582103b Add example env files and fixup setup instructions 2023-06-15 23:12:42 -04:00
erin fd58773472 fix: treat 'gotosocial' software as mastodon 2023-06-15 18:38:11 -04:00
Sam 0a012d75af
fix: treat 'glitchcafe' software as mastodon 2023-06-15 17:23:24 +02:00
Sam 0fb6ac64a6
merge: 'feat: add unlisted member indicator to member list' (#69) 2023-06-10 16:47:01 +02:00