aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/common_api
AgeCommit message (Collapse)Author
2019-11-12Add a notification for Move activitiesEgor Kislitsyn
2019-11-08Merge remote-tracking branch 'origin/develop' into reactionslain
2019-11-05Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remodellain
2019-11-05Merge branch 'develop' into feature/reports-groups-and-multiple-state-updateMaxim Filippov
2019-10-24Merge remote-tracking branch 'upstream/develop' into ↵Egor Kislitsyn
refactor/following-relationships
2019-10-23Add Pipeline module, test for federation.lain
2019-10-20[#1304] Moved remaining fields from User.Info to User.Ivan Tashkinov
Misc. fixes / improvements.
2019-10-17ObjectValidator: Rewrite LikeValidator with Ecto.lain
2019-10-16[#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP.Ivan Tashkinov
2019-10-16Introduce new ingestion pipeline structure, implement internal Likes with it.lain
2019-10-11Replace `user.following` with Pleroma.FollowingRelationshipEgor Kislitsyn
2019-10-07Merge branch 'develop' into feature/reports-groups-and-multiple-state-updateMaxim Filippov
2019-10-06Merge branch 'develop' into 'reactions'lain
# Conflicts: # CHANGELOG.md
2019-10-05CommonAPI: Create profile updates as public.lain
This saves us lots of sending out because we can use sharedInbox.
2019-10-04Admin API: Allow changing the state of multiple reports at onceMaxim Filippov
2019-10-02CommonAPI: Add unreactions.lain
2019-10-02Merge remote-tracking branch 'origin/develop' into reactionslain
2019-10-02Rename misleading `get_announce_visibility` to `public_announce?`Thibaut Girka
2019-10-01Allow users to announce privately, including own private notesThibaut Girka
2019-09-30Merge remote-tracking branch 'origin/develop' into reactionslain
2019-09-30common api: add some missing IR bits for listen activities' childrenAriadne Conill
2019-09-30common api: make sure the generated IR is actually federatableAriadne Conill
2019-09-30common api: implement scrobblingAriadne Conill
2019-09-28Fix not being able to post empty statuses with attachmentsrinpatch
Attachment field was filled in after the empty status check
2019-09-26Cleanup CommonAPIEgor Kislitsyn
2019-09-26Add ActivityDraft.with_valid/2Egor Kislitsyn
2019-09-26Add CommonAPI.ActivityDraftEgor Kislitsyn
2019-09-26Merge branch 'refactor/user' into 'develop'kaniini
Simplify updating user's `info` See merge request pleroma/pleroma!1712
2019-09-26Merge branch 'hex-flake-id' into 'develop'kaniini
Replace `Pleroma.FlakeId` with `flake_id` hex package See merge request pleroma/pleroma!1692
2019-09-25Replace `Pleroma.FlakeId` with `flake_id` hex packageEgor Kislitsyn
2019-09-24Cleanup Pleroma.UserEgor Kislitsyn
2019-09-24Add User.change_info/2 and User.update_info/2Egor Kislitsyn
2019-08-31added Emoji structMaksim Pechnikov
2019-08-30added Emoji.FormatterMaksim Pechnikov
2019-08-30added code\path fields without html tags in etsMaksim Pechnikov
2019-08-27CommonAPI: Support emoji reactions.lain
2019-08-25Log admin/moderator actionsMaxim Filippov
2019-08-24Activity Expiration: Switch to 'expires_in' system.lain
2019-08-24Merge remote-tracking branch 'origin/develop' into ↵lain
sixohsix/pleroma-post_expiration
2019-08-08Merge remote-tracking branch 'origin/develop' into pleroma-conversationslain
2019-08-05tests for CommonApi/UtilsMaksim
2019-08-05CommonAPI: Replies to conversations also get the correct context id.lain
2019-08-02CommonAPI: Extend api with conversation replies.lain
2019-07-31test for Pleroma.Web.CommonAPI.Utils.get_by_id_or_ap_idMaksim
2019-07-29Revert "Merge branch 'bugfix/clean-up-markdown-rendering' into 'develop'"kaniini
This reverts merge request !1504
2019-07-29markdown: clean up html generated by earmarkAriadne Conill
2019-07-29constants: add as_public constant and use it everywhereAriadne Conill
2019-07-24Require that ephemeral posts live for at least one hourMike Verdone
If we didn't put some kind of lifetime requirement on these, I guess you could annoy people by sending large numbers of ephemeral posts that provoke notifications but then disappear before anyone can read them.
2019-07-24Add support for activity expiration to common and Masto APIMike Verdone
The "expires_at" parameter accepts an ISO8601-formatted date which defines when the activity will expire. At this point the API will not give you any feedback about if your post will expire or not.
2019-07-23Fix functionMark Felder