Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-07 | Make a new function instead of overloading register_changeset/3 | Mark Felder | |
2020-08-07 | Add a note about the proper value for uid | Mark Felder | |
2020-08-05 | Add note about removal of Pleroma.Web.Auth.LDAPAuthenticator fallback to ↵ | Mark Felder | |
Pleroma.Web.Auth.PleromaAuthenticator | |||
2020-08-05 | Comments are good when they're precise... | Mark Felder | |
2020-08-05 | Add email to user account only if it exists in LDAP | Mark Felder | |
2020-08-05 | Permit LDAP users to register without capturing their password hash | Mark Felder | |
We don't need it, and local auth fallback has been removed. | |||
2020-08-05 | Define default authenticator in the config | Mark Felder | |
2020-08-05 | Remove fallback to local database when LDAP is unavailable. | Mark Felder | |
In many environments this will not work as the LDAP password and the copy stored in Pleroma will stay synchronized. | |||
2020-08-05 | Remove LDAP mail attribute as a requirement for registering an account | Mark Felder | |
2020-08-04 | Merge branch 'deactivated-user-posts' into 'develop' | rinpatch | |
Deactivated user posts Closes #2011 See merge request pleroma/pleroma!2845 | |||
2020-08-04 | Merge branch 'chore/consolidate-rich-media-http' into 'develop' | rinpatch | |
Consolidate construction of Rich Media Parser HTTP requests See merge request pleroma/pleroma!2827 | |||
2020-08-04 | Merge branch 'fix/activity-expiration-policy' into 'develop' | lain | |
Fix ActivityExpirationPolicy Closes #2019 See merge request pleroma/pleroma!2847 | |||
2020-08-04 | Fix ActivityExpirationPolicy | Egor Kislitsyn | |
2020-08-04 | Merge branch 'chore/credo-alias' into 'develop' | lain | |
Add a simple credo mix alias to run the same checks we use in CI See merge request pleroma/pleroma!2846 | |||
2020-08-04 | Add analyze mix alias to run the same credo checks we use in CI | Mark Felder | |
2020-08-04 | MastodonAPITest: Do the needful | lain | |
2020-08-04 | CommonValidations: Treat deactivated users as not present. | lain | |
2020-08-04 | TransmogrifierTest: Add test for deactivated users | lain | |
2020-08-04 | CommonAPITest: Add test that deactivated users can't post. | lain | |
2020-08-04 | Test Config: Don't have any MRFs by default | lain | |
2020-08-04 | App Test: Make more resilient | lain | |
2020-08-04 | Merge branch 'email-blacklist' into 'develop' | lain | |
Add email blacklist, fixes #1404 Closes #1404 See merge request pleroma/pleroma!2837 | |||
2020-08-04 | Changelog: Add info about email blacklist | lain | |
2020-08-03 | Email blacklist: Update phrasing again | Alex Gleason | |
2020-08-03 | Email blacklist: Update response phrasing | Alex Gleason | |
2020-08-03 | Merge branch 'fixes_1957_add_option_to_send_user_chatmessage_instead_of_dm' ↵ | lain | |
into 'develop' fixes 1957 Add option to send user chatmessage instead of dm Closes #1957 See merge request pleroma/pleroma!2782 | |||
2020-08-03 | Improved WelcomeChatMessageTest | Ilja | |
* Checks if message is the same using ==/2 instead of =~/2 | |||
2020-08-03 | Consolidate construction of Rich Media Parser HTTP requests | Mark Felder | |
2020-08-03 | Apply 1 suggestion(s) to 1 file(s) | Ilja | |
2020-08-03 | Merge branch 'follower-mrf-again' into 'develop' | lain | |
Follower mrf again See merge request pleroma/pleroma!2833 | |||
2020-08-03 | AccountControllerTest: Add test for message returned. | lain | |
2020-08-03 | Merge branch 'config/default_ok_oldage' into 'develop' | lain | |
config: :mrf, :policies default to ObjectAgePolicy Closes #2000 See merge request pleroma/pleroma!2814 | |||
2020-08-03 | Merge branch 'object-age-fix' into 'develop' | lain | |
MRF Object Age Policy: Don't break on messages without cc/to See merge request pleroma/pleroma!2840 | |||
2020-08-03 | MRF Object Age Policy: Don't break on messages without cc/to | lain | |
2020-08-03 | Merge branch 'indigenous-client' into 'develop' | lain | |
Add indigenous to clients See merge request pleroma/pleroma!2835 | |||
2020-08-03 | Merge branch 'reportnote-test' into 'develop' | lain | |
ReportNote test Closes #2014 See merge request pleroma/pleroma!2839 | |||
2020-08-02 | Add ReportNote test | Alex Gleason | |
2020-08-02 | Factory: Add report_activity_factory | Alex Gleason | |
2020-08-02 | Add email blacklist, fixes #1404 | Alex Gleason | |
2020-08-02 | Add indigenous to clients | swentel | |
2020-08-02 | Add welcome chatmessages | Ilja | |
* I added the option in config/config.exs * created a new module lib/pleroma/user/welcome_chat_message.ex * Added it to the registration flow * added to the cheatsheet * added to the config/description.ex * added to the Changelog.md | |||
2020-08-01 | SimpleMRF: Add missing :followers_only to config.exs | Alex Gleason | |
2020-08-01 | Merge branch '1985-unobtrusive-autologin-on-registration' into 'develop' | lain | |
[#1985] Prevented force login on registration if account approval and/or email confirmation needed Closes #1985 See merge request pleroma/pleroma!2823 | |||
2020-08-01 | Merge branch 'fix/gun-nxdomain-no-error-tuple' into 'develop' | rinpatch | |
ConnectionPool: fix gun open errors being returned without an error tuple Closes #2008 See merge request pleroma/pleroma!2832 | |||
2020-08-01 | ConnectionPool: fix gun open errors being returned without an error tuple | rinpatch | |
When gun shuts down due to the host being unreachable, the worker process shuts down with the same shutdown reason since they are linked. Gun doesn't have error tuples in it's shutdown reason though, so we need to handle it in get_conn. Closes #2008 | |||
2020-08-01 | Merge branch 'fix/gun-limiter' into 'develop' | rinpatch | |
Fix ConnecitonPool deadlocking after reaching the connection limit Closes #1977 See merge request pleroma/pleroma!2830 | |||
2020-08-01 | Fix ConnecitonPool deadlocking after reaching the connection limit | rinpatch | |
The issue was with ConcurrentLimiter not decrementing counters on overload. It was fixed in the latest commit, but concurrentlimiter version wasn't updated in Pleroma for some reason. Closes #1977 | |||
2020-08-01 | Merge branch 'fix/user-agent-overriding' into 'develop' | rinpatch | |
Don't override user-agent header if it's been set Closes #1923 See merge request pleroma/pleroma!2829 | |||
2020-08-01 | Don't override user-agent header if it's been set | Roman Chvanikov | |
2020-07-31 | Revert "Merge branch 'revert-1ac0969c' into 'develop'" | lain | |
This reverts merge request !2825 |