Commit Graph

  • 40ac71d9f6 [chore] Create modernc sqlite builds alongside default wasm; add openbsd builds tobi 2024-10-10 16:42:20 +0200
  • a69142a403
    [bugfix/frontend] Don't show replies to hidden parents; return 404 if no "main" thread (#3411) v0.17.0-rc3 tobi 2024-10-09 12:33:53 +0200
  • 312043983d [bugfix/frontend] Don't show replies to hidden parents; return 404 if no "main" thread tobi 2024-10-09 11:58:11 +0200
  • 1bc59a0a33
    [bugfix] Add missing `</a>` on about page (#3410) tobi 2024-10-09 11:46:43 +0200
  • e466b745b8 [bugfix] Add missing `</a>` on about page tobi 2024-10-09 11:04:23 +0200
  • e8fd40f3ca
    [bugfix] Fix replies not being stored pending approval (#3409) tobi 2024-10-09 11:02:10 +0200
  • d27c56bd6a [bugfix] Fix replies not being stored pending approval tobi 2024-10-09 00:19:06 +0200
  • 2c3f1f4ddb
    [chore] update go-sqlite3 to v0.19.0 (#3406) v0.17.0-rc2 kim 2024-10-08 09:15:09 +0000
  • c97c98d8a9 update go-sqlite3 to v0.19.0 kim 2024-10-08 09:53:49 +0100
  • 1e421cb912
    [feature] Distribute + ingest Accepts to followers (#3404) tobi 2024-10-08 10:51:13 +0200
  • 99f535f99b
    [chore]: Bump golang.org/x/image from 0.20.0 to 0.21.0 (#3399) dependabot[bot] 2024-10-07 12:25:52 +0000
  • db29417512
    [chore]: Bump golang.org/x/image from 0.20.0 to 0.21.0 dependabot[bot] 2024-10-07 12:03:57 +0000
  • 33bd97a535
    [chore]: Bump golang.org/x/net from 0.29.0 to 0.30.0 (#3402) dependabot[bot] 2024-10-07 12:02:26 +0000
  • 4a8908e7ca
    [chore]: Bump golang.org/x/net from 0.29.0 to 0.30.0 dependabot[bot] 2024-10-07 06:11:25 +0000
  • a19f5e27e6
    [chore]: Bump golang.org/x/text from 0.18.0 to 0.19.0 dependabot[bot] 2024-10-07 06:11:14 +0000
  • 919e29ba6a
    [chore]: Bump golang.org/x/crypto from 0.27.0 to 0.28.0 dependabot[bot] 2024-10-07 06:11:01 +0000
  • bd1866ad8a
    update go-ffmpreg to v0.3.1 (pulls in latest wazero too) (#3398) kim 2024-10-06 20:53:03 +0000
  • 959c6bf6d4 update go-ffmpreg to v0.3.1 (pulls in latest wazero too) kim 2024-10-06 21:24:20 +0100
  • 02470db5f6
    [chore/themes] Tweak colors on new themes (#3397) tobi 2024-10-06 13:05:13 +0200
  • 426f7d4c9a [chore/themes] Tweak colors on new themes tobi 2024-10-06 12:41:02 +0200
  • c023bd30f3
    [bugfix] Only allow boosting post from non-interaction-policy-aware instance if public or unlisted (#3396) tobi 2024-10-05 19:15:02 +0200
  • 18e2f69e85
    [bugfix] Return 501 (not implemented) if user tries to schedule post (#3395) tobi 2024-10-05 19:14:53 +0200
  • 29be4f1176 [bugfix] Only allow boosting post from non-interaction-policy-aware instance if public or unlisted tobi 2024-10-05 18:32:30 +0200
  • efac96a6ac [bugfix] Return 501 (not implemented) if user tries to schedule post tobi 2024-10-05 18:17:09 +0200
  • f0376635ad
    [chore] Change order of error checking after PostInbox (#3394) tobi 2024-10-05 17:08:42 +0200
  • 00c49b626e [chore] Change order of error checking after PostInbox tobi 2024-10-05 16:44:25 +0200
  • 5c055afa08
    [feature/frontend] Add Moonlight hunt theme (#3393) tobi 2024-10-05 15:12:40 +0200
  • 8c59cfaac5 update tobi 2024-10-05 15:00:15 +0200
  • 8956673545 Merge branch 'main' into moonlight_hunt tobi 2024-10-05 12:31:56 +0200
  • c33b1e89c1
    [bugfix] Update select of pending interaction requests to account for potential nil URI (#3392) tobi 2024-10-05 12:27:53 +0200
  • 36abd568b1
    [docs] Make `protocol` config option really explicit (#3391) tobi 2024-10-05 12:09:58 +0200
  • 6b017e974d [bugfix] Update select of pending interaction requests to account for potential nil URI tobi 2024-10-05 12:08:38 +0200
  • ab399f856a [docs] Make `protocol` config option really explicit tobi 2024-10-05 11:48:05 +0200
  • 37a3d224a7
    [bugfix] Account for nil reply when serializing int req (#3389) tobi 2024-10-05 11:36:01 +0200
  • d3d6e3f920
    [bugfix] Don't try to add nil filtered statuses to context (#3388) tobi 2024-10-04 19:23:18 +0200
  • 8bd8c6fb45
    [bugfix] Include own account in conversation when no other accounts involved (#3387) tobi 2024-10-04 19:22:52 +0200
  • b35a36602d [bugfix] Account for nil reply when serializing int req tobi 2024-10-04 19:10:53 +0200
  • f550f596fa
    [performance] remove the pragma optimize analysis limit on connection close (#3386) kim 2024-10-04 17:05:42 +0000
  • d2274b4ff3 [bugfix] Don't try to add nil filtered statuses to context tobi 2024-10-04 18:58:18 +0200
  • dcdd6e3d4c [bugfix] Include own account in conversation when no other accounts involved tobi 2024-10-04 18:52:09 +0200
  • 027f5e6275 [feature] Distribute + ingest Accepts to followers tobi 2024-10-04 17:22:25 +0200
  • 6e7fc67d66 remove the pragma optimize analysis limit on connection close kim 2024-10-04 13:30:56 +0100
  • 23b6d2cc64
    fix: fix slice init length (#3382) cui fliter 2024-10-04 01:22:26 +0800
  • 08dbbe3847
    fix: fix slice init length cui fliter 2024-10-03 14:23:03 +0800
  • 3f7dc10449
    [docs] Update smtp docs to mention starttls + port 587 (#3378) tobi 2024-10-02 12:59:29 +0200
  • c17abea921
    update go-structr to v0.8.11 (#3380) kim 2024-10-02 10:58:20 +0000
  • ba57a62fd4 update go-structr to v0.8.11 kim 2024-10-01 20:51:27 +0100
  • 346e9bf8e5 further tweaks tobi 2024-09-30 14:36:18 +0200
  • abcc0e7876 remove misleading ssl bit tobi 2024-09-30 14:32:04 +0200
  • 10f3c8b3b5 [docs] Update smtp docs to mention starttls + port 587 tobi 2024-09-30 14:00:40 +0200
  • e3019eada4
    [chore]: Bump go.uber.org/automaxprocs from 1.5.3 to 1.6.0 (#3376) dependabot[bot] 2024-09-30 12:58:44 +0200
  • 188d28f054
    [chore]: Bump github.com/ncruces/go-sqlite3 from 0.18.3 to 0.18.4 (#3375) dependabot[bot] 2024-09-30 12:46:23 +0200
  • 422b410d97
    [chore]: Bump go.uber.org/automaxprocs from 1.5.3 to 1.6.0 dependabot[bot] 2024-09-30 06:56:45 +0000
  • 5c98281a37
    [chore]: Bump github.com/ncruces/go-sqlite3 from 0.18.3 to 0.18.4 dependabot[bot] 2024-09-30 06:56:25 +0000
  • 2cd5abfdcf Add login button to index page which reiterates info about clients vivlim 2024-09-29 19:26:41 -0700
  • 43e443f9f3
    [bugfix] Carry-over "PinnedAt" when refreshing status (#3373) tobi 2024-09-29 14:46:52 +0200
  • f38b1a1e94 [bugfix] Carry-over "PinnedAt" when refreshing status tobi 2024-09-29 14:25:30 +0200
  • 095663f5cc
    [bugfix] visibility after implicit approval not getting invalidated (#3370) 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