Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-18 | Merge branch 'develop' into refactor/deactivated_user_field | Mark Felder | |
2021-01-18 | Merge branch 'develop' into refactor/approval_pending_user_field | Mark Felder | |
2021-01-18 | Test that only author can reblog a private status | Egor Kislitsyn | |
2021-01-18 | Fix Reblog API | Egor Kislitsyn | |
Do not set visibility parameter to `public` by default and let CommonAPI to infer it from status. | |||
2021-01-18 | ListController: Fix being unable to add / remove users. | Lain Soykaf | |
2021-01-16 | [#3213] Refactoring of HashtagsTableMigrator. Hashtag timeline performance ↵ | Ivan Tashkinov | |
optimization (auto switch to non-aggregate join strategy when efficient). | |||
2021-01-15 | Remove toggle_confirmation; require explicit state change | Mark Felder | |
Also cosmetic changes to make the code clearer | |||
2021-01-15 | Change user.confirmation_pending field to user.is_confirmed | Mark Felder | |
2021-01-15 | Make setting user activation status explicit | Mark Felder | |
2021-01-15 | Change user.deactivated field to user.is_active | Mark Felder | |
2021-01-15 | Change user.approval_pending field to user.is_approved | Mark Felder | |
2021-01-14 | Linting. | Lain Soykaf | |
2021-01-14 | Pbkdf2: Use it everywhere. | Lain Soykaf | |
2021-01-13 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework | |||
2021-01-13 | Linting | Lain Soykaf | |
2021-01-13 | Password: Replace Pbkdf2 with Password. | lain | |
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-11 | ChatMessages: Fix pagination headers. | lain | |
They used to contain the path parameter `id` as query param, which would break the link. | |||
2021-01-08 | Merge branch 'guppe-example' into 'develop' | lain | |
ActivtityPub Test: Add example for guppe actor See merge request pleroma/pleroma!3243 | |||
2021-01-08 | Merge branch 'fix/missing_emoji_steal_dir' into 'develop' | lain | |
Create dir for EmojiStealPolicy automatically See merge request pleroma/pleroma!3218 | |||
2021-01-07 | Backups: render ID in API | Alex Gleason | |
2021-01-07 | ActivtityPub Test: Add example for guppe actor | lain | |
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-07 | Merge branch 'adminapi-user-email' into 'develop' | lain | |
AdminAPI: return user email See merge request pleroma/pleroma!3240 | |||
2021-01-06 | Add AdminAPI.AccountViewTest | Alex Gleason | |
2021-01-06 | AdminAPI: return user email | Alex Gleason | |
2021-01-06 | allow external emoji | Roger Braun | |
2021-01-05 | Add test to validate URLs to custom emojis are properly encoded | Mark Felder | |
2021-01-05 | Merge branch 'fix/pagination-regression' into 'develop' | lain | |
Do not try to guess which pagination we need by the existence of an :offset param. Closes #2399 See merge request pleroma/pleroma!3230 | |||
2021-01-05 | User: Use ObjectID type to validate also-known-as field | lain | |
2021-01-05 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
1526-account-aliases | |||
2021-01-05 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
pleroma-moderation-log-stuff | |||
2021-01-05 | AccountControllerTest: Fix test logic | lain | |
2021-01-05 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
object-normalize-refactor | |||
2021-01-04 | SideEffects.DeleteTest: asyncify. | lain | |
Replace Mock with Mox, mock out Logger. | |||
2021-01-04 | Add test to validate profile pagination works with keyset | Mark Felder | |
2021-01-04 | Object: Rework how Object.normalize works | lain | |
Now it defaults to not fetching, and the option is named. | |||
2021-01-01 | AdminAPI: return id for moderation log entries | Alex Gleason | |
2020-12-31 | Merge branch 'fix/reports-ordering' into 'develop' | feld | |
Do not reverse order of reports. We want newest ones sorted to the top. Closes #2364 See merge request pleroma/pleroma!3225 | |||
2020-12-31 | Ensure newest report is returned first in the list | Mark Felder | |
2020-12-30 | Render AKAs in Actor endpoints | Alex Gleason | |
2020-12-30 | Merge remote-tracking branch 'upstream/develop' into aliases | Alex Gleason | |
2020-12-30 | Support pagination in AdminAPI for user statuses | Mark Felder | |
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-27 | insreasing test coverage for StealEmojiPolicy | Alexander Strizhakov | |
2020-12-26 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework | |||
2020-12-26 | [#3213] Hashtag-filtering functions in ActivityPub. Mix task for migrating ↵ | Ivan Tashkinov | |
hashtags to `hashtags` table. | |||
2020-12-26 | Merge branch 'cachex-test' into 'develop' | lain | |
Test framework overhaul (speed, reliability) See merge request pleroma/pleroma!3209 | |||
2020-12-22 | Added Hashtag entity and objects-hashtags association with auto-sync with ↵ | Ivan Tashkinov | |
`data.tag` on Object update. |