Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-24 | Update differences_in_mastoapi_responses.md | lain | |
2020-04-24 | formatting | Alexander | |
2020-04-24 | reply filtering | Alexander | |
2020-04-22 | Update Flake ID description | Egor Kislitsyn | |
2020-04-22 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
automatic-authentication-and-instance-publicity-checks # Conflicts: # lib/pleroma/web/mastodon_api/controllers/account_controller.ex | |||
2020-04-22 | Fixed OAuth restrictions for :api routes. Made auth info dropped for :api ↵ | Ivan Tashkinov | |
routes if OAuth check was neither performed nor explicitly skipped. | |||
2020-04-22 | Merge branch 'docs/debian-packages' into 'develop' | lain | |
debian_based_*.md: Use erlang-nox metapackage See merge request pleroma/pleroma!2268 | |||
2020-04-22 | Apply suggestion to docs/installation/debian_based_en.md | lain | |
2020-04-21 | Automatic checks of authentication / instance publicity. Definition of ↵ | Ivan Tashkinov | |
missing OAuth scopes in AdminAPIController. Refactoring. | |||
2020-04-20 | Merge remote-tracking branch 'upstream/develop' into accept-deletes | Alex Gleason | |
2020-04-20 | Add :reject_deletes option to SimplePolicy | Alex Gleason | |
2020-04-20 | Merge branch 'mrf-docs-update' into 'develop' | lain | |
Expand MRF SimplePolicy docs See merge request pleroma/pleroma!2370 | |||
2020-04-17 | Merge branch 'feature/1584-client-captcha-options' into 'develop' | Haelwenn | |
Creating trusted app from adminFE & mix task Closes #1584 See merge request pleroma/pleroma!2252 | |||
2020-04-16 | added need_reboot endpoint to admin api | Alexander Strizhakov | |
2020-04-15 | added an endpoint for getting unread notification count | Maksim Pechnikov | |
2020-04-15 | small fix in the rewrite_policy example | Ilja | |
2020-04-14 | Revert "Merge branch 'issue/1276' into 'develop'" | lain | |
This reverts merge request !1877 | |||
2020-04-13 | Merge branch 'develop' into issue/1276 | Maksim Pechnikov | |
2020-04-12 | Expand MRF SimplePolicy docs | Alex Gleason | |
2020-04-09 | Merge branch 'fix/1658-invite-send' into 'develop' | lain | |
Error improvement for email_invite endpoint See merge request pleroma/pleroma!2344 | |||
2020-04-09 | Apply suggestion to docs/API/admin_api.md | Alexander Strizhakov | |
2020-04-07 | Merge branch 'develop' into issue/1276 | Maksim Pechnikov | |
2020-04-06 | Merge branch 'featureflag/emoji_reactions' into 'develop' | lain | |
Add emoji reactions to features in nodeinfo See merge request pleroma/pleroma!2313 | |||
2020-04-06 | tests for emoji mix task | Alexander Strizhakov | |
2020-04-02 | Fix formatting in documentation | Egor Kislitsyn | |
2020-04-02 | Merge branch 'develop' into issue/1276 | Maksim Pechnikov | |
2020-04-01 | error improvement for email_invite endpoint | Alexander Strizhakov | |
2020-03-31 | updating docs | Alexander Strizhakov | |
2020-03-30 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-03-29 | Merge branch 'develop' into issue/1276 | Maksim Pechnikov | |
2020-03-24 | Merge branch 'admin-api-change-password' into 'develop' | lain | |
Admin API: `PATCH /api/pleroma/admin/users/:nickname/update_credentials` See merge request pleroma/pleroma!2149 | |||
2020-03-23 | creating trusted app from adminFE & mix task | Alexander Strizhakov | |
2020-03-20 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-03-20 | restrict_unauthenticated setting | Alexander Strizhakov | |
2020-03-20 | include_types parameter in /api/v1/notifications | Alexander Strizhakov | |
2020-03-18 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-03-18 | Merge branch 'feature/1530-removing-with_move' into 'develop' | rinpatch | |
Feature/1530 removing with move Closes #1530 See merge request pleroma/pleroma!2306 | |||
2020-03-16 | Admin API: `PATCH /api/pleroma/admin/users/:nickname/credentials`, `GET ↵ | eugenijm | |
/api/pleroma/admin/users/:nickname/credentials`. | |||
2020-03-16 | Admin API: `PATCH /api/pleroma/admin/users/:nickname/change_password` | eugenijm | |
2020-03-16 | removing with_move parameter | Alexander Strizhakov | |
2020-03-16 | Improve documentation of mrf_object_age | Mark Felder | |
2020-03-16 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-03-15 | Merge branch '1560-non-federating-instances-routes-restrictions' into 'develop' | lain | |
[#1560] Restricted AP- & OStatus-related routes for non-federating instances Closes #1560 See merge request pleroma/pleroma!2235 | |||
2020-03-15 | rip out fetch_initial_posts | rinpatch | |
Every time someone tries to use it, it goes mad and tries to scrape the entire fediverse for no visible reason, it's better to just remove it than continue shipping it in it's current state. idea acked by lain and feld on irc Closes #1595 #1422 | |||
2020-03-14 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
1560-non-federating-instances-routes-restrictions # Conflicts: # lib/pleroma/plugs/static_fe_plug.ex | |||
2020-03-13 | Merge branch 'docs/direct_conversation_id' into 'develop' | rinpatch | |
pleroma_api.md: direct_conversation_id vs. conversation_id See merge request pleroma/pleroma!2263 | |||
2020-03-12 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-03-12 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
1560-non-federating-instances-routes-restrictions # Conflicts: # test/web/activity_pub/activity_pub_controller_test.exs | |||
2020-03-11 | Merge branch 'docs/new_user' into 'develop' | rinpatch | |
CLI_tasks/user.md: Fix `pleroma.user new` documentation Closes #1621 See merge request pleroma/pleroma!2286 | |||
2020-03-11 | CLI_tasks: Use manpage formatting conventions | Haelwenn (lanodan) Monnier | |
- [] for options - <> for mandatory arguments - foo ... when foo can be repeated [ci skip] |