Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-12 | Clean up stylesheet organization (#1591) | Matt Jankowski | |
2017-03-20 | Add landing strip | Eugen Rochko | |
2017-02-10 | Improve public tag page | Eugen Rochko | |
2017-01-28 | Update settings to re-use admin layout, one big navigation tree, improve ↵ | Eugen Rochko | |
settings forms | |||
2017-01-27 | Clean up | Eugen Rochko | |
2017-01-27 | fix button outline showing on clicks for prettiness | hoodie | |
remove button outlines on-click for retweet, boost, favourite, and reply buttons | |||
2017-01-26 | Move the fonts from Google Fonts to local assets | Billie Thompson | |
Currently we have two problems that are resolved by this change. The first is that we have a dependency on Google Fonts, which means that should it ever go down, or it have issues we would also have issues. This will resolve this by moving the dependencies we load from there to the local server. The second issue is that Google Fonts is currently returning the `local()` css font source. This causes a problem where the users browser fails to fallback to a missing glyph, resulting in many unusual characters displaying the failure glyph. This will resolve this by creating a font-family definition that does not use the `local()` source. I did not update the error pages with local fonts, they still use the remote google fonts api, so they're a self contained page that does not use the asset pipeline. This resolves tootsuite/mastodon#531 and tootsuite/mastodon#12 | |||
2017-01-26 | Improve infinite scroll on notifications | Eugen Rochko | |
2017-01-23 | Forgot to commit | Eugen Rochko | |
2017-01-23 | Move all hex colors in SASS to variables and all variations to darken/lighten | Eugen Rochko | |
2017-01-05 | Revert to Roboto for all | Eugen Rochko | |
2017-01-04 | Use system fonts on more platforms | Jessica Stokes | |
This allows other platforms such as Windows, macOS and iOS to use their system fonts rather than downloading a copy of Roboto. It also makes the app feel a little closer to native on those platforms! | |||
2016-12-29 | Add ability to use remote follow function on other sites | Eugen Rochko | |
2016-12-21 | Fix #250 - no text adjust | Eugen Rochko | |
2016-12-18 | Add OEmbed iframe HTML, convert emojis on public pages, increase size of ↵ | Eugen Rochko | |
attachment thumbnails | |||
2016-12-13 | Improved admin UI | Eugen Rochko | |
2016-11-28 | Add simple admin overview of PuSH subscriptions | Eugen Rochko | |
2016-10-18 | Improving all forms | Eugen Rochko | |
2016-10-14 | E-mail preferences page | Eugen Rochko | |
2016-10-12 | Fix styles | Eugen Rochko | |
2016-10-06 | Fix #80 - pretty scrollbars for lucky webkit users | Eugen Rochko | |
2016-10-03 | Adding e-mail confirmations | Eugen Rochko | |
2016-10-03 | Fix most pages on small screens | Eugen Rochko | |
2016-10-03 | Making public pages responsive, removing reblogs/favs counts from them | Eugen Rochko | |
2016-09-27 | Adding landing page | Eugen Rochko | |
2016-09-26 | Replace logo, fix #57 - delete/unreblog/unfavourite API, fix #45 - app | Eugen Rochko | |
registration API | |||
2016-09-25 | Improved style of settings page | Eugen Rochko | |
2016-08-24 | More styling for statuses | Eugen Rochko | |
2016-08-24 | Adding React.js, Redux, revamping dashboard | Eugen Rochko | |
2016-03-25 | Fixing some stuff for Turbolinks, adding gzip on top, fixing a n+1 query | Eugen Rochko | |
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 | |||
2016-03-20 | Writing out more tests, fixed some bugs | Eugen Rochko | |
2016-03-12 | Customized more doorkeeper views, only logged in users can create oauth apps | Eugen Rochko | |
2016-03-12 | Adding config for puma, dashboard layout, fixing some queries | Eugen Rochko | |
2016-03-11 | Customizing doorkeeper views for authorizing app | Eugen Rochko | |
2016-03-11 | Adding Mastodon logo | Eugen Rochko | |
2016-03-06 | Adding GNU Public license, adding home timeline, reblog/favourite counters | Eugen Rochko | |
2016-03-06 | Adjusting design of public pages, optimizing account page queries | Eugen Rochko | |
2016-03-05 | Adjusting design of profile and entry pages, linkify mentions in statuses | Eugen Rochko | |
2016-03-05 | Customizing devise views and controllers | Eugen Rochko | |
2016-02-29 | Refactoring Grape API methods into normal controllers & other things | Eugen Rochko | |
2016-02-28 | Improving status display design, including replies and threads | Eugen Rochko | |
2016-02-28 | Adding avatars to profile page and statuses | Eugen Rochko | |
2016-02-28 | Adding paperclip for avatars, fixing design of the public pages | Eugen Rochko | |