This repository has been archived on 2024-06-09 . You can view files and clone it, but cannot push or open issues/pull-requests.
Eugen Rochko
3c033c4352
Add moderation warnings ( #9519 )
...
* Add moderation warnings
Replace individual routes for disabling, silencing, and suspending
a user, as well as the report update route, with a unified account
action controller that allows you to select an action (none,
disable, silence, suspend) as well as whether it should generate an
e-mail notification with optional custom text. That notification,
with the optional custom text, is saved as a warning.
Additionally, there are warning presets you can configure to save
time when performing the above.
* Use Account#local_username_and_domain
2018-12-22 20:02:09 +01:00
..
environments
Fix missing protocol in dns-prefetch, improve code style ( #8963 )
2018-10-12 02:19:10 +02:00
initializers
Skip mailer job retries when a record no longer exists ( #9590 )
2018-12-21 06:16:17 +01:00
locales
Add moderation warnings ( #9519 )
2018-12-22 20:02:09 +01:00
webpack
Improve production build config ( #8899 )
2018-10-06 15:12:05 +09:00
application.rb
Add Czech language option and locale data ( #8594 )
2018-09-05 08:50:06 +09:00
boot.rb
Fix bootsnap cache directory being declared relatively ( #9511 )
2018-12-13 05:19:52 +01:00
brakeman.ignore
Allow joining several hashtags in a single column ( #8904 )
2018-11-05 18:53:25 +01:00
database.yml
Remove PostgreSQL statement timeout ( #9537 )
2018-12-16 21:17:15 +01:00
deploy.rb
Update dependencies for Ruby (2018-04-23) ( #7237 )
2018-04-23 11:29:17 +02:00
environment.rb
Make PreviewCard records reuseable between statuses ( #4642 )
2017-09-01 16:20:16 +02:00
i18n-tasks.yml
Revert #6479 , hide sensitive text/images from OpenGraph previews ( #6818 )
2018-03-18 20:33:07 +01:00
navigation.rb
Add profile directory ( #9427 )
2018-12-06 17:36:11 +01:00
puma.rb
Improve ActiveRecord connection in on_worker_boot ( #9238 )
2018-11-09 09:08:01 +01:00
routes.rb
Add moderation warnings ( #9519 )
2018-12-22 20:02:09 +01:00
secrets.yml
Upgrade to Rails 5.0.0.1
2016-08-17 17:58:00 +02:00
settings.yml
Add instance-wide setting to disable profile directory ( #9497 )
2018-12-11 19:18:29 +01:00
sidekiq.yml
Track historical space stats in PgHero to determine PostgreSQL growth ( #8906 )
2018-10-09 19:35:14 +02:00
themes.yml
More polished light theme ( #7620 )
2018-05-25 18:36:26 +02:00
webpacker.yml
Fix building assets in test environment ( #8691 )
2018-09-13 15:18:47 +02:00