| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-10-04 | removed legacy api: "/objects/:uuid/likes" | Maksim Pechnikov | |
| 2019-09-30 | Merge branch 'features/apc2s-media-upload' into 'develop' | kaniini | |
| AP C2S mediaUpload Closes #1171 See merge request pleroma/pleroma!1706 | |||
| 2019-09-25 | Don't embed the first page in inboxes/outboxes and refactor the views to | rinpatch | |
| follow View/Controller pattern Note that I mentioned the change in 1.1 section because I intend to backport this, if this is not needed I will move it back to Unreleased. | |||
| 2019-09-24 | /api/ap/uploadMedia → /api/ap/upload_media | Haelwenn (lanodan) Monnier | |
| 2019-09-23 | Add support for AP C2S uploadMedia | Haelwenn (lanodan) Monnier | |
| Closes: https://git.pleroma.social/pleroma/pleroma/issues/1171 | |||
| 2019-09-23 | Document and test /api/ap/whoami | Haelwenn (lanodan) Monnier | |
| 2019-09-18 | Bump copyright years of files changed in 2019 | Haelwenn (lanodan) Monnier | |
| Done via the following command: git diff 1e6c102bfcfe0e4835a48f2483f2376f9bf86a20 --stat --name-only | cat - | xargs sed -i 's/2017-2018 Pleroma Authors/2017-2019 Pleroma Authors/' | |||
| 2019-09-16 | Merge branch 'feature/delivery-tracking' into 'develop' | kaniini | |
| Track signed fetches of objects and use them for delete federation See merge request pleroma/pleroma!1661 | |||
| 2019-09-14 | [#1149] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
| 1149-oban-job-queue # Conflicts: # docs/config.md # mix.lock | |||
| 2019-09-12 | Track object/create activity fetches | rinpatch | |
| 2019-09-09 | Add Pleroma.Plugs.Cache | minibikini | |
| 2019-09-10 | Fix `ActivityPubController.read_inbox/2` | Egor Kislitsyn | |
| 2019-08-31 | [#1149] Addressed code review comments (code style, jobs pruning etc.). | Ivan Tashkinov | |
| 2019-08-31 | [#1149] Added Oban job for "activity_expiration". Merged remote-tracking ↵ | Ivan Tashkinov | |
| branch 'remotes/upstream/develop' into 1149-oban-job-queue # Conflicts: # config/config.exs | |||
| 2019-08-22 | fix test | Maksim Pechnikov | |
| 2019-08-22 | [#1149] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
| 1149-oban-job-queue # Conflicts: # lib/pleroma/application.ex # lib/pleroma/scheduled_activity_worker.ex # lib/pleroma/web/federator/retry_queue.ex # lib/pleroma/web/oauth/token/clean_worker.ex # test/user_test.exs # test/web/federator_test.exs | |||
| 2019-08-22 | fixed unfollow for relay actor | Maksim Pechnikov | |
| 2019-08-19 | added test helpers to clear config after tests | Maksim | |
| 2019-08-13 | [#1149] Added more oban workers. Refactoring. | Ivan Tashkinov | |
| 2019-08-09 | Merge remote-tracking branch 'remotes/upstream/develop' into 1149-oban-job-queue | Ivan Tashkinov | |
| 2019-08-09 | [#1149] Oban jobs implementation for :federator_incoming and ↵ | Ivan Tashkinov | |
| :federator_outgoing queues. | |||
| 2019-08-04 | Do not add the "next" key to likes.json if there is no more items | Sergey Suprunenko | |
| 2019-07-17 | tests: add test for fetching the internal fetch actor | Ariadne Conill | |
| 2019-07-12 | ActivityPub Controller: Actually pass for_user to following/followers | rinpatch | |
| views and give 403 errors when trying to request hidden follower pages when unauthenticated | |||
| 2019-07-12 | ActivityPub User view: Following/Followers refactoring | rinpatch | |
| - Render the collection items if the user requesting == the user rendered - Do not render the first page if hide_{followers,follows} is set, just give the URI to it | |||
| 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 | Testing: Don't federate in testing. | lain | |
| 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-01 | Remove all follower collections but actor's from "cc" | Sergey Suprunenko | |
| 2019-04-22 | Use `User.get_cached*` everywhere | Egor | |
| 2019-04-16 | activitypub: allow indirect messages from users being followed at a personal ↵ | William Pitcock | |
| inbox | |||
| 2019-04-02 | change `Repo.get(User, id)` => `User.get_by_id(id)` | Egor Kislitsyn | |
| 2019-03-13 | [Credo] fix Credo.Check.Readability.AliasOrder | Haelwenn (lanodan) Monnier | |
| 2019-02-22 | Fix: Fixing an outbox related bug when local user activity is empty | KZ | |
| 2019-02-20 | tests: fix formatting | William Pitcock | |
| 2019-02-20 | tests: add test for fetching AP objects with application/json. | William Pitcock | |
| 2019-02-14 | Merge branch 'fix/credo-issues-test' into 'develop' | kaniini | |
| Fix credo issues in ./test See merge request pleroma/pleroma!808 | |||
| 2019-02-14 | tests: update tests for totalItems leak fix | William Pitcock | |
| 2019-02-11 | test: de-group alias/es | Haelwenn (lanodan) Monnier | |
| 2019-02-06 | hide_followings was renamed to hide_followers in the FE, but never synced up ↵ | Mark Felder | |
| in the BE This was a dirty regex replace which worked on my server | |||
| 2019-02-03 | Split hide_network into hide_followers & hide_followings (fixed) | Maxim Filippov | |
| 2019-02-01 | Revert "Merge branch 'feature/split-hide-network' into 'develop'" | kaniini | |
| This reverts merge request !733 | |||
| 2019-02-01 | Merge branch 'feature/split-hide-network' into 'develop' | kaniini | |
| Split hide_network into hide_followers & hide_followings See merge request pleroma/pleroma!733 | |||
| 2019-01-29 | [#534] Made federation push sender be determined basing on content instead ↵ | Ivan Tashkinov | |
| of `referer` header. Updated tests. | |||
| 2019-01-28 | Split hide_network into hide_followers & hide_followings | 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 | Add route to get object like activities | sxsdv1 | |
| 2019-01-12 | Handle client submitted activitypub like activity | sxsdv1 | |
| 2019-01-09 | Support activity+json request for activity | sxsdv1 | |
