| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-20 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
| remake-remodel-dms | |||
| 2020-04-20 | Credo fixes. | lain | |
| 2020-04-20 | CommonAPI: Obey local limit for chat messages. | lain | |
| 2020-04-20 | ChatMessageValidator: Don't validate messages that are too long. | lain | |
| 2020-04-17 | [#1682] Fixed Basic Auth permissions issue by disabling OAuth scopes checks ↵ | Ivan Tashkinov | |
| when password is provided. Refactored plugs skipping functionality. | |||
| 2020-04-17 | Notifications: Create a chat notification. | lain | |
| 2020-04-17 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
| remake-remodel-dms | |||
| 2020-04-17 | SideEffects: Test for notification creation. | lain | |
| 2020-04-17 | ChatView: Add a mastodon api representation of the recipient. | lain | |
| 2020-04-17 | ChatController: Use OAuth scopes. | lain | |
| 2020-04-17 | Merge branch 'feature/1584-client-captcha-options' into 'develop' | Haelwenn | |
| Creating trusted app from adminFE & mix task Closes #1584 See merge request pleroma/pleroma!2252 | |||
| 2020-04-17 | Merge branch 'feature/1677-need_reboot-flag-endpoint' into 'develop' | Haelwenn | |
| Added need_reboot endpoint to admin api Closes #1677 See merge request pleroma/pleroma!2373 | |||
| 2020-04-16 | Merge branch 'authenticated-api-oauth-check-enforcement' into 'develop' | rinpatch | |
| Enforcement of OAuth scopes check for authenticated API endpoints See merge request pleroma/pleroma!2349 | |||
| 2020-04-16 | Merge branch 'fix/1691-feed-render' into 'develop' | rinpatch | |
| Fix for use of `published` field from different entities Closes #1691 See merge request pleroma/pleroma!2395 | |||
| 2020-04-16 | Merge branch 'develop' into features/remove-user-source_data | rinpatch | |
| 2020-04-16 | ChatController: Handle pagination. | lain | |
| 2020-04-16 | ChatMessagesHandling: Strip HTML of incoming messages. | lain | |
| 2020-04-16 | fix for use of published from different entities | Alexander Strizhakov | |
| 2020-04-16 | Merge branch 'refactor/remove-upgrade-changeset' into 'develop' | rinpatch | |
| Remove User.upgrade_changeset in favor of remote_user_creation See merge request pleroma/pleroma!2368 | |||
| 2020-04-16 | AccountView: Return user ap_id. | lain | |
| 2020-04-16 | ChatMessages: Better validation. | lain | |
| 2020-04-16 | added need_reboot endpoint to admin api | Alexander Strizhakov | |
| 2020-04-16 | CommonAPI: Escape HTML for chat messages. | lain | |
| 2020-04-15 | [#2349] Made :skip_plug/2 prevent plug from being executed even if ↵ | Ivan Tashkinov | |
| explicitly called. Refactoring. Tests. | |||
| 2020-04-15 | Chat: Add views, don't return them in timeline queries. | lain | |
| 2020-04-15 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
| authenticated-api-oauth-check-enforcement | |||
| 2020-04-15 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
| remake-remodel-dms | |||
| 2020-04-14 | Revert "Merge branch 'issue/1276' into 'develop'" | lain | |
| This reverts merge request !1877 | |||
| 2020-04-14 | Merge branch 'logger-configuration' into 'develop' | feld | |
| Fix for logger configuration through admin-fe See merge request pleroma/pleroma!2365 | |||
| 2020-04-14 | Merge branch 'issue/1276' into 'develop' | Haelwenn | |
| [#1276] An endpoint for getting unread notification count Closes #1276 See merge request pleroma/pleroma!1877 | |||
| 2020-04-13 | Add OpenAPI spec for DomainBlockController | Egor Kislitsyn | |
| 2020-04-13 | Merge branch 'develop' into issue/1276 | Maksim Pechnikov | |
| 2020-04-13 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
| output-of-relationships-in-statuses | |||
| 2020-04-13 | fix for logger configuration through admin-fe | Alexander Strizhakov | |
| 2020-04-11 | Merge branch 'following-relationships-optimizations' into 'develop' | rinpatch | |
| FollowingRelationship storage & performance optimizations See merge request pleroma/pleroma!2332 | |||
| 2020-04-11 | Remove User.upgrade_changeset in favor of remote_user_creation | rinpatch | |
| The two changesets had the same purpose, yet some changes were updated in one, but not the other (`uri`, for example). Also makes `Transmogrifier.upgrade_user_from_ap_id` be called from `ActivityPub.make_user_from_ap_id` only when the user is actually not AP enabled yet. I did not bother rewriting tests that used `User.insert_or_update` to use the changeset instead because they seemed to just test the implementation, rather than behavior. | |||
| 2020-04-10 | Merge branch 'develop' into fix/support-conversations-pagination | Egor Kislitsyn | |
| 2020-04-10 | Merge branch 'bugfix/apc2s_upload_activity' into 'develop' | Haelwenn | |
| bugfix: AP C2S activity with attachments See merge request pleroma/pleroma!2316 | |||
| 2020-04-10 | User: remove source_data | Haelwenn (lanodan) Monnier | |
| 2020-04-10 | Remove User.fields/1 | Haelwenn (lanodan) Monnier | |
| 2020-04-10 | profile emojis in User.emoji instead of source_data | Haelwenn (lanodan) Monnier | |
| 2020-04-10 | User: Move inbox & shared_inbox to own fields | Haelwenn (lanodan) Monnier | |
| 2020-04-09 | ChatController: Basic message posting. | lain | |
| 2020-04-09 | ChatController: Basic support for returning messages. | lain | |
| 2020-04-09 | ChatController: Add creation and return of chats. | lain | |
| 2020-04-09 | Add `/api/v1/notifications/:id/dismiss` endpoint | Egor Kislitsyn | |
| 2020-04-09 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
| remake-remodel-dms | |||
| 2020-04-09 | CommonAPI: Basic ChatMessage support. | lain | |
| 2020-04-09 | SideEffects: Extend ChatMessage test. | lain | |
| 2020-04-09 | SideEffects: Handle ChatMessage creation. | lain | |
