Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-12 | Merge branch 'main' into glitch-soc/merge-upstream | Claire | |
Conflicts: - `app/models/status.rb`: Minor upstream refactor moved hook definitions around, and glitch-soc has an extra `before_create`. Moved the `before_create` accordingly. - `app/services/batched_remove_status_service.rb`: Minor upstream refactor changed a block in which glitch-soc had one extra call to handle direct timelines. Adapted changes to keep glitch-soc's extra call. | |||
2023-01-11 | Fix sanitizer parsing link text as HTML when stripping unsupported links ↵ | Claire | |
(#22558) | |||
2022-04-11 | Fix link sanitization for outgoing text/html and text/markdown toots | Claire | |
Fixes #1739 | |||
2022-03-28 | Add advanced text formatting back into glitch-soc | Claire | |
2021-03-19 | Merge branch 'main' into glitch-soc/merge-upstream | Claire | |
2021-03-19 | Prepare Mastodon for zeitwerk autoloader (#15917) | Claire | |
* Prepare Mastodon for zeitwerk autoloader (Rails 6) Add inflections and rename/move a few classes. In particular, app/lib/exceptions.rb and app/lib/sanitize_config.rb were manually loaded while still in autoload paths. * Add inflection for Url → URL |