Commit graph

  • 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 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 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 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 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 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 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 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 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 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 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
  • 254842ff56 add another theme tobi 2024-03-23 12:29:11 +0100
  • 0225550573 correct some little issues tobi 2024-03-22 16:21:35 +0100
  • 7f414442e6 fix css name tobi 2024-03-22 14:51:35 +0100
  • da12f8f359 lint, tests tobi 2024-03-22 14:39:35 +0100
  • dbba95f11e docs, more theme stuff tobi 2024-03-22 13:00:28 +0100
  • 13b4e191a6 [feature] User-selectable preset themes tobi 2024-03-21 19:25:42 +0100
  • 7f4a0a1aeb
    [chore] Move local account settings to separate db table (#2770) tobi 2024-03-22 14:03:46 +0100
  • c90b83e49e don't use separate settings_id tobi 2024-03-22 13:53:27 +0100
  • 0767647056
    [bugfix] add all possible busy result codes to the sqlite errBusy catching check (#2775) kim 2024-03-22 12:26:02 +0000
  • 8c7f4925f5 add all possible busy result codes to the sqlite errBusy catching check kim 2024-03-22 12:05:01 +0000
  • 967558947a
    [chore]: Bump modernc.org/sqlite from 1.29.4 to 1.29.5 (#2768) dependabot[bot] 2024-03-21 11:14:24 +0000
  • acd1e1b283 [chore] Move local account settings to separate database model tobi 2024-03-20 11:39:36 +0100
  • 51e8879779
    [chore]: Bump github.com/tdewolff/minify/v2 from 2.20.18 to 2.20.19 (#2767) dependabot[bot] 2024-03-18 10:05:26 +0000
  • 003d62465f
    Bump follow-redirects from 1.15.4 to 1.15.6 in /web/source (#2763) dependabot[bot] 2024-03-18 09:57:09 +0000
  • 21cf29f669
    [chore]: Bump github.com/tdewolff/minify/v2 from 2.20.18 to 2.20.19 dependabot[bot] 2024-03-18 09:57:05 +0000
  • 8570793dfb
    [chore]: Bump golang.org/x/oauth2 from 0.17.0 to 0.18.0 (#2766) dependabot[bot] 2024-03-18 09:56:42 +0000
  • fae7627a1b
    [chore]: Bump github.com/technologize/otel-go-contrib (#2765) dependabot[bot] 2024-03-18 09:54:32 +0000
  • 306e73fcb7
    [chore]: Bump modernc.org/sqlite from 1.29.4 to 1.29.5 dependabot[bot] 2024-03-18 06:56:49 +0000
  • 9ae1323cb3
    [chore]: Bump golang.org/x/oauth2 from 0.17.0 to 0.18.0 dependabot[bot] 2024-03-18 06:55:48 +0000
  • 94bcd179a1
    [chore]: Bump github.com/technologize/otel-go-contrib dependabot[bot] 2024-03-18 06:55:36 +0000
  • e7226a6361
    [chore]: Bump codeberg.org/gruf/go-structr from 0.3.0 to 0.5.0 dependabot[bot] 2024-03-18 06:55:22 +0000
  • d651e1a9a4
    Bump follow-redirects from 1.15.4 to 1.15.6 in /web/source dependabot[bot] 2024-03-16 22:38:44 +0000
  • 0362d49da0
    [bugfix] Parse links that contain non-ascii characters (#2762) tobi 2024-03-15 18:26:53 +0100
  • 23358950cf [bugfix] Parse links that contain non-ascii characters tobi 2024-03-15 16:44:51 +0100
  • e6e696ae22
    [docs] Add IPv6 example for rate limit exceptions (#2761) Daenney 2024-03-15 13:13:57 +0100
  • e68864b886 [docs] Add IPv6 example for rate limit exceptions Daniele Sluijters 2024-03-15 12:48:50 +0100
  • 4a56f31047
    [chore] Swagger: add missing paging params to bookmarks list (#2759) Vyr Cossont 2024-03-15 03:43:24 -0700
  • 15578835a8
    [chore] Different error message for net/mail parsing on go 1.21.8 and above (#2760) Blake Smith 2024-03-15 05:36:43 -0500
  • efbc8151db
    [chore] Swagger: correct names and formats for several array params (#2758) Vyr Cossont 2024-03-15 03:31:58 -0700
  • 65c0aef49b [chore] Different error message for net/mail parsing on go 1.21.8 and above Blake Smith 2024-03-14 22:28:21 -0500
  • 646ac8b483 Swagger: add missing paging params to bookmarks list Vyr Cossont 2024-03-14 10:50:57 -0700
  • 9b94b1faa2
    [docs] Add database maintenance section; update info message on ANALYZE run (sqlite) (#2756) tobi 2024-03-14 18:40:36 +0100
  • 80d0e76688
    update docs/admin/database_maintenance.md wording kim 2024-03-14 17:35:29 +0000
  • dda2b2ec73 Swagger: correct names and formats for several array params Vyr Cossont 2024-03-14 10:30:11 -0700
  • a1a019bae3 amend info message a wee bit tobi 2024-03-14 18:02:45 +0100
  • 1fe4cdaf46
    [bugfix] Don't return 500 when searching for unpermitted status (#2753) tobi 2024-03-14 17:57:54 +0100
  • 459e75a9db
    [bugfix] only check replyTo visibility during permission checks IF status is local (#2757) kim 2024-03-14 16:55:35 +0000
  • 266db7b05c update docs, analyze tobi 2024-03-14 17:44:04 +0100
  • 8b38c5d222 only check replyTo visibility during permission checks IF status is local kim 2024-03-14 16:42:58 +0000
  • b6c00dde2c add basic db maintenance tips tobi 2024-03-13 18:30:18 +0100
  • 9494913854 [chore] Limit size of ANALYZE run after migration (sqlite) tobi 2024-03-13 18:13:02 +0100
  • e7e578b13f [bugfix] Don't return 500 when searching for unpermitted status tobi 2024-03-13 17:12:51 +0100
  • 92bf1f779b
    [chore] Expose move endpoint again, small settings panel fixes (#2752) tobi 2024-03-13 14:45:50 +0100
  • 327a37854d [chore] Expose move endpoint again, small settings panel fixes tobi 2024-03-13 14:38:35 +0100
  • ab2d063fcb
    [feature] Process outgoing Move from clientAPI (#2750) tobi 2024-03-13 13:53:29 +0100
  • 29a768982f catch self follow case tobi 2024-03-13 13:47:52 +0100
  • 3d80f1f133 linterrrrrr!!!! tobi 2024-03-13 13:23:37 +0100
  • 322d3c5ffb replace repeated text with error func tobi 2024-03-13 13:22:09 +0100
  • f899017b68 move moving check to after error check tobi 2024-03-13 13:07:33 +0100
  • f7a336205d lock whole account when doing move tobi 2024-03-13 13:05:56 +0100
  • 1b212b4072 attach shared util funcs to struct tobi 2024-03-13 13:03:50 +0100
  • 4f84f31fa0 ensure Move marked as successful tobi 2024-03-13 12:51:57 +0100
  • 724b758327 Merge branch 'process_outgoing_move' of github.com:superseriousbusiness/gotosocial into process_outgoing_move tobi 2024-03-13 12:46:51 +0100
  • a5173d7715 fix little mistake exposed by tests (thanks tests) tobi 2024-03-13 12:45:00 +0100
  • 5e66e7b5ef add a couple tests for move tobi 2024-03-13 12:44:44 +0100
  • 13b9fd5f92
    [bugfix]: Add missing Link headers in Swagger spec (#2751) Vyr Cossont 2024-03-13 04:23:26 -0700
  • 0460300521
    Update internal/uris/uri.go tobi 2024-03-13 11:47:10 +0100
  • de6ac32445 Swagger: add Link header to all endpoints that use it for paging Vyr Cossont 2024-03-12 16:14:19 -0700
  • 550c9ae343 linter? i barely know 'er! tobi 2024-03-12 18:37:05 +0100
  • f63835ebf9 comment typo tobi 2024-03-12 18:26:35 +0100
  • 6e111c3f4a use redirectFollowers func for clientAPI as well tobi 2024-03-12 18:24:38 +0100
  • c27049ad15
    [chore] bump modernc.org/sqlite v1.28.0 -> v1.29.4 (#2749) kim 2024-03-12 17:21:59 +0000
  • d9f1e0e458 lock while checking + setting move state tobi 2024-03-12 17:56:15 +0100
  • 1ba04553af [docs] Add migration docs section tobi 2024-03-09 15:58:13 +0100
  • 8df36058fe indicate on web profile when an account has moved tobi 2024-03-11 12:17:49 +0100
  • 3812d37a82 federate move out tobi 2024-03-10 15:05:31 +0100
  • 5b7b71ecd8 update move logic tobi 2024-03-10 14:25:29 +0100
  • 13e10875e9 prevent moved accounts from taking create-type actions tobi 2024-03-09 15:59:17 +0100
  • 41f93372a7 bump modernc.org/sqlite v1.28.0 -> v1.29.4 kim 2024-03-12 14:50:41 +0000