about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2017-02-17Added SMTP_FROM_ADDRESS to heroku deploy configTom McAtee
Allows the user to set the address mastodon emails are maraked as being sent from
2017-02-13Merge pull request #627 from halcy/style-fixesEugen
Activity stream background should use $color5
2017-02-13Activity stream background should use $color5Your Name
2017-02-13Add IDs to salmon slaps even if they are transient. Add title, too, mostlyEugen 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-12Add handler for salmons of undoing favouritesEugen Rochko
2017-02-12Adding more unit tests. Fixing Salmon slaps XMLEugen Rochko
2017-02-12Deduplicate delete salmons (send only one per mentioned-account domain)Eugen Rochko
2017-02-12Merge pull request #625 from ineffyble/patch-1Eugen
Remove toot.zone
2017-02-12Remove toot.zoneEffy Elden
toot.zone is being discontinued
2017-02-12Take out private toot distribution out of PuSH againEugen Rochko
2017-02-12Stop trying to shoehorn all Salmon updates into the poor database-connectedEugen Rochko
StreamEntry model. Simply render Salmon slaps as they are needed
2017-02-11Resolve issue with rendering authorize/reject Salmon slapsEugen Rochko
2017-02-11Fix Status.permitted_for scope queryEugen Rochko
2017-02-11Fix semantics of follow requests another slapsEugen Rochko
2017-02-11Improve docsEugen Rochko
2017-02-11Merge branch 'feature-privacy-federation' into developmentEugen Rochko
2017-02-11Make PuSH only distribute to subscriptions that match follower domainsEugen Rochko
Allow PuSH to distribute private toots with that condition
2017-02-11Mentions in private statuses allow mentioned people to see themEugen Rochko
2017-02-11After FollowService, re-fetch remote account asynchronously, do nothingEugen Rochko
if account lock info was up to date, otherwise re-do the FollowService with now updated information
2017-02-11Fix processing of incoming authorizations/rejectionsEugen Rochko
2017-02-11Don't PuSH-resubscribe if already subscribedEugen Rochko
2017-02-11Make follow requests federateEugen Rochko
2017-02-10Improve public tag pageEugen Rochko
2017-02-10Fix spoiler link color in muted contextEugen Rochko
2017-02-10Finish up moving colors from JSX to Sass (#584, #348)Eugen Rochko
2017-02-10Site title is now a settingEugen Rochko
2017-02-10Merge pull request #619 from yiskah/patch-4Eugen
Add gnusocial.me to instance list
2017-02-10Add gnusocial.me to instance listshel
I'm never going to get tired of saying "gnusocial.me is a mastodon instance"
2017-02-10Merge pull request #618 from yiskah/patch-3Eugen
Small Changes for Promotion of Other Instances
2017-02-10Merge branch 'master' into patch-3Eugen
2017-02-10Merge pull request #617 from halcy/style-changesEugen
Style changes
2017-02-10Add link to other instances textshel
Text for link to other instances
2017-02-10Add link to other instances listshel
This should help federation
2017-02-10Merge pull request #615 from nevillepark/patch-1Eugen
Added awoo.space
2017-02-10Clean up markdownshel
There were some markdown processing errors which I've cleaned up
2017-02-10Change List of Instances to Tableshel
Change list of known instances to a table with additional information per instance. Add awoo.space and gay.crime.team
2017-02-10Move more colours to scssLorenz Diener
2017-02-10Move more inline colours to scssLorenz Diener
2017-02-09Added awoo.spaceNeville Park
2017-02-09Fix the fixEugen Rochko
2017-02-09Fix #614 - extra reply-boolean on statuses to account for cases when replied-toEugen Rochko
status is not in the system at time of distribution; fix #607 - reset privacy settings to defaults when cancelling replies
2017-02-09Progress on moving color styles to SassEugen Rochko
2017-02-08Fix reblogs not having content warnings forwardedEugen
2017-02-08Fix #611 - Layout setting in registrations controllerEugen
2017-02-07Add postgres setup instructions to docsEugen Rochko
2017-02-07Change blocked users icon to fa-ban in getting started view (#608)Isabelle Knott
2017-02-07Make streaming API use one pattern-matching redis pubsub connectionEugen Rochko
Refresh timelines when streaming API reconnects in the UI
2017-02-07Merge pull request #603 from evanminto/activitypub-accountEugen
Expose ActivityStreams 2.0 representation of accounts
2017-02-06Add AS2 format to RABL filesEvan Minto
2017-02-07Fix wrong prediction of whether toot will apear on public timeline in UIEugen Rochko