Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-27 | added tests for ActivityPub.like\unlike | Maksim Pechnikov | |
2019-08-24 | Merge remote-tracking branch 'origin/develop' into ↵ | lain | |
sixohsix/pleroma-post_expiration | |||
2019-08-08 | Merge branch 'feature/digest-email' into 'develop' | lain | |
Feature/digest email See merge request pleroma/pleroma!1078 | |||
2019-08-04 | Do not add the "next" key to likes.json if there is no more items | Sergey Suprunenko | |
2019-07-24 | Merge branch 'develop' into feature/digest-email | Roman Chvanikov | |
2019-07-24 | Require that ephemeral posts live for at least one hour | Mike 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-24 | Add support for activity expiration to common and Masto API | Mike 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-24 | Add activity expirations table | Mike Verdone | |
Add a table to store activity expirations. An activity can have zero or one expirations. The expiration has a scheduled_at field which stores the time at which the activity should expire and be deleted. | |||
2019-07-24 | Merge branch 'develop' into feature/admin-api-user-statuses | Maxim Filippov | |
2019-07-23 | tests for Pleroma.Web.ActivityPub.Publisher | Maksim | |
2019-07-23 | remove pry | Maxim Filippov | |
2019-07-14 | Admin API: Endpoint for fetching latest user's statuses | Maxim Filippov | |
2019-07-12 | merge develop | Roman Chvanikov | |
2019-07-10 | removing synchronization worker | Alex S | |
2019-07-10 | Create mentions only for explicitly mentioned users | Sergey Suprunenko | |
2019-07-08 | [#878] Formatting fix. | Ivan Tashkinov | |
2019-07-08 | [#878] Refactored assumptions on embedded object presence in tests. Adjusted ↵ | Ivan Tashkinov | |
note factory to not embed object into activity. | |||
2019-06-29 | Resolve conflicts | Roman Chvanikov | |
2019-06-23 | support for config groups | Alex S | |
2019-06-14 | it is changed in compile time | Alexander Strizhakov | |
we can't change module attributes and endpoint settings in runtime | |||
2019-05-29 | Merge develop | Roman Chvanikov | |
2019-05-17 | Fix/902 random compile failing | Alexander Strizhakov | |
2019-05-16 | Add Reports to Admin API | Sergey Suprunenko | |
2019-05-08 | Merge develop | Roman Chvanikov | |
2019-04-19 | Fix tests | Roman Chvanikov | |
2019-04-10 | Participations: Add marking as read and unread. | lain | |
2019-04-10 | Conversation: Add Conversations and Participations. | lain | |
2019-04-08 | [#923] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
twitter_oauth # Conflicts: # docs/config.md # test/support/factory.ex | |||
2019-04-06 | Added limits and media attachments for scheduled activities. | eugenijm | |
2019-04-06 | Add scheduled activities | eugenijm | |
2019-04-05 | Redirect to the referer url after mastofe authorization | Sergey Suprunenko | |
2019-04-04 | [#923] OAuth consumer controller tests. Misc. improvements. | Ivan Tashkinov | |
2019-04-02 | Added "GET /oauth/authorize" tests. | Ivan Tashkinov | |
2019-03-06 | [#647] tests for web push | Maksim | |
2019-03-04 | Add status text to notifications (mentions and reposts) | Maxim Filippov | |
2019-02-20 | [#468] Added support for `push` OAuth scope (Mastodon 2.4+). | Ivan Tashkinov | |
2019-02-19 | [#468] Merged `upstream/develop`. | Ivan Tashkinov | |
2019-02-17 | [#468] Refactored OAuth scopes' defaults & missing selection handling. | Ivan Tashkinov | |
2019-02-14 | [#468] User UI for OAuth permissions restriction. Standardized storage ↵ | Ivan Tashkinov | |
format for `scopes` fields, updated usages. | |||
2019-02-13 | Add OAuth tokens endpoint | Maxim Filippov | |
2019-01-28 | [#534] Various tweaks. Tests for Instances and Instance. | Ivan Tashkinov | |
2019-01-25 | [#534] Federation reachability filtering tests. | Ivan Tashkinov | |
2019-01-12 | Prepare all types objects before serialising | sxsdv1 | |
Activities returned from inbox can include other types of objects like Article | |||
2019-01-05 | Don't crash on AP request for tombstone | sxsdv1 | |
Because tombstone objects has no addressing the is_public?-predicate would cause an error that propagated as a 500 error in the api | |||
2018-12-23 | tests: add legal boilerplate | William Pitcock | |
2018-11-18 | Fix User deactivation. | lain | |
2018-08-16 | Merge branch 'fix/put-repeats-at-activitypub-outbox' into 'develop' | kaniini | |
Fix: Output repeats at ActivityPub outbox Closes #191 See merge request pleroma/pleroma!175 | |||
2018-07-21 | improve test | hakabahitoyo | |
2018-06-06 | Add OAuth controller tests | D Anzorge | |
Tests for Pleroma.Web.OAuth.OAuthController | |||
2018-05-26 | Merge branch 'develop' into csaurus/pleroma-feature/mstdn-direct-api | lain | |