Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-14 | Redirect not logged-in users to the MastoFE login page on private instances | Sergey Suprunenko | |
2019-07-28 | FallbackRedirector: Do not crash on Metadata rendering errors | rinpatch | |
2019-06-26 | Enable IdempotencyPlug for the all API | Egor Kislitsyn | |
2019-06-24 | [#184] small refactoring reset password | Maksim | |
2019-06-15 | OEmbed.OEmbedController does not exist in the Pleroma codebase. It was ↵ | Mark Felder | |
removed in commit 92c5640f and this leftover artifact breaks compiling now. | |||
2019-06-14 | it is changed in compile time | Alexander Strizhakov | |
we can't change module attributes and endpoint settings in runtime | |||
2019-06-14 | [#948] /api/v1/account_search added optional parameters (limit, offset, ↵ | Maksim | |
following) | |||
2019-06-06 | Replace Mix.env with Pleroma.Config.get(:env) | rinpatch | |
Mix.env/0 is not availible in release environments such as distillery or elixir's built-in releases. | |||
2019-06-03 | Merge branch 'develop' into feature/polls-2-electric-boogalo | rinpatch | |
2019-06-01 | Resolve merge conflicts | rinpatch | |
2019-06-01 | Add poll votes | rinpatch | |
Also in this commit by accident: - Fix query ordering causing exclude_poll_votes to not work - Do not create notifications for Answer objects | |||
2019-06-01 | Remove now useless flavours switching | Haelwenn (lanodan) Monnier | |
2019-05-29 | Revert "Merge branch 'feature/search-authenticated-only' into 'develop'" | kaniini | |
This reverts merge request !1209 | |||
2019-05-29 | router: require oauth_read for searching | William Pitcock | |
Search calls are generally expensive and allow unauthenticated users to crawl the instance for user profiles or posts which contain specified keywords. An adversary can build a distributed search engine which not only will consume significant instance resources, but also can be used for undesirable purposes such as datamining. Accordingly, require authenticated access to use the search API endpoints. This acts as a nice balance as it allows guest users to make use of most functionality available in Pleroma FE while ensuring that Pleroma instances are reasonably protected from resource exhaustion. It also removes Pleroma as a potential vector in distributed search engines. | |||
2019-05-22 | Merge branch 'mongooseim-support' into 'develop' | kaniini | |
MongooseIM: Add basic integration endpoints. See merge request pleroma/pleroma!1172 | |||
2019-05-22 | Respond with a 404 Not implemented JSON error message | Aaron Tinio | |
when requested API is not implemented | |||
2019-05-21 | MastoAPI: Add GET /api/v1/polls/:id | rinpatch | |
2019-05-20 | Add API endpoints for a custom user mascot | Sadposter | |
2019-05-17 | MongooseIM: Add basic integration endpoints. | lain | |
2019-05-16 | Add Reports to Admin API | Sergey Suprunenko | |
2019-05-15 | Pipe requests to public endpoints through EnsurePublicOrAuthenticatedPlug | Aaron Tinio | |
2019-05-14 | Merge remote-tracking branch 'pleroma/develop' into feature/disable-account | Egor Kislitsyn | |
2019-05-13 | differences_in_mastoapi_responses.md: fullname & bio are optionnal | Alexander Strizhakov | |
[ci skip] | |||
2019-05-11 | make url uniform in admin api | Sachin Joshi | |
2019-05-01 | Merge remote-tracking branch 'origin/develop' into conversations_three | lain | |
2019-04-25 | Merge branch 'develop' into feature/disable-account | Egor Kislitsyn | |
2019-04-23 | Extend Mastodon API with public endpoint for getting Favorites timeline of ↵ | Sergey Suprunenko | |
any user (#789) | |||
2019-04-22 | Feature/826 healthcheck endpoint | Alexander Strizhakov | |
2019-04-22 | Merge remote-tracking branch 'pleroma/develop' into feature/disable-account | Egor Kislitsyn | |
2019-04-18 | Do not require authentication for user search in MastoAPI | Mark Felder | |
2019-04-12 | adding destroy multiple for mastofe | Alexander Strizhakov | |
2019-04-11 | move user disable into deactivation | Egor Kislitsyn | |
2019-04-11 | Merge remote-tracking branch 'pleroma/develop' into feature/disable-account | Egor Kislitsyn | |
2019-04-10 | Conversations: Make tests run. | lain | |
2019-04-10 | Merge branch 'feature/767-multiple-use-invite-token' into 'develop' | lambda | |
Feature/767 multiple use invite token See merge request pleroma/pleroma!1032 | |||
2019-04-10 | Merge branch 'develop' into feature/user-status-subscriptions | Sadposter | |
2019-04-10 | Merge branch 'notification-pleroma-settings' into 'develop' | kaniini | |
Notification controls Closes #738 See merge request pleroma/pleroma!988 | |||
2019-04-08 | Merge remote-tracking branch 'origin/develop' into ↵ | lain | |
features/mastoapi/2.6.0-conversations | |||
2019-04-08 | [#923] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
twitter_oauth # Conflicts: # docs/config.md # test/support/factory.ex | |||
2019-04-07 | added docs to docs/api/admin_api.md | Alex S | |
code style and little renamings | |||
2019-04-06 | Add scheduled activities | eugenijm | |
2019-04-06 | admin api endpoints for invites | Alex S | |
2019-04-05 | Add user following / unfollowing to the admin api. | Roger Braun | |
2019-04-05 | Change relationship direction of subscriptions | Sadposter | |
2019-04-05 | Move subscriptions endpoint to be under /pleroma | Sadposter | |
2019-04-05 | Add API endpoints and user column for subscription | Sadposter | |
2019-04-02 | Merge remote-tracking branch 'remotes/upstream/develop' into twitter_oauth | Ivan Tashkinov | |
# Conflicts: # lib/pleroma/web/oauth/oauth_controller.ex # lib/pleroma/web/router.ex | |||
2019-04-02 | Merge branch 'features/mastoapi/2.6.0-force-login-option' into 'develop' | lambda | |
MastoAPI 2.6.0 `force_login` option Closes #734 See merge request pleroma/pleroma!999 | |||
2019-04-02 | [#923] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
twitter_oauth # Conflicts: # mix.exs | |||
2019-04-02 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
features/mastoapi/2.6.0-conversations |