Commit graph

  • 51dcb94c10
    Merge 9acf9ddc75 into 095663f5cc Daenney 2024-09-29 00:34:24 +0300
  • 454ed99516
    Merge 4be1f780a1 into 095663f5cc tobi 2024-09-29 00:34:24 +0300
  • 600969a215
    Merge 40c33ccc49 into 095663f5cc Victor Dyotte 2024-09-29 00:34:24 +0300
  • da7dd8d5c3
    Merge c8fb4c17f1 into 095663f5cc Victor Dyotte 2024-09-29 00:34:24 +0300
  • 095663f5cc
    [bugfix] visibility after implicit approval not getting invalidated (#3370) main kim 2024-09-28 20:47:46 +0000
  • 18b7e00fef
    [chore] use string formatting package agnostic way of printing request attempts ptr (#3371) kim 2024-09-28 20:47:27 +0000
  • 504b3a9162
    [docs] Don't run SQLite on networked storage (#3369) Daenney 2024-09-28 22:45:43 +0200
  • f548bdc6b3 use string formatting package agnostic way of printing request attempts ptr kim 2024-09-28 21:17:24 +0100
  • 51b4a6aac5 remove debug function kim 2024-09-28 19:51:10 +0100
  • 50f41e4ccc update go-structr to v0.8.10 with internal linked-list fix, small tweaks to caching of interaction requests kim 2024-09-28 19:44:20 +0100
  • 66d8168955 [docs] Reword a few things Daenney 2024-09-28 17:48:56 +0200
  • 7978d88a01
    [chore] Update apparmor example file (#3368) tobi 2024-09-28 16:58:39 +0200
  • fb2bbfecbf [docs] Don't run SQLite on networked storage Daenney 2024-09-28 16:37:26 +0200
  • dff374adb6 [chore] Update apparmor example file tobi 2024-09-28 15:53:15 +0200
  • ad83f9800e replicate issue tobi 2024-09-28 14:42:02 +0200
  • 3f9a1dbfff
    update modernc/sqlite to v1.33.1 (with our concurrency workaround) (#3367) kim 2024-09-27 22:53:36 +0000
  • b7ea1ef981 update modernc/sqlite to v1.33.1 (with our concurrency workaround) kim 2024-09-27 23:35:31 +0100
  • 6f3583559f
    [bugfix] better handle ogg container format (#3365) kim 2024-09-27 11:16:34 +0000
  • 497ebd8c4e
    [bugfix] fix media limit reader check (#3363) kim 2024-09-27 11:15:53 +0000
  • c1c8849322
    [chore] final bits of fiddling with solarized (#3364) tobi 2024-09-27 13:14:47 +0200
  • 451f083fcf better handle types of ogg formats, correctly recognizing when is video vs. audio w/ album art kim 2024-09-27 11:55:01 +0100
  • dc170f59d7 block quote tobi 2024-09-27 12:46:13 +0200
  • 3f55adf3f9 [chore] final bits of fiddling with solarized tobi 2024-09-27 12:35:36 +0200
  • 585fb5279e add code comment kim 2024-09-27 11:28:41 +0100
  • 2f582e2e33
    update gruf / {go-cache, go-maps, go-kv} (#3361) kim 2024-09-27 10:26:50 +0000
  • 2d09790e08 fix reader limit check kim 2024-09-27 11:25:44 +0100
  • f835dd17dd return nicer errors for frontend when media / emoji upload limit reached kim 2024-09-27 11:04:17 +0100
  • ffca2846e6 update gruf / {go-cache, go-maps, go-kv} kim 2024-09-27 10:30:11 +0100
  • 58af95a1d5
    [chore] bump go-byteutil v1.2.0 -> v1.3.0 (#3356) kim 2024-09-26 19:50:08 +0000
  • 2e2fe05f0c fix test relying on byteutil exported type no longer existing kim 2024-09-26 20:25:02 +0100
  • 8b1a1e1c3d bump go-byteutil v1.2.0 -> v1.3.0 which has safer (as in long-term API consistency) byte <-> string conversions kim 2024-09-26 14:50:52 +0100
  • f3e2d36d64
    [chore] update go-sched pkg (#3357) kim 2024-09-26 19:23:41 +0000
  • 82b9515a9d
    [chore] Fix some contrast issues in themes; performance tweaks (#3358) tobi 2024-09-26 17:00:13 +0200
  • 9fd0ae5ce8 [chore] Fix some contrast issues in themes; performance tweaks tobi 2024-09-26 16:29:00 +0200
  • d9a1a1fb0b whoops, remove test output kim 2024-09-26 15:22:30 +0100
  • 7a412c3cdb update go-sched to v1.2.4 which removes some now unused dependencies kim 2024-09-26 15:09:57 +0100
  • 53ee6aef08
    [bugfix] s3 media uploaded without content-type (#3353) kim 2024-09-26 12:43:10 +0000
  • b0fbc327f0
    [chore] reduce number admin process workers (#3354) kim 2024-09-26 07:40:49 +0000
  • ef98badbf3 given how little they're used, reduce number of admin process workers kim 2024-09-25 14:43:06 +0100
  • 80fae523c1 update calls to PutFile() to include the contentType kim 2024-09-25 13:12:45 +0100
  • 707fc40608 update go-storage dependency, for S3Storage manually call PutObject() so we can set content-type kim 2024-09-25 13:02:09 +0100
  • c8fb4c17f1
    Feat: Add global instance CSS customization setting Allow instance admins to add custom CSS that will affect every page of their instance. vdyotte 2024-09-25 00:21:00 -0400
  • 40c33ccc49
    Fix: update swagger doc vdyotte 2024-09-24 16:12:12 -0400
  • 90b773ae2a
    Merge branch 'main' into profile-boosts Victor Dyotte 2024-09-24 15:51:41 -0400
  • 4b7d7f9b8b
    Feat: document new hide boots setting vdyotte 2024-09-24 15:45:13 -0400
  • af5a766f62
    Feat: display boosts on public profile vdyotte 2024-09-24 00:44:09 -0400
  • 713e73300c
    [bugfix] Fix incorrect reply shown in interaction request (#3344) tobi 2024-09-24 19:28:46 +0200
  • f8ffd868ce [bugfix] Fix incorrect reply shown in interaction request tobi 2024-09-24 18:28:20 +0200
  • de72855790
    [chore] Roll otel deps back to v1.29.0 / v0.51.0 (#3337) v0.17.0-rc1 tobi 2024-09-24 12:26:26 +0200
  • e23672fcce [chore] Roll otel deps back to v1.29.0 / v0.51.0 tobi 2024-09-24 12:11:45 +0200
  • e59d2384e8
    [chore/docs] More little tweaks (#3336) tobi 2024-09-23 18:53:33 +0200
  • d9e59820ed Feat: add "HideBoots" option to account settings S0yKaf 2024-09-23 12:53:21 -0400
  • 3001bb0798 weee tobi 2024-09-23 18:37:17 +0200
  • c9a2558303 rule between theme figures (looks better on gh) tobi 2024-09-23 18:36:29 +0200
  • e2c819deb2 width tobi 2024-09-23 18:25:04 +0200
  • 75b5204580 [chore/docs] More little tweaks tobi 2024-09-23 18:23:45 +0200
  • dc4059e9a2
    [bugfix] add support for media with rotation contained in stream side data (#3335) kim 2024-09-23 15:13:01 +0000
  • 9c1dfd093d
    [docs] Add rainforest theme to readme.md (#3334) tobi 2024-09-23 16:58:11 +0200
  • ec25552a34 *grumble grumble* linter kim 2024-09-23 15:56:51 +0100
  • 966f47169c add support for media with embedded rotation data in stream side data list kim 2024-09-23 15:48:30 +0100
  • bd37391576 [docs] Add rainforest theme to readme.md tobi 2024-09-23 16:44:30 +0200
  • 459f925391
    [docs] Update readme alpha -> beta, add more feature examples (#3333) tobi 2024-09-23 16:41:57 +0200
  • a287df4d6a [docs] Update readme alpha -> beta, add more feature examples tobi 2024-09-23 16:30:41 +0200
  • 5bd6ad68e6
    [bugfix/email] Don't use plainAuth when no smtp username/password provided (#3332) tobi 2024-09-23 16:07:13 +0200
  • 87ee100669 formatting tobi 2024-09-23 15:05:06 +0200
  • 6783c6057c Do not use plainAuth when no user or password. Fixes #3320 Yonas Yanfa 2024-09-18 20:52:40 -0400
  • 1ce854358d
    [feature] Show info for pending replies, allow implicit accept of pending replies (#3322) tobi 2024-09-23 14:42:19 +0200
  • 77d637c067 update wording tobi 2024-09-23 14:24:11 +0200
  • 2f13b72e2e
    [chore] add nometrics build tagging to metrics API endpoint (#3331) kim 2024-09-23 12:01:12 +0000
  • 4592e29087
    [chore] local instance count query caching, improved status context endpoint logging, don't log ErrHideStatus when timelining (#3330) kim 2024-09-23 11:53:42 +0000
  • 8562a5b774 whoops, fix build tagging kim 2024-09-23 12:43:01 +0100
  • cad90b5666 add nometrics API endpoint code, to ensure prometheus NEVER compiled in unless wanted kim 2024-09-23 12:41:01 +0100
  • 964262b169
    [chore] header filter improvements (#3329) kim 2024-09-23 11:36:56 +0000
  • efd5c2da3b improved code comment kim 2024-09-23 11:57:36 +0100
  • 5eb3aeb0ca rename from InstanceCounts to LocalInstance kim 2024-09-21 23:03:44 +0100
  • 1ed47b22c0 add checks for localhost kim 2024-09-21 22:39:35 +0100
  • 49243d75ab add local instance status / domain / user counts kim 2024-09-21 22:35:03 +0100
  • a960c4d9b2 remove unused error type kim 2024-09-23 11:55:34 +0100
  • 9def9e26ad appease the linter kim 2024-09-23 11:51:06 +0100
  • 93b981fe3d remove the unused header filter tracking code (leaving OTEL TODOs in place) kim 2024-09-23 11:37:43 +0100
  • 89ae096002 add error message to gin context on header blocked or not allowed kim 2024-09-22 21:07:05 +0100
  • 862cc9e3c4
    [chore]: Bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4 (#3327) dependabot[bot] 2024-09-23 10:40:01 +0200
  • c3c187fc5e
    [chore]: Bump codeberg.org/gruf/go-ffmpreg from 0.2.6 to 0.3.0 dependabot[bot] 2024-09-23 06:41:17 +0000
  • b613970082
    [chore]: Bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4 dependabot[bot] 2024-09-23 06:40:24 +0000
  • 4f8f6d9dac
    [chore/frontend] Tweak blockquote formatting (#3326) tobi 2024-09-21 18:36:32 +0200
  • 11c04e211c [chore/frontend] Tweak blockquote formatting tobi 2024-09-21 18:17:10 +0200
  • 3edfc7eeef
    [feature/frontend] Add solarized light + dark themes (#3325) tobi 2024-09-21 15:43:22 +0200
  • 9d9b8f30a3 [feature/frontend] Add solarized light + dark themes tobi 2024-09-21 15:28:43 +0200
  • 3756d64ac7 further code to ignore statusfilter.ErrHideStatus type errors kim 2024-09-20 23:28:02 +0100
  • 88ebb1538e don't error on timelining hidden status kim 2024-09-20 23:09:23 +0100
  • e86e663aa7 include calling function name in log entries kim 2024-09-20 16:07:40 +0100
  • 81256a6ff7 Merge branch 'main' into implicit_accept tobi 2024-09-20 17:05:03 +0200
  • b0cf28da45 [feature] Allow implicit accept of pending replies tobi 2024-09-20 17:03:34 +0200
  • ddc27dd983 add some more context to error messages kim 2024-09-20 15:59:38 +0100
  • 480522da21 ensure that errors checking status visibility / converting aren't dropped kim 2024-09-20 15:55:33 +0100
  • 77b095a8c3
    [chore] ensure consistent caller name fetching regardless of compiler inlining (#3323) kim 2024-09-20 13:30:33 +0000
  • 747c251df6
    [chore/frontend] Make ecks pee theme even more ecks pee er (#3324) tobi 2024-09-20 15:24:15 +0200
  • 5c9c9449ef fix log level kim 2024-09-20 14:09:52 +0100
  • 3df8fc9717 remove unused global variable kim 2024-09-20 14:08:12 +0100
  • f50a854c2b [chore/frontend] Make ecks pee theme even more ecks pee er tobi 2024-09-20 15:01:25 +0200