Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-31 | tests for TwitterApi/UtilController | Maksim | |
2019-07-24 | Merge branch 'fix-remote-follow-from-ostatus-subscribe' into 'develop' | kaniini | |
Fix remote follow from /ostatus_subscribe Closes #1103 See merge request pleroma/pleroma!1472 | |||
2019-07-24 | Show the url advertised in the Activity in the Status JSON response | Sergey Suprunenko | |
2019-07-25 | Add WebFinger test for AP-only account | kPherox | |
2019-07-24 | tests WebFinger | Maksim | |
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-20 | Merge develop | Roman Chvanikov | |
2019-07-18 | Merge branch 'develop' into feature/admin-api-user-statuses | Maxim Filippov | |
2019-07-18 | tests for Uploader with webhook | Maksim | |
2019-07-14 | Merge branch 'develop' into feature/digest-email | Roman Chvanikov | |
2019-07-14 | HttpRequestMock: Add 404s on OStatus fetching for info.pleroma.site | Haelwenn (lanodan) Monnier | |
2019-07-14 | HttpRequestMock: Add missing mocks for object containment tests | Haelwenn (lanodan) Monnier | |
2019-07-14 | Admin API: Endpoint for fetching latest user's statuses | Maxim Filippov | |
2019-07-12 | merge develop | Roman Chvanikov | |
2019-07-11 | Merge branch 'fix/1019-refactor' into 'develop' | kaniini | |
Fix/1019 refactor See merge request pleroma/pleroma!1397 | |||
2019-07-10 | support for idna domains | Alexander Strizhakov | |
2019-07-10 | removing synchronization worker | Alex S | |
2019-07-10 | Create mentions only for explicitly mentioned users | Sergey Suprunenko | |
2019-07-09 | [#878] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
878-activity-object-decoupling-in-tests # Conflicts: # lib/pleroma/object.ex # test/web/activity_pub/transmogrifier_test.exs # test/web/ostatus/ostatus_test.exs | |||
2019-07-09 | Merge develop | Roman Chvanikov | |
2019-07-09 | Fix/1019 correct count remote users | Alexander Strizhakov | |
2019-07-09 | Merge branch 'remove-swift' into 'develop' | kaniini | |
Remove Uploaders.Swift and `httpoison` dependency Closes #1051 See merge request pleroma/pleroma!1374 | |||
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-07-05 | [#1043] fix search accounts. | Maksim | |
2019-07-03 | Remove `httpoison` from dependencies | Egor Kislitsyn | |
2019-06-29 | Resolve conflicts | Roman Chvanikov | |
2019-06-25 | add ignore hosts and TLDs for rich_media | Maksim Pechnikov | |
2019-06-23 | support for config groups | Alex S | |
2019-06-16 | salmon fix | Alex S | |
removed some ownership sandbox error | |||
2019-06-14 | it is changed in compile time | Alexander Strizhakov | |
we can't change module attributes and endpoint settings in runtime | |||
2019-06-05 | Fix conflict | Roman Chvanikov | |
2019-06-04 | Add missing HTTP Request mocks | Sergey Suprunenko | |
2019-06-03 | Merge branch 'develop' into feature/digest-email | Mark Felder | |
2019-06-01 | Resolve merge conflicts | rinpatch | |
2019-05-30 | Replace missing non-nullable Card attributes with empty strings | Sergey Suprunenko | |
2019-05-29 | Merge develop | Roman Chvanikov | |
2019-05-25 | remove @websub and @ostatus module-level constants | William Pitcock | |
2019-05-18 | Resolve merge conflicts and remove IO.inspects | rinpatch | |
2019-05-17 | Fix/902 random compile failing | Alexander Strizhakov | |
2019-05-16 | Add Reports to Admin API | Sergey Suprunenko | |
2019-05-15 | Handle incoming Question objects | rinpatch | |
2019-05-08 | Merge develop | Roman Chvanikov | |
2019-05-01 | Merge remote-tracking branch 'origin/develop' into conversations_three | lain | |