summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-18Merge branch 'fix/login-with-username-or-email' into 'develop'lambda
MastoAPI and OAuth: allow login with either email or username. See merge request pleroma/pleroma!118
2018-04-18MastoAPI and OAuth: allow login with either email or username.eal
2018-04-18Handle unrepeats via the TwitterAPIFrancis Dinh
2018-04-18Expose unannounce activity so that it can be testedFrancis Dinh
2018-04-17Add federation for unrepeatsFrancis Dinh
2018-04-17update frontendlain
2018-04-17Add make_unannounce_data helper functionFrancis Dinh
2018-04-17Remove unretweet function for nowFrancis Dinh
2018-04-16Return target status in MastoAPI endpoint instead of reblog activityFrancis Dinh
2018-04-16doc fixesFrancis Dinh
2018-04-14Add unreblogging testsFrancis Dinh
2018-04-14Add unrepeat functionalityFrancis Dinh
2018-04-14ActivityPub MRF: implement the SimplePolicy policyWilliam Pitcock
2018-04-14ActivityPub: implement MRF core hook and baseline noop policy objectWilliam Pitcock
2018-04-14ActivityPub.ex: do not return boosted statuses from blocked users.eal
2018-04-13Caching /objects/ URLs breaks them in Mastoweb as they don't redirect to the ↵Mark Felder
/notice/ Not sure why it matters if you cache it or not. What's different about this JSON blob? Perhaps it's a header that needs to be set for the redirect to happen?
2018-04-13Update README.mdlambda
2018-04-13Merge branch 'mix_task_rm_user' into 'develop'lambda
Add rm_user mix task See merge request pleroma/pleroma!109
2018-04-12Switch to User.delete for rm_user taskPhenethylamine
2018-04-12Add rm_user mix taskPhenethylamine
2018-04-11Merge branch 'develop' into 'develop'lambda
Fix issue #124 Closes #124 See merge request pleroma/pleroma!108
2018-04-11update frontendlain
2018-04-11update frontendlain
2018-04-11OopsGian Sass
2018-04-11Add unit test for pinned statusesGian Sass
2018-04-11Fix issue #124Gian Sass
2018-04-11Merge branch 'feld-hackneyupdate' into 'develop'lambda
Update httpoison to get the latest hackney. See merge request pleroma/pleroma!107
2018-04-11Update httpoison to get the latest hackney.Mark Felder
Works on my computer ^TM
2018-04-10Fix register_user task.lain
2018-04-10Order masto searches by date.lain
2018-04-10Merge branch 'mastofe-250c885de655ed0b45b76cc35c5782e019b5a0ec' into 'develop'lambda
Bring mastofe up-to-date with 250c885de655ed0b45b76cc35c5782e019b5a0ec See merge request pleroma/pleroma!104
2018-04-10Merge branch 'feld-varnish' into 'develop'lambda
Remove attempted caching of toots See merge request pleroma/pleroma!106
2018-04-10Remove attempted caching of tootsMark Felder
This does not work as expected. We should not attempt to be clever here. Varnish will do the right thing if we just teach Pleroma to set headers properly for content we know can be cached.
2018-04-10Merge branch 'patch-1' into 'develop'lambda
Indentation for Apache vhost See merge request pleroma/pleroma!105
2018-04-10Indentation for Apache vhostStanislas
2018-04-09Bring mastofe up-to-date with 250c885de655ed0b45b76cc35c5782e019b5a0ecMorgan Bazalgette
2018-04-09Merge branch 'bugfix/user-search-with-at-sign' into 'develop'lambda
user: strip leading @ from user query when searching for users if present Closes #117 See merge request pleroma/pleroma!99
2018-04-09Merge branch 'develop' into 'develop'lambda
Fix max upload size in nginx config. See merge request pleroma/pleroma!102
2018-04-09user: strip leading @ from user query when searching for users if presentWilliam Pitcock
closes #117
2018-04-09Merge branch 'develop' into 'develop'lambda
Apache config for everything on one host. See merge request pleroma/pleroma!103
2018-04-08Apache config for everything on one host. nepfag
2018-04-08Fix max upload size in nginx config.Hector A. Escobedo
The built-in nginx default does not allow users to upload images larger than 1 MB. This increases the maximum request size to match the default Pleroma config upload_limit parameter. Some helpful comments were also added.
2018-04-08Merge branch 'feature/mastodon-api-for-tootstream' into 'develop'lambda
mastodon api emulation improvements for tootstream Closes #101 See merge request pleroma/pleroma!100
2018-04-08Merge branch 'fix/persisted-mastofe-settings' into 'develop'lambda
MastoAPI: Persist frontend timelines and settings. Closes #113 See merge request pleroma/pleroma!98
2018-04-07mastodon api: report version as the Mastodon API version supported with the ↵William Pitcock
real version in parenthesis
2018-04-07mastodon api: implement /api/v1/lists stubWilliam Pitcock
2018-04-07Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into developlain
2018-04-07Only search in public data for now.lain
This should be the data the user is allowed to see later, but this will stop accidental private message leaks.
2018-04-07Update Readme.lain
2018-04-07MastoAPI: Persist frontend timelines and settings.eal