Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-25 | add ability to set a custom user-agent string | Sadposter | |
2019-11-25 | Merge branch 'develop' into feature/admin-api-list-statuses-for-a-given-instance | Maxim Filippov | |
2019-11-25 | Merge branch 'develop' into feature/admin-api-list-statuses-for-a-given-instance | Maxim Filippov | |
2019-11-25 | Typo | Maxim Filippov | |
2019-11-25 | Admin API: Render whole status in grouped reports | Maxim Filippov | |
2019-11-23 | fetcher: move local object checking into a reusable function | rinpatch | |
2019-11-23 | Removed users.info and remaining usages. | Ivan Tashkinov | |
2019-11-22 | Merge branch 'feature/confirm-user-acc-resend-confirmation' into 'develop' | lain | |
AdminAPI: Confirm user account, resend confirmation email See merge request pleroma/pleroma!1994 | |||
2019-11-22 | Swap map with each | Maxim Filippov | |
2019-11-21 | Merge branch 'list-users' into 'develop' | rinpatch | |
Add CLI list users command See merge request pleroma/pleroma!1990 | |||
2019-11-21 | Add CLI list users command | Alex Schroeder | |
2019-11-21 | Merge branch 'fix/mix-task-logging' into 'develop' | lain | |
Allow mix tasks to always run with debug logging See merge request pleroma/pleroma!1997 | |||
2019-11-21 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1335-user-api-id-fields-relations # Conflicts: # lib/pleroma/user/search.ex # test/user_test.exs | |||
2019-11-21 | Merge branch 'issue/1348' into 'develop' | lain | |
[#1348] excluded invisible actors from gets /api/v1/accounts/:id See merge request pleroma/pleroma!1937 | |||
2019-11-21 | Object: Use inspect to log missing preload. | lain | |
2019-11-21 | Fix user.following_count | Egor Kislitsyn | |
2019-11-20 | Some tasks try to set log level in test environment, but we were stripping ↵ | Mark Felder | |
logs belog :warn. Ensure console backend logs in test environment are :warn, but mix tasks run in test env do not run with :debug because it's far too verbose. | |||
2019-11-20 | [#1335] Reorganized users.subscribers as UserRelationship. Added tests for ↵ | Ivan Tashkinov | |
UserRelationship-related functionality. | |||
2019-11-20 | [#1335] User AP ID relations fetching performance optimizations. | Ivan Tashkinov | |
2019-11-19 | Allow mix tasks to always run with debug logging | Mark Felder | |
2019-11-19 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1335-user-api-id-fields-relations | |||
2019-11-19 | [#1335] Implemented notification mutes and reblog mutes as ↵ | Ivan Tashkinov | |
UserRelationships. User to UserRelationship relations and functions refactoring. | |||
2019-11-19 | fix order favorites activites | Maksim Pechnikov | |
2019-11-19 | AdminAPI: Confirm user account, resend confirmation email | Maxim Filippov | |
2019-11-19 | Support authentication via `x-admin-token` HTTP header | Egor Kislitsyn | |
2019-11-18 | fix `order by` for fetch_favorites | Maksim Pechnikov | |
2019-11-18 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1335-user-api-id-fields-relations | |||
2019-11-18 | [#1335] Refactored UserMute and UserBlock into UserRelationship, introduced ↵ | Ivan Tashkinov | |
EctoEnum. | |||
2019-11-18 | updated fetch_favorites | Maksim Pechnikov | |
2019-11-18 | fix test | Maksim Pechnikov | |
2019-11-18 | /api/v1/favourites: added sorting for activites by adds to favorites | Maksim Pechnikov | |
2019-11-16 | Admin API: Error when trying to update reports in the "old" format | Maxim Filippov | |
2019-11-15 | Merge branch 'nodeinfo-fields-limit' into 'develop' | kaniini | |
Add fieldsLimit to metadata of nodeinfo See merge request pleroma/pleroma!1983 | |||
2019-11-15 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1335-user-api-id-fields-relations | |||
2019-11-15 | [#1335] Reorganized `users.mutes` as relation to UserMute entity. | Ivan Tashkinov | |
2019-11-15 | Merge branch 'bugfix/1395-email-activation' into 'develop' | rinpatch | |
Bugfix/1395 email activation Closes #1395 See merge request pleroma/pleroma!1965 | |||
2019-11-15 | OAuthPlug, Router: Handle deactivated users in the UserEnabledPlug | lain | |
2019-11-15 | Add fieldsLimit to metadata of nodeinfo | kPherox | |
2019-11-14 | object age policy: remove debug logging | Ariadne Conill | |
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 'fix/conversations-rendering' into 'develop' | rinpatch | |
Fix rendering conversations when there's a malformed status Closes #1401 See merge request pleroma/pleroma!1973 | |||
2019-11-14 | format the code | rinpatch | |
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-13 | Merge branch 'static-remote-redirect' into 'develop' | lain | |
For remote notices, redirect to the original instead of 404 in static-fe See merge request pleroma/pleroma!1974 |