Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-15 | Change user.deactivated field to user.is_active | 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-08 | Fix URL generated for backup files, try to create a source of truth we can ↵ | Mark Felder | |
reuse throughout the codebase | |||
2021-01-07 | Backups: render ID in API | Alex Gleason | |
2021-01-04 | Object: Rework how Object.normalize works | lain | |
Now it defaults to not fetching, and the option is named. | |||
2020-12-18 | Cachex: Make caching provider switchable at runtime. | lain | |
Defaults to Cachex. | |||
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 | |
2020-10-13 | RateLimiter module name | Alexander Strizhakov | |
2020-10-12 | Add missing Copyright headers | Mark Felder | |
2020-10-09 | Merge branch 'develop' into feature/gen-magic | Mark Felder | |
2020-10-07 | Improve backup urls | Egor Kislitsyn | |
2020-10-07 | Add API endpoints for Backups | Egor Kislitsyn | |
2020-09-24 | pagination for remote emoji packs | Alexander Strizhakov | |
2020-09-23 | Merge branch 'develop' into 'issue/2115' | lain | |
# Conflicts: # CHANGELOG.md | |||
2020-09-22 | Merge branch 'develop' into issue/1975 | Maksim Pechnikov | |
2020-09-22 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into issue/2115 | lain | |
2020-09-18 | Merge branch 'develop' into issue/2099 | Maksim Pechnikov | |
2020-09-17 | Fix MRF reject for ChatMessage | Haelwenn (lanodan) Monnier | |
2020-09-11 | Refactor with Chat.for_user_query/1 | Alex Gleason | |