Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-02 | Merge remote-tracking branch 'origin/develop' into quote-postquote-post | Alex Gleason | |
2022-02-02 | Add tests for mismatched context in replies | Alex Gleason | |
2022-01-22 | Transmogrifier: fetch quoted post | Alex Gleason | |
2021-10-06 | CI: Bump lint stage to elixir-1.12 | Haelwenn (lanodan) Monnier | |
Elixir 1.12 changed formatting rules, this allows to avoid having to rollback to run `mix format` | |||
2021-08-09 | Merge branch 'poll-notification' into 'develop' | Haelwenn | |
MastodonAPI: Support poll notification See merge request pleroma/pleroma!3484 | |||
2021-08-06 | Add tests for setting `:instance, :quarantined_instances` | Ilja | |
No test was done for quarantined instances yet. I added a factory for followers_only notes and checked * That no followers only post is send when the target server is quarantined * That a followers only post is send when the target server is not quarantined | |||
2021-07-18 | Merge remote-tracking branch 'pleroma/develop' into poll-notification-fixes | Alex Gleason | |
2021-07-18 | Poll notification: trigger PollWorker through common_pipeline | Alex Gleason | |
2021-07-17 | MastodonAPI: Support poll notification | Alex Gleason | |
2021-06-07 | MRF: create MRF.Policy behaviour separate from MRF module | Alex Gleason | |
Speeds up recompilation by reducing compile-time deps | |||
2021-06-04 | Fix warning for misuse of clear_config/2 | Mark Felder | |
The old warning message was producing an improperly formatted suggestion. | |||
2021-06-03 | factory: Fix article_factory | Haelwenn (lanodan) Monnier | |
2021-03-25 | removeing corresponding add activity | Alexander Strizhakov | |
2021-03-25 | refetch user on incoming add/remove activity | Alexander Strizhakov | |
if featured_address is nil | |||
2021-03-25 | validator renaming & add validation for target | Alexander Strizhakov | |
2021-03-25 | Let pins federate | Alexander Strizhakov | |
- save object ids on pin, instead of activity ids - pins federation - removed pinned_activities field from the users table - activityPub endpoint for user pins - pulling remote users pins | |||
2021-03-22 | Copy emoji in the subject from parent post | rinpatch | |
Sometimes people put emoji in the subject, which results in the subject looking broken if someone replies to it from a server that does not have the said emoji under the same shortcode. This patch solves the problem by extending the emoji set available in the summary to that of the parent post. | |||
2021-03-19 | respect content-type header in finger request | Alexander Strizhakov | |
2021-03-05 | Update OpenApiSpex dependency | Egor Kislitsyn | |
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 | |