Commit graph

16272 commits

Author SHA1 Message Date
tusooa
a348c2e4dd
Use pleroma: instead of pleroma. for ws events 2023-10-15 17:20:25 -04:00
tusooa
7d005e8c93
Return stream attribute in server-sent events 2023-10-15 17:20:23 -04:00
tusooa
21395aa509
Allow authenticating via client-sent events 2023-10-15 17:19:49 -04:00
tusooa
273cda63ad
Allow subscribing to streams 2023-10-15 17:19:49 -04:00
tusooa
2b5636bf12
Allow unified streaming endpoint 2023-10-15 17:19:40 -04:00
tusooa
14b1b9c9b0 Merge branch 'tusooa/quote' into 'develop'
Quoting

See merge request pleroma/pleroma!3921
2023-10-15 20:48:16 +00:00
Alex Gleason
acbec64051 Merge branch 'sentry-csp' into 'develop'
Let Sentry DSN through CSP

See merge request soapbox-pub/rebased!283
2023-10-05 22:49:04 +00:00
Alex Gleason
5cd3711e2f
Let Sentry DSN through CSP 2023-10-05 17:47:03 -05:00
Alex Gleason
a110a395c1 Merge branch 'pleroma_ctl-soapbox' into 'develop'
Update config.exs, to fix incomplete soapbox install via pleroma_ctl

See merge request soapbox-pub/rebased!282
2023-10-04 23:11:03 +00:00
Aldis Ruiz
c86b34eb45 Update config.exs, to fix incomplete soapbox install via pleroma_ctl 2023-10-04 23:03:24 +00:00
marcin mikołajczak
6ceceef805 Merge branch 'static-pages-styles' into 'develop'
Static pages: Improve authorization token styling

See merge request soapbox-pub/rebased!281
2023-09-27 14:40:35 +00:00
01168f9dd8 Static pages: Improve authorization token styling
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-09-27 13:44:58 +02:00
Haelwenn (lanodan) Monnier
2f6fc6a7ab TwitterAPI: Return proper error when healthcheck is disabled 2023-09-24 23:32:17 +02:00
Alex Gleason
374b099825 Merge branch 'restrict-unauthenticated' into 'develop'
InstanceView: expose restrict_unauthenticated settings

See merge request soapbox-pub/rebased!280
2023-09-24 17:39:55 +00:00
Alex Gleason
992351b796
InstanceView: expose restrict_unauthenticated settings 2023-09-24 12:29:58 -05:00
Alex Gleason
5867afa991 Merge branch 'fix-tests' into 'develop'
Fix tests

See merge request soapbox-pub/rebased!279
2023-09-24 17:08:58 +00:00
Alex Gleason
abac3be7d5
Add slashes to endpoints in tests 2023-09-24 11:55:16 -05:00
Alex Gleason
8148f53bdb
Fix Webfinger parsing XML 2023-09-24 11:49:06 -05:00
Alex Gleason
91990f12e3
BasicAuthDecoderPlug: reformat, fix/add tests 2023-09-24 10:47:04 -05:00
Alex Gleason
1d74716c99 Merge branch 'no-insecure-auth' into 'develop'
Lock insecure auth methods behind config setting

See merge request soapbox-pub/rebased!278
2023-09-22 13:35:50 +00:00
niggy
b882bcc884 Lock insecure auth methods behind config setting 2023-09-22 03:50:35 +00:00
Alex Gleason
601da71fe0 Merge branch 'develop' into 'develop'
Update file config.exs (soapbox entry)

See merge request soapbox-pub/rebased!277
2023-09-20 00:12:41 +00:00
Aldis Ruiz
d6503e44b0 Update file config.exs 2023-09-19 23:00:15 +00:00
tusooa
08608afca5
Fix quote_visible attribute 2023-09-13 19:20:33 -04:00
tusooa
a8b2f9205d
Expose quote_id parameter on the api 2023-09-13 19:20:32 -04:00
tusooa
875b46d97d
Do not mention original poster when quoting 2023-09-13 19:20:32 -04:00
tusooa
87353e5ad1
Fix config descriptions for mrf inline quote 2023-09-13 19:20:32 -04:00
tusooa
8596f92654
Fix TransmogrifierTest 2023-09-13 19:20:32 -04:00
tusooa
8b98a98dfb
Make InlineQuotePolicy history aware 2023-09-13 19:20:32 -04:00
tusooa
e349e92a44
Add mrf to force link tag of quoting posts 2023-09-13 19:20:30 -04:00
tusooa
479a6f11db
Keep incoming Link tag 2023-09-13 19:19:44 -04:00
tusooa
e9cd004ba1
Parse object link as quoteUrl 2023-09-13 19:19:42 -04:00
tusooa
163e563733
Allow more flexibility in InlineQuotePolicy 2023-09-13 19:19:05 -04:00
tusooa
762794eed9
Fix CommonAPITest 2023-09-13 19:19:05 -04:00
tusooa
d244c9d298
Add changelog 2023-09-13 19:19:05 -04:00
tusooa
9bcec87aba
Allow local quote and private self-quote 2023-09-13 19:19:05 -04:00
tusooa
b0a7e795e7
Unify logic for normalizing quoteUri 2023-09-13 19:19:05 -04:00
Alex Gleason
f9697e68c2
InlineQuotePolicy: skip objects which already have an .inline-quote span 2023-09-13 19:19:05 -04:00
Alex Gleason
79fca39faf
Actually, don't send _misskey_quote anymore 2023-09-13 19:19:05 -04:00
Alex Gleason
4075eecca0
InlineQuotePolicy: improve the way Markdown quotes are displayed by other software 2023-09-13 19:19:05 -04:00
Alex Gleason
817e308c0d
Handle Fedibird's new quoteUri field 2023-09-13 19:19:05 -04:00
Alex Gleason
3c8319fe9f
Transmogrifier: federate quotes with _misskey_quote field 2023-09-13 19:19:04 -04:00
Alex Gleason
cf8e425883
StatusView: return quote post inside a reblog 2023-09-13 19:19:04 -04:00
Alex Gleason
93e4972b50
Add InlineQuotePolicy as a default MRF 2023-09-13 19:19:04 -04:00
Alex Gleason
bee7e41959
InlineQuotePolicy: don't add line breaks to markdown posts 2023-09-13 19:19:04 -04:00
Alex Gleason
74e0a4555f
StatusView: add quote_visible param 2023-09-13 19:19:04 -04:00
Alex Gleason
6f11f11519
StatusView: fix quote visibility 2023-09-13 19:19:04 -04:00
Alex Gleason
59326247aa
CommonAPI: disallow quoting private posts through the API 2023-09-13 19:19:04 -04:00
Alex Gleason
57ef1d1211
Add InlineQuotePolicy to force quote URLs inline 2023-09-13 19:19:04 -04:00
Alex Gleason
36a5578d2b
Scrubber.Default: allow span.quote-inline for quote post compatibility 2023-09-13 19:19:04 -04:00