Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-20 | Switch from the deprecated "use Mix.config" to "import Config" | Mark Felder | |
2021-04-16 | Merge branch 'feature/521-pinned-post-federation' into 'develop' | rinpatch | |
Pinned posts federation Closes #521 See merge request pleroma/pleroma!3312 | |||
2021-03-27 | tests for release config provider | Alexander Strizhakov | |
2021-03-25 | moving fixture into mastodon folder | Alexander Strizhakov | |
2021-03-25 | not needed | Alexander Strizhakov | |
2021-03-25 | featured_address valition in AddRemoveValidator | Alexander Strizhakov | |
2021-03-25 | mastodon pins | 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-15 | Add support for actor icon being a list (Bridgy) | Haelwenn (lanodan) Monnier | |
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-10 | not used mock | Alexander Strizhakov | |
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-07 | ActivtityPub Test: Add example for guppe actor | lain | |
2020-11-23 | Fix badly formatted JSON fixtures which causes Jason to erroneously detect ↵ | Mark Felder | |
control characters | |||
2020-11-19 | fix for mastodon 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-11-10 | config descriptions for custom MRF policies | Alexander Strizhakov | |
2020-10-26 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into 2236-no-name | lain | |
2020-10-23 | User: Correctly handle whitespace names. | lain | |
2020-10-19 | Transmogrifier: Downcase incoming Hashtags | lain | |
Also, set sensitive to true if we have an nsfw hashtag present. | |||
2020-10-13 | tests consistency | Alexander Strizhakov | |
2020-10-12 | Add missing Copyright headers | Mark Felder | |
2020-09-22 | finland-emojis.zip -> emojis.zip | Maksim Pechnikov | |
2020-09-22 | Merge branch 'develop' into issue/1975 | Maksim Pechnikov | |
2020-09-17 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
media-preview-proxy-nostream # Conflicts: # CHANGELOG.md | |||
2020-09-17 | Merge branch 'omit-nondiscoverable-from-search' into 'develop' | Haelwenn | |
User search should respect discoverable flag See merge request pleroma/pleroma!2997 | |||
2020-09-17 | User search respect discoverable flag | stwf | |
2020-09-17 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
media-preview-proxy-nostream | |||
2020-09-17 | [#2497] Configurability of :min_content_length (preview proxy). Refactoring, ↵ | Ivan Tashkinov | |
documentation, tests. | |||
2020-09-17 | AdminAPI: Allow to modify Terms of Service and Instance Panel via Admin API | eugenijm | |
2020-09-11 | Pipeline Ingestion: Article | Haelwenn (lanodan) Monnier | |
2020-09-11 | Pipeline Ingestion: Video | Haelwenn (lanodan) Monnier | |
2020-09-08 | Remove OStatus in testsuite | Haelwenn (lanodan) Monnier | |
2020-08-25 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
frontend-bundles-downloads | |||
2020-08-24 | added tests | Maksim Pechnikov | |
2020-08-22 | upload emoji zip file | Maksim Pechnikov | |
2020-08-19 | Pipeline Ingestion: Audio (Part 2) | Haelwenn (lanodan) Monnier | |
2020-08-07 | Mix Task Frontend test: Expand. | lain | |
2020-08-07 | Mix Task Frontend: Add tests. | lain | |
2020-07-15 | Fix attachments in polls | Haelwenn (lanodan) Monnier | |
2020-07-15 | question_validator: fix for mastodon poll expiration | Haelwenn (lanodan) Monnier | |
Mastodon activities do not have a "closed" field, this could be seen on https://pouet.it/users/lanodan_tmp/statuses/104345126997708380 which runs Mastodon 3.1.4 (SDF runs 3.1.2) | |||
2020-07-10 | Support Exiftool for stripping EXIF data | Mark Felder | |
We really only want to strip location data anyway, and mogrify strips color profiles. | |||
2020-07-10 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
chat-federation-information | |||
2020-07-08 | Move get_favicon to Pleroma.Instances, use / | Haelwenn (lanodan) Monnier | |
2020-07-07 | Fix getting videos from peertube | Haelwenn (lanodan) Monnier | |
2020-07-06 | ActivityPub: Add new 'capabilities' to user. | lain | |
2020-07-03 | ActivityPub: Ingest information about chat acceptance. | lain | |
2020-07-01 | Fetcher: Work when we can't get the OP. | lain | |