Kouhai
cfd530273d
th: temporarily remove "Get the app" link"
2022-12-29 22:38:44 -06:00
Kouhai
681a1263e2
th: quick status hover hack
2022-12-29 22:38:43 -06:00
Kouhai
5119b775b0
th: fix lints
2022-12-29 22:23:09 -06:00
Kouhai
e11e09aeb7
th: fix missing qt summary autofill
2022-12-29 22:23:04 -06:00
Ariadne Conill
80903a3b77
th: Merge https://gitea.treehouse.systems/mirrors/mastodon-glitch into merge/glitch-4.0.2
2022-12-28 22:08:51 +00:00
Ariadne Conill
ab8762071b
th: Merge branch 'main' into turn-quotes-into-links
2022-12-28 06:59:34 +00:00
Ariadne Conill
8c191b46e3
th: activitypub: tag manager: ensure that a quote post has the OP included in to field
2022-12-28 06:48:24 +00:00
Ariadne Conill
da8a7be248
th: models: status edit: pass through quote information to parent status
2022-12-28 06:06:49 +00:00
Ariadne Conill
5ab8a6bcff
th: activitypub: create: fix up quoteUri/quoteUrl/quoteURL handling
2022-12-28 05:15:25 +00:00
Robert Gerus
ba329349e3
status: turn quote author/text into links to original profile/post
2022-12-28 01:35:56 +01:00
Ariadne Conill
9667225e84
th: reducers: add missing nullification of quote_id on reset
2022-12-26 05:54:44 +00:00
Ariadne Conill
ae8bba21dc
th: compose reducer: fix cancelling reply/quote
2022-12-26 05:39:30 +00:00
Ariadne Conill
0d14bd216b
th: delete obsolete console.log statements
2022-12-26 04:38:32 +00:00
Ariadne Conill
895af6f8b0
th: add reply and quote icons to the reply/quote indicators so people know what is going on
2022-12-26 04:38:21 +00:00
Ariadne Conill
b25b30bfd8
th: activitypub: fix context extensions for quote_uri
2022-12-26 04:26:52 +00:00
Ariadne Conill
b7066c6bcd
th: javascript: fix dispatch
2022-12-26 04:17:21 +00:00
Ariadne Conill
ea8f9b13db
th: add quote option to detailed statuses
2022-12-26 04:09:05 +00:00
Ariadne Conill
c0d30ba101
th: components: detailed status: suppress cards on quote posts
2022-12-26 03:59:38 +00:00
Ariadne Conill
75f837b3a3
th: formatting helper: add the quote-inline hack for incompatible clients
2022-12-26 03:57:02 +00:00
Ariadne Conill
9f9ac9cf3e
th: activitypub: switch to fedibird:quoteUri
2022-12-26 03:18:03 +00:00
Ariadne Conill
24564bf574
th: glitch: fix up quote indicator
2022-12-26 02:53:01 +00:00
Ariadne Conill
0c66e23bbe
th: glitch: reducers: set up correct state for quoting
2022-12-26 01:41:45 +00:00
Ariadne Conill
14720e2bb4
th: add styles for quote indicator
2022-12-26 01:41:32 +00:00
Ariadne Conill
b233d34047
th: flavors: glitch: add quote handling to status feature
2022-12-26 01:31:57 +00:00
Ariadne Conill
5988775665
th: flavors: glitch: add quote indicator component
2022-12-26 01:27:58 +00:00
Ariadne Conill
7403ff091f
th: glitch: actions: add quoteCompose and cancelQuoteCompose
2022-12-26 01:23:25 +00:00
Ariadne Conill
9c16f6e9e0
th: flavors: glitch: action bar: add quote button
2022-12-26 01:15:54 +00:00
Ariadne Conill
6b8d335e13
th: flavors: glitch: show emojified display name in quotes
2022-12-26 00:59:04 +00:00
Ariadne Conill
3e03142c42
th: javascript: glitch: start rendering quotes
2022-12-25 21:11:11 +00:00
Ariadne Conill
c784057de1
th: javascript: glitch: dont render cards if the status has a quote attached
2022-12-25 10:58:25 +00:00
Ariadne Conill
41a83c748e
th: javascript: glitch: pre-process misskey quotes to remove the URL part
2022-12-25 10:46:18 +00:00
Ariadne Conill
2b57535062
th: activitypub: note serializer: support _misskey keys
2022-12-25 09:16:44 +00:00
Ariadne Conill
55cd4f1024
th: activitypub: case transform: support _misskey keys without messing them up
2022-12-25 09:16:44 +00:00
Ariadne Conill
76396746cf
th: status: support either _misskey_quote or quoteUrl for fetching quotes
2022-12-25 09:16:42 +00:00
Ariadne Conill
9107a290c1
th: status: prevent recursion when serializing
2022-12-25 04:20:17 +00:00
Ariadne Conill
104cf929a5
th: status: disallow quoting of non-public posts
2022-12-25 04:20:16 +00:00
Ariadne Conill
a84740a57d
th: rest: status serializer: include quote data
2022-12-25 03:58:18 +00:00
Ariadne Conill
8e57067c9a
th: views: add quote status html view
2022-12-25 03:58:16 +00:00
Ariadne Conill
5b34734400
th: services: post status service: add quote_id to status parameters
2022-12-25 03:25:22 +00:00
Ariadne Conill
0a7435f4ba
th: statuses controller: accept quote_id parameter
2022-12-25 03:25:22 +00:00
Ariadne Conill
1031a532f7
th: activitypub: resolve quoted objects when new create activities are received
2022-12-25 03:25:22 +00:00
Ariadne Conill
21f3328744
th: context helper: add quoteUrl as as:quoteUrl, even though its wrong
2022-12-25 03:25:22 +00:00
Ariadne Conill
a3dce31b29
th: activitypub: note serializer: begrudgingly serialize quotes using misskey quoteUrl
2022-12-25 03:25:22 +00:00
Ariadne Conill
0170a21009
th: models: status: add support for quoting
2022-12-25 03:25:20 +00:00
Ariadne Conill
05d613083f
th: services: link fetcher: do not fetch links for quotes
2022-12-25 02:00:29 +00:00
Claire
1eca3d5968
New Crowdin updates ( #2045 )
...
* New translations en.json (German)
[ci skip]
* New translations en.json (German)
[ci skip]
* New translations en.json (Hindi)
[ci skip]
* New translations en.json (Hindi)
[ci skip]
2022-12-23 23:27:03 +01:00
Plastikmensch
9220032156
Use wrapper div as a spacer ( #2046 )
...
Keeps the alignment of timestamps, while also reducing clickable size
Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
2022-12-23 18:59:20 +01:00
Plastikmensch
7a8493f4ba
Realign timestamps ( #2044 )
...
Add missing display and overflow properties.
Fixes misaligned timestamps and missing overflow in search.
Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
2022-12-23 12:35:03 +01:00
Claire
7564a9e240
New Crowdin updates ( #2043 )
...
* New translations en.json (German)
[ci skip]
* New translations en.yml (German)
[ci skip]
* New translations simple_form.en.yml (German)
[ci skip]
* New translations en.json (German)
[ci skip]
* New translations en.yml (German)
[ci skip]
2022-12-23 10:15:47 +01:00
Claire
cae2a92588
New Crowdin updates ( #2042 )
...
* New translations en.json (French)
[ci skip]
* New translations en.json (French, Quebec)
[ci skip]
2022-12-22 22:00:50 +01:00