summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-16Move to pleroma.database mix taskMark Felder
2019-05-16Merge branch 'develop' into conversations-importMark Felder
2019-05-16Merge branch 'feature/sql-thread-sat' into 'develop'lambda
SQL thread visibility solver See merge request pleroma/pleroma!971
2019-05-16Merge branch 'feature/896-toggling-confirmation' into 'develop'rinpatch
Feature/896 toggling confirmation Closes #896 See merge request pleroma/pleroma!1165
2019-05-16Feature/896 toggling confirmationAlexander Strizhakov
2019-05-16Merge branch 'docs/update_debian_instructions' into 'develop'kaniini
Added package to dependency list documentation See merge request pleroma/pleroma!1161
2019-05-16Merge branch 'chore/docs-update' into 'develop'kaniini
Update Admin API docs See merge request pleroma/pleroma!1162
2019-05-16Merge branch 'fix/slow-federation' into 'develop'kaniini
publisher: use the correct queue name for outgoing federation See merge request pleroma/pleroma!1163
2019-05-16publisher: use the correct queue name for outgoing federationWilliam Pitcock
2019-05-16Note that nicknames is an arrayAngelina Filippova
2019-05-16Note that nicknames is an arrayAngelina Filippova
2019-05-16Update tag/untag docsAngelina Filippova
2019-05-15Added package to dependency listPolymerWitch
Added the erlang-ssh package to the dependency list and the installation command instructions. The project wouldn't build otherwise.
2019-05-15thread visibility function: fix use of no longer used author variableWilliam Pitcock
2019-05-15activity pub: remove Ecto SQL query dumpsWilliam Pitcock
2019-05-15thread visibility function: significantly improve efficiencyWilliam Pitcock
2019-05-15chase test failuresWilliam Pitcock
2019-05-15update migrationWilliam Pitcock
2019-05-15bbs: chase timeline containment patchWilliam Pitcock
2019-05-15migration: only care about Create activitiesWilliam Pitcock
2019-05-15test: update obsolete testWilliam Pitcock
2019-05-15activitypub: visibility: use SQL thread_visibility() function instead of ↵William Pitcock
manually walking the thread
2019-05-15activitypub: remove contain_timeline()William Pitcock
2019-05-15activitypub: add restrict_thread_visibility()William Pitcock
2019-05-15migrations: add function to see if a thread can be satisfiedWilliam Pitcock
2019-05-15Merge remote-tracking branch 'origin/develop' into conversations-importlain
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