Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-17 | Close dropdown when clicking items | Eugen Rochko | |
2017-02-17 | Speed up/optimize loading of statuses, context and cards by not re-fetching ↵ | Eugen Rochko | |
what is already loaded | |||
2017-02-17 | Add GET /api/v1/accounts/:id/statuses/media that returns only statuses with ↵ | Eugen Rochko | |
media attachments Make replies default to privacy settings of the status being replied to | |||
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 | Speed up capistrano deployments | Eugen Rochko | |
2017-02-16 | Adding index overview for reports in admin UI | Eugen Rochko | |
2017-02-16 | Fix Salmon issue | Eugen Rochko | |
2017-02-15 | Expose Link headers via CORS | Eugen Rochko | |
2017-02-15 | Fix admin UI for accounts somewhat | Eugen Rochko | |
2017-02-15 | Fix #634 - Only include innermost-level statuses in report UI | Eugen Rochko | |
Fix #635 - Include the initially-reported status in report UI even if it's not among the user's most recent statuses | |||
2017-02-14 | Fix outdated info | Eugen | |
2017-02-14 | Adding POST /api/v1/reports API, and a UI for submitting reports | Eugen Rochko | |
2017-02-14 | Disable PuSH for blocked domains | Eugen Rochko | |
2017-02-14 | Merge pull request #632 from mcat-ee/patch-1 | Eugen | |
Fixed the URL | |||
2017-02-14 | Fixed the URL | Tom McAtee | |
Heroku uses the referrer URL to point at the repo that should be deployed; from this page that includes part of a path that breaks the deployment (specifically /blob/master/docs/Running-Mastodon/Heroku-guide.md). I've replaced the vanilla address with one that includes a specific reference to the root of the repo | |||
2017-02-13 | Fix #631 - Docker-deployed streaming API wasn't launched with the right ↵ | Eugen | |
environment | |||
2017-02-13 | Fix #587 - Display TOTP secret next to QR code | Eugen Rochko | |
2017-02-13 | Merge pull request #630 from yiskah/patch-6 | Eugen | |
Add memetastic.space to instance list | |||
2017-02-13 | Add rake task for making someone into an admin | Eugen Rochko | |
2017-02-13 | Update service timeout setting from 15s to 90s | Eugen Rochko | |
2017-02-13 | Add memetastic.space | shel | |
It's uh, it's an instance now. | |||
2017-02-13 | Merge pull request #629 from halcy/patch-1 | Eugen | |
Add https://icosahedron.website/ | |||
2017-02-13 | Merge branch 'yiskah-patch-5' | Eugen Rochko | |
2017-02-13 | Add remote mentions warning when composing a private status | Eugen Rochko | |
2017-02-13 | Add https://icosahedron.website/ | Lorenz Diener | |
2017-02-13 | Merge branch 'patch-5' of https://github.com/yiskah/mastodon into yiskah-patch-5 | Eugen Rochko | |
2017-02-13 | Clean up collapsible components | Eugen Rochko | |
2017-02-13 | Add "next" link to Atom feeds | Eugen Rochko | |
2017-02-13 | Merge pull request #627 from halcy/style-fixes | Eugen | |
Activity stream background should use $color5 | |||
2017-02-13 | Activity stream background should use $color5 | Your Name | |
2017-02-13 | Add IDs to salmon slaps even if they are transient. Add title, too, mostly | Eugen Rochko | |
in case of debugging incoming salmons. Add <thr:in-reply-to /> to favourite salmons because it seems to be required by GS. | |||
2017-02-12 | Add handler for salmons of undoing favourites | Eugen Rochko | |
2017-02-12 | Adding more unit tests. Fixing Salmon slaps XML | Eugen Rochko | |
2017-02-12 | Deduplicate delete salmons (send only one per mentioned-account domain) | Eugen Rochko | |
2017-02-12 | Merge pull request #625 from ineffyble/patch-1 | Eugen | |
Remove toot.zone | |||
2017-02-12 | Remove toot.zone | Effy Elden | |
toot.zone is being discontinued | |||
2017-02-12 | Take out private toot distribution out of PuSH again | 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-11 | Add privacy disclaimer | shel | |
I haven't had a chance to test this, because I don't currently have a fully functioning computer I can set up a dev-environment on, but this *should* make it so when a user toggles a post to be private, a disclaimer appears clarifying what "private" really means. | |||
2017-02-11 | Add privacy disclaimer | shel | |
Add variable for text of privacy disclaimer | |||
2017-02-11 | Resolve issue with rendering authorize/reject Salmon slaps | Eugen Rochko | |
2017-02-11 | Fix Status.permitted_for scope query | Eugen Rochko | |
2017-02-11 | Fix semantics of follow requests another slaps | Eugen Rochko | |
2017-02-11 | Improve docs | Eugen Rochko | |
2017-02-11 | Merge branch 'feature-privacy-federation' into development | Eugen Rochko | |
2017-02-11 | Make PuSH only distribute to subscriptions that match follower domains | Eugen Rochko | |
Allow PuSH to distribute private toots with that condition | |||
2017-02-11 | Mentions in private statuses allow mentioned people to see them | Eugen Rochko | |
2017-02-11 | After FollowService, re-fetch remote account asynchronously, do nothing | Eugen Rochko | |
if account lock info was up to date, otherwise re-do the FollowService with now updated information | |||
2017-02-11 | Fix processing of incoming authorizations/rejections | Eugen Rochko | |
2017-02-11 | Don't PuSH-resubscribe if already subscribed | Eugen Rochko | |