gunchleoc
3ae5f35833
Remove kmr from language selection ( #26014 )
1 year ago
Claire
7d3930a520
Add `authorized_fetch` server setting in addition to env var ( #25798 )
1 year ago
Robert R George
a4bc8b58f9
Add support for federating `memorial` attribute ( #26583 )
1 year ago
gunchleoc
3adf76ce89
Add Kalmyk to languages dropdown ( #26013 )
1 year ago
gunchleoc
284f99b924
Add cherokee to languages dropdown ( #26012 )
1 year ago
Claire
3c50a91087
Add support for `indexable` attribute on remote actors ( #26485 )
...
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
1 year ago
Emelia Smith
e395939ead
Refactor: replace whitelist_mode mentions with limited_federation_mode ( #26252 )
1 year ago
gunchleoc
52f52324b7
Allow filtering for Chinese languages ( #26066 )
1 year ago
Matt Jankowski
430f87e554
Reformat large hash in `ContextHelper` module ( #26180 )
1 year ago
Misty De Méo
9e19cfdb05
Paperclip: add support for Azure blob storage ( #23607 )
1 year ago
Matt Jankowski
4be315f0ae
Cleanup unused portions of statuses/status partial ( #26045 )
1 year ago
Eugen Rochko
45a7291d2c
Fix not actually connecting to the configured replica ( #25977 )
1 year ago
Claire
fc6d89573c
Fix follow link style in embeds ( #25965 )
1 year ago
Nick Schonning
1b1f9dff10
Update rubocop to v1.54.1 ( #25627 )
1 year ago
Eugen Rochko
315002c1be
Change notifications API to use a replica ( #25874 )
1 year ago
Trevor Wolf
29c29410d2
fix buttons showing inconsistent styles ( #25903 )
1 year ago
Claire
dab0be5aed
Merge pull request from GHSA-55j9-c3mp-6fcq
1 year ago
Matt Jankowski
eb10ac2b3e
Remove unused `picture_hint` helper method ( #25485 )
1 year ago
Renaud Chaput
29851c83bd
Fix `/share` and cleanup and reorganize frontend locale loading ( #25240 )
1 year ago
Matt Jankowski
a6f0456756
Remove unused #hash_to_object method in SettingsHelper ( #25213 )
1 year ago
Claire
52b4e33d7f
Fix crash when S3_ALIAS_HOST or S3_CLOUDFRONT_HOST have a path component ( #25018 )
1 year ago
Renaud Chaput
8bd9ce4d09
Disable some metrics cops ( #25215 )
1 year ago
Claire
4d631fcfb7
Add support for custom sign-up URLs ( #25014 )
2 years ago
Claire
844d8e101e
Add hCaptcha support ( #25019 )
2 years ago
Nick Schonning
2f2c8f671b
Autofix Rubocop Style/HashSyntax ( #23754 )
2 years ago
Matt Jankowski
c50acc4d2c
ApplicationHelper spec coverage, unused removal, tiny refactor ( #24762 )
2 years ago
Matt Jankowski
bdbc9d0036
Fix Rails/CompactBlank cop ( #24690 )
2 years ago
Matt Jankowski
ba0a49b7f6
Fix Rails/ContentTag cop ( #24691 )
2 years ago
Matt Jankowski
3104805285
Remove duplicate react helper method definitions ( #24700 )
2 years ago
Matt Jankowski
dcb91de3ba
React component helper specs ( #24072 )
2 years ago
Christian Schmidt
7598355527
Remove `tai` locale ( #23880 )
2 years ago
Matt Jankowski
f01a643897
Remove instance variables from helper usage ( #24203 )
2 years ago
Christian Schmidt
4613dfe97b
Use CSS to trim long card descriptions ( #24265 )
2 years ago
Eugen Rochko
9a7a4d79ec
Add progress indicator to sign-up flow ( #24545 )
2 years ago
Eugen Rochko
4e63f1e64b
Fix regressions from change in account row design in web UI ( #24343 )
2 years ago
Nick Schonning
8d05167e5f
Include config/ and update all rubcop deps ( #23963 )
2 years ago
Nick Schonning
0717d1b058
Autofix Rubocop Style/RedundantArgument ( #23798 )
2 years ago
Matt Jankowski
5bf8f34842
Spec coverage for HomeHelper ( #23907 )
2 years ago
Matt Jankowski
9cf4671ba1
Remove unused admin/announcements helper ( #23899 )
2 years ago
Nick Schonning
e6312104c7
Autofix Rubocop remaining Layout rules ( #23679 )
2 years ago
Nick Schonning
49f1168050
Autofix Rubocop Style/RedundantBegin ( #23703 )
2 years ago
Nick Schonning
793f8c7dd5
Autofix Rubocop Style/IfUnlessModifier ( #23697 )
2 years ago
Nick Schonning
4a49c50e64
Apply Rubocop Performance/BlockGivenWithExplicitBlock ( #23441 )
...
* Apply Rubocop Performance/BlockGivenWithExplicitBlock
* Unprefix used block parameter
2 years ago
Nick Schonning
fd5980fc35
Apply Rubocop Performance/StringReplacement ( #23445 )
2 years ago
Nick Schonning
68b3211575
Address check-i18n warnings ( #23313 )
...
* Address check-i18n warnings
* Add language names to language helpers
2 years ago
Claire
cefc065310
Fix moderation audit log items for warnings having incorrect links ( #23242 )
2 years ago
Jullan-M
8a8379cd4f
Add Southern Sami, and Lule Sami to language list under the ISO-639-3 standard ( #21262 )
...
* Add sme, smj, and sma ISO-639-3 language codes
* Remove sme in ISO-639-3
2 years ago
Claire
9490975b4e
Fix attachment rendering of edited posts in OpenGraph ( #22270 )
...
Fixes #22241
2 years ago
Fries
0e5b4b87bb
Add Montenegrin (cnr) ( #21013 )
2 years ago
Neil Matatall
728cfe0c1c
Use Rails tag API to build RSS feed for spoilers and polls ( #20163 )
...
* Use Rails tag API to build RSS feed for spoilers and polls
While the previous method did not contain a bug or a potential issue,
the tag API can be very resilient against future problems and reduces the
amount of manual management of the escape status of the content.
I've added tests to ensure that the formatting is broken and still
escapes control characters correctly.
* this seems cleaner and passes
* Incorporate feedback by moving the br to its own line and using the tag helper over the string constant for the br tag itself
* whoops, tag helper doesn't use a self-closing tag
2 years ago