Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2016-03-19 | Adding e-mail notifications about mentions, follows, favourites and reblogs. ↵ | Eugen Rochko | |
Fixing another mention recording bug | |||
2016-03-19 | Removing some unused gems, adding pagination to profiles, fix #10 | Eugen Rochko | |
2016-03-12 | Adding simple_form, adding profile settings, header image | 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-07 | Adding doorkeeper, adding a REST API | Eugen Rochko | |
POST /api/statuses Params: status (text contents), in_reply_to_id (optional) GET /api/statuses/:id POST /api/statuses/:id/reblog GET /api/accounts/:id GET /api/accounts/:id/following GET /api/accounts/:id/followers POST /api/accounts/:id/follow POST /api/accounts/:id/unfollow POST /api/follows Params: uri (e.g. user@domain) OAuth authentication is currently disabled, but the API can be used with HTTP Auth. | |||
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-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 | |