about summary refs log tree commit diff
path: root/app/views/home
AgeCommit message (Expand)Author
2022-10-20Change public accounts pages to mount the web UI (#19319)Eugen Rochko
2022-10-06Change public statuses pages to mount the web UI (#19301)Eugen Rochko
2022-09-29Add logged-out access to the web UI (#18961)Eugen Rochko
2021-01-21Fix Google Translate breaking web interface (#15610)ThibG
2020-11-06Add subresource integrity for JS and CSS assets (#15096)Eugen Rochko
2019-08-16Fix blurhash and autoplay not working on public pages (#11585)Eugen Rochko
2019-03-15Bump webpacker from 3.5.5 to 4.0.2 (#10277)Yamagishi Kazutoshi
2018-10-06Change documentation URL (#8898)Eugen Rochko
2018-04-20Replace preload link tag to Rails helper (#7192)Yamagishi Kazutoshi
2017-10-31Add ServiceWorker caching for static assets (#5524)Nolan Lawson
2017-10-11Only preload JS in /web pages (#5325)Nolan Lawson
2017-09-02Add link to 'noscript' message (#4561)m4sk1n
2017-07-23Improve noscript message and style (#4315)Eugen Rochko
2017-07-23Change logo.png to logo.svg for web UI (#4307)Yamagishi Kazutoshi
2017-07-13Web Push Notifications (#3243)Sorin Davidoi
2017-07-08Replace OEmbed and initial state Rabl templates with serializers (#4110)Eugen Rochko
2017-07-07Refactor JSON templates to be generated with ActiveModelSerializers instead o...Eugen Rochko
2017-07-06Add a setting allowing the use of system's default font in Web UI (#4033)Damien Erambert
2017-06-08fix: Warn if JavaScript is disabled (#3634)Sorin Davidoi
2017-05-29Add preference setting for delete toot modal (#3368)Atsushi Yamamoto
2017-05-08Prevent selection of unacceptable Content-Type files (#2910)Yamagishi Kazutoshi
2017-05-08Added haml-lint and fix warnings (#2773)yhirano
2017-05-03Replace sprockets/browserify with Webpack (#2617)Eugen Rochko
2017-04-18Merge branch 'pause-gif' of git://github.com/patf/mastodon into patf-pause-gifEugen Rochko
2017-04-18Instance helper to replace site title helper (#2038)Matt Jankowski
2017-04-17Add gif auto-play/pause preferencePatrick Figel
2017-04-16Onboarding modal (#1883)Eugen
2017-04-15Fix cross-origin integrity (#1871)Eugen
2017-04-15Send initial state in a <script type="application/json"> tag (#1806)Joachim Viide
2017-04-14Implementing Subresource Integrity (#1729)maxypy
2017-04-11Allow user to disable the boost confirm dialog in preferencesblackle
2017-02-06Add API modifiers to limit returned toots from public/hashtag timelinesEugen Rochko
2017-02-04Make the streaming API also handle websockets (because trying to get the brow...Eugen Rochko
2017-01-12Fix #457 - escape JSON in INITIAL_STATE (this bug only ever allowed a user to...Eugen Rochko
2017-01-09Persist UI settings, add missing localizations for GermanEugen Rochko
2017-01-09Improve initialState loadingEugen Rochko
2016-12-21Fix #249 - use window.location hack to let people login from sandboxed iOS ho...Eugen Rochko
2016-12-18Removing external hub completely, fix #333 fixing digit-only hashtags,Eugen Rochko
2016-09-24Only load JS on homepage, no other page uses itEugen Rochko
2016-09-19Re-organizing components to be more modular, adding loading barsEugen Rochko
2016-09-13Adding sense of self to the UI, cleaning up routing, adding third (detail) co...Eugen Rochko
2016-08-26The frontend will now be an OAuth app, auto-authorized. The frontend will use...Eugen Rochko
2016-08-24Adding React.js, Redux, revamping dashboardEugen Rochko
2016-03-25Fix Sidekiq pooling issues. Remove API docs from homepage, replace withEugen Rochko
2016-03-21Adding Turbolinks, adding status posting form on homepageEugen Rochko
2016-03-12Customized more doorkeeper views, only logged in users can create oauth appsEugen Rochko
2016-03-12Adding config for puma, dashboard layout, fixing some queriesEugen Rochko
2016-03-06Adding GNU Public license, adding home timeline, reblog/favourite countersEugen Rochko
2016-03-05Customizing devise views and controllersEugen Rochko
2016-02-22Made some progressEugen Rochko