Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-01 | keep compatibility with nodeinfo 2.0 | Luna | |
splits actual nodeinfo generation into raw_nodeinfo, the 2.0 handler gives the same result, while the 2.1 handler inserts the software.repository field. requested by @href | |||
2019-02-01 | MastodonAPI.MastodonAPIController: Return a 404 when we fail to get a list | Haelwenn (lanodan) Monnier | |
2019-02-01 | use Mix.Project.Config for some Application functions | Luna | |
2019-02-01 | Merge branch 'feature/split-hide-network' into 'develop' | kaniini | |
Split hide_network into hide_followers & hide_followings See merge request pleroma/pleroma!733 | |||
2019-02-01 | Merge branch 'serve-sw-pleroma.js' into 'develop' | lambda | |
Serve sw-pleroma.js properly See merge request pleroma/pleroma!754 | |||
2019-02-01 | Serve sw-pleroma.js properly | href | |
2019-02-01 | Merge remote-tracking branch 'origin/develop' into fix-rich-media-toggle | lain | |
2019-02-01 | Merge branch '534_federation_targets_reachability' into 'develop' | href | |
[#534] Unreachable federation targets retirement Closes #534 See merge request pleroma/pleroma!703 | |||
2019-02-01 | mix format pass | Luna | |
2019-02-01 | use nodeinfo 2.1, add repository field | Luna | |
that is the only change from nodeinfo 2.0 to 2.1 also this makes the nodeinfo tests use 2.1.json instead of 2.0.json | |||
2019-01-31 | Remove default value for rich media. | lain | |
Setting it to true will actually override a 'false' set before. | |||
2019-01-31 | User.follow_all: ensure its stays unique | href | |
2019-01-31 | Merge branch 'bugfix/rich-media-non-unicode' into 'develop' | lambda | |
rich media non-unicode bugfix See merge request pleroma/pleroma!749 | |||
2019-01-31 | rich media: parser: only try to validate strings, not numbers (OEmbed) | William Pitcock | |
2019-01-31 | rich media: parser: reject OGP fields we cannot safely process | William Pitcock | |
2019-01-31 | Make rich media support toggleable | rinpatch | |
2019-01-31 | Revert "Merge branch 'spc-fix-3' into 'develop'" | lambda | |
This reverts merge request !682 | |||
2019-01-31 | Merge branch 'spc-fix-3' into 'develop' | kaniini | |
Spc fix 3 See merge request pleroma/pleroma!682 | |||
2019-01-31 | Merge branch 'features/glitch-soc-frontend' into 'develop' | Haelwenn | |
Features/glitch soc frontend See merge request pleroma/pleroma!192 | |||
2019-01-31 | fix merge | Egor Kislitsyn | |
2019-01-31 | Merge remote-tracking branch 'MAIN/develop' into feature/jobs | Egor Kislitsyn | |
2019-01-30 | Merge branch 'multiple-hackney-pools' into 'develop' | lambda | |
Fix 4aff4efa typos See merge request pleroma/pleroma!743 | |||
2019-01-30 | Fix 4aff4efa typos | href | |
2019-01-30 | Merge branch 'multiple-hackney-pools' into 'develop' | kaniini | |
Use multiple hackney pools See merge request pleroma/pleroma!739 | |||
2019-01-30 | Use race-condition free mass follow. | lain | |
2019-01-30 | Use race-condition free following method. | lain | |
2019-01-30 | tiny improve | Egor Kislitsyn | |
2019-01-30 | Use multiple hackney pools | href | |
* federation (ap, salmon) * media (rich media, media proxy) * upload (uploader proxy) Each "part" will stop fighting others ones -- a huge federation outbound could before make the media proxy fail to checkout a connection in time. splitted media and uploaded media for the good reason than an upload pool will have all connections to the same host (the uploader upstream). it also has a longer default retention period for connections. | |||
2019-01-29 | Merge branch 'bugfix/fix-rejects' into 'develop' | kaniini | |
follow request fixups Closes #537 See merge request pleroma/pleroma!734 | |||
2019-01-29 | Merge branch 'hj-happiness-improvement' into 'develop' | kaniini | |
New frontend configuration mechanism. Closes #445 See merge request pleroma/pleroma!700 | |||
2019-01-29 | activitypub: utils: update the state of *any* pending follow relationship ↵ | William Pitcock | |
that matches the actor and target | |||
2019-01-29 | activitypub: transmogrifier: fix follow request rejections | William Pitcock | |
2019-01-29 | [#534] Made federation push sender be determined basing on content instead ↵ | Ivan Tashkinov | |
of `referer` header. Updated tests. | |||
2019-01-29 | Merge branch 'feature/rich-media-part-2-electric-boogaloo' into 'develop' | Haelwenn | |
Rich Media support, part 2. See merge request pleroma/pleroma!719 | |||
2019-01-28 | rich media: oembed: return data in the same format as the other parsers | William Pitcock | |
2019-01-28 | rich media: kill some testsuite noise | William Pitcock | |
2019-01-28 | rich media: parser: add some basic sanity checks on the returned data with ↵ | William Pitcock | |
pattern matching | |||
2019-01-28 | rich media: parser: cache negatives | William Pitcock | |
2019-01-28 | rich media: parser: add copyright header | William Pitcock | |
2019-01-28 | Split hide_network into hide_followers & hide_followings | Maxim Filippov | |
2019-01-29 | add spec back | Egor Kislitsyn | |
2019-01-29 | fix defaults | Egor Kislitsyn | |
2019-01-28 | cleanup | Egor Kislitsyn | |
2019-01-28 | add a job queue | Egor Kislitsyn | |
2019-01-28 | Put deprecation warnings undre Pleroma.Config. | lain | |
2019-01-28 | [#534] Merged `upstream/develop`. | Ivan Tashkinov | |
2019-01-28 | [#534] Various tweaks. Tests for Instances and Instance. | Ivan Tashkinov | |
2019-01-28 | Return new-style config if old-style config is set to false. | lain | |
This is in preparation for 1.0. We'll be able to switch the config to the new mechanism on PleromaFE then as well. | |||
2019-01-28 | Don't run warnings in a task. | lain | |
2019-01-28 | Merge branch 'safe-render-activities' into 'develop' | Haelwenn | |
remove unnecessary filter (re !723) See merge request pleroma/pleroma!729 |