Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-22 | Cycles: move ID generator functions, Pleroma.Web.ActivityPub.Utils --> ↵ | Alex Gleason | |
Pleroma.Web.ActivityPub.IDs | |||
2021-02-21 | Video: Handle peertube videos only stashing attachments in x-mpegURL | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/2535 | |||
2021-02-03 | Merge branch 'develop' into 'fix/2412-filters' | feld | |
# Conflicts: # CHANGELOG.md | |||
2021-02-01 | list timeline filtration by params | Alexander Strizhakov | |
2021-01-26 | support for expires_in/expires_at in filters | Alexander Strizhakov | |
2021-01-21 | Merge branch 'test-cases-mox-setup' into 'develop' | lain | |
Mox mode setup tweak; refactoring See merge request pleroma/pleroma!3263 | |||
2021-01-20 | Merge branch 'deprecate-public_endpoint' into 'develop' | feld | |
Deprecate Uploaders.S3, :public_endpoint See merge request pleroma/pleroma!3251 | |||
2021-01-19 | Mox mode setup tweak; refactoring. | Ivan Tashkinov | |
2021-01-16 | [#3251] Fixed wrong test-env config setting for [Pleroma.Upload]. ↵ | Ivan Tashkinov | |
Refactoring. Added warning to `clear_config/_` to minimize such issues in future. | |||
2021-01-14 | Hack to fix tests not passing. Unclear why the filters are being set to nil. | Mark Felder | |
Both of these changes are needed or it doesn't work. | |||
2021-01-14 | Pbkdf2: Use it everywhere. | Lain Soykaf | |
2021-01-13 | Password: Replace Pbkdf2 with Password. | lain | |
2021-01-13 | Bump Copyright to 2021 | Haelwenn (lanodan) Monnier | |
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;' | |||
2021-01-05 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
object-normalize-refactor | |||
2021-01-04 | SideEffects.DeleteTest: asyncify. | lain | |
Replace Mock with Mox, mock out Logger. | |||
2021-01-04 | Object: Rework how Object.normalize works | lain | |
Now it defaults to not fetching, and the option is named. | |||
2020-12-28 | Revert "Merge branch 'features/hashtag-column' into 'develop'" | Haelwenn | |
This reverts merge request !2824 | |||
2020-12-28 | Merge branch 'features/hashtag-column' into 'develop' | Haelwenn | |
Insert text representation of hashtags into object["hashtags"] See merge request pleroma/pleroma!2824 | |||
2020-12-22 | Insert text representation of hashtags into object["hashtags"] | Haelwenn (lanodan) Monnier | |
Includes a new mix task: pleroma.database fill_old_hashtags | |||
2020-12-21 | Tests: Stub the pipeline in all tests. | lain | |
Restores the old un-moxed behavior. | |||
2020-12-21 | Pipeline test: Switch from Mock to Mox. | lain | |
Speeds up the test and makes it possible to run async. | |||
2020-12-21 | Tests: Add a helper method to reduce sleeping times in test. | lain | |
This will 'time travel', i.e. change the inserted_at and update_at fields of the object in question. This is used to backdate things were we used sleeping before to ensure time differences. | |||
2020-12-21 | Caching: Add caching behavior, add null implementation. | lain | |
2020-12-18 | Tests: Use NullCache for async tests. | lain | |
Caching can't work in async tests, so for them it is mocked to a null cache that is always empty. Synchronous tests are stubbed with the real Cachex, which is emptied after every test. | |||
2020-12-18 | Tests: Reset all cachex caches between synchronous tests | lain | |
Don't bother in the async case, it doesn't make sense there. | |||
2020-11-23 | Use Jason instead of Poison in tests | Mark Felder | |
2020-11-19 | fix for forwarded reports | Alexander Strizhakov | |
2020-11-12 | Fix object spoofing vulnerability in attachments | rinpatch | |
Validate the content-type of the response when fetching an object, according to https://www.w3.org/TR/activitypub/#x3-2-retrieving-objects. content-type headers had to be added to many mocks in order to support this, some of this was done with a regex. While I did go over the resulting files to check I didn't modify anything unrelated, there is a possibility I missed something. Closes pleroma#1948 | |||
2020-10-30 | Merge remote-tracking branch 'origin/develop' into feature/account-export | Egor Kislitsyn | |
2020-10-28 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
ostatus-controller-no-auth-check-on-non-federating-instances # Conflicts: # CHANGELOG.md | |||
2020-10-27 | Merge branch 'develop' into feature/account-export | Mark Felder | |
2020-10-20 | Merge remote-tracking branch 'origin/develop' into feature/account-export | Egor Kislitsyn | |
2020-10-17 | Merge remote-tracking branch 'remotes/origin/develop' into chore/elixir-1.11 | Ivan Tashkinov | |
2020-10-17 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
ostatus-controller-no-auth-check-on-non-federating-instances # Conflicts: # lib/pleroma/web/feed/user_controller.ex # lib/pleroma/web/o_status/o_status_controller.ex # lib/pleroma/web/router.ex # lib/pleroma/web/static_fe/static_fe_controller.ex | |||
2020-10-14 | Merge branch 'develop' into feature/account-export | Mark Felder | |
2020-10-13 | Merge branch 'develop' into chore/elixir-1.11 | Mark Felder | |
2020-10-13 | Merge branch 'develop' into refactor/discoverable_user_field | Mark Felder | |
2020-10-13 | Change user.discoverable field to user.is_discoverable | Mark Felder | |
2020-10-13 | tests consistency | Alexander Strizhakov | |
2020-10-07 | Compatibility with phoenix_pubsub 2.0.0 | Mark Felder | |
2020-10-07 | use Phoenix.ConnTest is deprecated | Mark Felder | |
2020-10-07 | Add backups deletion | Egor Kislitsyn | |
2020-10-02 | [#3053] No auth check in StaticFEController, even on non-federating ↵ | Ivan Tashkinov | |
instances. Adjusted tests. | |||
2020-10-01 | web push http_client fix | Alexander Strizhakov | |
2020-09-19 | [#2074] OAuth scope checking in Streaming API. | Ivan Tashkinov | |
2020-09-17 | User search respect discoverable flag | stwf | |
2020-09-14 | RichMedia: Do a HEAD request to check content type/length | rinpatch | |
This shouldn't be too expensive, since the connections are pooled, but it should save us some bandwidth since we won't fetch non-html files and files that are too large for us to process (especially since you can't cancel a request without closing the connection with HTTP1). | |||
2020-09-10 | schedule activity expiration in Oban | Alexander Strizhakov | |
2020-09-08 | Remove OStatus in testsuite | Haelwenn (lanodan) Monnier | |
2020-09-02 | correct pool and uniform headers format | Alexander Strizhakov | |