Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-08 | Merge remote-tracking branch 'origin/develop' into reactions | lain | |
2019-11-08 | Merge branch 'develop' into feature/reports-groups-and-multiple-state-update | Maxim Filippov | |
2019-11-07 | Mastodon API: Add the `recipients` parameter to `GET /api/v1/conversations` | eugenijm | |
2019-11-05 | Merge branch 'develop' into feature/reports-groups-and-multiple-state-update | Maxim Filippov | |
2019-11-01 | Update docs | Maxim Filippov | |
2019-10-31 | updated docs\changelog | Maksim Pechnikov | |
2019-10-22 | Relocate to configuration subdir | Mark Felder | |
2019-10-22 | Remove proxy_cache_lock suggestion | Mark Felder | |
2019-10-22 | Formatting | Mark Felder | |
2019-10-22 | Leverage nginx proxy cache to store items with a 1 year TTL with no size limit. | Mark Felder | |
It does not purge items when they expire, but will only update them if the origin's copy has changed for some reason. If origin is offline/unavailable or gone forever it will still serve the cached copies. | |||
2019-10-22 | Initial doc about storing remote media | Mark Felder | |
2019-10-20 | [#1304]. Post-merge fixes. Merge branch 'develop' of ↵ | Ivan Tashkinov | |
git.pleroma.social:pleroma/pleroma into 1304-user-info-deprecation # Conflicts: # CHANGELOG.md # lib/pleroma/notification.ex # lib/pleroma/user.ex # lib/pleroma/user/info.ex # lib/pleroma/web/admin_api/admin_api_controller.ex # lib/pleroma/web/ostatus/handlers/follow_handler.ex # lib/pleroma/web/ostatus/ostatus.ex # lib/pleroma/web/salmon/salmon.ex # lib/pleroma/web/websub/websub.ex # test/web/admin_api/admin_api_controller_test.exs # test/web/federator_test.exs # test/web/mastodon_api/controllers/conversation_controller_test.exs # test/web/ostatus/ostatus_controller_test.exs # test/web/ostatus/ostatus_test.exs # test/web/salmon/salmon_test.exs # test/web/websub/websub_test.exs | |||
2019-10-20 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1304-user-info-deprecation # Conflicts: # CHANGELOG.md # lib/pleroma/notification.ex # lib/pleroma/user.ex # lib/pleroma/user/info.ex # lib/pleroma/web/activity_pub/activity_pub.ex # lib/pleroma/web/admin_api/admin_api_controller.ex # lib/pleroma/web/ostatus/handlers/follow_handler.ex # lib/pleroma/web/ostatus/ostatus.ex # lib/pleroma/web/salmon/salmon.ex # lib/pleroma/web/websub/websub.ex # test/web/admin_api/admin_api_controller_test.exs # test/web/federator_test.exs # test/web/mastodon_api/controllers/conversation_controller_test.exs # test/web/ostatus/ostatus_controller_test.exs # test/web/ostatus/ostatus_test.exs # test/web/salmon/salmon_test.exs # test/web/websub/websub_test.exs | |||
2019-10-20 | [#1304] Moved remaining fields from User.Info to User. | Ivan Tashkinov | |
Misc. fixes / improvements. | |||
2019-10-19 | Merge branch 'feature/mastofe-pwa' into 'develop' | Haelwenn | |
MastoFE: Add PWA manifest. See merge request pleroma/pleroma!1834 | |||
2019-10-19 | Pleroma API: `POST /api/v1/pleroma/conversations/read` to mark all user's ↵ | eugenijm | |
conversations as read | |||
2019-10-19 | Add documentation for PWA manifest configuration. | KokaKiwi | |
2019-10-18 | Merge branch 'develop' into feature/relay-list | Maxim Filippov | |
2019-10-15 | DELETE /api/pleroma/admin/users now accepts nicknames array | Maxim Filippov | |
2019-10-14 | Merge branch 'exclude-visibilities-for-timelines' into 'develop' | feld | |
Mastodon API: Add `exclude_visibilities` parameter to the timeline and notification endpoints See merge request pleroma/pleroma!1818 | |||
2019-10-14 | Preparations for renaming `master` to `stable` | rinpatch | |
2019-10-14 | Mastodon API: Add `exclude_visibilities` parameter to the timeline and ↵ | eugenijm | |
notification endpoints | |||
2019-10-11 | Add `GET /api/pleroma/admin/relay` endpoint - lists all followed relays | Maxim Filippov | |
2019-10-11 | Deprecate POST/DELETE ↵ | Maxim Filippov | |
/api/pleroma/admin/users/:nickname/permission_group/:permission_group instead of deleting it | |||
2019-10-11 | Deprecate /api/pleroma/admin/users/:nickname/toggle_activation instead of ↵ | Maxim Filippov | |
deleting it | |||
2019-10-09 | Ability to toggle activation status and permission group for a group of users | Maxim Filippov | |
2019-10-07 | Merge branch 'develop' into feature/reports-groups-and-multiple-state-update | Maxim Filippov | |
2019-10-07 | Admin API: Reports, grouped by status | Maxim Filippov | |
2019-10-07 | Merge branch 'develop' into 'reactions' | lain | |
# Conflicts: # CHANGELOG.md | |||
2019-10-07 | Extract RSS Feed functionality from OStatus | Sergey Suprunenko | |
2019-10-06 | Merge branch 'develop' into 'reactions' | lain | |
# Conflicts: # CHANGELOG.md | |||
2019-10-05 | Mastodon API: Add `pleroma.unread_conversation_count` to the Account entity | eugenijm | |
2019-10-05 | Merge remote-tracking branch 'origin/develop' into reactions | lain | |
2019-10-05 | Revert "Merge branch 'user-info-unread-direct-conversation' into 'develop'" | kaniini | |
This reverts merge request !1737 | |||
2019-10-05 | Merge remote-tracking branch 'origin/develop' into reactions | lain | |
2019-10-04 | Merge branch 'user-info-unread-direct-conversation' into 'develop' | kaniini | |
Add the `unread_conversation_count` field to the user info See merge request pleroma/pleroma!1737 | |||
2019-10-04 | Move HTTP verb to the header (admin_api.md) | Maxim Filippov | |
2019-10-04 | Merge branch 'featrue/job-monitor' into 'develop' | lain | |
Add Pleroma.JobQueueMonitor Closes #1274 See merge request pleroma/pleroma!1721 | |||
2019-10-04 | cheatsheet.md: link to pleroma-fe docs for :frontend_configurations | Haelwenn (lanodan) Monnier | |
2019-10-04 | Mastodon API: Add `pleroma.unread_conversation_count` to the Account entity | eugenijm | |
2019-10-03 | Add a missing language specification | rinpatch | |
2019-10-03 | Move config task docs to a separate file and mark it as WIP | rinpatch | |
2019-10-03 | Move database maintenance tasks docs to a separate file | rinpatch | |
2019-10-03 | MkDocs does not like if a paragraph doesn't have a newline after it | rinpatch | |
2019-10-03 | Remove silent mode note as it's no longer relevant | rinpatch | |
2019-10-03 | Cheatsheet: Use note/warning blocks instead of bold text | rinpatch | |
2019-10-03 | Fix a typo in activity expirations | rinpatch | |
2019-10-03 | Remove fe settings from :instance as they no longer do anything | rinpatch | |
2019-10-03 | Move bold text in RemoveIp description into a proper warning | rinpatch | |
2019-10-03 | Add missing language spec | rinpatch | |