Thibaut Girka
|
3407ae8683
|
Fix sanitizer text case for glitch-soc, which preserves lists
|
2019-07-19 19:16:07 +02:00 |
|
Thibaut Girka
|
249991c498
|
Merge branch 'master' into glitch-soc/merge-upstream
Conflicts:
- Gemfile.lock
- app/controllers/accounts_controller.rb
- app/controllers/admin/dashboard_controller.rb
- app/controllers/follower_accounts_controller.rb
- app/controllers/following_accounts_controller.rb
- app/controllers/remote_follow_controller.rb
- app/controllers/stream_entries_controller.rb
- app/controllers/tags_controller.rb
- app/javascript/packs/public.js
- app/lib/sanitize_config.rb
- app/models/account.rb
- app/models/form/admin_settings.rb
- app/models/media_attachment.rb
- app/models/stream_entry.rb
- app/models/user.rb
- app/serializers/initial_state_serializer.rb
- app/services/batched_remove_status_service.rb
- app/services/post_status_service.rb
- app/services/process_mentions_service.rb
- app/services/reblog_service.rb
- app/services/remove_status_service.rb
- app/views/admin/settings/edit.html.haml
- config/locales/simple_form.pl.yml
- config/settings.yml
- docker-compose.yml
|
2019-07-19 18:26:49 +02:00 |
|
ThibG
|
fda437a020
|
Fix sanitizing lists contents (#11354)
* Add test
* Fix code for sanitizing nested lists stripping all tags
|
2019-07-19 01:44:58 +02:00 |
|
Thibaut Girka
|
356e9150df
|
Merge branch 'master' into glitch-soc/merge-upstream
Conflicts:
- app/lib/sanitize_config.rb
Keep our version, we support the tags upstream transforms.
- package.json
- yarn.lock
|
2019-06-19 18:36:16 +02:00 |
|
Eugen Rochko
|
103a9f4466
|
Fix sanitizer making block level elements unreadable (#10836)
Fix #10834
|
2019-06-16 21:46:36 +02:00 |
|