Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-03 | Add fa-fw class to user agent icon (#4047) | Yamagishi Kazutoshi | |
2017-06-19 | setting-for-account-deletable (#3852) | masarakki | |
2017-05-19 | Skip asset pipeline for static file in public/ (#3125) | Matt Jankowski | |
2017-05-16 | chore(landing_strip): hide signup path unless the instance allows ↵ | Hiroaki Ninomiya | |
registration. (#3055) | |||
2017-05-03 | Replace sprockets/browserify with Webpack (#2617) | Eugen Rochko | |
* Replace browserify with webpack * Add react-intl-translations-manager * Do not minify in development, add offline-plugin for ServiceWorker background cache updates * Adjust tests and dependencies * Fix production deployments * Fix tests * More optimizations * Improve travis cache for npm stuff * Re-run travis * Add back support for custom.scss as before * Remove offline-plugin and babili * Fix issue with Immutable.List().unshift(...values) not working as expected * Make travis load schema instead of running all migrations in sequence * Fix missing React import in WarningContainer. Optimize rendering performance by using ImmutablePureComponent instead of React.PureComponent. ImmutablePureComponent uses Immutable.is() to compare props. Replace dynamic callback bindings in <UI /> * Add react definitions to places that use JSX * Add Procfile.dev for running rails, webpack and streaming API at the same time | |||
2017-04-27 | Added '(dev)' to the title in development mode (#2524) | Ashley | |
* Added different title for dev * Changed indentation | |||
2017-04-26 | Red favicon for dev (#2470) | Lindsey Bieda | |
* Set a dev specific favicon * Consistent spacing * Add trailing slash for consistency * Update to remove interpolation | |||
2017-04-24 | Persian translation (#2405) | Masoud Abkenar | |
* Persian translation * adding :fa to make the site use the rtl stylesheet based on [this comment](https://github.com/tootsuite/mastodon/pull/2405#issuecomment-296721105) * fix missing quotes * add 'fa' locale | |||
2017-04-24 | Add an RTL stylesheet for Arabic i18n (#2378) | Eugen | |
2017-04-16 | View spec fix (#1888) | Matt Jankowski | |
* Add option to disable verify partial doubles * Add show_landing_strip? helper method * Use show_landing_strip? helper in accounts and stream entries views * Fix naming in view specs | |||
2016-12-04 | Do not use expiring links after all | Eugen Rochko | |
2016-12-04 | Set a specific S3 expiration time so that files can be cached | Eugen Rochko | |
2016-12-01 | Fix pt translations, improve pre-cache queries, removing will_paginate | Eugen Rochko | |
from accounts/tags because it's a terribly inefficient way to paginate large sets of data | |||
2016-11-15 | Fix rubocop issues, introduce usage of frozen literal to improve performance | Eugen Rochko | |
2016-09-09 | Refactored generation of unique tags, URIs and object URLs into own classes, | Eugen Rochko | |
as well as formatting of content | |||
2016-09-08 | Optimized n+1 queries in accounts Atom and HTML views | Eugen Rochko | |
Added stack trace for SQL queries in development Removed badly thought out accounts/lookup API | |||
2016-09-04 | Fixed more case-sensitivity issues | Eugen Rochko | |
2016-03-27 | Fix issue with unresolvable usernames | Eugen Rochko | |
2016-03-25 | Fix subscriptions:clear task, refactor feeds, refactor streamable activites | Eugen Rochko | |
and atom feed generation to some extent, as well as the way mentions are stored | |||
2016-03-24 | Sanitize remote html in atom feeds, API (not just UI), use cached mention | Eugen Rochko | |
relations on Status#mentions | |||
2016-03-19 | TIL a return from a block seems to return from the whole method rather than | Eugen Rochko | |
the block, even though the last line of a block is an implicit return. I am confused to say the least | |||
2016-03-19 | Fix #13, Atom feeds now contain formatted post content | Eugen Rochko | |
2016-03-12 | Customized more doorkeeper views, only logged in users can create oauth apps | Eugen Rochko | |
2016-02-29 | Changing the use of config constants to the Rails configuration object | Eugen Rochko | |
2016-02-29 | Refactoring Grape API methods into normal controllers & other things | Eugen Rochko | |
2016-02-28 | A lot of fixes from a live test | Eugen Rochko | |
2016-02-26 | Adding a bunch of tests | Eugen Rochko | |
2016-02-24 | Add shared statuses to the database | Eugen Rochko | |
2016-02-24 | Process favourites, reblogs and replies from Salmon | Eugen Rochko | |
2016-02-22 | Fixes and general progress | Eugen Rochko | |
2016-02-22 | Made some progress | Eugen Rochko | |
2016-02-20 | Initial commit | Eugen Rochko | |