Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-05 | Merge branch 'develop' into 'from/upstream-develop/tusooa/2892-backup-scope' | tusooa | |
# Conflicts: # CHANGELOG.md | |||
2022-08-09 | Make backups require its own scope | Tusooa Zhu | |
2022-07-16 | Implement settings api | Tusooa Zhu | |
2022-02-25 | Copyright bump for 2022 | Sean King | |
2022-01-23 | Birthdays: hide_birthday -> show_birthday | 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-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> | |||
2021-12-28 | wip | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-12-27 | Merge remote-tracking branch 'origin/develop' into apps-api-endpoint | Alex Gleason | |
2021-12-12 | Add link headers in ChatController.index2 | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-11-29 | Account endorsements | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-08-28 | Fix lint | Sean King | |
2021-08-28 | Move GET /api/v1/apps to GET /api/v1/pleroma/apps | Sean King | |
2021-06-08 | Refactor skipped plugs into Pleroma.Web functions | Alex Gleason | |
Speeds up recompilation by reducing compile cycles | |||
2021-05-29 | Merge remote-tracking branch 'pleroma/develop' into cycles-views | Alex Gleason | |
2021-05-29 | Create real Views for all Controllers | Alex Gleason | |
This makes views depend on each other at runtime instead of compile-time | |||
2021-03-05 | Update OpenApiSpex dependency | Egor Kislitsyn | |
2021-02-28 | Merge branch 'features/reports-enhancements' into 'develop' | lain | |
Enhance reports in Pleroma API: index, show See merge request pleroma/pleroma!3280 | |||
2021-02-17 | OAuthScopesPlug: remove transform_scopes in favor of explicit admin scope ↵ | rinpatch | |
definitions Transforming scopes is no longer necessary since we are dropping support for accessing admin api without `admin:` prefix in scopes. | |||
2021-02-17 | Enhance reports in Pleroma API: index, show | Haelwenn (lanodan) Monnier | |
2021-02-17 | Chats: Introduce /api/v2/pleroma/chats which implements pagination | rinpatch | |
Also removes incorrect claim that /api/v1/pleroma/chats supports pagination and deprecates it. Closes #2140 | |||
2021-02-04 | Also make this maybe_ for consistency | Mark Felder | |
2021-01-13 | Bump Copyright to 2021 | Haelwenn (lanodan) Monnier | |
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;' | |||
2021-01-04 | Object: Rework how Object.normalize works | lain | |
Now it defaults to not fetching, and the option is named. | |||
2020-12-15 | Merge branch 'support/2255_posix_errors' into 'develop' | lain | |
[#2255] added error messages for posix error code See merge request pleroma/pleroma!3138 | |||
2020-11-18 | fix tests | Maksim Pechnikov | |
2020-11-18 | Apply 1 suggestion(s) to 1 file(s) | Maksim | |
2020-11-16 | Hide reactions from muted and blocked users | Egor Kislitsyn | |
2020-11-13 | added error messages for posix error code | Maksim Pechnikov | |
2020-11-04 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
features/federation-status | |||
2020-11-04 | Add `with_muted` param to ChatController.index/2 | Egor Kislitsyn | |
2020-11-02 | Hide chats from muted users | Egor Kislitsyn | |
2020-10-31 | Merge branch 'feature/account-export' into 'develop' | feld | |
Add account export Closes #847 See merge request pleroma/pleroma!2918 | |||
2020-10-31 | Add idempotency_key to the chat_message entity. | eugenijm | |
2020-10-21 | Apply 1 suggestion(s) to 1 file(s) | Haelwenn | |
2020-10-20 | Fix credo warnings | Egor Kislitsyn | |
2020-10-20 | Rename `Pleroma.Backup` to `Pleroma.User.Backup` | Egor Kislitsyn | |
2020-10-19 | Fix tests | Egor Kislitsyn | |
2020-10-16 | federation_status: Add ApiSpec | Haelwenn (lanodan) Monnier | |
2020-10-16 | federation_status: New endpoint showing unreachable instances | Haelwenn (lanodan) Monnier | |
2020-10-14 | Merge branch 'develop' into feature/account-export | Mark Felder | |
2020-10-13 | Merge branch 'develop' into feature/gen-magic | Mark Felder | |
2020-10-13 | changes after rebase | Alexander Strizhakov | |
2020-10-13 | fixes after rebase | Alexander Strizhakov | |
2020-10-13 | alias alphabetically order | Alexander Strizhakov | |
2020-10-13 | EnsurePublicOrAuthenticatedPlug module name | Alexander Strizhakov | |
2020-10-13 | OAuthScopesPlug module name | Alexander Strizhakov | |