Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-20 | Merge branch 'develop' into global-status-expiration | Egor Kislitsyn | |
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 global-status-expiration | Egor Kislitsyn | |
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 'origin/develop' into global-status-expiration | Egor Kislitsyn | |
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] | |||
2020-03-11 | CLI_tasks/user.md: Fix `pleroma.user new` documentation | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/issues/1621 [ci skip] | |||
2020-03-11 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
1560-non-federating-instances-routes-restrictions | |||
2020-03-10 | installation/otp_en.md: Fix pleroma.nginx target [deb] | Haelwenn (lanodan) Monnier | |
Needs to be backported to stable. Related: https://git.pleroma.social/pleroma/pleroma-support/issues/29 | |||
2020-03-09 | Merge branch 'patch-1' into 'develop' | lain | |
Better advice for vacuuming after restoring. See merge request pleroma/pleroma!2233 | |||
2020-03-08 | Merge branch 'develop' into issue/1276 | Maksim Pechnikov | |
2020-03-07 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-03-06 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
1560-non-federating-instances-routes-restrictions | |||
2020-03-04 | Merge branch 'exclude-reblogs-from-admin-api-by-default' into 'develop' | feld | |
Exclude reblogs from `GET /api/pleroma/admin/statuses` by default Closes #1596 See merge request pleroma/pleroma!2267 | |||
2020-03-04 | adding descriptions | Alexander Strizhakov | |
2020-03-04 | retry_timeout description change | Alexander Strizhakov | |
2020-03-03 | retry and retry_timeout settings default change | Alexander Strizhakov | |
2020-03-03 | naming for checkin from pool timeout | Alexander Strizhakov | |
2020-03-03 | Apply suggestion to docs/configuration/cheatsheet.md | Alexander Strizhakov | |
2020-03-03 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-03-03 | debian_based_*.md: Use erlang-nox metapackage | Haelwenn (lanodan) Monnier | |
2020-03-03 | Merge remote-tracking branch 'origin/develop' into global-status-expiration | Egor Kislitsyn | |
2020-03-02 | Clarify in docs how to control connections_pool for Gun. | Mark Felder | |
It could easily be confused with the Hackney settings. | |||
2020-03-02 | [#1560] Added tests for non-federating instance bahaviour to ↵ | Ivan Tashkinov | |
ActivityPubControllerTest. | |||
2020-03-02 | Merge branch 'prepared-statements-settings' into 'develop' | lain | |
Prepared statements settings See merge request pleroma/pleroma!2238 | |||
2020-03-02 | Exclude reblogs from `GET /api/pleroma/admin/statuses` by default | eugenijm | |
2020-03-02 | fix for :fetch_initial_posts | ilja | |
A warning was added, but their were some newlines and whitespaces missing which broke the rendering of the setting. I've added them now | |||
2020-03-02 | pleroma_api.md: direct_conversation_id vs. conversation_id | Haelwenn (lanodan) Monnier | |
Related: https://git.pleroma.social/pleroma/pleroma/issues/1594 | |||
2020-03-01 | Add warning to the fetch_initial_posts setting. Now we sometimes have people ↵ | Ilja | |
who enable this without realising the consequences (tons of posts being fetcht as each fetch makes Pleroma discover new users) I also made a more explicit distinction between OTP and from source installs in the general explanation | |||
2020-03-01 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-03-01 | timeline controller: rate limit timelines to 3 requests per 500ms per ↵ | rinpatch | |
timeline per ip/user | |||
2020-02-29 | Merge branch 'rate-limiter-runtime-settings' into 'develop' | rinpatch | |
RateLimiter improvements: runtime configurability, no default limits in tests See merge request pleroma/pleroma!2250 | |||
2020-02-29 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-02-27 | Runtime configurability of RateLimiter. Refactoring. Disabled default rate ↵ | Ivan Tashkinov | |
limits in tests. | |||
2020-02-26 | Admin API: Exclude boosts from `GET ↵ | eugenijm | |
/api/pleroma/admin/users/:nickname/statuses` and `GET /api/pleroma/admin/instance/:instance/statuses` |