Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-23 | Pleroma user.rm mix task should also call User.delete/1 | Mark Felder | |
2021-02-23 | First step for deleting a user should be to fire off a job to deactivate the ↵ | Mark Felder | |
user so they can't make more posts or log in | |||
2021-02-23 | Deleting a user from AdminAPI should use User.delete/1 | Mark Felder | |
2021-02-22 | [#2534] Earlier init of Pleroma.Web.Endpoint (must be started prior to ↵ | Ivan Tashkinov | |
Pleroma.Web.Streamer). | |||
2021-02-20 | Exiftool also cannot strip from heic files. | Mark Felder | |
2021-02-20 | Show a proper error. A failure doesn't always mean the command isn't ↵ | Mark Felder | |
available, and we check for it on startup | |||
2021-02-18 | Merge branch 'fix/chats-no-unread-in-openapi' into 'develop' | rinpatch | |
ChatMessage schema: Add `unread` property See merge request pleroma/pleroma!3323 | |||
2021-02-17 | OAuthScopesPlug: remove transform_scopes in favor of explicit admin scope ↵ | rinpatch | |
definitions Transforming scopes is no longer necessary since we are dropping support for accessing admin api without `admin:` prefix in scopes. | |||
2021-02-17 | OpenAPI: Add `admin:` scope prefix to admin operations | rinpatch | |
Also splits "Emoji packs" to two categories: "Emoji pack administration" and "Emoji packs" | |||
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 '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-16 | ChatMessage schema: Add `unread` property | rinpatch | |
It is present in the code, but was not documented. | |||
2021-02-15 | Add API endpoint to remove a conversation | Egor Kislitsyn | |
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-11 | [#2510] Improved support for app-bound OAuth tokens. Auth-related refactoring. | Ivan Tashkinov | |
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 | 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 | activity_pub_controller: Add authentication to object & activity endpoints | Haelwenn (lanodan) Monnier | |
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 | Merge branch 'feat/allow_alt_text_search_config' into 'develop' | rinpatch | |
allow user defined text search config in database See merge request pleroma/pleroma!3275 | |||
2021-02-06 | Update priv/repo/migrations/20190501125843_add_fts_index_to_objects.exs, ↵ | hyperion | |
priv/repo/optional_migrations/rum_indexing/20190510135645_add_fts_index_to_objects_two.exs files | |||
2021-02-05 | Slightly better formatting | Mark Felder | |
2021-02-05 | Add plaintext support for all emails except the digest | Mark Felder | |
2021-02-04 | Actually send the mail | Mark Felder | |
2021-02-04 | Add a registration email that only sends if no other emails (welcome, ↵ | Mark Felder | |
approval, confirmation) are enabled | |||
2021-02-04 | Improve confirmation email language | Mark Felder | |
2021-02-04 | Also make this maybe_ for consistency | Mark Felder | |
2021-02-04 | These welcome emails are not guaranteed and can be private functions | Mark Felder | |
2021-02-04 | Merge branch 'develop' into fix/reports-from-admins | Mark Felder | |
2021-02-04 | Standardize the way we capture and use Mix.env() | Mark Felder | |
2021-02-04 | Merge branch 'fix/configdb-error' into 'develop' | feld | |
Improve error message for ConfigDB See merge request pleroma/pleroma!3289 | |||
2021-02-04 | Merge branch 'bugfix/notice-external-redirect' into 'develop' | Haelwenn | |
Redirect non-local activities when /notice/:id is used See merge request pleroma/pleroma!3300 | |||
2021-02-04 | Redirect non-local activities when /notice/:id is used | Haelwenn (lanodan) Monnier | |
Related-to: https://git.pleroma.social/pleroma/pleroma/-/issues/2496 | |||
2021-02-03 | Load an emoji.txt specific to the test env | Mark Felder | |
2021-02-03 | Exclude reporter from receiving notifications from their own reports. | Mark Felder | |
Currently only works if the reporting actor is an admin, but if we include moderators with those who receive notification reports it will work for them. | |||
2021-02-03 | Account schema: specify that pleroma.relationship is nullable | rinpatch | |
2021-02-03 | Merge branch 'develop' into 'fix/2412-filters' | feld | |
# Conflicts: # CHANGELOG.md | |||
2021-02-03 | Merge branch 'fix/2449-scheduled-poll-bug' into 'develop' | feld | |
Fix for scheduled post with poll Closes #2449 See merge request pleroma/pleroma!3294 | |||
2021-02-03 | Merge branch 'feature/2438-users-posts-total-count' into 'develop' | feld | |
Feature/2438 users/instances posts total count Closes #2438 See merge request pleroma/pleroma!3270 |