Commit Graph

  • f5b758210c finish up #2848 tobi 2024-04-17 14:20:27 +0200
  • ca85d39a42 Merge branch 'main' into status_source tobi 2024-04-17 14:16:18 +0200
  • 14b23b22ac [feature] statusSource endpoint tobi 2024-04-17 14:15:13 +0200
  • ef16919d4a
    [feature] Stub status history endpoint (#2847) tobi 2024-04-17 14:06:49 +0200
  • 767cc40847 [feature] Stub status history endpoint #2847 tobi 2024-04-17 13:44:31 +0200
  • 8cf685fbe9
    [bugfix] Fix minor API issue w/ boosted statuses (#2846) tobi 2024-04-17 12:41:40 +0200
  • 029a538d0d [bugfix] Fix minor API issue w/ boosted statuses #2846 tobi 2024-04-17 12:14:09 +0200
  • 6de5717d7f
    [bugfix] fix get all tokens (#2841) tobi 2024-04-16 13:25:47 +0200
  • 3cceed11b2
    [feature/performance] Store account stats in separate table (#2831) tobi 2024-04-16 13:10:13 +0200
  • cd0451b2cb [bugfix] fix get all tokens #2841 tobi 2024-04-16 13:06:57 +0200
  • ceb84e55ee use lock when updating stats #2831 tobi 2024-04-16 12:52:54 +0200
  • 9d15127841 rejig logging a bit tobi 2024-04-16 12:44:40 +0200
  • 9ff5e0cbab change stats function signatures tobi 2024-04-16 12:36:18 +0200
  • 30aa7666c6 add some missing increment / decrement calls tobi 2024-04-16 12:19:38 +0200
  • 5e9dab103e
    Merge branch 'main' into account_stats_model tobi 2024-04-15 15:31:56 +0200
  • f79d50b9b2
    [performance] cached oauth database types (#2838) kim 2024-04-15 14:22:21 +0100
  • 8b30709791
    [chore] Turn `accounts-registration-open` false by default (#2839) tobi 2024-04-15 14:41:15 +0200
  • 2e6db4c3c9 [chore] Turn `accounts-registration-open` false by default #2839 tobi 2024-04-15 14:30:10 +0200
  • 2edecd3e59 add ClientID to list of token struct indices #2838 kim 2024-04-15 12:49:56 +0100
  • 7236af885a update to use PutClient() kim 2024-04-15 12:39:25 +0100
  • d476a62fb5 update the tokenstore sweeping function to rely on caches kim 2024-04-15 12:37:48 +0100
  • 511a556cb2 add appropriate invalidate hooks kim 2024-04-15 12:27:30 +0100
  • 87ced01716 fix envparsing kim 2024-04-15 12:19:54 +0100
  • 4c0fe2bf4b slight tweak to default mem ratios kim 2024-04-15 12:18:57 +0100
  • 97f45d6abd add code comments kim 2024-04-15 12:10:31 +0100
  • 13634a6aeb update token + client code to use struct caches kim 2024-04-15 12:06:01 +0100
  • b565e1e20a
    Merge branch 'main' into account_stats_model tobi 2024-04-15 12:41:18 +0200
  • b6ece0cfc8 test account stats tobi 2024-04-15 12:37:05 +0200
  • dc065f783f [feature/performance] Store account stats in separate table, get stats from remote tobi 2024-04-15 12:22:27 +0200
  • 1018cde107
    [chore] bump bun library versions (#2837) kim 2024-04-15 11:01:20 +0100
  • 05dbb8db0e bump bun library versions #2837 kim 2024-04-15 09:45:46 +0100
  • 6bb43f3f9b
    [chore]: Bump golang.org/x/net from 0.23.0 to 0.24.0 (#2834) dependabot[bot] 2024-04-15 08:44:29 +0000
  • 04275d3851
    [chore]: Bump golang.org/x/net from 0.23.0 to 0.24.0 #2834 dependabot[bot] 2024-04-15 08:36:58 +0000
  • 66e4510bf1
    [chore]: Bump golang.org/x/crypto from 0.21.0 to 0.22.0 (#2835) dependabot[bot] 2024-04-15 08:34:49 +0000
  • e5b2bfb00a
    [chore]: Bump github.com/uptrace/bun/dialect/sqlitedialect #2836 dependabot[bot] 2024-04-15 06:36:46 +0000
  • 37b4734eeb
    [chore]: Bump golang.org/x/crypto from 0.21.0 to 0.22.0 #2835 dependabot[bot] 2024-04-15 06:36:35 +0000
  • 9ba2a4df46
    [chore]: Bump github.com/uptrace/bun/extra/bunotel from 1.1.17 to 1.2.1 #2833 dependabot[bot] 2024-04-15 06:36:17 +0000
  • fdd23cb9ed
    [chore] Delete the unnecessary #, because this # lead to the wrong URL (#2830) Bishochiparaa 2024-04-14 15:31:45 +0800
  • e517647b54 modified: web/template/index_what_is_this.tmpl #2830 Kyo Sakuyo 2024-04-14 10:05:30 +0800
  • a4453f4078
    Merge 931708b822 into 89e0cfd874 #2829 Bishochiparaa 2024-04-13 16:43:26 +0000
  • 931708b822
    Delete the unnecessary # #2829 Bishochiparaa 2024-04-14 00:33:26 +0800
  • 89e0cfd874
    [feature] Admin accounts endpoints; approve/reject sign-ups (#2826) tobi 2024-04-13 13:25:10 +0200
  • 36d9b2885d optimistic updates for account state #2826 tobi 2024-04-13 13:18:02 +0200
  • c10248be6d put valid slices in globals tobi 2024-04-13 12:17:43 +0200
  • e455c90827 use `netip.Addr` tobi 2024-04-13 12:00:06 +0200
  • 6037006bbd Merge branch 'main' into admin_signup_settings tobi 2024-04-13 11:48:54 +0200
  • 1439042104
    [performance] update GetAccountsByIDs() to use the new multi cache loader endpoint (#2828) kim 2024-04-13 10:36:10 +0100
  • 68ef506624 fix broken import #2828 kim 2024-04-12 17:13:49 +0100
  • b051c966da update GetAccountsByIDs() to use the new multi cache loader endpoint kim 2024-04-12 15:51:42 +0100
  • ea2c01a3ee fix parse from toot react error tobi 2024-04-12 17:26:56 +0200
  • 0aff0bb196 shuffle useAccountIDIn check *before* adding to query kim 2024-04-12 15:42:32 +0100
  • 05ccf89a4e use new paging logic for GetAccounts() series of admin endpoints, small changes to query building kim 2024-04-12 15:40:09 +0100
  • 94d0dd7ad5 Merge branch 'main' into admin_signup_settings tobi 2024-04-12 16:27:49 +0200
  • a5c6dc9716
    [bugfix] Include MIME email headers to avoid mangling non-ascii text (#2827) tobi 2024-04-12 16:18:14 +0200
  • 1a962f5ca4 [bugfix] Include MIME email headers to avoid mangling non-ascii text #2827 tobi 2024-04-12 15:27:42 +0200
  • c64b50d482 wee lil fixerinos tobi 2024-04-12 14:08:46 +0200
  • de9dff06d3 fix email tests tobi 2024-04-12 14:01:14 +0200
  • bd028e68c2 web linting tobi 2024-04-12 13:54:56 +0200
  • 0d9925a967 swagger tobi 2024-04-12 12:41:22 +0200
  • 4367965eaa email tobi 2024-04-12 12:40:45 +0200
  • 7466838d93 docs! tobi 2024-04-12 12:39:37 +0200
  • 09db0a90f8 use signup URL tobi 2024-04-12 11:30:50 +0200
  • 3b98e7d96c send approved/rejected emails tobi 2024-04-12 11:24:02 +0200
  • e946f36601 add admin accounts get, approve, reject tobi 2024-04-11 12:04:26 +0200
  • 85a76cc26e update settings panels, add pending overview + approve/deny functions tobi 2024-04-11 12:03:17 +0200
  • c097745c38
    [chore]: Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc (#2818) dependabot[bot] 2024-04-11 11:46:18 +0200
  • db2dcc3455
    [chore] update go-structr => v0.6.2 (fixes nested field ptr following) (#2822) kim 2024-04-11 10:46:08 +0100
  • 9fb8a78f91
    [feature] New user sign-up via web page (#2796) tobi 2024-04-11 11:45:53 +0200
  • a483bd9e38
    [performance] massively improved ActivityPub delivery worker efficiency (#2812) kim 2024-04-11 10:45:35 +0100
  • fd7bcfeaa6 bump to v0.6.2 #2822 kim 2024-04-10 18:33:57 +0100
  • 185bfbb76e update go-structr => v0.6.1 (fixes nested field ptr following) kim 2024-04-10 18:06:40 +0100
  • af81402cd7
    [chore]: Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc #2818 dependabot[bot] 2024-04-10 11:05:28 +0000
  • 15733cddb2
    [chore]: Bump github.com/yuin/goldmark from 1.7.0 to 1.7.1 (#2819) v0.15.0 dependabot[bot] 2024-04-10 12:04:27 +0100
  • 4d16c3adaf
    [chore]: Bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 (#2816) dependabot[bot] 2024-04-10 12:04:11 +0100
  • e20c7c21e1
    [docs] update deployment considerations docs with latest findings (#2821) tobi 2024-04-10 12:03:43 +0200
  • 889565e973 simplify single-board computer section #2821 tobi 2024-04-10 11:56:25 +0200
  • ff24ea113b proper error on local account missing #2796 tobi 2024-04-08 17:40:00 +0200
  • 1075259684 chosen languages schmosen schmanguages tobi 2024-04-08 17:35:56 +0200
  • 65a54b4770 add comment about not using httptest.Server{} #2812 kim 2024-04-08 16:25:52 +0100
  • 4bcd1ffeed remove stray comment tobi 2024-04-08 17:10:58 +0200
  • 71c4c6beb0 add chosen + filtered languages to migration tobi 2024-04-08 17:06:27 +0200
  • ad6cfc094d update to the latest activity library version kim 2024-04-08 14:19:06 +0100
  • 58d5bd5f60 update docs for advanced-sender-multiplier kim 2024-04-08 13:15:58 +0100
  • 46130df630 fix test calling Workers{}.Start() instead of testrig.StartWorkers() kim 2024-04-08 13:12:06 +0100
  • a90d51b6da update error type to use ptr instead of value receiver kim 2024-04-08 12:51:34 +0100
  • 0469c07380 [docs] update deployment considerations docs with latest findings tobi 2024-04-08 13:25:51 +0200
  • 3880020166 fix tests to delivering messages to check worker delivery queue kim 2024-04-08 12:21:19 +0100
  • 6db7d014dc
    [bugfix] Ensure side effects for local -> local follows get processed (#2820) v0.15.0-rc2 tobi 2024-04-08 11:51:51 +0200
  • d53c5abd9f [bugfix] Ensure side effects for local -> local follows get processed #2820 tobi 2024-04-08 11:27:13 +0200
  • 4a970925b4
    [chore]: Bump github.com/yuin/goldmark from 1.7.0 to 1.7.1 #2819 dependabot[bot] 2024-04-08 06:27:05 +0000
  • 4be3fab0a6
    [chore]: Bump github.com/uptrace/bun/dialect/pgdialect #2817 dependabot[bot] 2024-04-08 06:26:36 +0000
  • 82e9517fc1
    [chore]: Bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 #2816 dependabot[bot] 2024-04-08 06:26:23 +0000
  • 395beec30c
    [chore]: Bump github.com/uptrace/bun from 1.1.17 to 1.2.1 #2815 dependabot[bot] 2024-04-08 06:26:12 +0000
  • 39e6d05b6c ensure delivery worker gets inited in testrig kim 2024-04-07 19:32:54 +0100
  • 51f6fd5986 fix linter issues kim 2024-04-06 18:19:33 +0100
  • 1b9308ed8a add delivery worker tests kim 2024-04-06 17:35:20 +0100
  • fdf4509564 [feature] User sign-up form and admin notifs tobi 2024-04-06 11:35:42 +0200
  • 59ec876b57 ensure request context values are preserved when updating ctx kim 2024-04-05 22:46:35 +0100
  • 4811ded078 expose the embedded log fields in httpclient.Request{} kim 2024-04-05 22:35:16 +0100
  • f17ef91fb9 use worker ptrs kim 2024-04-05 18:29:13 +0100