Commit graph

  • 1d9fa295f5 Bump simplecov from 0.21.2 to 0.22.0 (#22773) dependabot[bot] 2022-12-27 09:37:19 +0900
  • eb28b41922
    Bump simplecov from 0.21.2 to 0.22.0 (#22773) dependabot[bot] 2022-12-27 09:37:19 +0900
  • 572ae35d31 Bump faker from 3.0.0 to 3.1.0 (#22762) dependabot[bot] 2022-12-27 09:35:54 +0900
  • 620e875b55
    Bump faker from 3.0.0 to 3.1.0 (#22762) dependabot[bot] 2022-12-27 09:35:54 +0900
  • 9667225e84 th: reducers: add missing nullification of quote_id on reset Ariadne Conill 2022-12-26 05:54:44 +0000
  • ae8bba21dc th: compose reducer: fix cancelling reply/quote Ariadne Conill 2022-12-26 05:39:30 +0000
  • 4fbe5826ca th: Merge pull request 'add quote toots' (#36) from feature/quote into main Ariadne Conill 2022-12-26 04:52:20 +0000
  • 0d14bd216b th: delete obsolete console.log statements Ariadne Conill 2022-12-26 04:38:32 +0000
  • 895af6f8b0 th: add reply and quote icons to the reply/quote indicators so people know what is going on Ariadne Conill 2022-12-26 04:38:21 +0000
  • b25b30bfd8 th: activitypub: fix context extensions for quote_uri Ariadne Conill 2022-12-26 04:26:52 +0000
  • b7066c6bcd th: javascript: fix dispatch Ariadne Conill 2022-12-26 04:17:21 +0000
  • ea8f9b13db th: add quote option to detailed statuses Ariadne Conill 2022-12-26 04:09:05 +0000
  • c0d30ba101 th: components: detailed status: suppress cards on quote posts Ariadne Conill 2022-12-26 03:59:38 +0000
  • 75f837b3a3 th: formatting helper: add the quote-inline hack for incompatible clients Ariadne Conill 2022-12-26 03:57:02 +0000
  • 9f9ac9cf3e th: activitypub: switch to fedibird:quoteUri Ariadne Conill 2022-12-26 02:57:20 +0000
  • 24564bf574 th: glitch: fix up quote indicator Ariadne Conill 2022-12-26 02:53:01 +0000
  • 0c66e23bbe th: glitch: reducers: set up correct state for quoting Ariadne Conill 2022-12-26 01:41:45 +0000
  • 14720e2bb4 th: add styles for quote indicator Ariadne Conill 2022-12-26 01:41:32 +0000
  • b233d34047 th: flavors: glitch: add quote handling to status feature Ariadne Conill 2022-12-26 01:31:57 +0000
  • 5988775665 th: flavors: glitch: add quote indicator component Ariadne Conill 2022-12-26 01:25:11 +0000
  • 7403ff091f th: glitch: actions: add quoteCompose and cancelQuoteCompose Ariadne Conill 2022-12-26 01:19:47 +0000
  • 9c16f6e9e0 th: flavors: glitch: action bar: add quote button Ariadne Conill 2022-12-26 01:15:54 +0000
  • 6b8d335e13 th: flavors: glitch: show emojified display name in quotes Ariadne Conill 2022-12-26 00:59:04 +0000
  • 3e03142c42 th: javascript: glitch: start rendering quotes Ariadne Conill 2022-12-25 21:11:11 +0000
  • c784057de1 th: javascript: glitch: dont render cards if the status has a quote attached Ariadne Conill 2022-12-25 10:58:25 +0000
  • 41a83c748e th: javascript: glitch: pre-process misskey quotes to remove the URL part Ariadne Conill 2022-12-25 09:33:33 +0000
  • 2b57535062 th: activitypub: note serializer: support _misskey keys Ariadne Conill 2022-12-25 04:56:56 +0000
  • 55cd4f1024 th: activitypub: case transform: support _misskey keys without messing them up Ariadne Conill 2022-12-25 04:55:02 +0000
  • 76396746cf th: status: support either _misskey_quote or quoteUrl for fetching quotes Ariadne Conill 2022-12-25 04:51:21 +0000
  • f14f01c0bd th: db: add quote_id index Ariadne Conill 2022-12-25 04:04:29 +0000
  • 9107a290c1 th: status: prevent recursion when serializing Ariadne Conill 2022-12-25 04:02:08 +0000
  • 104cf929a5 th: status: disallow quoting of non-public posts Ariadne Conill 2022-12-25 03:56:19 +0000
  • 4681e0c00e th: db: add quote_id migration Ariadne Conill 2022-12-25 02:50:28 +0000
  • 9c60149f15 th: sanitizer config: add quote-inline span to allowlist Ariadne Conill 2022-12-25 02:48:52 +0000
  • 900abce926 th: db: add quote_id to statuses table Ariadne Conill 2022-12-25 02:48:37 +0000
  • a84740a57d th: rest: status serializer: include quote data Ariadne Conill 2022-12-25 02:25:40 +0000
  • 8e57067c9a th: views: add quote status html view Ariadne Conill 2022-12-25 02:24:07 +0000
  • 5b34734400 th: services: post status service: add quote_id to status parameters Ariadne Conill 2022-12-25 02:20:15 +0000
  • 0a7435f4ba th: statuses controller: accept quote_id parameter Ariadne Conill 2022-12-25 02:18:17 +0000
  • 1031a532f7 th: activitypub: resolve quoted objects when new create activities are received Ariadne Conill 2022-12-25 02:16:28 +0000
  • 21f3328744 th: context helper: add quoteUrl as as:quoteUrl, even though its wrong Ariadne Conill 2022-12-25 02:13:30 +0000
  • a3dce31b29 th: activitypub: note serializer: begrudgingly serialize quotes using misskey quoteUrl Ariadne Conill 2022-12-25 02:11:04 +0000
  • 0170a21009 th: models: status: add support for quoting Ariadne Conill 2022-12-25 02:07:07 +0000
  • 05d613083f th: services: link fetcher: do not fetch links for quotes Ariadne Conill 2022-12-25 02:00:29 +0000
  • 071f00d92d th: Merge pull request 'docker-compose: emulate production traefik setup' (#35) from feature/docker-compose-traefik into main Ariadne Conill 2022-12-25 01:57:01 +0000
  • 3393379c04 th: docker-compose: emulate production traefik setup Ariadne Conill 2022-12-25 01:56:20 +0000
  • 1eca3d5968 New Crowdin updates (#2045) Claire 2022-12-23 23:27:03 +0100
  • cbfeb105a8
    New Crowdin updates (#2045) Claire 2022-12-23 23:27:03 +0100
  • 9220032156 Use wrapper div as a spacer (#2046) Plastikmensch 2022-12-23 18:59:20 +0100
  • 08837f730d
    Use wrapper div as a spacer (#2046) Plastikmensch 2022-12-23 18:59:20 +0100
  • 7a8493f4ba Realign timestamps (#2044) Plastikmensch 2022-12-23 12:35:03 +0100
  • 4b51d1386b
    Realign timestamps (#2044) Plastikmensch 2022-12-23 12:35:03 +0100
  • 7564a9e240 New Crowdin updates (#2043) Claire 2022-12-23 10:15:47 +0100
  • 05b3907b0c
    New Crowdin updates (#2043) Claire 2022-12-23 10:15:47 +0100
  • cae2a92588 New Crowdin updates (#2042) Claire 2022-12-22 22:00:50 +0100
  • 4eacf6c75f
    New Crowdin updates (#2042) Claire 2022-12-22 22:00:50 +0100
  • b09f223f36 Wraps status timestamps in a div (#2038) prplecake 2022-12-22 08:18:02 -0600
  • 6cde3dd08b
    Wraps status timestamps in a div (#2038) prplecake 2022-12-22 08:18:02 -0600
  • bb3d32fd13 New Crowdin updates (#2041) Claire 2022-12-22 14:33:12 +0100
  • db420fb779
    New Crowdin updates (#2041) Claire 2022-12-22 14:33:12 +0100
  • 934d024950 Remove unused translation string (#2039) Claire 2022-12-22 14:02:52 +0100
  • fe3c816a10
    Remove unused translation string (#2039) Claire 2022-12-22 14:02:52 +0100
  • 5e226e135c New Crowdin updates (#2037) Claire 2022-12-22 13:51:16 +0100
  • f79ab85a6a
    New Crowdin updates (#2037) Claire 2022-12-22 13:51:16 +0100
  • 304f0b87f3 New Crowdin updates (#2036) Claire 2022-12-22 07:54:50 +0100
  • 8b8ca8d71b
    New Crowdin updates (#2036) Claire 2022-12-22 07:54:50 +0100
  • 7e4035af18 New Crowdin updates (#2035) Claire 2022-12-22 07:50:34 +0100
  • dbc3890489
    New Crowdin updates (#2035) Claire 2022-12-22 07:50:34 +0100
  • 7f71c439c4 New Crowdin updates (#2034) Claire 2022-12-22 00:21:39 +0100
  • deb804c954
    New Crowdin updates (#2034) Claire 2022-12-22 00:21:39 +0100
  • d4ea182379 Add links to glitch-soc's Crowdin (#2033) Claire 2022-12-21 23:49:08 +0100
  • 22d9306edc
    Add links to glitch-soc's Crowdin (#2033) Claire 2022-12-21 23:49:08 +0100
  • 7b4130ec9c New Crowdin updates (#2032) Claire 2022-12-21 23:19:14 +0100
  • 0b71a4770f
    New Crowdin updates (#2032) Claire 2022-12-21 23:19:14 +0100
  • fefe76f0c2 Add crowdin configuration file (#2030) Claire 2022-12-21 22:13:22 +0100
  • e79981936f
    Add crowdin configuration file (#2030) Claire 2022-12-21 22:13:22 +0100
  • a3c10b6ced Change locales file generation to use JSON sources (#2028) Claire 2022-12-21 22:13:14 +0100
  • a5e446a4a0
    Change locales file generation to use JSON sources (#2028) Claire 2022-12-21 22:13:14 +0100
  • 37d8e2fdcc Change i18n-tasks config to consider glitch-soc translation files (#2027) Claire 2022-12-21 22:13:04 +0100
  • 18bcabf26a
    Change i18n-tasks config to consider glitch-soc translation files (#2027) Claire 2022-12-21 22:13:04 +0100
  • 907207e79d Merge pull request #2029 from ClearlyClaire/glitch-soc/merge-upstream Claire 2022-12-21 16:43:33 +0100
  • 2f2ef1d4fe
    Merge pull request #2029 from ClearlyClaire/glitch-soc/merge-upstream Claire 2022-12-21 16:43:33 +0100
  • 54920be04d Merge branch 'main' into glitch-soc/merge-upstream Claire 2022-12-21 15:59:39 +0100
  • b248aa4d3e Merge branch 'main' into glitch-soc/merge-upstream Claire 2022-12-21 15:59:39 +0100
  • 21ba8a8ef5 Bump fog-openstack from 0.3.2 to 0.3.10 (#22597) dependabot[bot] 2022-12-21 12:40:50 +0900
  • c4a429ed47
    Bump fog-openstack from 0.3.2 to 0.3.10 (#22597) dependabot[bot] 2022-12-21 12:40:50 +0900
  • 5e75d20370 Bump fog-core from 2.1.0 to 2.3.0 (#22596) dependabot[bot] 2022-12-21 12:06:44 +0900
  • fbe2c95ff1
    Bump fog-core from 2.1.0 to 2.3.0 (#22596) dependabot[bot] 2022-12-21 12:06:44 +0900
  • 197d386854 Bump fog-openstack from 0.3.2 to 0.3.10 (#22593) dependabot[bot] 2022-12-21 11:58:01 +0900
  • a0af356df6
    Bump fog-openstack from 0.3.2 to 0.3.10 (#22593) dependabot[bot] 2022-12-21 11:58:01 +0900
  • 28d9f59717 Bump fog-core from 2.1.0 to 2.3.0 (#22544) dependabot[bot] 2022-12-21 11:22:22 +0900
  • dac312a11a
    Bump fog-core from 2.1.0 to 2.3.0 (#22544) dependabot[bot] 2022-12-21 11:22:22 +0900
  • 598f3b9b31
    move emoji reaction strings to locales-glitch fef 2022-12-20 17:19:56 +0000
  • bf139fefa1
    Fix status reactions preventing an on_cascade delete Jeremy Kescher 2022-12-18 04:23:42 +0100
  • c27dcb40e1
    bypass reaction limit for foreign accounts fef 2022-12-15 15:27:54 +0000
  • 6cad7718eb
    fix 404 when reacting with Keycap Number Sign fef 2022-12-11 13:26:23 +0000
  • c739d89b0c
    fix status action bar after upstream changes fef 2022-12-08 09:48:55 +0000
  • fd2a116071
    fix schema after rebase fef 2022-12-07 21:52:53 +0100
  • 4b6e75512f
    delete reaction notifications when deleting status fef 2022-12-07 12:47:03 +0000
  • e0637a3c1d
    support reacting with foreign custom emojis fef 2022-12-07 12:19:36 +0000