Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-04 | Fix #431 - convert gif to webm during upload. Web UI treats them like it did | Eugen Rochko | |
before. In the API, attachments now can be either image, video or gifv. Gifv is to be treated like images in terms of behaviour, but are videos by file type. | |||
2017-03-04 | Add digest e-mails | Eugen Rochko | |
2017-03-01 | Mute button progress so far. WIP, doesn't entirely work correctly. | Kit Redgrave | |
2017-02-28 | Fix #186 - Add RTL support to the compose form textarea and statuses output | Eugen Rochko | |
2017-02-27 | Fix #104 - Style OAuth authorized applications page | Eugen Rochko | |
Add ability to search accounts by display name | |||
2017-02-17 | Quick fix for avatars with the same URL not being perceived as updated and ↵ | Eugen Rochko | |
in need of re-download | |||
2017-02-17 | Add UI to view report details, remove reported statuses, quick links to ↵ | Eugen Rochko | |
resolve/silence/suspend from report | |||
2017-02-16 | Adding index overview for reports in admin UI | Eugen Rochko | |
2017-02-15 | Fix admin UI for accounts somewhat | Eugen Rochko | |
2017-02-14 | Adding POST /api/v1/reports API, and a UI for submitting reports | Eugen Rochko | |
2017-02-13 | Fix #587 - Display TOTP secret next to QR code | Eugen Rochko | |
2017-02-13 | Add "next" link to Atom feeds | Eugen Rochko | |
2017-02-12 | Stop trying to shoehorn all Salmon updates into the poor database-connected | Eugen Rochko | |
StreamEntry model. Simply render Salmon slaps as they are needed | |||
2017-02-10 | Improve public tag page | Eugen Rochko | |
2017-02-10 | Site title is now a setting | Eugen Rochko | |
2017-02-10 | Add link to other instances list | shel | |
This should help federation | |||
2017-02-07 | Merge pull request #603 from evanminto/activitypub-account | Eugen | |
Expose ActivityStreams 2.0 representation of accounts | |||
2017-02-06 | Add AS2 format to RABL files | Evan Minto | |
2017-02-06 | Add API modifiers to limit returned toots from public/hashtag timelines | Eugen Rochko | |
to only those from local users; Add link to "extended information" to getting started in the UI; Add defaults for posting privacy; Change how publish button looks depending on posting privacy chosen | |||
2017-02-06 | Add trailing newline | Evan Minto | |
2017-02-06 | Simplify RABL | Evan Minto | |
2017-02-06 | Reuse existing controller and route | Evan Minto | |
2017-02-05 | Fix #552 - Replace image links with image icons in status text in the UI | Eugen Rochko | |
2017-02-05 | No replies filter on home timeline no longer hides self-replies | Eugen Rochko | |
2017-02-04 | Add an account endpoint for ActivityPub and link to it on HTML profile pages | Evan Minto | |
2017-02-04 | untested!! spoiler hotfix for replies | hoodie | |
untested, my vagrant is bugged again, submitted at gargron's request | |||
2017-02-04 | Make the streaming API also handle websockets (because trying to get the ↵ | Eugen Rochko | |
browser EventSource interface to work flawlessly was a nightmare). WARNING: This commit makes the web UI connect to the streaming API instead of ActionCable like before. This means that if you are upgrading, you should set that up beforehand. | |||
2017-01-30 | Add "open in web" link to detailed public status pages | Eugen Rochko | |
2017-01-28 | Split 2FA login into two prompts | Eugen Rochko | |
2017-01-28 | Update settings to re-use admin layout, one big navigation tree, improve ↵ | Eugen Rochko | |
settings forms | |||
2017-01-27 | Added optional two-factor authentication | Eugen Rochko | |
2017-01-26 | Fix #537 - opengraph description should display spoiler text when present | Eugen Rochko | |
2017-01-25 | Instead of using spoiler boolean and spoiler_text, simply check for ↵ | Eugen Rochko | |
non-blank spoiler_text Federate spoiler_text using warning attribute on <content /> instead of a <category term="spoiler" /> Clean up schema file from accidental development migrations | |||
2017-01-23 | Implement a click-to-view spoiler system | blackle | |
2017-01-23 | Domain blocks now have varying severity - auto-suspend vs auto-silence | Eugen Rochko | |
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-21 | Merge branch 'fix/error-pages' of https://github.com/ineffyble/mastodon into ↵ | Eugen Rochko | |
ineffyble-fix/error-pages | |||
2017-01-20 | Fix #463 - Fetch and display previews of URLs using OpenGraph tags | Eugen Rochko | |
2017-01-17 | Fix #487 | Eugen Rochko | |
2017-01-15 | Fix #466 - when logged in, make "get started" link to the frontpage instead ↵ | Eugen Rochko | |
of sign up | |||
2017-01-15 | Fix tests, add applications to eager loading/cache for statuses, fix | Eugen Rochko | |
application website validation, don't link to app website if website isn't set, also comment out animated boost icon from #464 until it's consistent with non-animated version | |||
2017-01-15 | Merge branch 'feature/toot-app-source' of ↵ | Eugen Rochko | |
https://github.com/ineffyble/mastodon into ineffyble-feature/toot-app-source | |||
2017-01-15 | Add a textual 'Back to Mastodon' link in footer of settings pages | Effy Elden | |
2017-01-15 | Add nice error page for CSRF errors/cookie issue, and fix error page ↵ | Effy Elden | |
handling altogether | |||
2017-01-15 | Merge branch 'feature/toot-app-source' of github.com:ineffyble/mastodon into ↵ | Effy Elden | |
feature/toot-app-source | |||
2017-01-15 | Test for presence of Application in haml before trying to render details, to ↵ | Effy Elden | |
fix errors identified by CI | |||
2017-01-15 | Fix typo in rel | Effy Elden | |
2017-01-15 | Add tracking of OAuth app that posted a status, extend OAuth apps to have ↵ | Effy Elden | |
optional website field, add application details to API, show application name and website on detailed status views. Resolves #11 | |||
2017-01-13 | Improve extended about page layout | Eugen Rochko | |
2017-01-13 | Adding about/more page with extended information that can be set up by an admin | Eugen Rochko | |