Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-15 | chase test failures | William Pitcock | |
2019-05-15 | update migration | William Pitcock | |
2019-05-15 | bbs: chase timeline containment patch | William Pitcock | |
2019-05-15 | migration: only care about Create activities | William Pitcock | |
2019-05-15 | test: update obsolete test | William Pitcock | |
2019-05-15 | activitypub: visibility: use SQL thread_visibility() function instead of ↵ | William Pitcock | |
manually walking the thread | |||
2019-05-15 | activitypub: remove contain_timeline() | William Pitcock | |
2019-05-15 | activitypub: add restrict_thread_visibility() | William Pitcock | |
2019-05-15 | migrations: add function to see if a thread can be satisfied | William Pitcock | |
2019-05-15 | Merge remote-tracking branch 'origin/develop' into conversations-import | lain | |
2019-05-15 | Merge branch 'fix/public-option-not-working' into 'develop' | kaniini | |
Fix public option not working Closes #873 See merge request pleroma/pleroma!1143 | |||
2019-05-15 | Merge branch 'chore/extricate-http-signatures' into 'develop' | lambda | |
switch to pleroma/http_signatures library See merge request pleroma/pleroma!1155 | |||
2019-05-15 | tests: fixup | William Pitcock | |
2019-05-15 | Merge branch 'prevent-public-answers' into 'develop' | kaniini | |
Prevent public answers to direct messages See merge request pleroma/pleroma!1159 | |||
2019-05-15 | Merge branch 'cleanup' into 'develop' | lambda | |
Remove unused queue from the config See merge request pleroma/pleroma!1158 | |||
2019-05-15 | Merge branch 'ci/coverage' into 'develop' | lambda | |
Excoveralls for code coverage See merge request pleroma/pleroma!1156 | |||
2019-05-15 | Excoveralls for code coverage | feld | |
2019-05-15 | Dependencies: Update Ecto SQL. | lain | |
2019-05-15 | CommonAPI: Visibility refactor. | lain | |
2019-05-15 | CommonAPI: Refactor visibility, forbid public to private replies. | lain | |
2019-05-15 | Search: Add optional rum indexing / searching. | lain | |
2019-05-15 | Merge branch 'legacy-fe-config' into 'develop' | rinpatch | |
remove deprecated PleromaFE configuration See merge request pleroma/pleroma!1152 | |||
2019-05-15 | remove deprecated PleromaFE configuration | Sachin Joshi | |
2019-05-15 | Remove unused queue from the config | Egor Kislitsyn | |
2019-05-15 | Merge remote-tracking branch 'pleroma/develop' into feature/addressable-lists | Egor Kislitsyn | |
2019-05-15 | Pipe requests to public endpoints through EnsurePublicOrAuthenticatedPlug | Aaron Tinio | |
2019-05-15 | Implement Pleroma.Plugs.EnsurePublicOrAuthenticated | Aaron Tinio | |
2019-05-14 | Merge 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-14 | Fix rate-limiting tests | rinpatch | |
2019-05-14 | switch to pleroma/http_signatures library | William Pitcock | |
2019-05-14 | Make 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-14 | Merge branch 'fix-the-build' into 'develop' | lambda | |
Group def perform() together to fix the build See merge request pleroma/pleroma!1151 | |||
2019-05-14 | Group def perform() together to fix the build | Mark Felder | |
2019-05-14 | Merge branch 'fix/gopher' into 'develop' | lambda | |
gopher: fix rendering of post content (closes #895) Closes #895 See merge request pleroma/pleroma!1150 | |||
2019-05-14 | gopher: fix rendering of post content (closes #895) | William Pitcock | |
2019-05-14 | Merge branch 'refactor/use-job-queue-everywhere' into 'develop' | lambda | |
use job queue everywhere Closes #862 See merge request pleroma/pleroma!1142 | |||
2019-05-14 | clean up follow/block imports a little | William Pitcock | |
2019-05-14 | Merge 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-14 | Merge branch 'refactor/oauth_controller_response' into 'develop' | lambda | |
Refactoring oauth response. See merge request pleroma/pleroma!1149 | |||
2019-05-14 | Refactoring oauth response. | Maksim | |
2019-05-14 | Add documentation | Egor Kislitsyn | |
2019-05-14 | Update CHANGELOG | Egor Kislitsyn | |
2019-05-14 | Add Tests | Egor Kislitsyn | |
2019-05-14 | Merge branch 'feature/disable-account' into 'develop' | kaniini | |
[#694] allow users to disable their own account See merge request pleroma/pleroma!895 | |||
2019-05-14 | Merge remote-tracking branch 'pleroma/develop' into feature/addressable-lists | Egor Kislitsyn | |
2019-05-14 | Update CHANGELOG | Egor Kislitsyn | |
2019-05-14 | Reuse query from User.restrict_deactivated/1 | Egor Kislitsyn | |
2019-05-14 | Merge remote-tracking branch 'pleroma/develop' into feature/disable-account | Egor Kislitsyn | |
2019-05-14 | Fix Pleroma.Config.get!/1 raising an error when value is false | Aaron Tinio | |
2019-05-13 | Merge branch 'changelog/adminfe' into 'develop' | rinpatch | |
Document AdminFE in changelog See merge request pleroma/pleroma!1147 |