Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-10 | Apply 1 suggestion(s) to 1 file(s) | Ilja | |
2020-08-10 | Apply 1 suggestion(s) to 1 file(s) | Ilja | |
2020-08-08 | Improve static_dir documentation | Ilja | |
* It was still written for From Source installs. Now it's both OTP and From Source * I linked to the cheatsheet where it was about configuration * I moved the mix tasks of the robot.txt section to the CLI tasks and linked to it * i checked the code at https://git.pleroma.social/pleroma/pleroma/-/blob/develop/lib/mix/tasks/pleroma/robotstxt.ex and it doesn't seem to more than just this one command with this option * I also added the location of robot.txt and an example to dissallow everything, but allow the fediverse.network crawlers * The Thumbnail section still linked to distsn.org which doesn't exist any more. I changed it to a general statemant that it can be used by external applications. (I don't know any that actually use it.) * Both the logo and TOS need an extra `static` folder. I've seen confusion about that in #pleroma so I added an Important note. | |||
2020-08-07 | Merge branch 'fix/ldap-auth-issues' into 'develop' | lain | |
Fix LDAP auth issues Closes #1646 See merge request pleroma/pleroma!2852 | |||
2020-08-07 | Merge branch 'develop' into fix/ldap-auth-issues | Mark Felder | |
2020-08-07 | Make a new function instead of overloading register_changeset/3 | Mark Felder | |
2020-08-07 | Merge branch 'authenticator-docs' into 'develop' | rinpatch | |
Docs: Remove wrong / confusing auth docs. Closes #2028 See merge request pleroma/pleroma!2860 | |||
2020-08-07 | Docs: Remove wrong / confusing auth docs. | lain | |
2020-08-07 | Merge branch 'spoopy-user' into 'develop' | lain | |
restricted_nicknames: Add names from MastoAPI endpoints See merge request pleroma/pleroma!2857 | |||
2020-08-07 | Add a note about the proper value for uid | Mark Felder | |
2020-08-07 | Merge branch 'object-age-changelog' into 'develop' | rinpatch | |
Changelog: Add information about the object age policy See merge request pleroma/pleroma!2859 | |||
2020-08-07 | Changelog: Add information about the object age policy | lain | |
2020-08-07 | Merge branch 'features/poll-validation' into 'develop' | lain | |
Poll and votes pipeline ingestion Closes #1362 and #1852 See merge request pleroma/pleroma!2635 | |||
2020-08-06 | restricted_nicknames: Add names from MastoAPI endpoints | Alex Gleason | |
2020-08-06 | Merge branch '2025-oauth-login-default-to-all-scopes' into 'develop' | lain | |
[#2025] Defaulted OAuth login scopes choice to all scopes when user selects no scopes Closes #2025 See merge request pleroma/pleroma!2855 | |||
2020-08-06 | [#2025] Defaulted OAuth login scopes choice to all scopes when user selects ↵ | Ivan Tashkinov | |
no scopes. | |||
2020-08-06 | Merge branch 'whole-word-filter-hotfix' into 'develop' | lain | |
Update filter_view.ex to return whole_word actual value See merge request pleroma/pleroma!2851 | |||
2020-08-06 | Merge branch 'command-available-check' into 'develop' | lain | |
#1939 Check command availability for exiftool and git See merge request pleroma/pleroma!2753 | |||
2020-08-05 | changelog for filter whole_word fix | Mary Kate | |
2020-08-05 | update test for whole_word in filter | Mary Kate | |
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 | Move checks to application startup | Roman Chvanikov | |
2020-08-05 | Add email to user account only if it exists in LDAP | Mark Felder | |
2020-08-05 | Merge branch 'develop' into command-available-check | Roman Chvanikov | |
2020-08-05 | Merge branch 'migrate-legacy-tags' into 'develop' | lain | |
Migrate legacy tags set by AdminFE to match TagPolicy, #2010 See merge request pleroma/pleroma!2836 | |||
2020-08-05 | Merge branch 'refactor/config-get' into 'develop' | lain | |
Refactor Pleroma.Config.get to return consistent results for nil values Closes #2001 See merge request pleroma/pleroma!2853 | |||
2020-08-05 | CommonValidations: More refactors. | lain | |
2020-08-05 | CommonValidations: Refactor `same_domain?` | lain | |
2020-08-05 | CommonValidations: Extract modification right checker | lain | |
2020-08-05 | MailerTest: Give it some time. | lain | |
2020-08-05 | Handle non-list keys in Config.fetch/1 | Roman Chvanikov | |
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 | Merge branch 'develop' into refactor/config-get | Roman Chvanikov | |
2020-08-05 | Update clear_config macro | Roman Chvanikov | |
2020-08-05 | Define default authenticator in the config | Mark Felder | |
2020-08-05 | Fix linting. | lain | |
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-05 | Questions: Move fixes to validators. | lain | |
2020-08-05 | Apply 1 suggestion(s) to 1 file(s) | lain | |
2020-08-05 | Apply 1 suggestion(s) to 1 file(s) | lain | |
2020-08-05 | CommonValidations: Remove superfluous function | lain | |
The `is_active` functionality was integrated into the presence checker. | |||
2020-08-05 | Refactor config | Roman Chvanikov | |
2020-08-05 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
features/poll-validation | |||
2020-08-05 | Merge branch 'unique-app-id' into 'develop' | lain | |
Add unique index for apps.client_id, fixes #2022 Closes #2022 See merge request pleroma/pleroma!2844 | |||
2020-08-05 | Merge branch 'fix/incorrect-expirations' into 'develop' | lain | |
Add a migration to clean up activity_expirations table See merge request pleroma/pleroma!2848 | |||
2020-08-05 | Merge branch 'fix-link-color' into 'develop' | lain | |
templates/layout/app.html.eex: fix link color See merge request pleroma/pleroma!2850 | |||
2020-08-05 | Update filter_view.ex to return whole_word actual value | MK Fain | |
2020-08-05 | templates/layout/app.html.eex: fix link color | Karol Kosek | |