about summary refs log tree commit diff
path: root/db/migrate/20200529214050_add_devices_url_to_accounts.rb
AgeCommit message (Collapse)Author
2021-03-19Prepare 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
2020-06-02Add E2EE API (#13820)Eugen Rochko