Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-17 | Remove `:auth, :enforce_oauth_admin_scope_usage` | rinpatch | |
`admin` scope has been required by default for more than a year now and all apps that use the API seems to request a proper scope by now. | |||
2021-02-17 | Merge branch 'test-docker-images' into 'develop' | rinpatch | |
Generate custom docker images for testing See merge request pleroma/pleroma!3326 | |||
2021-02-17 | Do not want these interfering with develop builds | Mark Felder | |
2021-02-17 | Make it possible to generate custom docker images by prefixing the branch ↵ | Mark Felder | |
name with "build-docker" | |||
2021-02-17 | Merge branch 'chore/documentation-relicensing' into 'develop' | Haelwenn | |
Relicense documentation under CC-BY-4.0 See merge request pleroma/pleroma!3322 | |||
2021-02-17 | Merge branch 'feat/chat-list-pagination' into 'develop' | Haelwenn | |
Chats: Introduce /api/v2/pleroma/chats which implements pagination Closes #2140 See merge request pleroma/pleroma!3325 | |||
2021-02-17 | Merge branch 'remove-conversation-api' into 'develop' | rinpatch | |
Add API endpoint to remove a conversation Closes #2488 See merge request pleroma/pleroma!3321 | |||
2021-02-17 | Merge branch '2510-oauth-app-tokens-further-support' into 'develop' | rinpatch | |
[#2510] Improved support for app-bound OAuth tokens Closes #2510 See merge request pleroma/pleroma!3316 | |||
2021-02-17 | Chats: Introduce /api/v2/pleroma/chats which implements pagination | rinpatch | |
Also removes incorrect claim that /api/v1/pleroma/chats supports pagination and deprecates it. Closes #2140 | |||
2021-02-17 | Merge branch 'update-default-avatar' into 'develop' | rinpatch | |
Update the default avatar to look nicer See merge request pleroma/pleroma!3320 | |||
2021-02-16 | Merge branch '2053-notifications-actor-is-active-refactoring' into 'develop' | rinpatch | |
[#2053] `Notification.for_user_query/2` timeout fix Closes #2053 See merge request pleroma/pleroma!3318 | |||
2021-02-16 | Relicense documentation under CC-BY-4.0 | rinpatch | |
All contributors whose contributions were still being used at the moment of relicensing have agreed to it. See https://git.pleroma.social/pleroma/pleroma/-/issues/2146 . | |||
2021-02-15 | Add API endpoint to remove a conversation | Egor Kislitsyn | |
2021-02-15 | update changelog to mention change of avatar | Shpuld Shpuldson | |
2021-02-15 | replace avi.png | Shpuld Shpuldson | |
2021-02-15 | Merge branch 'chore/mailmap' into 'develop' | rinpatch | |
Add myself to .mailmap See merge request pleroma/pleroma!3319 | |||
2021-02-15 | Add myself to .mailmap | rinpatch | |
I changed my email to rin@patch.cx | |||
2021-02-15 | [#2053] Changed `Notification/for_user_query/2` to use join to filter out ↵ | Ivan Tashkinov | |
inactive actors instead of subselect of _all_ inactive AP ids from `users`. | |||
2021-02-12 | Merge branch 'not-used-mock' into 'develop' | rinpatch | |
Not used mock See merge request pleroma/pleroma!3313 | |||
2021-02-12 | Merge branch 'bugfix/answer-outbox' into 'develop' | rinpatch | |
Add test for Answer presence into an authenticated /outbox See merge request pleroma/pleroma!3269 | |||
2021-02-11 | [#2510] Improved support for app-bound OAuth tokens. Auth-related refactoring. | Ivan Tashkinov | |
2021-02-10 | not used mock | Alexander Strizhakov | |
2021-02-10 | Merge branch 'fix/no-version-api-pleroma-social' into 'develop' | Haelwenn | |
Fix no version number on api.pleroma.social See merge request pleroma/pleroma!3310 | |||
2021-02-09 | Merge branch 'features/ap_id-c2s-authentication' into 'develop' | rinpatch | |
activity_pub_controller: Add authentication to object & activity endpoints See merge request pleroma/pleroma!3295 | |||
2021-02-09 | OpenAPI spec: Do not show build enviroment in the spec version | rinpatch | |
2021-02-09 | OpenAPI spec task: Load pleroma application to get version info | rinpatch | |
For whatever reason it seems to pick up the version without loading the app on my machine, but not on the CI. | |||
2021-02-08 | Merge branch 'new-user-emails' into 'develop' | feld | |
Basic new user registration email, various improvements See merge request pleroma/pleroma!3304 | |||
2021-02-08 | Lint | Mark Felder | |
2021-02-08 | Revert "Add plaintext support for all emails except the digest" | Mark Felder | |
This reverts commit 5df9f68392f65a5688867b9bad4bda766e492923. | |||
2021-02-08 | Merge branch 'develop' into 'new-user-emails' | feld | |
2021-02-08 | Merge branch 'feat/mrf-noemptypolicy' into 'develop' | Haelwenn | |
MRF NoEmptyPolicy: Deny posts from local users if there is no content or only mentions. See merge request pleroma/pleroma!3309 | |||
2021-02-08 | MRF NoEmptyPolicy: Deny posts from local users if there is no content or ↵ | Mark Felder | |
only mentions. Helps prevent accidental button mashes from submitting incomplete posts | |||
2021-02-08 | Merge branch 'fix/rss-link' into 'develop' | rinpatch | |
RSS: Make sure post URL is the first `<link>` element See merge request pleroma/pleroma!3308 | |||
2021-02-08 | RSS: Make sure post URL is the first `<link>` element | rinpatch | |
Otherwise some RSS readers (tested in Miniflux) might pick the context URL as the external link. Related to #2425. | |||
2021-02-08 | Merge branch 'chore/descriptions-improvements' into 'develop' | rinpatch | |
More descriptions improvements See merge request pleroma/pleroma!3307 | |||
2021-02-08 | activity_pub_controller: Add authentication to object & activity endpoints | Haelwenn (lanodan) Monnier | |
2021-02-08 | Improve various descriptions and labels | Mark Felder | |
2021-02-08 | Make the suggestion match the default value | Mark Felder | |
2021-02-08 | Merge branch 'docs/improve-mailer-settings-desc' into 'develop' | feld | |
Improve Mailer descriptions for AdminFE See merge request pleroma/pleroma!3306 | |||
2021-02-08 | Merge branch 'develop' into 'docs/improve-mailer-settings-desc' | feld | |
# Conflicts: # CHANGELOG.md | |||
2021-02-08 | Improved Mailer descriptions | Mark Felder | |
2021-02-08 | Merge branch 'fix/reports-from-admins' into 'develop' | rinpatch | |
Suppress report notification for admin actors See merge request pleroma/pleroma!3301 | |||
2021-02-06 | Alpha-sort adapters | Mark Felder | |
Add various labels, descriptions and suggestions for all adapter settings and try to use the same terminology by the service provider. | |||
2021-02-06 | Move Enabled to top as it's the master control of all email. Description not ↵ | Mark Felder | |
really needed. | |||
2021-02-06 | More description improvements | Mark Felder | |
2021-02-06 | Update SMTP error description and default value | Mark Felder | |
2021-02-06 | Update Swoosh docs URL, lint | Mark Felder | |
2021-02-06 | There is no reason to expose these Local adapter settings either. | Mark Felder | |
2021-02-06 | Remove No MX lookups setting | Mark Felder | |
This setting defaults to false so the relay host will be used in an MX query so multiple SMTP servers can be used. gen_smtp code states that all records returned from the MX query are attempted in order and only a permanent SMTP error will stop the client from attempting other servers in the list. Connection failures, TLS issues, etc will cause it to try the next host. If there is no MX record associated with the relay host, it automatically tries connecting to it directly. There is really no reason to expose this to end users. The default value is fine for everyone. | |||
2021-02-06 | Improve SMTP adapter setting descriptions | Mark Felder | |