Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-18 | Merge branch 'develop' into refactor/deactivated_user_field | Mark Felder | |
2021-01-15 | Change user.confirmation_pending field to user.is_confirmed | Mark Felder | |
2021-01-15 | Change user.deactivated field to user.is_active | Mark Felder | |
2021-01-13 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework | |||
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-07 | Merge branch 'object-normalize-refactor' into 'develop' | lain | |
Object: Rework how Object.normalize works See merge request pleroma/pleroma!3229 | |||
2021-01-04 | Object: Rework how Object.normalize works | lain | |
Now it defaults to not fetching, and the option is named. | |||
2020-12-30 | Merge remote-tracking branch 'upstream/develop' into aliases | Alex Gleason | |
2020-12-28 | Revert "Merge branch 'features/hashtag-column' into 'develop'" | Haelwenn | |
This reverts merge request !2824 | |||
2020-12-28 | Merge branch 'features/hashtag-column' into 'develop' | Haelwenn | |
Insert text representation of hashtags into object["hashtags"] See merge request pleroma/pleroma!2824 | |||
2020-12-28 | Pleroma.Object/1: take %Object{} as argument instead | Haelwenn (lanodan) Monnier | |
2020-12-26 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework | |||
2020-12-22 | Create Object.hashtags/1 wrapper | Haelwenn (lanodan) Monnier | |
2020-12-22 | Insert text representation of hashtags into object["hashtags"] | Haelwenn (lanodan) Monnier | |
Includes a new mix task: pleroma.database fill_old_hashtags | |||
2020-12-21 | Encapsulation of tags / hashtags fetching from objects. | Ivan Tashkinov | |
2020-12-21 | Cachex: Unify arity of callback function | lain | |
2020-12-18 | Cachex: Make caching provider switchable at runtime. | lain | |
Defaults to Cachex. | |||
2020-12-14 | Minor refactoring of the logic for hiding followers/following counts. | Mark Felder | |
Field is not nullable anymore, and this is more readable. | |||
2020-11-28 | OAuth form user remembering feature. Local MastoFE login / logout fixes. | Ivan Tashkinov | |
2020-11-25 | Session token setting on token exchange. Auth-related refactoring. | Ivan Tashkinov | |
2020-11-19 | [#2301] Proper handling of `User.is_discoverable`: users appear in ↵ | Ivan Tashkinov | |
in-service search but are hidden from external services like search bots. | |||
2020-11-17 | Merge branch 'develop' into hide-muted-reactions | Egor Kislitsyn | |
2020-11-16 | Use absolute URLs to thumbnail and background in /api/v1/instance | Mark Felder | |
2020-11-16 | Hide reactions from muted and blocked users | Egor Kislitsyn | |
2020-11-13 | Merge branch 'fixes_2034_reports_should_send_a_notification_to_admins' into ↵ | lain | |
'develop' fixes 2034 Make notifs view work for reports Closes #2034 See merge request pleroma/pleroma!2912 | |||
2020-11-13 | Make notifs view work for reports | Ilja | |
* These are the first small steps for issue 2034 "Reports should send a notification to admins". * I added a new type of notification "pleroma:report" to the the database manually (a migration will need to be written later) * I added the new type to the notification_controller * I made the view return the notification. It doesn't include the report itself (yet) | |||
2020-11-11 | Render blurhashes in Mastodon API | Mark Felder | |
2020-11-04 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
feature/expire-mutes | |||
2020-11-04 | Merge branch 'restrict-domain' into 'develop' | lain | |
View a remote server's timeline See merge request pleroma/pleroma!2713 | |||
2020-11-04 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
alexgleason/pleroma-restrict-domain | |||
2020-11-04 | Poll View: Always return `voters_count`. | lain | |
2020-11-03 | Conversations: A few refactors | lain | |
2020-10-30 | ConversationView: fix formatting | Alibek Omarov | |
2020-10-30 | ConversationView: fix last_status.account being empty, fix current user ↵ | Alibek Omarov | |
being included in group conversations | |||
2020-10-30 | ConversationView: add current user to conversations, according to Mastodon ↵ | Alibek Omarov | |
behaviour | |||
2020-10-29 | Merge branch 'issue/2069' into 'develop' | Haelwenn | |
[#2069] unread_conversation_count See merge request pleroma/pleroma!2939 | |||
2020-10-29 | Merge remote-tracking branch 'origin/develop' into mutes-blocks-pagination | Egor Kislitsyn | |
2020-10-19 | Merge branch 'develop' into mutes-blocks-pagination | Egor Kislitsyn | |
2020-10-17 | Merge remote-tracking branch 'remotes/origin/develop' into chore/elixir-1.11 | Ivan Tashkinov | |
2020-10-15 | Merge branch 'develop' into refactor/discoverable_user_field | Mark Felder | |
2020-10-14 | Merge remote-tracking branch 'upstream/develop' into aliases | Alex Gleason | |
2020-10-14 | Merge branch 'feature/gen-magic' into 'develop' | feld | |
Use libmagic via majic Closes #1736 See merge request pleroma/pleroma!2534 | |||
2020-10-14 | Undo API breaking changes | Mark Felder | |
2020-10-14 | Finish undoing API breakage | Mark Felder | |
2020-10-13 | Merge remote-tracking branch 'upstream/develop' into restrict-domain | Alex Gleason | |
2020-10-13 | Merge remote-tracking branch 'upstream/develop' into aliases | Alex Gleason | |
2020-10-13 | Add pagination for Mutes | Egor Kislitsyn | |
2020-10-13 | Add pagination for Blocks | Egor Kislitsyn | |
2020-10-13 | Merge branch 'develop' into feature/gen-magic | Mark Felder | |
2020-10-13 | Merge branch 'develop' into chore/elixir-1.11 | Mark Felder | |