Commit Graph

  • 500e7558e8 remove double logging kim 2024-04-05 18:20:11 +0100
  • e17474ff2d add start/stop logging to delivery worker, some slight changes kim 2024-04-05 18:19:26 +0100
  • e06617d24c clamp minimum no. senders to 1 kim 2024-04-05 16:05:33 +0100
  • fd7c958887 finish adding more code comments kim 2024-04-05 15:48:36 +0100
  • 9264a82337 finish adding code comments, fix up backoff code kim 2024-04-05 15:44:10 +0100
  • 0f4c4257ed validate request before queueing for delivery kim 2024-04-05 15:37:28 +0100
  • 9ce0ffc8bd formatting kim 2024-04-05 15:34:57 +0100
  • 5d6ffd753b remove dead code kim 2024-04-05 15:23:20 +0100
  • a3bd01ddb8 shuffle things around to move delivery stuff into transport/ subpkg kim 2024-04-05 14:40:18 +0100
  • ba60397e30 remove PopCtx() method, let others instead rely on Wait() kim 2024-04-04 16:17:05 +0100
  • 7080930371 slightly tweak deliveryworkerpool API, use advanced sender multiplier kim 2024-04-04 12:09:03 +0100
  • f70ef72f7b finish adding some code comments, add bad host handling to delivery workers kim 2024-04-04 11:40:34 +0100
  • d8992392ad use errorsv2.AsV2() kim 2024-04-04 11:09:03 +0100
  • 175c8700d1 use errors.AsV2() kim 2024-04-04 11:02:16 +0100
  • 3c9451b327 add uncommitted changes kim 2024-04-03 17:31:12 +0100
  • a8ea1fe340 actually log in the AP delivery worker ... kim 2024-04-03 17:30:17 +0100
  • 3439ce7012 use the original context's values when wrapping msg type as delivery{} kim 2024-04-03 17:15:13 +0100
  • 73ef63689d use gorun kim 2024-04-03 17:11:31 +0100
  • 033b2e7d60 don't index APRequest by hostname in the queue kim 2024-04-03 17:05:16 +0100
  • d7e14d5dbb support deleting queued http requests by target ID kim 2024-04-03 16:58:59 +0100
  • 8fdd5b18aa hook up queue deletion logic kim 2024-04-03 16:54:22 +0100
  • 8aede54741 finish up some code commenting, bodge a vendored activity library change, integrate the deliverypool changes into transportcontroller kim 2024-04-03 11:30:03 +0100
  • aa01437a5b add delivery worker type that pulls from queue to httpclient package kim 2024-04-02 10:47:31 +0100
  • 85bc140b58
    [bugfix] temporarily replace `modernc.org/sqlite-v1.29.5` with `gitlab.com/NyaaaWhatsUpDoc/sqlite-v1.29.5-concurrency-workaround` (#2811) kim 2024-04-05 10:58:28 +0100
  • e202d04932 replace modernc.org/sqlite-v1.29.5 with gitlab.com/NyaaaWhatsUpDoc/sqlite-v1.29.5-concurrency-workaround #2811 kim 2024-04-04 17:53:53 +0100
  • 83e7847cdf
    fix possible nil panic (#2809) kim 2024-04-04 16:45:59 +0100
  • 236604bd6b
    [chore] Log less output on failed test (#2804) Daenney 2024-04-04 17:42:42 +0200
  • fee0a88a79 [chore] Rename the testrig log level env var #2804 Daenney 2024-04-04 17:26:37 +0200
  • 2bb3eb9608 [bugfix] defer rows.Close() when using QueryContext #2810 tobi 2024-04-04 17:25:43 +0200
  • 991dc5c2c7 fix possible nil panic #2809 kim 2024-04-04 16:21:16 +0100
  • a2b824b4d4
    Version is obsolete #2805 You Found Alpha 2024-04-03 22:10:58 +0300
  • 98cc855b0a [chore] Log less output on failed test Daniele Sluijters 2024-04-03 17:54:10 +0200
  • 8ed1b8142c
    [bugfix] Sort follows chronologically (#2801) Daenney 2024-04-03 15:06:39 +0200
  • 3432b02453
    Merge branch 'main' into sort-followers-following #2801 kim 2024-04-03 13:57:21 +0100
  • 15ede4c1ea
    [bugfix] improved authenticate post inbox error handling (#2803) kim 2024-04-03 13:57:07 +0100
  • 2e6b0e2c0b add checks for the slightly changed error handling in tests, add notes in codebase about the odd way of working #2803 kim 2024-04-03 13:01:28 +0100
  • 7cd2434481 dumbass kim. returning err instead of errWithCode... kim 2024-04-03 12:16:37 +0100
  • b55e4fd4bc improved PostInboxScheme() error handling / logging in case of failed auth kim 2024-04-03 12:04:38 +0100
  • 4fd18919b8 [bugfix] Sort follows chronologically Daniele Sluijters 2024-04-02 18:48:41 +0200
  • 65b5366031
    [bugfix] Set domain for empty-domain Friendica accounts (#2800) v0.15.0-rc1 tobi 2024-04-02 14:40:54 +0200
  • e664d0918b
    [bugfix] Set the `Host` header within the signing transport (#2799) kim 2024-04-02 13:28:36 +0100
  • b10535f629 [bugfix] Set domain for empty-domain Friendica accounts #2800 tobi 2024-04-02 14:23:55 +0200
  • 15e584054c set the host header within the signing transport #2799 kim 2024-04-02 12:40:15 +0100
  • d61d5c8a6a
    [bugfix] httpclient not signing subsequent redirect requests (#2798) kim 2024-04-02 12:12:26 +0100
  • 4bbdef02f1
    [chore] Try to parse public key as both Actor + bare key (#2710) tobi 2024-04-02 12:30:10 +0200
  • 019ad244da add code comments for the new gtscontext functions #2798 kim 2024-04-02 11:26:29 +0100
  • 675198833d actually hook up the http roundtripper ... kim 2024-04-02 11:15:39 +0100
  • a434830f24 move http request signing to transport kim 2024-04-02 11:14:18 +0100
  • adf345f1ec
    [chore] bump go structr cache version -> v0.6.0 (#2773) kim 2024-04-02 11:03:40 +0100
  • eb5e90e532
    Merge branch 'main' into chore/bump-go-structr-cache-version #2773 tobi 2024-04-02 11:53:48 +0200
  • 0e9975ac1b remove test.out 😇 kim 2024-04-02 10:49:36 +0100
  • f05874be30
    [feature] Option to hide followers/following (#2788) tobi 2024-04-02 11:42:24 +0200
  • 29972e2c93
    [feature] Add `enable` command to mirror existing `disable` command; update docs (#2792) tobi 2024-04-02 11:29:46 +0200
  • 7ebbbb4063 APIFilterActionToFilterAction not used yet Vyr Cossont 2024-03-31 23:44:18 -0700
  • 6f37930963 lint: rename ErrHideStatus Vyr Cossont 2024-03-31 23:16:46 -0700
  • 5f03f630aa Add missing filter check for notification Vyr Cossont 2024-03-31 23:12:51 -0700
  • fbd5e44d8f Remove TODOs that don't need to be done now Vyr Cossont 2024-03-31 23:02:43 -0700
  • 36a156cc13 Make matching case-insensitive Vyr Cossont 2024-03-31 18:25:11 -0700
  • be78b7e701 status.filtered is an array Vyr Cossont 2024-03-31 14:55:23 -0700
  • 125b4331ed Filter statuses when converting to frontend representation Vyr Cossont 2024-03-31 14:01:48 -0700
  • fc2b641a0d Remove dead code Vyr Cossont 2024-03-30 15:21:20 -0700
  • 5b4ccb054b update docs #2792 tobi 2024-03-29 11:24:34 +0100
  • f0ff929704 [feature] add `enable` CLI command to mirror existing `disable` command tobi 2024-03-29 11:03:12 +0100
  • 573172d45c Merge branch 'main' into hide_followers_following #2788 tobi 2024-03-29 10:53:18 +0100
  • be259b13a7
    [chore] Vendor mkdocs fonts; update docs dependencies (#2789) tobi 2024-03-29 10:52:46 +0100
  • 72b38c2f12
    [chore] Bump express from 4.18.2 to 4.19.2 in /web/source (#2790) dependabot[bot] 2024-03-29 10:48:44 +0100
  • a31055330f vendor social plugin fonts #2789 tobi 2024-03-29 00:34:29 +0100
  • d035a30c4b why can't you just be normal! tobi 2024-03-28 17:01:43 +0100
  • 2bb915c853
    Bump express from 4.18.2 to 4.19.2 in /web/source #2790 dependabot[bot] 2024-03-28 15:39:30 +0000
  • a4482d13f9 aaaa tobi 2024-03-28 16:38:58 +0100
  • c1d1803af0 update rtd deps tobi 2024-03-28 16:24:13 +0100
  • ccdd34fa5d [chore] Update docs dependencies tobi 2024-03-28 15:17:30 +0100
  • 8f6b6701c0 [feature] Option to hide followers/following tobi 2024-03-28 14:34:04 +0100
  • 4f66dba139
    [bugfix] Serve correct URI for AP following collection (#2787) tobi 2024-03-28 12:10:16 +0100
  • 9bc01e4ce5 [bugfix] Serve correct URI for AP following collection #2787 tobi 2024-03-28 12:01:21 +0100
  • ac3f195b56
    [chore/frontend] Adjust contrast, mute blurple a bit (#2785) tobi 2024-03-26 12:02:09 +0100
  • 6222ca797c [chore/frontend] Adjust contrast, mute blurple a bit #2785 tobi 2024-03-26 11:51:58 +0100
  • d25478be61 add code comments for the cache wrapper types kim 2024-03-25 17:24:58 +0000
  • 7e7b877a39 improved wrapping of the SliceCache type kim 2024-03-21 13:00:33 +0000
  • e7ea0b4ce3 update readme with go-structr package changes kim 2024-03-21 12:52:07 +0000
  • abf127ad87 update go-structr library -> v0.6.0, add necessary wrapping types + code changes to support these changes kim 2024-03-21 12:50:53 +0000
  • 8953f57d88
    [feature] User-selectable preset CSS themes for accounts (#2777) tobi 2024-03-25 18:32:24 +0100
  • aca98638e0 preallocate stylesheet slices #2777 tobi 2024-03-25 18:21:44 +0100
  • 54d53a10ef make retrieval of apimodel themes more conventional tobi 2024-03-25 18:12:07 +0100
  • b7b42e832a
    [feature] Add healthcheck endpoints `/livez` and `/readyz` (#2783) tobi 2024-03-25 18:05:14 +0100
  • 49247130c4 use select that returns no data #2783 tobi 2024-03-25 17:55:20 +0100
  • 36f79e650c
    [bugfix] Avoid empty public/local timeline queries (#2784) tobi 2024-03-25 17:20:45 +0100
  • 49087e1996 [bugfix] Avoid empty public/local timeline queries #2784 tobi 2024-03-25 16:46:23 +0100
  • a9b85b7013 [feature] Add healthcheck endpoints `/livez` and `/readyz` tobi 2024-03-25 13:25:29 +0100
  • 29031d1e27
    [chore]: Bump github.com/gin-contrib/sessions from 0.0.5 to 1.0.0 (#2782) dependabot[bot] 2024-03-25 11:00:36 +0000
  • a24936040c
    [chore]: Bump github.com/coreos/go-oidc/v3 from 3.9.0 to 3.10.0 (#2779) dependabot[bot] 2024-03-25 10:58:34 +0000
  • d26759fcc6
    [chore]: Bump github.com/gin-contrib/sessions from 0.0.5 to 1.0.0 #2782 dependabot[bot] 2024-03-25 10:46:34 +0000
  • 320a0f1604
    [chore]: Bump github.com/coreos/go-oidc/v3 from 3.9.0 to 3.10.0 #2779 dependabot[bot] 2024-03-25 10:45:21 +0000
  • 5f43419a87
    [chore]: Bump github.com/gin-contrib/cors from 1.7.0 to 1.7.1 (#2778) dependabot[bot] 2024-03-25 10:43:08 +0000
  • d33f4f194d
    [chore]: Bump github.com/gin-contrib/cors from 1.7.0 to 1.7.1 #2778 dependabot[bot] 2024-03-25 10:32:53 +0000
  • 40ee470536
    [chore]: Bump github.com/gin-contrib/gzip from 0.0.6 to 1.0.0 (#2781) dependabot[bot] 2024-03-25 10:31:19 +0000
  • 10667ee4a8
    [chore]: Bump github.com/gin-contrib/gzip from 0.0.6 to 1.0.0 #2781 dependabot[bot] 2024-03-25 06:23:54 +0000
  • 2702943945
    [chore]: Bump codeberg.org/gruf/go-structr from 0.3.0 to 0.6.0 #2780 dependabot[bot] 2024-03-25 06:23:29 +0000
  • 42ababa6fd okay last theme i swear tobi 2024-03-23 16:53:23 +0100
  • c80e2d94d3 fix poll background tobi 2024-03-23 12:34:27 +0100