Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-13 | Merge branch 'link-fixes' into rich-media | Alex Gleason | |
2021-05-13 | Rich media: have invalid Rich/Video fall back to Link | Alex Gleason | |
2021-05-13 | Parser: don't be so strict about validating Embeds (leave it up to the Card) | Alex Gleason | |
2021-05-13 | Rich media: merge URIs when needed | Alex Gleason | |
2021-05-05 | Merge remote-tracking branch 'pleroma/develop' into rich-media-redux | Alex Gleason | |
2021-05-04 | Fix existing tests | Alex Gleason | |
2021-05-04 | Fix MastodonAPI.StatusViewTest | Alex Gleason | |
2021-05-04 | Fix RichMedia.HelpersTest | Alex Gleason | |
2021-05-04 | Fix ParserTest | Alex Gleason | |
2021-05-04 | Add Parser.CardTest | Alex Gleason | |
2021-05-04 | Fix TwitterCard tests | Alex Gleason | |
2021-05-04 | Update TwitterCard tests and add Parser.MetaTags | Alex Gleason | |
2021-05-04 | Merge branch 'dont-crash-email-settings' into 'develop' | feld | |
Don't crash so hard when email settings are invalid Closes #2606 See merge request pleroma/pleroma!3400 | |||
2021-05-03 | Merge remote-tracking branch 'pleroma/develop' into dont-crash-email-settings | Alex Gleason | |
2021-05-03 | Don't crash when email settings are invalid | Alex Gleason | |
Fixes: https://git.pleroma.social/pleroma/pleroma/-/issues/2606 Fixes: https://gitlab.com/soapbox-pub/soapbox/-/issues/4 | |||
2021-04-30 | Merge remote-tracking branch 'upstream/develop' into earmark | Alex Gleason | |
2021-04-30 | Fix failing remote mentions test, valid TLDs | Alex Gleason | |
2021-04-30 | Delete obsolete EarmarkRendereTests (moved to UtilsTest) | Alex Gleason | |
2021-04-30 | Remove Pleroma.Formatter.minify/2 | Alex Gleason | |
2021-04-29 | Merge remote-tracking branch 'upstream/develop' into oauth-token-id | Alex Gleason | |
2021-04-16 | Merge branch 'features/ingestion-ecto-tag' into 'develop' | rinpatch | |
TagValidator: New See merge request pleroma/pleroma!3244 | |||
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-04-16 | Merge branch 'fix/2593-reading-exported-config-file' into 'develop' | rinpatch | |
Reading the file, instead of config keyword in ReleaseRuntimeProvider Closes #2593 See merge request pleroma/pleroma!3381 | |||
2021-04-14 | Revert guards on string_to_elixir_types/1, remove unnecessary assignment in test | Mark Felder | |
2021-04-13 | Initial test validating the AdminAPI issue | Mark Felder | |
2021-04-13 | Fix assignment / assertion | Mark Felder | |
2021-04-13 | Validate custom instance thumbnail set via AdminAPI produces correct URL | Mark Felder | |
2021-04-08 | release runtime provider fix for paths | Alexander Strizhakov | |
2021-04-01 | pipeline_test: Fix usage of %Activity{} | Haelwenn (lanodan) Monnier | |
2021-03-30 | Fix function calls due to module name change | Mark Felder | |
2021-03-30 | Temp file leaked, oops | Mark Felder | |
2021-03-30 | Prefer FollowBot naming convention vs Followbot | Mark Felder | |
2021-03-30 | More tests to validate Followbot is behaving | Mark Felder | |
2021-03-30 | Only need to validate a follow request is generated for now | Mark Felder | |
2021-03-27 | tests for release config provider | Alexander Strizhakov | |
2021-03-25 | removeing corresponding add activity | Alexander Strizhakov | |
2021-03-25 | separate test file for featured collection | Alexander Strizhakov | |
2021-03-25 | moving fixture into mastodon folder | Alexander Strizhakov | |
2021-03-25 | not needed | Alexander Strizhakov | |
2021-03-25 | refetch user on incoming add/remove activity | Alexander Strizhakov | |
if featured_address is nil | |||
2021-03-25 | featured_address valition in AddRemoveValidator | Alexander Strizhakov | |
2021-03-25 | validator renaming & add validation for target | 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-24 | Return token's primary key with POST /oauth/token | Alex Gleason | |
2021-03-23 | Merge branch 'fix/2585-config-migration-dir' into 'develop' | feld | |
migrating config to tmp folder Closes #2585 See merge request pleroma/pleroma!3379 | |||
2021-03-23 | migrating config to tmp folder | Alexander Strizhakov | |
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-19 | Merge branch 'mediaproxy-decode' into 'develop' | rinpatch | |
Simple way to decode mediaproxy URLs See merge request pleroma/pleroma!3364 |