Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-11 | ObjectView: do not fetch an object for its ID | Hélène | |
Non-Create/Listen activities had their associated object field normalized and fetched, but only to use their `id` field, which is both slow and redundant. This also failed on Undo activities, which delete the associated object/activity in database. Undo activities will now render properly and database loads should improve ever so slightly. | |||
2022-09-05 | User: generate private keys on user creation | Hélène | |
This fixes a race condition bug where keys could be regenerated post-federation, causing activities and HTTP signatures from an user to be dropped due to key differences. | |||
2022-02-25 | Copyright bump for 2022 | Sean King | |
2022-02-01 | Birthdays: Fix outgoing federation of birth dates | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-23 | Birthdays: hide_birthday -> show_birthday | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-22 | Birthdays: birth_date --> birthday | Alex Gleason | |
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> | |||
2021-05-27 | Provide totalItems field for featured collections | Mark Felder | |
2021-03-25 | Let pins federate | Alexander Strizhakov | |
- save object ids on pin, instead of activity ids - pins federation - removed pinned_activities field from the users table - activityPub endpoint for user pins - pulling remote users pins | |||
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 | Render AKAs in Actor endpoints | Alex Gleason | |
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-10-15 | Merge branch 'develop' into refactor/discoverable_user_field | Mark Felder | |
2020-10-14 | Finish undoing API breakage | Mark Felder | |
2020-10-13 | Change user.discoverable field to user.is_discoverable | Mark Felder | |
2020-10-13 | Change user.locked field to user.is_locked | Mark Felder | |
2020-07-06 | ActivityPub: Add new 'capabilities' to user. | lain | |
2020-07-03 | UserView: Add acceptsChatMessages field | lain | |
2020-05-29 | Bugfix: Reuse Controller.Helper pagination for APC2S | 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-03-15 | static_fe: Sanitize HTML in users | Haelwenn (lanodan) Monnier | |
2020-03-03 | Update Copyrights | Mark Felder | |
2019-12-17 | Hide follower counter when hiding is activated | Egor Kislitsyn | |
2019-12-10 | [ActivityPub] Configurable ActivityPub actor type | Hakaba Hitoyo | |
2019-10-21 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1304-user-info-deprecation # Conflicts: # lib/pleroma/user/info.ex # lib/pleroma/web/activity_pub/activity_pub.ex # lib/pleroma/web/activity_pub/transmogrifier.ex | |||
2019-10-19 | rework to use properties instead of compound typing, per SocialCG | Ariadne Conill | |
2019-10-16 | [#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP. | Ivan Tashkinov | |
2019-10-06 | Move local keys out of `user.info` | rinpatch | |
2019-10-04 | removed legacy api: "/objects/:uuid/likes" | Maksim Pechnikov | |
2019-10-01 | Extract apps actions from `MastodonAPIController` to `AppController` | Egor Kislitsyn | |
2019-09-30 | Merge branch 'features/apc2s-media-upload' into 'develop' | kaniini | |
AP C2S mediaUpload Closes #1171 See merge request pleroma/pleroma!1706 | |||
2019-09-30 | activitypub: object view: include child object for Listen activities | Ariadne Conill | |
2019-09-26 | Revert "add _discoverable_ keyword into ActivityPub @context" | Hakaba Hitoyo | |
This reverts commit 3aef4bdf8f37efd1055a84c5fca12ec4559a17f5. | |||
2019-09-25 | Apply suggestion to lib/pleroma/web/activity_pub/views/user_view.ex | rinpatch | |
2019-09-25 | Don't embed the first page in inboxes/outboxes and refactor the views to | rinpatch | |
follow View/Controller pattern Note that I mentioned the change in 1.1 section because I intend to backport this, if this is not needed I will move it back to Unreleased. | |||
2019-09-23 | Merge branch 'test/activity_pub/transmogrifier.ex' into 'develop' | kaniini | |
added tests /activity_pub/transmogrifier.ex See merge request pleroma/pleroma!1651 | |||
2019-09-23 | Clean up views | Steven Fuchs | |
2019-09-23 | Merge branch 'develop' into test/activity_pub/transmogrifier.ex | Maksim Pechnikov | |
2019-09-23 | Add support for AP C2S uploadMedia | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/issues/1171 | |||
2019-09-19 | Fix pagination in AP outbox.json | D Anzorge | |
2019-09-19 | Merge branch 'develop' into test/activity_pub/transmogrifier.ex | Maksim Pechnikov | |
2019-09-17 | Mastodon API: Add a setting to hide follow/follower count from the user view ↵ | eugenijm | |
(`hide_follows_count` and `hide_followers_count`) | |||
2019-09-11 | added tests | Maksim Pechnikov | |
2019-08-14 | Use info.fields instead of source_data for remote users | Egor Kislitsyn | |
2019-08-14 | Linkify custom fields values in ActivityPub.UserViewx | Egor Kislitsyn | |
2019-08-14 | Add profile custom fields to ActivityPub.UserView | Egor Kislitsyn | |
2019-08-04 | Do not add the "next" key to likes.json if there is no more items | Sergey Suprunenko | |