Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-22 | Only load Intl data for current language (#3130) | Nolan Lawson | |
* Only load Intl data for current language * Extract common chunk only from application.js and public.js * Generate locale packs, avoid caching on window object | |||
2017-05-19 | Use stylesheet_pack_tag in embedded layout, avoids pipeline deprecation ↵ | Matt Jankowski | |
warning (#3123) | |||
2017-05-15 | Introduce common JavaScript file (#2981) | Akihiko Odaki | |
* Create common chunk rather than vendor chunk vendor chunk is a set of modules provided by external vendors, but now we can have a chunk as a set of modules shared by multiple entry points, which could be more efficent than having vendor chunk. * Start rails-ujs in common.js This is used by /settings/two_factor_authentication. | |||
2017-05-08 | Added haml-lint and fix warnings (#2773) | yhirano | |
* add haml_lint to Gemfile * add .haml-lint.yml * fix warnings of haml_lint | |||
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-25 | Login link for single user instances (#2393) | STJrInuyasha | |
* Login link for single user instances * Flip the if statement around Fixes AuthorizationController tests | |||
2017-04-24 | Add an RTL stylesheet for Arabic i18n (#2378) | Eugen | |
2017-04-24 | Fix flashes partial render error for controllers which don't inherit from ↵ | Matt Jankowski | |
application controller (#2400) * Add failing spec for oauth/authorized_applications controller * Use explicit reference to flashes partial from admin layout Because some of the controllers which use the admin layout do not inherit from application controller, this partial is not in their view path. | |||
2017-04-23 | Clean up flash display in views (#2336) | Matt Jankowski | |
* Add flashes partial to DRY up admin/auth layouts * Further consolidate flash messages | |||
2017-04-20 | Use default locale for html lang in layouts (#2212) | Matt Jankowski | |
2017-04-19 | Fix double-escaping of display names in <title> (#2155) | Eugen | |
2017-04-18 | Instance helper to replace site title helper (#2038) | Matt Jankowski | |
* Move site title helper to instance helper (name change only) * Remove newline in <title> tag * Add site_hostname helper method to wrap up local_domain value * Use site_hostname helper in places that need local_domain value | |||
2017-04-17 | Add mask-icon.svg (#1572) (#1585) | Dale Price | |
* Add mask-icon (#1572) * use updated svg logo for mask-icon | |||
2017-04-15 | Fix cross-origin integrity (#1871) | Eugen | |
See <https://glitch.social/users/bea/updates/434> | |||
2017-04-15 | Check for a custom css file to help customization of instances (#1368) | Naouak | |
* User can create a custom.scss to customize their instance without modifying gitted files. * Add documentation for customization. * Forgot the helper file * Fix Style to pass codeclimate * Requests from maintainer. | |||
2017-04-14 | Implementing Subresource Integrity (#1729) | maxypy | |
* Add sprockets-rails to Gemfile * Add sprockets-rails to Gemfile.lock * Update show.html.haml * Update index.html.haml * Update admin.html.haml * Update auth.html.haml * Update embedded.html.haml * Update public.html.haml | |||
2017-04-08 | Use Setting.site_title value for `og:site_name` occurrences (#1194) | Matt Jankowski | |
* Add helper method to return Setting.site_title * Use site_title helper in application layout * Use site_title value for og:site_name | |||
2017-04-07 | Force UTF8 encoding on generated XML (#1140) | Eugen | |
2017-03-30 | Import feature for following/blocking lists (addresses #62, #177, #201, #454) | Eugen Rochko | |
2017-03-04 | Add digest e-mails | Eugen Rochko | |
2017-02-10 | Site title is now a setting | Eugen Rochko | |
2017-01-28 | Update settings to re-use admin layout, one big navigation tree, improve ↵ | Eugen Rochko | |
settings forms | |||
2017-01-21 | Improve error page layouting. 500 page has to stay static because it's | Eugen Rochko | |
used from nginx when Rails fails. | |||
2017-01-11 | Update the Mastodon repository URL from Gargron/ to tootsuite/ in various places | Effy Elden | |
2017-01-02 | Fix admin UI not loading JS, make sure to strip "acct:" out of remote ↵ | Eugen Rochko | |
account's usernames when authorizing follow | |||
2016-12-23 | Add page for authorizing/rejecting follow requests | Eugen Rochko | |
2016-12-21 | Improved launcher icon on Android | Eugen Rochko | |
2016-12-21 | Fix #249 - use window.location hack to let people login from sandboxed iOS ↵ | Eugen Rochko | |
homescreen | |||
2016-12-18 | Add OEmbed iframe HTML, convert emojis on public pages, increase size of ↵ | Eugen Rochko | |
attachment thumbnails | |||
2016-12-18 | Removing external hub completely, fix #333 fixing digit-only hashtags, | Eugen Rochko | |
removing web app capability from non-webapp pages | |||
2016-12-13 | Improved admin UI | Eugen Rochko | |
2016-11-21 | Fix #163 - No need for Safari chrome on iOS | Eugen Rochko | |
2016-11-16 | Localizations for most server-side strings | Eugen Rochko | |
2016-11-15 | Adding some localizations | Eugen Rochko | |
2016-11-04 | Fix web app manifests | Eugen Rochko | |
2016-11-02 | Fix syntax errors | Eugen | |
2016-11-02 | Add touch icons for Chrome, iOS and Windows 10 | Frederic Hemberger | |
2016-11-02 | a11y: Add HTML lang attribute and utf8 encoding meta tag | Frederic Hemberger | |
See: https://dequeuniversity.com/rules/axe/2.1/html-has-lang | |||
2016-10-18 | Improving all forms | Eugen Rochko | |
2016-10-06 | Fix #72 - add follow/unfollow button to public profiles | Eugen Rochko | |
2016-10-03 | Adding e-mail confirmations | Eugen Rochko | |
2016-10-03 | Fix most pages on small screens | Eugen Rochko | |
2016-09-30 | Deleting statuses from UI | Eugen Rochko | |
2016-09-26 | Replace logo, fix #57 - delete/unreblog/unfavourite API, fix #45 - app | Eugen Rochko | |
registration API | |||
2016-09-24 | Only load JS on homepage, no other page uses it | Eugen Rochko | |
2016-08-24 | Adding React.js, Redux, revamping dashboard | Eugen Rochko | |
2016-03-25 | Fix Sidekiq pooling issues. Remove API docs from homepage, replace with | Eugen Rochko | |
a basic home timeline | |||
2016-03-25 | Add link to github project to footer, move FanOutOnWriteService calls to | Eugen Rochko | |
DistributionWorker. That isn't the heaviest service, yet, but gotta start somewhere |