Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-01 | [#923] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
twitter_oauth # Conflicts: # mix.exs | |||
2019-03-31 | Add default mail adapter settings to config | Mark Felder | |
2019-03-31 | BBS: Tests and formatting. | lain | |
2019-03-29 | Replace Pleroma.Jobs with `pleroma_job_queue` | Egor | |
2019-03-27 | Merge remote-tracking branch 'remotes/origin/develop' into twitter_oauth | Ivan Tashkinov | |
2019-03-27 | [#923] OAuth consumer improvements, fixes, refactoring. | Ivan Tashkinov | |
2019-03-22 | Merge branch 'safe-mentions' into 'develop' | kaniini | |
Add safe dm mode option. See merge request pleroma/pleroma!958 | |||
2019-03-20 | Add safe dm mode option. | lain | |
2019-03-20 | [#923] Typo fix. | Ivan Tashkinov | |
2019-03-20 | [#923] Support for multiple OAuth consumer strategies. | Ivan Tashkinov | |
2019-03-20 | Ecto 3.0.5 migration | rinpatch | |
kms | |||
2019-03-18 | [#923] Support for multiple (external) registrations per user via Registration. | Ivan Tashkinov | |
2019-03-18 | [#923] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
twitter_oauth # Conflicts: # config/config.exs # lib/pleroma/web/auth/pleroma_authenticator.ex | |||
2019-03-15 | Merge branch 'feature/openldap-support' into 'develop' | kaniini | |
OpenLDAP support Closes #203 See merge request pleroma/pleroma!859 | |||
2019-03-15 | Merge remote-tracking branch 'remotes/upstream/develop' into twitter_oauth | Ivan Tashkinov | |
2019-03-15 | [#923] OAuth: prototype of sign in / sign up with Twitter. | Ivan Tashkinov | |
2019-03-15 | Enable dedupe by default | rinpatch | |
2019-03-14 | Add some tests | rinpatch | |
2019-03-14 | Merge remote-tracking branch 'upstream/develop' into feature/openldap-support | link0ff | |
2019-03-12 | Support LDAP method start_tls | link0ff | |
2019-03-11 | Sign in via Twitter (WIP). | Ivan Tashkinov | |
2019-03-08 | Merge branch 'fix-tlsv1.3' into 'develop' | kaniini | |
Fix supported TLS versions as TLS 1.3 support seems buggy. Closes #708 See merge request pleroma/pleroma!892 | |||
2019-03-08 | Fetch user's outbox posts on first federation with that user | Ekaterina Vaartis | |
2019-03-06 | [#647] tests for web push | Maksim | |
2019-03-06 | Add default config for masto_fe | Haelwenn (lanodan) Monnier | |
Related to: https://git.pleroma.social/pleroma/mastofe/merge_requests/22 | |||
2019-03-04 | allow users to disable their own account | Egor Kislitsyn | |
2019-03-04 | Fix supported TLS versions as TLS 1.3 support seems buggy. | KokaKiwi | |
2019-03-03 | Merge remote-tracking branch 'upstream/develop' into feature/openldap-support | link0ff | |
2019-02-28 | config: fix chat endpoint path | William Pitcock | |
2019-02-28 | config: update config for cowboy 2 endpoints | William Pitcock | |
2019-02-26 | AutoLinker | Egor | |
2019-02-22 | OpenLDAP support | link0ff | |
2019-02-20 | Reports | Egor | |
2019-02-18 | Merge branch 'feature/jobs' into 'develop' | kaniini | |
Job Queue See merge request pleroma/pleroma!732 | |||
2019-02-16 | Add optional welcome message. | lain | |
2019-02-15 | Add tests, change default config values, fix a bug | Karen Konou | |
2019-02-12 | config/dev.exs: Don’t put secure cookies on dev | Haelwenn (lanodan) Monnier | |
2019-02-11 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into feature/jobs | Egor Kislitsyn | |
# Conflicts: # lib/pleroma/web/federator/federator.ex # lib/pleroma/web/websub/websub.ex | |||
2019-02-08 | Merge branch 'develop' into feature/keyword-policy | rinpatch | |
2019-02-08 | rename ftl_removal to federated_timeline_removal to keep consistent naming ↵ | rinpatch | |
with SimplePolicy | |||
2019-02-08 | Add default config for keyword policy | rinpatch | |
2019-02-06 | rids the duplicate timestamp from default ExSyslogger config | Michael Loftis | |
2019-02-04 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into feature/jobs | Egor Kislitsyn | |
# Conflicts: # lib/pleroma/web/activity_pub/activity_pub.ex # lib/pleroma/web/federator/federator.ex | |||
2019-02-04 | Merge branch 'feature/hellthread-filter-improvements' into 'develop' | rinpatch | |
Improve hellthread filter Closes #584 See merge request pleroma/pleroma!766 | |||
2019-02-03 | added optional delist feature | Karen Konou | |
2019-02-03 | Unbreak all the tests. | 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-01-31 | Make rich media support toggleable | rinpatch | |
2019-01-31 | Merge remote-tracking branch 'MAIN/develop' into feature/jobs | 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. |