Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-24 | Revert "Merge branch 'log-slow-queries' into 'develop'" | Alex Gleason | |
This reverts merge request !3553 | |||
2022-01-23 | Preserve order of mentioned users | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-23 | Birthdays: hide_birthday -> show_birthday | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-22 | Merge remote-tracking branch 'origin/develop' into birth-dates | Alex Gleason | |
2022-01-22 | Birthdays: birth_date --> birthday | Alex Gleason | |
2022-01-22 | Add autocompelete values suggested by Apple | Finn Behrens | |
Link: https://developer.apple.com/documentation/security/password_autofill/enabling_password_autofill_on_an_html_input_element | |||
2022-01-20 | Merge branch 'private-pins' into 'develop' | Alex Gleason | |
Support private pinned posts from Mastodon See merge request pleroma/pleroma!3611 | |||
2022-01-20 | Support private pinned posts from Mastodon | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-19 | Update changelog | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-19 | Add ForceMentionsInContentPolicy | rinpatch | |
Even though latest PleromaFE supports displaying these properly, mobile apps still exist, so I think we should offer a workaround to those who want it. | |||
2022-01-19 | check if remote bday is valid | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-18 | Birth dates: Add tests | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-18 | Format code, expose instance configuration related to birth dates | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-18 | Birth dates, birthday reminders API, allow instance admins to require ↵ | marcin mikołajczak | |
minimum age Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-14 | Add blockers_visible to features list when it's enabled | NEETzsche | |
2022-01-12 | Add more tests | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-12 | WIP account endorsements | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-11 | Merge branch 'pleroma-result-1_13' into 'develop' | lain | |
move result into with guard See merge request pleroma/pleroma!3557 | |||
2022-01-10 | Merge remote-tracking branch 'origin/develop' into account-endorsements | marcin mikołajczak | |
2021-12-29 | Fix merge conflict in CHANGELOG.md | Sean King | |
2021-12-28 | AccountController.lookup: skip auth | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-12-28 | AccountController.lookup: skip visibility check | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-12-28 | wip | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-12-28 | Merge remote-tracking branch 'pleroma/develop' into mastodon-lookup | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-12-28 | MastoAPI: Add `GET /api/v1/accounts/lookup` | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-12-28 | Merge branch 'apps-api-endpoint' into 'develop' | Alex Gleason | |
Apps API endpoint See merge request pleroma/pleroma!3583 | |||
2021-12-28 | Deal with target not found error in add_alias | Tusooa Zhu | |
Ref: emit-move | |||
2021-12-28 | Make move_account endpoint process non-existent users properly | Tusooa Zhu | |
Ref: emit-move | |||
2021-12-28 | Make move_following worker follow then unfollow | Tusooa Zhu | |
Ref: emit-move | |||
2021-12-28 | Federate unfollow activity in move_following properly | Tusooa Zhu | |
0: Use the CommonAPI unfollow function to make sure the unfollow activity is federated. 1: Limit the follow and unfollow to local followers only, while let the romote servers decide whether to move their followers. Ref: emit-move | |||
2021-12-28 | Make Move activity federate properly | Tusooa Zhu | |
Ref: emit-move | |||
2021-12-28 | Add deleting alias endpoint | Tusooa Zhu | |
Ref: emit-move | |||
2021-12-28 | Add get and add aliases endpoints | Tusooa Zhu | |
Ref: emit-move | |||
2021-12-28 | Add User.add_alias/2 and User.alias_users/1 | Tusooa Zhu | |
Ref: emit-move | |||
2021-12-28 | Implement moving account | Tusooa Zhu | |
Ref: emit-move | |||
2021-12-27 | AppController: remove unnecessary `require Logger` | Alex Gleason | |
2021-12-27 | AppController: test creating with and without a user | Alex Gleason | |
2021-12-27 | Merge remote-tracking branch 'origin/develop' into apps-api-endpoint | Alex Gleason | |
2021-12-27 | EnsureStaffPrivilegedPlug: don't let non-moderators through | Alex Gleason | |
2021-12-27 | AdminAPI: fix duplicated routes | Alex Gleason | |
2021-12-27 | Merge remote-tracking branch 'origin/develop' into finch | Alex Gleason | |
2021-12-27 | Merge branch 'restricted-moderators' into 'develop' | Alex Gleason | |
AdminAPI: Optionally restrict moderators from accessing sensitive data See merge request pleroma/pleroma!3578 | |||
2021-12-27 | Merge branch 'log-slow-queries' into 'develop' | Alex Gleason | |
Log slow Ecto queries See merge request pleroma/pleroma!3553 | |||
2021-12-27 | Made slow queries logging disabled by default. | Ivan Tashkinov | |
2021-12-27 | Fix lint errors | Alibek Omarov | |
2021-12-27 | API: fix duplicate :get_password_token route | Alibek Omarov | |
2021-12-27 | API: show info about privileged staff in instance metadata | Alibek Omarov | |
2021-12-27 | API: optionally restrict moderators from accessing sensitive data | Alibek Omarov | |
2021-12-26 | Configurability of slow queries logging ([:pleroma, :telemetry, ↵ | Ivan Tashkinov | |
:slow_queries_logging]). Adjusted log messages truncation to 65 kb (was default: 8 kb). Non-truncated logging of slow query params. | |||
2021-12-26 | Revert "Merge branch 'notice-routes' into 'develop'" | Sean King | |