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 )
1 year 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
F
dae2918c6a
Add Scots to the supported locales ( #20283 )
...
Fixes #20249
2 years ago
Vyr Cossont
75cb668fa9
Add Balaibalan, Láadan, Lingua Franca Nova, Lojban, Toki Pona to language list ( #20168 )
...
* Add Balaibalan, Láadan, Lojban, Toki Pona to language list
Fixes #8995 .
* Correct translated names for Lojban and Toki Pona
* Correct translated name for Balaibalan
* Add Lingua Franca Nova aka Elefen
* Disable unhelpful Rubocop checks
* Re-enable Rubocop checks at end of file
2 years ago
Claire
3d24ef2967
Change sign-in banner to reflect disabled or moved account status ( #19773 )
2 years ago
Eugen Rochko
2e68cbe212
Fix n+1 query during status removal ( #19753 )
2 years ago
Claire
05bb841077
Fix admin action logs page ( #19649 )
...
* Add tests
* Fix crash when trying to display orphaned action logs
* Add migration for older admin action logs
2 years ago
Matthias Bethke
150f5b0e6c
fix name of Lao language ( #19520 )
...
It said ພາສາ or pha-sa, which means just "language" in Lao. "ພາສາລາວ",
pha-sa lao, is the full name but the short "ລາວ" is commonly used.
2 years ago
Eugen Rochko
e0516f9832
Fix wrong size of avatars in admin UI ( #19457 )
2 years ago
Eugen Rochko
2130895196
Change settings area to be separated into categories in admin UI ( #19407 )
...
And update all descriptions
2 years ago
Eugen Rochko
0fdfbe555e
Change public accounts pages to mount the web UI ( #19319 )
...
* Change public accounts pages to mount the web UI
* Fix handling of remote usernames in routes
- When logged in, serve web app
- When logged out, redirect to permalink
- Fix `app-body` class not being set sometimes due to name conflict
* Fix missing `multiColumn` prop
* Fix failing test
* Use `discoverable` attribute to control indexing directives
* Fix `<ColumnLoading />` not using `multiColumn`
* Add `noindex` to accounts in REST API
* Change noindex directive to not be rendered by default before a route is mounted
* Add loading indicator for detailed status in web UI
* Fix missing indicator appearing while account is loading in web UI
2 years ago
Yamagishi Kazutoshi
f84bee7d78
Redirect non-logged-in user to owner statuses on single user mode ( #19333 )
2 years ago
Eugen Rochko
ce7d058a91
Remove setting that disables account deletes ( #17683 )
2 years ago
Eugen Rochko
58c367fb47
Remove code for rendering public and hashtag timelines outside the web UI ( #19257 )
2 years ago
Eugen Rochko
a0bb5674d9
Add admin API for managing canonical e-mail blocks ( #19067 )
2 years ago
Eugen Rochko
f9ebc320ed
Add audit log entries for user roles ( #19040 )
...
* Refactor audit log schema
* Add audit log entries for user roles
2 years ago
Eugen Rochko
e164d6a687
Add customizable user roles ( #18641 )
...
* Add customizable user roles
* Various fixes and improvements
* Add migration for old settings and fix tootctl role management
2 years ago
Jeong Arm
5c38a4492b
Fix CDN_HOST not affected on full_asset_url ( #18662 )
...
* Fix CDN_HOST not affected to assets url
* Fix typo
2 years ago
Eugen Rochko
c3f7041715
Fix wrong aspect ratio of logo in icons ( #18639 )
2 years ago
Eugen Rochko
03d2cb5146
Change brand color and logotypes ( #18592 )
...
- Add rake task for generating Apple/Android icons and favicons from SVG
- Add rake task for generating PNG icons and logos for e-mails from SVG
- Remove obsolete Microsoft icons and configuration
- Remove PWA shortcut icons
2 years ago