| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-12-06 | [#1427] Bugfix for `enforce_oauth_admin_scope_usage`. Admin API ↵ | Ivan Tashkinov | |
| documentation entry. | |||
| 2019-12-06 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
| 1427-oauth-admin-scopes | |||
| 2019-12-06 | [#1427] Reworked admin scopes support. | Ivan Tashkinov | |
| Requalified users.is_admin flag as legacy accessor to admin actions in case token lacks admin scope(s). | |||
| 2019-12-02 | Merge branch 'feature/move-activity' into 'develop' | lain | |
| Support "Move" activity Closes #1316 See merge request pleroma/pleroma!1883 | |||
| 2019-12-02 | Update Floki dependency | Egor Kislitsyn | |
| 2019-11-30 | Merge branch 'remove-info-from-users' into 'develop' | rinpatch | |
| Removed users.info field See merge request pleroma/pleroma!2006 | |||
| 2019-11-30 | hide follower/following for friendica | kPherox | |
| 2019-11-29 | [#1427] Initial support for OAuth admin scopes. | Ivan Tashkinov | |
| 2019-11-29 | Fix Pleroma.HTML.extract_first_external_url/2 | Egor Kislitsyn | |
| 2019-11-27 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
| bugfix/1442-dont-return-nil-for-following-count | |||
| 2019-11-27 | User: Never return nil for user follower counts. | lain | |
| 2019-11-27 | Remove User.user_info/2 | Egor Kislitsyn | |
| 2019-11-27 | Add a view for the move notification | Egor Kislitsyn | |
| 2019-11-27 | Remove `account` field from web push payload | Egor Kislitsyn | |
| 2019-11-26 | Add `direct_conversation_id` to web push payload | Egor Kislitsyn | |
| 2019-11-25 | Merge branch 'fix/ap-disable-remote-render' into 'develop' | lain | |
| Disable rendering AP representation for remote users and objects See merge request pleroma/pleroma!2010 | |||
| 2019-11-25 | OStatus controller: don't serve json at /notice/, redirect instead | rinpatch | |
| 2019-11-25 | ActivityPub controller: do not render remote users | rinpatch | |
| 2019-11-25 | Merge branch 'feature/admin-api-list-statuses-for-a-given-instance' into ↵ | feld | |
| 'develop' Admin API: list all statuses from a given instance See merge request pleroma/pleroma!1981 | |||
| 2019-11-25 | Merge branch 'fix/update-reports-old-format' into 'develop' | feld | |
| Admin API: Fix error when trying to update reports in the "old" format See merge request pleroma/pleroma!1986 | |||
| 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-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 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-19 | Allow mix tasks to always run with debug logging | Mark Felder | |
| 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-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 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 | |
