Commit graph

  • d0bb8f0973
    [bugfix] Let templates deref pointers, as a treat (#2448) v0.13.0-rc2 tobi 2023-12-12 15:44:54 +0100
  • f7b5f7443b [bugfix] Let templates deref pointers, as a treat tobi 2023-12-12 15:28:58 +0100
  • d685363998 Merge branch 'main' into template_jiggery_pokery tobi 2023-12-12 14:55:42 +0100
  • ac48192562
    [bugfix] poll vote count fixes (#2444) kim 2023-12-12 13:47:07 +0000
  • 911a84acc1 fix up some little mistakes tobi 2023-12-11 20:39:53 +0100
  • 68aa2ac0aa whoops tobi 2023-12-11 20:08:53 +0100
  • 94577be485 remove omitempty tags since mastodon API marks things as nullable but still sets them in outgoing json kim 2023-12-11 19:07:34 +0000
  • 19c2004750 trooping along tobi 2023-12-11 19:57:42 +0100
  • e888927b38 faster isNil check kim 2023-12-11 18:43:40 +0000
  • b304084df8 handle case of expires_at, voters_count and option.votes_count being nilable kim 2023-12-11 18:35:07 +0000
  • dc324202e0 Merge branch 'main' into template_jiggery_pokery tobi 2023-12-11 15:24:00 +0100
  • a3893cc566 style code block better tsmethurst 2023-12-11 14:03:10 +0100
  • 580235dc41 make voters_count a ptr to ensure it is omit unless definitely needed kim 2023-12-11 12:32:22 +0000
  • 1027d42788 omit voters_count when not set kim 2023-12-11 12:25:00 +0000
  • 2191c7dee5
    [bugfix] ensure the 'Closing' flag doesn't get cached (#2443) kim 2023-12-11 12:05:54 +0000
  • 4d48eaaaac don't drop all vote counts if hideCounts is set, refactors poll option extraction slightly kim 2023-12-11 11:41:43 +0000
  • a00e891d0d ensure the 'Closing' flag doesn't get cached kim 2023-12-11 11:11:31 +0000
  • cd1611362f
    [chore]: Bump github.com/KimMachineGun/automemlimit from 0.3.0 to 0.4.0 (#2440) dependabot[bot] 2023-12-11 10:35:15 +0000
  • 938de55520
    [chore]: Bump github.com/spf13/viper from 1.16.0 to 1.18.1 dependabot[bot] 2023-12-11 10:10:47 +0000
  • 9b03840b42
    [chore]: Bump github.com/miekg/dns from 1.1.56 to 1.1.57 (#2439) dependabot[bot] 2023-12-11 10:09:26 +0000
  • 238db65862
    [chore]: Bump github.com/KimMachineGun/automemlimit from 0.3.0 to 0.4.0 dependabot[bot] 2023-12-11 10:03:33 +0000
  • cdeba94015
    [chore]: Bump golang.org/x/oauth2 from 0.13.0 to 0.15.0 (#2438) dependabot[bot] 2023-12-11 10:01:04 +0000
  • a968a03ab8
    [chore]: Bump github.com/coreos/go-oidc/v3 from 3.7.0 to 3.9.0 (#2442) dependabot[bot] 2023-12-11 10:00:24 +0000
  • 8a93a98220
    [chore]: Bump github.com/coreos/go-oidc/v3 from 3.7.0 to 3.9.0 dependabot[bot] 2023-12-11 06:03:44 +0000
  • d8986525c6
    [chore]: Bump github.com/miekg/dns from 1.1.56 to 1.1.57 dependabot[bot] 2023-12-11 06:03:05 +0000
  • ecf87d0f23
    [chore]: Bump golang.org/x/oauth2 from 0.13.0 to 0.15.0 dependabot[bot] 2023-12-11 06:02:58 +0000
  • 3d75562193 agh tobi 2023-12-10 23:16:43 +0100
  • 339003a588 fixes tobi 2023-12-10 23:11:36 +0100
  • 1b014f2bbf outdent <pre> blocks correctly, code highlighting tobi 2023-12-10 22:31:52 +0100
  • e23efa6e51 Delete the custom issue template file Filipe Medeiros 2023-12-09 11:16:24 +0000
  • 16edd5dd6b Create config.yaml Filipe Medeiros 2023-12-09 11:14:24 +0000
  • 70a136d51f Merge branch 'main' into template_jiggery_pokery tobi 2023-12-10 15:10:18 +0100
  • bca9b2c896
    [bugfix] Make screenreaders read out Language of posts properly (#2436) tobi 2023-12-10 15:06:06 +0100
  • 9a58f7f43c make published more readable tobi 2023-12-10 15:01:17 +0100
  • 41b14d4ac0 [bugfix] Make screenreaders read out Language of posts properly tobi 2023-12-10 14:39:38 +0100
  • d3b4438ad4 Merge branch 'main' into template_jiggery_pokery tobi 2023-12-10 14:16:56 +0100
  • 3f070a442a
    [bugfix] Narrow search scope for accounts starting with '@'; don't LOWER SQLite text searches (#2435) tobi 2023-12-10 14:15:41 +0100
  • c1cb249c2f [bugfix] Narrow search scope for accounts starting with '@'; don't LOWER SQLite text searches tobi 2023-12-10 14:05:33 +0100
  • 862655b567 Merge branch 'main' into template_jiggery_pokery tobi 2023-12-10 12:37:17 +0100
  • d60edf7ec6
    [bugfix] Ensure pre renders as expected, fix orderedCollectionPage (#2434) tobi 2023-12-10 12:36:00 +0100
  • 39f48d43d4 [bugfix] Ensure pre renders as expected, fix orderedCollectionPage tobi 2023-12-10 12:26:02 +0100
  • b1ef5dbba1 bap bap tsmethurst 2023-12-09 19:54:19 +0100
  • fdfce02553 [chore] use ExecContext Daniele Sluijters 2023-12-09 17:36:22 +0100
  • e48fe28a82 rss test tsmethurst 2023-12-09 17:20:19 +0100
  • e355869a47 Merge branch 'main' into template_jiggery_pokery tsmethurst 2023-12-09 16:55:48 +0100
  • cc91ea057d
    [bugfix] Fix web media not showing as sensitive (#2433) tobi 2023-12-09 16:54:38 +0100
  • 0dc2dda4f4 go fmt tsmethurst 2023-12-09 16:38:02 +0100
  • e48ed05953 test tsmethurst 2023-12-09 16:37:53 +0100
  • 0106f0fef2 [bugfix] Fix web media not showing as sensitive tsmethurst 2023-12-09 16:19:50 +0100
  • 7039961b0c tidy up attachments a bit tsmethurst 2023-12-09 16:05:08 +0100
  • cc60d5b8fb lazy load emojis, format RSS emojis better tsmethurst 2023-12-09 15:00:22 +0100
  • 27d12d3dcc move scripts to head and defer them, lazy load some images tobi 2023-12-09 03:06:05 +0100
  • d88e66e63f Merge branch 'main' into template_jiggery_pokery tobi 2023-12-08 23:43:00 +0100
  • c6d6fec17d
    [bugfix] Fix wrong notification type sent for poll end (#2429) tobi 2023-12-08 23:33:42 +0100
  • c15a08905a [bugfix] Fix wrong notification type sent for poll end tobi 2023-12-08 23:24:14 +0100
  • bdeeab45d7 slothware tobi 2023-12-08 19:46:25 +0100
  • 7c8150fd6a [feature] Run ANALYZE after migrations on SQLite Daniele Sluijters 2023-12-08 18:50:54 +0100
  • 58baedce71 Merge branch 'main' into template_jiggery_pokery tobi 2023-12-08 17:00:12 +0100
  • 4779aecdec
    [chore] Run ANALYZE for SQLite after latest migrations (#2427) tobi 2023-12-08 16:59:20 +0100
  • 7881f7af2e run ANALYZE tobi 2023-12-08 16:39:54 +0100
  • 9e22228e86 allow building debug from goreleaser tobi 2023-12-08 15:19:17 +0100
  • dc5dbd8e83 use page.tmpl for 404 tobi 2023-12-08 14:59:37 +0100
  • 4700973b9c poke tobi 2023-12-08 14:15:07 +0100
  • 8da7818cf1 fixie uppie tobi 2023-12-08 14:02:05 +0100
  • 455064fec7
    [bug] Fix an import statement in the gen template (#2426) Daenney 2023-12-08 13:07:34 +0100
  • c263bf5908 [bug] Fix an import statement in the gen template Daniele Sluijters 2023-12-08 12:33:37 +0100
  • 8679b6c1d2 alternate link for statuses tobi 2023-12-07 18:32:18 +0100
  • 021c1c29d1 tada! tobi 2023-12-07 18:14:56 +0100
  • b36a2b337b tidy up about a bit tobi 2023-12-07 18:07:09 +0100
  • 0f83cfbc38 weeeeeeee tobi 2023-12-07 16:43:00 +0100
  • cd550cfe04 aaaa tobi 2023-12-06 18:27:28 +0100
  • 77945f1f87 keep messing about with templates tobi 2023-12-06 17:05:15 +0100
  • bff4877ed1 commented out code? moi? Sam Lade 2023-12-06 12:44:23 +0000
  • 9c52ebbeeb test++ Sam Lade 2023-12-05 14:21:07 +0000
  • 1c0fc3fc39 fix a few comments Sam Lade 2023-12-05 12:45:43 +0000
  • 5ca9ee305a start arsing about with templates tobi 2023-12-05 13:18:06 +0100
  • dacfd413dc
    [chore/frontend] Refactor status templates slightly, put polls behind CWs if present (#2419) tobi 2023-12-05 12:43:07 +0100
  • 18d850ebae
    [chore]: Bump go.opentelemetry.io/otel/exporters/prometheus (#2412) dependabot[bot] 2023-12-05 11:49:43 +0100
  • ca1a58182d
    [chore]: Bump github.com/tdewolff/minify/v2 from 2.20.7 to 2.20.9 (#2416) dependabot[bot] 2023-12-05 11:47:21 +0100
  • bdc43a98da
    [chore]: Bump github.com/minio/minio-go/v7 from 7.0.63 to 7.0.65 (#2415) dependabot[bot] 2023-12-05 11:46:40 +0100
  • b576fbbdcb
    [chore]: Bump golang.org/x/crypto from 0.15.0 to 0.16.0 (#2413) dependabot[bot] 2023-12-05 11:46:03 +0100
  • bffc67d764
    [chore]: Bump github.com/gorilla/feeds from 1.1.1 to 1.1.2 (#2414) dependabot[bot] 2023-12-05 11:45:33 +0100
  • 5556767ff7
    [docs] Change configuration creation instructions (#2408) Daenney 2023-12-05 11:44:10 +0100
  • efed8738f9 push status edit messages into open streams Sam Lade 2023-12-04 23:52:27 +0000
  • 5b5a6e2322
    [chore]: Bump github.com/tdewolff/minify/v2 from 2.20.7 to 2.20.9 dependabot[bot] 2023-12-04 06:33:10 +0000
  • 7863d52faa
    [chore]: Bump github.com/minio/minio-go/v7 from 7.0.63 to 7.0.65 dependabot[bot] 2023-12-04 06:32:58 +0000
  • e39b510a2a
    [chore]: Bump github.com/gorilla/feeds from 1.1.1 to 1.1.2 dependabot[bot] 2023-12-04 06:32:49 +0000
  • bdc7ee3577
    [chore]: Bump golang.org/x/crypto from 0.15.0 to 0.16.0 dependabot[bot] 2023-12-04 06:32:42 +0000
  • 03a7f2a898
    [chore]: Bump go.opentelemetry.io/otel/exporters/prometheus dependabot[bot] 2023-12-04 06:32:34 +0000
  • 050c8e5bad use atomic add instead of CAS, add throttling test kim 2023-12-03 16:58:10 +0000
  • 9ad7815ab3 [docs] Reword container version section Daniele Sluijters 2023-12-03 17:28:45 +0100
  • fe7bd16e0e [docs] Change configuration creation instructions Daniele Sluijters 2023-12-03 17:27:41 +0100
  • ff6fdad5a7 reduce complexity of throttling logic to use 1 queue and an atomic int kim 2023-12-03 15:57:32 +0000
  • 1090806a49 show when multiple-choice tobi 2023-12-03 16:12:42 +0100
  • e396205ff7 [chore/frontend] Reorder templates, allow polls to be inside content warnings tobi 2023-12-03 15:47:07 +0100
  • 0e2c342191
    [bugfix/chore] Announce reliability updates (#2405) v0.13.0-rc1 tobi 2023-12-01 15:27:15 +0100
  • d7b1cc3f93 beep boop tsmethurst 2023-12-01 15:20:24 +0100
  • dc7a4c7378 UnwrapIfBoost tsmethurst 2023-12-01 15:14:27 +0100
  • 17cd7ffdc1 don't check domain block twice tsmethurst 2023-12-01 14:50:54 +0100
  • fd69c51ea5 naming stuff tsmethurst 2023-12-01 14:46:24 +0100