Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-14 | Misc. typos (#8694) | luzpaz | |
Found via `codespell -q 3 --skip="./app/javascript/mastodon/locales,./config/locales"` | |||
2018-04-21 | Use raw status code on have_http_status (#7214) | Yamagishi Kazutoshi | |
2018-04-16 | Redirect to account status page for page of status stream entry (#7104) | Akihiko Odaki | |
Commit 519119f657cf97ec187008a28dba00c1125a9292 missed a change for stream entry page. Instead of duplicating the change, redirect to account status page. It would also help crawlers (of search engines, for example) to understand a stream entry URL and its corresponding status URL points to the same page. | |||
2017-08-30 | Update status embeds (#4742) | Eugen Rochko | |
- Use statuses controller for embeds instead of stream entries controller - Prefer /@:username/:id/embed URL for embeds - Use /@:username as author_url in OEmbed - Add follow link to embeds which opens web intent in new window - Use redis cache in development - Cache entire embed | |||
2017-08-13 | Add alternate links to ActivityPub resources from HTML/HEAD variants (#4586) | Eugen Rochko | |
2017-06-07 | Use "match_array" only for order independent assertions (#3626) | unarist | |
2017-05-23 | Cover StreamEntriesController more and remove redundant instructions (#3257) | Akihiko Odaki | |
* Cover StreamEntriesController more * Remove redundant instructions in StreamEntriesController | |||
2017-04-12 | Simplify the way the embed view is created (#1590) | Matt Jankowski | |
* Add coverage for embedded status view * Refactor embed view to eliminate @external_links variable | |||
2016-09-08 | Fixing atom feeds for accounts, adding tests that would catch such bugs in ↵ | Eugen Rochko | |
future | |||
2016-08-17 | Upgrade to Rails 5.0.0.1 | Eugen Rochko | |
2016-03-19 | Adding public following and followers pages, fix #3 | Eugen Rochko | |
2016-02-29 | Refactoring Grape API methods into normal controllers & other things | Eugen Rochko | |