Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-02 | Dismiss the follow request notification on rejection | eugenijm | |
2020-05-01 | Merge branch 'following-relationships-optimizations' into 'develop' | rinpatch | |
FollowingRelationship storage & performance optimizations See merge request pleroma/pleroma!2332 | |||
2020-05-01 | CommonAPI: Don't make repeating announces possible | lain | |
2020-05-01 | Mastodon API: do not create a following relationship if the corresponding ↵ | eugenijm | |
follow request doesn't exist when calling `POST /api/v1/follow_requests/:id/authorize` | |||
2020-03-15 | Formatting: Do not use \n and prefer <br> instead | Haelwenn (lanodan) Monnier | |
It moves bbcode to bbcode_pleroma as the former is owned by kaniini and transfering ownership wasn't done in a timely manner. Closes: https://git.pleroma.social/pleroma/pleroma/issues/1374 Closes: https://git.pleroma.social/pleroma/pleroma/issues/1375 | |||
2020-03-15 | Fix enforcement of character limits | Mark Felder | |
2020-03-04 | MastodonController: Return 404 errors correctly. | lain | |
2020-03-03 | Update Copyrights | Mark Felder | |
2020-03-02 | Bump copyright years of files changed after 2020-01-07 | Haelwenn (lanodan) Monnier | |
Done via the following command: git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>' | |||
2020-02-11 | Fix the confusingly named and inverted logic of "no_attachment_links" | Mark Felder | |
The setting is now simply "attachment_links" and the boolean value does what you expect. A double negative is never possible and describing the functionality is no longer a philospher's worst nightmare. | |||
2020-02-07 | Questions: Add timezone to `closed` property | Lain Soykaf | |
2020-02-02 | fix not being able to pin polls | rinpatch | |
2020-01-20 | CommonAPI: Don't error out on double favs/repeats | lain | |
2019-12-04 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1335-user-api-id-fields-relations # Conflicts: # lib/pleroma/user.ex | |||
2019-12-02 | Merge branch 'feature/move-activity' into 'develop' | lain | |
Support "Move" activity Closes #1316 See merge request pleroma/pleroma!1883 | |||
2019-11-20 | [#1335] Reorganized users.subscribers as UserRelationship. Added tests for ↵ | Ivan Tashkinov | |
UserRelationship-related functionality. | |||
2019-11-19 | [#1335] Implemented notification mutes and reblog mutes as ↵ | Ivan Tashkinov | |
UserRelationships. User to UserRelationship relations and functions refactoring. | |||
2019-11-14 | Merge branch 'feature/reports-groups-and-multiple-state-update' into 'develop' | feld | |
Admin API: Grouped reports, update multiple reports in one query Closes admin-fe#43 See merge request pleroma/pleroma!1815 | |||
2019-11-14 | Merge remote-tracking branch 'upstream/develop' into feature/move-activity | Egor Kislitsyn | |
2019-11-12 | Fix tests | Egor Kislitsyn | |
2019-11-12 | Add a notification for Move activities | Egor Kislitsyn | |
2019-11-08 | Merge remote-tracking branch 'origin/develop' into reactions | lain | |
2019-11-05 | Merge branch 'develop' into feature/reports-groups-and-multiple-state-update | Maxim Filippov | |
2019-10-24 | Merge remote-tracking branch 'upstream/develop' into ↵ | Egor Kislitsyn | |
refactor/following-relationships | |||
2019-10-20 | [#1304] Moved remaining fields from User.Info to User. | Ivan Tashkinov | |
Misc. fixes / improvements. | |||
2019-10-16 | [#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP. | Ivan Tashkinov | |
2019-10-11 | Replace `user.following` with Pleroma.FollowingRelationship | Egor Kislitsyn | |
2019-10-07 | Merge branch 'develop' into feature/reports-groups-and-multiple-state-update | Maxim Filippov | |
2019-10-06 | Merge branch 'develop' into 'reactions' | lain | |
# Conflicts: # CHANGELOG.md | |||
2019-10-05 | CommonAPI: Create profile updates as public. | lain | |
This saves us lots of sending out because we can use sharedInbox. | |||
2019-10-04 | Admin API: Allow changing the state of multiple reports at once | Maxim Filippov | |
2019-10-02 | CommonAPI: Add unreactions. | lain | |
2019-10-02 | Merge remote-tracking branch 'origin/develop' into reactions | lain | |
2019-10-02 | Rename misleading `get_announce_visibility` to `public_announce?` | Thibaut Girka | |
2019-10-01 | Allow users to announce privately, including own private notes | Thibaut Girka | |
2019-09-30 | Merge remote-tracking branch 'origin/develop' into reactions | lain | |
2019-09-30 | common api: add some missing IR bits for listen activities' children | Ariadne Conill | |
2019-09-30 | common api: make sure the generated IR is actually federatable | Ariadne Conill | |
2019-09-30 | common api: implement scrobbling | Ariadne Conill | |
2019-09-28 | Fix not being able to post empty statuses with attachments | rinpatch | |
Attachment field was filled in after the empty status check | |||
2019-09-26 | Cleanup CommonAPI | Egor Kislitsyn | |
2019-09-26 | Add ActivityDraft.with_valid/2 | Egor Kislitsyn | |
2019-09-26 | Add CommonAPI.ActivityDraft | Egor Kislitsyn | |
2019-09-26 | Merge branch 'refactor/user' into 'develop' | kaniini | |
Simplify updating user's `info` See merge request pleroma/pleroma!1712 | |||
2019-09-26 | Merge branch 'hex-flake-id' into 'develop' | kaniini | |
Replace `Pleroma.FlakeId` with `flake_id` hex package See merge request pleroma/pleroma!1692 | |||
2019-09-25 | Replace `Pleroma.FlakeId` with `flake_id` hex package | Egor Kislitsyn | |
2019-09-24 | Cleanup Pleroma.User | Egor Kislitsyn | |
2019-09-24 | Add User.change_info/2 and User.update_info/2 | Egor Kislitsyn | |
2019-08-31 | added Emoji struct | Maksim Pechnikov | |
2019-08-30 | added Emoji.Formatter | Maksim Pechnikov | |