Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-29 | API for apps to register for push notifications | 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 | Improve infinite scroll on notifications | 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-24 | Merge branch 'master' into master | Eugen | |
2017-01-24 | Make blocks create entries and unfollows instantly, but do the clean up | Eugen Rochko | |
in the background instead. Should fix delay where blocked person can interact with blocker for a short time before background job gets processed | |||
2017-01-24 | API now respects ?limit param as long as it's within 2x default limit | Eugen Rochko | |
2017-01-23 | Implement a click-to-view spoiler system | blackle | |
2017-01-23 | Move merging/unmerging of timelines into background. Move blocking into | Eugen Rochko | |
background as well since it's a computationally expensive | |||
2017-01-23 | Add /api/v1/notifications/clear, non-existing link cards for statuses will | Eugen Rochko | |
now return empty hash instead of throwing a 404 error. When following, merge into timeline will filter statuses | |||
2017-01-23 | Fix a couple unhandled exceptions | Eugen Rochko | |
2017-01-23 | Potentially fix notifications issue | Eugen Rochko | |
2017-01-22 | Fix inflection | Eugen | |
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-21 | Method to fetch a single notification | Eugen Rochko | |
2017-01-20 | Fix #463 - Fetch and display previews of URLs using OpenGraph tags | Eugen Rochko | |
2017-01-19 | Don't show loading bar when re-loading already loaded status. Don't even try ↵ | Eugen Rochko | |
to fetch ancestors from DB when in_reply_to_id is nil | |||
2017-01-16 | Fix #238 - Add "favourites" column | Eugen Rochko | |
2017-01-15 | Add nice error page for CSRF errors/cookie issue, and fix error page ↵ | Effy Elden | |
handling altogether | |||
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 | Adding about/more page with extended information that can be set up by an admin | Eugen Rochko | |
2017-01-13 | Add extended about page stub | Eugen Rochko | |
2017-01-13 | Extend rails-settings-cached to merge db-saved hash values with defaults | Eugen Rochko | |
2017-01-12 | Migrate from ledermann/rails-settings to rails-settings-cached which allows ↵ | Eugen Rochko | |
global settings with YAML-defined defaults. Add admin page for editing global settings. Add "site_description" setting that would show as a paragraph on the frontpage | |||
2017-01-10 | Home column filters | Eugen Rochko | |
2017-01-09 | Persist UI settings, add missing localizations for German | Eugen Rochko | |
2017-01-06 | Fix #416 - Generate random unique 14-byte (19 characters) shortcodes | Eugen Rochko | |
for local attachments, use them in URLs. Check status privacy before redirecting to actual file. | |||
2017-01-04 | Fix #390 - fix redirect after sign-up (to login page instead of homepage) | Eugen Rochko | |
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 | |||
2017-01-02 | Fix uri expansion during remote follow | Eugen Rochko | |
2017-01-01 | Adding remote follow button | Eugen Rochko | |
2016-12-29 | Add API for retrieving favourites | Eugen Rochko | |
2016-12-29 | Add API for retrieving blocked accounts | Eugen Rochko | |
2016-12-29 | Support remote follow request providing URL instead of acct | Eugen Rochko | |
2016-12-29 | Add ability to use remote follow function on other sites | Eugen Rochko | |
2016-12-26 | Add preferences for follow request notification e-mails | Eugen Rochko | |
2016-12-26 | Follow requests send e-mail notifications, but are excluded from ↵ | Eugen Rochko | |
notifications API Better initial state for unlisted/nsfw toggles | |||
2016-12-26 | Replacing follow requests in the settings area with in-UI column | Eugen Rochko | |
2016-12-26 | Adding follow requests API | Eugen Rochko | |
2016-12-26 | Fix #86 - resolve layout breaking on zoom-out on accounts grid | Eugen Rochko | |
2016-12-23 | Add page for authorizing/rejecting follow requests | Eugen Rochko | |
2016-12-22 | Re-enable Webfinger for locked accounts but don't handle "follow" events | Eugen Rochko | |
coming in via Salmon. Currently no way to prevent remote follows, but they will only receive public and unlisted posts | |||
2016-12-22 | Follow call on locked account creates follow request instead | Eugen Rochko | |
Reflect "requested" relationship in API and UI Reflect inability of private posts to be reblogged in the UI Disable Webfinger for locked accounts | |||
2016-12-22 | Add "locked" flag to accounts, prevent blocked users from following, ↵ | Eugen Rochko | |
force-unfollow blocked users | |||
2016-12-21 | Private visibility on statuses prevents non-followers from seeing those | Eugen Rochko | |
Filters out hidden stream entries from Atom feed Blocks now generate hidden stream entries, can be used to federate blocks Private statuses cannot be reblogged (generates generic 422 error for now) POST /api/v1/statuses now takes visibility=(public|unlisted|private) param instead of unlisted boolean Statuses JSON now contains visibility=(public|unlisted|private) field | |||
2016-12-21 | Fix #249 - use window.location hack to let people login from sandboxed iOS ↵ | Eugen Rochko | |
homescreen | |||
2016-12-19 | Make unfavouriting async to prevent timeout errors from leaving orphaned ↵ | Eugen Rochko | |
records behind |