Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-02 | rewrites List.foldl to Enum.each | Michael Loftis | |
2019-01-02 | Merge branch 'fix/reserve-media-username' into 'develop' | rinpatch | |
Reserve /media See merge request pleroma/pleroma!620 | |||
2019-01-02 | reserve /media | Rin Toshaka | |
2019-01-02 | Add RichMediaController and tests | Maxim Filippov | |
2019-01-02 | Add handler for Phoenix-style socket. | lain | |
2019-01-01 | Implement delete activity | sxsdv1 | |
2019-01-01 | Split create activity specifics from update_outbox | sxsdv1 | |
2019-01-01 | Better variable name | Maxim Filippov | |
2019-01-01 | Add OGP parser | Maxim Filippov | |
2019-01-01 | Merge branch 'pool-usage' into 'develop' | kaniini | |
Update of hackney and tesla, removal of superflous default options. See merge request pleroma/pleroma!614 | |||
2019-01-01 | Merge branch 'configurable-federator' into 'develop' | rinpatch | |
Make Federator options configurable. See merge request pleroma/pleroma!615 | |||
2019-01-01 | Merge branch '2019-1-1-update-frontend' into 'develop' | lambda | |
update frontend See merge request pleroma/pleroma!616 | |||
2019-01-01 | update frontend | lain | |
2019-01-01 | Add documentation. | lain | |
2019-01-01 | Merge branch 'cleanup/admin-api-useless-if' into 'develop' | lambda | |
Web.AdminAPI.AdminAPIController: Remove a useless if in user_delete See merge request pleroma/pleroma!612 | |||
2019-01-01 | Make Federator options configurable. | lain | |
2019-01-01 | Merge remote-tracking branch 'origin/develop' into pool-usage | lain | |
2019-01-01 | Update Tesla and Hackney. | lain | |
2019-01-01 | Remove default pool, it's used automatically anyway. | lain | |
2018-12-31 | Web.AdminAPI.AdminAPIController: Remove a useless if in user_delete | Haelwenn (lanodan) Monnier | |
2018-12-31 | Merge branch 'features/admin-api-user-views' into 'develop' | kaniini | |
User/Account views: Add rights.admin Closes #472 See merge request pleroma/pleroma!589 | |||
2018-12-31 | Merge branch 'docs/admin-api' into 'develop' | kaniini | |
Add docs/Admin-API.md See merge request pleroma/pleroma!611 | |||
2018-12-31 | Merge branch 'maintenance/copyright-2019' into 'develop' | kaniini | |
update copyright years to 2019 See merge request pleroma/pleroma!613 | |||
2018-12-31 | update copyright years to 2019 | William Pitcock | |
2018-12-31 | Add docs/Admin-API.md | Haelwenn (lanodan) Monnier | |
[ci skip] | |||
2018-12-31 | Merge branch 'fix/scrubber-cache' into 'develop' | lambda | |
[#481] Store scrubbed posts in Cachex Closes #481 See merge request pleroma/pleroma!610 | |||
2018-12-31 | Fix a typo in user_test.ex | Rin Toshaka | |
2018-12-31 | Eh? | Rin Toshaka | |
2018-12-31 | Move scrubber cache-related functions to Pleroma.HTML | Rin Toshaka | |
2018-12-30 | Merge branch 'mr/retry-queue' into 'develop' | kaniini | |
Improves RetryQueue behavior See merge request pleroma/pleroma!609 | |||
2018-12-31 | Get default scrubbers from config instead of hardcoded | rinpatch | |
2018-12-31 | Fix test failure | rinpatch | |
2018-12-30 | Resolve merge conflict | Rin Toshaka | |
2018-12-30 | Fix comment in object.ex | Rin Toshaka | |
2018-12-30 | Merge branch 'activitypub-c2s' into 'develop' | kaniini | |
Activitypub c2s See merge request pleroma/pleroma!608 | |||
2018-12-30 | shame on me for not testing after revert | Rin Toshaka | |
2018-12-30 | Fix formating. Aparently my pre-commit hook broke. | Rin Toshaka | |
2018-12-30 | Revert some changes in html.ex | Rin Toshaka | |
2018-12-30 | Friendship ended with Postgresql now Cachex is my best friend | Rin Toshaka | |
2018-12-30 | Friendship ended with Postgresql now Cachex is my best friend | Rin Toshaka | |
2018-12-30 | Added get_stripped_html_for_object. Renamed a few things | Rin Toshaka | |
2018-12-30 | Improves RetryQueue behavior | Michael Loftis | |
reduces to one single timer firing once a second switches to a parallel worker model | |||
2018-12-30 | Tidy up the code. Rename key to signature | Rin Toshaka | |
2018-12-30 | Fix some stupid typos | Rin Toshaka | |
2018-12-30 | Respond with full activity to outbox post | sxsdv1 | |
2018-12-30 | Limit activity types accepted to outbox to only 'Create' | sxsdv1 | |
2018-12-30 | Create activity when client posts to outbox | sxsdv1 | |
2018-12-30 | Implement ActivityPub inbox view | sxsdv1 | |
More or less verbatim copied from the outbox template with only changes to the activities fetched and url reported | |||
2018-12-30 | Use Object.change instead of Ecto.Changeset.change | Rin Toshaka | |
2018-12-29 | Wire up stub routes for client calls of activitypub inbox/outbox | sxsdv1 | |
Code style: remove wrapping function of outbox |