aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-16Update tag/untag docsAngelina Filippova
2019-05-15Merge branch 'fix/public-option-not-working' into 'develop'kaniini
Fix public option not working Closes #873 See merge request pleroma/pleroma!1143
2019-05-15Merge branch 'chore/extricate-http-signatures' into 'develop'lambda
switch to pleroma/http_signatures library See merge request pleroma/pleroma!1155
2019-05-15tests: fixupWilliam Pitcock
2019-05-15Merge branch 'prevent-public-answers' into 'develop'kaniini
Prevent public answers to direct messages See merge request pleroma/pleroma!1159
2019-05-15Merge branch 'cleanup' into 'develop'lambda
Remove unused queue from the config See merge request pleroma/pleroma!1158
2019-05-15Merge branch 'ci/coverage' into 'develop'lambda
Excoveralls for code coverage See merge request pleroma/pleroma!1156
2019-05-15Excoveralls for code coveragefeld
2019-05-15CommonAPI: Visibility refactor.lain
2019-05-15CommonAPI: Refactor visibility, forbid public to private replies.lain
2019-05-15Merge branch 'legacy-fe-config' into 'develop'rinpatch
remove deprecated PleromaFE configuration See merge request pleroma/pleroma!1152
2019-05-15remove deprecated PleromaFE configurationSachin Joshi
2019-05-15Remove unused queue from the configEgor Kislitsyn
2019-05-15Pipe requests to public endpoints through EnsurePublicOrAuthenticatedPlugAaron Tinio
2019-05-15Implement Pleroma.Plugs.EnsurePublicOrAuthenticatedAaron Tinio
2019-05-14Merge branch 'fix/raise-registration-api-ratelimit' into 'develop'lambda
Make rate limiting for Mastodon Registration API less agressive and enable it by default. See merge request pleroma/pleroma!1154
2019-05-14Fix rate-limiting testsrinpatch
2019-05-14switch to pleroma/http_signatures libraryWilliam Pitcock
2019-05-14Make rate limiting for Mastodon Registration API less agressive and enable ↵rinpatch
it by default. As discussed on irc. Unlike Mastodon our web interface for registrations is using the same APIs regular apps would be using, so 5 requests per 30 minutes per IP could hurt valid use-cases when Pleroma-FE switches to it. Also enable the endpoint by default, it makes no sense to have it disabled when 1. TwitterAPI endpoint is there and always enabled 2. Unlike Mastodon, there is no way to get an account without using the APIs (makes me wonder why the setting is even there) Also in this commit: minor changelog improvements.
2019-05-14Merge branch 'fix-the-build' into 'develop'lambda
Group def perform() together to fix the build See merge request pleroma/pleroma!1151
2019-05-14Group def perform() together to fix the buildMark Felder
2019-05-14Merge branch 'fix/gopher' into 'develop'lambda
gopher: fix rendering of post content (closes #895) Closes #895 See merge request pleroma/pleroma!1150
2019-05-14gopher: fix rendering of post content (closes #895)William Pitcock
2019-05-14Merge branch 'refactor/use-job-queue-everywhere' into 'develop'lambda
use job queue everywhere Closes #862 See merge request pleroma/pleroma!1142
2019-05-14clean up follow/block imports a littleWilliam Pitcock
2019-05-14Merge branch 'fix/pleroma-config-get-when-value-is-false' into 'develop'kaniini
Fix Pleroma.Config.get!/1 raising an error when value is false See merge request pleroma/pleroma!1148
2019-05-14Merge branch 'refactor/oauth_controller_response' into 'develop'lambda
Refactoring oauth response. See merge request pleroma/pleroma!1149
2019-05-14Refactoring oauth response.Maksim
2019-05-14Merge branch 'feature/disable-account' into 'develop'kaniini
[#694] allow users to disable their own account See merge request pleroma/pleroma!895
2019-05-14Update CHANGELOGEgor Kislitsyn
2019-05-14Reuse query from User.restrict_deactivated/1Egor Kislitsyn
2019-05-14Merge remote-tracking branch 'pleroma/develop' into feature/disable-accountEgor Kislitsyn
2019-05-14Fix Pleroma.Config.get!/1 raising an error when value is falseAaron Tinio
2019-05-13Merge branch 'changelog/adminfe' into 'develop'rinpatch
Document AdminFE in changelog See merge request pleroma/pleroma!1147
2019-05-13Document AdminFE in changelogMark Felder
2019-05-13Merge branch 'bump-mastoapi' into 'develop'kaniini
Bump Mastodon API level See merge request pleroma/pleroma!1146
2019-05-13Bump Mastodon API levelMark Felder
2019-05-13Merge branch 'refactor/jason' into 'develop'kaniini
Switch to Jason over Poison See merge request pleroma/pleroma!1145
2019-05-13Switch to Jason over PoisonMark Felder
2019-05-13user: migrate follow/blocks import to job queueWilliam Pitcock
2019-05-13activitypub: move post rich media fetching to job queueWilliam Pitcock
2019-05-13user: move initial post fetching to job queueWilliam Pitcock
2019-05-13Merge branch 'feature/federator-behaviours' into 'develop'lambda
federator modularization (outgoing) See merge request pleroma/pleroma!1140
2019-05-13Merge branch 'features/mastoapi/2.7.0-registration' into 'develop'kaniini
Features/mastoapi/2.7.0 registration Closes #773 See merge request pleroma/pleroma!1134
2019-05-13differences_in_mastoapi_responses.md: fullname & bio are optionnalAlexander Strizhakov
[ci skip]
2019-05-13Merge branch 'filter-irreversible' into 'develop'kaniini
Make irreversible field, default to false in filters See merge request pleroma/pleroma!1144
2019-05-14Make irreversible field default to false in filtersSachin Joshi
2019-05-13Merge branch 'mascot/pleroma-tan-shy' into 'develop'lambda
pleroma-fox-tan-shy.png: Add another version of pleroma-tan See merge request pleroma/pleroma!1139
2019-05-13Merge branch 'fix/unfollows-not-working' into 'develop'rinpatch
Normalize the object in `create_or_bump_for` only after ensuring the activity type is Create Closes #874 See merge request pleroma/pleroma!1138
2019-05-13Add a test to ensure create_or_bump_for does not normalize objects before ↵rinpatch
checking the activity type