Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-25 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
frontend-bundles-downloads | |||
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 | |
2020-07-01 | Fixtures: Pretty print. | lain | |
2020-06-30 | Preload: Load the correct instance panel | lain | |
2020-06-18 | added test | Maksim Pechnikov | |
2020-05-25 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-05-20 | Announcements: Handle through common pipeline. | lain | |
2020-05-18 | Transmogrifier Test: Extract Announce handling. | lain | |
2020-05-04 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-05-01 | Merge branch 'issue/1577' into 'develop' | lain | |
[#1577] fix mediaType of object See merge request pleroma/pleroma!2372 | |||
2020-04-28 | convert markdown content to html | Maksim Pechnikov | |
2020-04-23 | ChatMessage: Correctly ingest emoji tags. | lain | |
2020-04-23 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-04-20 | ChatMessage: Support emoji. | lain | |
2020-04-17 | don't restart postgrex | Alexander Strizhakov | |
2020-04-16 | ChatMessages: Better validation. | lain | |
2020-04-13 | fix mediaType of object | Maksim Pechnikov | |
2020-04-08 | ChatMessage: Basic incoming handling. | lain | |
2020-04-06 | tests for emoji mix task | Alexander Strizhakov | |
2020-03-30 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-03-29 | Merge branch 'feature/funkwhale-audio' into 'develop' | Haelwenn | |
Add support for funkwhale Audio activity Closes #764 and #1624 See merge request pleroma/pleroma!2287 | |||
2020-03-12 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-03-11 | Add support for funkwhale Audio activity | Haelwenn (lanodan) Monnier | |
reel2bits fixture not included as it lacks the Actor fixture for it. Closes: https://git.pleroma.social/pleroma/pleroma/issues/1624 Closes: https://git.pleroma.social/pleroma/pleroma/issues/764 | |||
2020-03-05 | removing try block in tesla request | Alexander Strizhakov | |
added mocks for tests which fail with Tesla.Mock.Error | |||
2020-03-03 | otp_version refactor | Alexander Strizhakov | |
2020-03-03 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-03-02 | relay list shows hosts without accepted follow | Alexander Strizhakov | |
2020-03-02 | Bump copyright years of files changed after 2020-01-07 | Haelwenn (lanodan) Monnier | |
Done via the following command: git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>' | |||
2020-03-02 | Bump copyright years of files changed after 2019-01-01 | Haelwenn (lanodan) Monnier | |
Done via the following command: git diff 1e6c102b --stat --name-only | cat - | xargs sed -i 's/2017-2018 Pleroma Authors/2017-2019 Pleroma Authors/' | |||
2020-02-29 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-02-18 | adding gun adapter | Alexander Strizhakov | |
2020-02-10 | [#1505] Improved replies-handling tests: updated Mastodon message fixture, ↵ | Ivan Tashkinov | |
used exact Pleroma federation message. | |||
2020-02-06 | EmojiReactions: Rename to EmojiReacts | Lain Soykaf | |
2020-01-30 | Emoji Reactions: Add fixtures | lain | |
2020-01-29 | title parse improvement | Alexander Strizhakov | |
2020-01-28 | meta tag parser respect first title header | Alexander Strizhakov | |
2020-01-17 | saving to DB only added by user settings | Alexander Strizhakov | |
2019-12-21 | Merge branch 'feature/custom-runtime-modules' into 'develop' | rinpatch | |
Add support for custom modules at runtime Closes #1448 See merge request pleroma/pleroma!2039 | |||
2019-12-17 | Add ActivityPub Object Event type support | Thomas Citharel | |
Adds Event support in the same way Video objects are handled, with the name of the object as message header. Signed-off-by: Thomas Citharel <tcit@tcit.fr> |