Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-14 | MRF: add ObjectAgePolicy which deals with old posts being imported | Ariadne Conill | |
2019-11-14 | Merge branch 'develop' into feature/admin-api-list-statuses-for-a-given-instance | Maxim Filippov | |
2019-11-14 | Admin API: list all statuses from a given instance | Maxim Filippov | |
2019-11-14 | Merge branch 'feature/reports-groups-and-multiple-state-update' into 'develop' | feld | |
Admin API: Grouped reports, update multiple reports in one query Closes admin-fe#43 See merge request pleroma/pleroma!1815 | |||
2019-11-14 | Merge remote-tracking branch 'upstream/develop' into feature/move-activity | Egor Kislitsyn | |
2019-11-14 | Merge branch 'reactions' into 'develop' | rinpatch | |
Emoji Reactions See merge request pleroma/pleroma!1662 | |||
2019-11-13 | Support redirecting by activity UUID in static FE as well. | Phil Hagelberg | |
2019-11-13 | Support redirecting by object ID in static FE. | Phil Hagelberg | |
This matches the behavior of pleroma-fe better. Fixes #1412. | |||
2019-11-12 | For remote notices, redirect to the original instead of 404. | Phil Hagelberg | |
We shouldn't treat these like local statuses, but I don't think a 404 is the right choice either here, because within pleroma-fe, these are valid URLs. So with remote notices you have the awkward situation where clicking a link will behave differently depending on whether you open it in a new tab or not; the new tab will 404 if it hits static-fe. This new redirecting behavior should improve that situation. | |||
2019-11-12 | Add a notification for Move activities | Egor Kislitsyn | |
2019-11-12 | Add `allow_following_move` setting to User | Egor Kislitsyn | |
2019-11-11 | Fix exclude_visibilities filter for followers-only Like notifications | eugenijm | |
2019-11-11 | Merge branch 'nodeinfo-federation-enabled' into 'develop' | feld | |
report federating status in nodeinfo See merge request pleroma/pleroma!1971 | |||
2019-11-11 | Merge branch 'feature/static-fe' into 'develop' | kaniini | |
Static frontend See merge request pleroma/pleroma!1917 | |||
2019-11-11 | report federating status in nodeinfo | href | |
2019-11-11 | Merge branch 'iss-1376' into 'develop' | lain | |
Check client and token in GET /oauth/authorize See merge request pleroma/pleroma!1940 | |||
2019-11-11 | Merge branch 'develop' into feature/reports-groups-and-multiple-state-update | Maxim Filippov | |
2019-11-10 | fix for migrate task | Alexander | |
2019-11-10 | [#1335] User: refactored :blocks field into :blocked_users relation. | Ivan Tashkinov | |
Introduced UserBlock. | |||
2019-11-10 | Merge branch 'develop' into 'reactions' | lain | |
# Conflicts: # CHANGELOG.md | |||
2019-11-10 | add subject to atom feed | Maksim Pechnikov | |
2019-11-09 | Add changelog entry, cheatsheet docs, and alphabetize. | Phil Hagelberg | |
2019-11-09 | Add some further test cases. | Phil Hagelberg | |
Including like ... private visibility, cos that's super important. | |||
2019-11-09 | Add tests for static_fe controller. | Phil Hagelberg | |
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-08 | Support old flag format | Maxim Filippov | |
2019-11-07 | Mastodon API: Add the `recipients` parameter to `GET /api/v1/conversations` | eugenijm | |
2019-11-06 | Grouped reports with status data baked in | Maxim Filippov | |
2019-11-05 | Check client and token in GET /oauth/authorize | AkiraFukushima | |
2019-11-05 | Merge branch 'develop' into feature/multiple-users-force-password-reset | Maxim Filippov | |
2019-11-05 | Merge branch 'develop' into feature/reports-groups-and-multiple-state-update | Maxim Filippov | |
2019-11-04 | excluded invisible actors from gets /api/v1/accounts/:id | Maksim Pechnikov | |
2019-11-04 | Mastodon API, streaming: Add `pleroma.direct_conversation_id` to the ↵ | eugenijm | |
`conversation` stream event payload. | |||
2019-11-04 | Merge branch 'transmogrifier-test-errors' into 'develop' | lain | |
capture test log where errors are expected See merge request pleroma/pleroma!1915 | |||
2019-11-04 | add missing tesla mocks | Steven Fuchs | |
2019-11-04 | Merge branch 'feature/store-statuses-data-inside-flag' into 'develop' | lain | |
Store status data inside flag activity See merge request pleroma/pleroma!1849 | |||
2019-11-03 | Merge branch 'bugfix/streamer-follows' into 'develop' | rinpatch | |
streamer: use direct object for filter checks when there is no valid child object in an activity Closes #1291 See merge request pleroma/pleroma!1931 | |||
2019-11-03 | Merge branch 'feature/omit-relay-user' into 'develop' | kaniini | |
AdminAPI: Omit relay user from users list Closes #1349 See merge request pleroma/pleroma!1924 | |||
2019-11-03 | streamer: use direct object for filter checks when there is no valid child ↵ | Ariadne Conill | |
object in an activity We call Object.normalize/1 to get the child object for situations like Announce. However, the check is flawed and immediately fails if Object.normalize/1 fails. Instead, we should use the activity itself in those cases to allow activities which never have a child object to pass through the filter. Closes #1291 | |||
2019-11-01 | Force password reset for multiple users | Maxim Filippov | |
2019-10-31 | AdminAPI: Omit relay user from users list | Maxim Filippov | |
2019-10-30 | Merge branch 'develop' into feature/fast_sanitize | Mark Felder | |
2019-10-30 | Handle "Move" activity | Egor Kislitsyn | |
2019-10-30 | Rip out the rest of htmlsanitizeex | rinpatch | |
2019-10-29 | Add test follow activity for locked account | kPherox | |
2019-10-29 | Switch from HtmlSanitizeEx to FastSanitize | rinpatch | |
2019-10-28 | capture where errors are expected | stwf | |
2019-10-28 | Merge branch 'develop' into feature/move-activity | Egor Kislitsyn | |
2019-10-28 | Merge branch 'refactor/following-relationships' into 'develop' | lain | |
Move following relationships to a separate table Closes #1233 See merge request pleroma/pleroma!1814 |