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-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-24 | Add an RTL stylesheet for Arabic i18n (#2378) | Eugen | |
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 | 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-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-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 | |||
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 | Removing external hub completely, fix #333 fixing digit-only hashtags, | Eugen Rochko | |
removing web app capability from non-webapp pages | |||
2016-11-21 | Fix #163 - No need for Safari chrome on iOS | 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-09-30 | Deleting statuses from UI | Eugen Rochko | |
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-19 | Removing some unused gems, adding pagination to profiles, fix #10 | Eugen Rochko | |
2016-03-12 | Adding config for puma, dashboard layout, fixing some queries | Eugen Rochko | |
2016-03-05 | Customizing devise views and controllers | Eugen Rochko | |
2016-02-28 | Added <link> tags to profiles and entries | Eugen Rochko | |
2016-02-28 | Adding paperclip for avatars, fixing design of the public pages | Eugen Rochko | |
2016-02-26 | Improving design | Eugen Rochko | |
2016-02-26 | Adding views for the profile and entry pages | Eugen Rochko | |
2016-02-22 | Made some progress | Eugen Rochko | |