Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-25 | Improved recursion through the api route list | Mark Felder | |
2021-02-24 | Attempt to filter out API calls from FrontendStatic plug | Mark Felder | |
2021-02-23 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework # Conflicts: # lib/pleroma/application.ex # lib/pleroma/config.ex | |||
2021-02-23 | [#3213] Misc. tweaks: proper upsert in Hashtag, better feature toggle ↵ | Ivan Tashkinov | |
management. | |||
2021-02-22 | [#3213] `hashtags`: altered `name` type to `text`. `hashtags_objects`: ↵ | Ivan Tashkinov | |
removed unused index. HashtagsTableMigrator: records_per_second calculation fix. ActivityPub: hashtags-related options normalization. | |||
2021-02-21 | Video: Handle peertube videos only stashing attachments in x-mpegURL | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/2535 | |||
2021-02-21 | Reroute /api/pleroma to /api/v1/pleroma | eugenijm | |
2021-02-18 | Tests to validate client disclosure obeys user setting | Mark Felder | |
2021-02-18 | Mastodon makes this field null when posting with MastoFE or if you choose to ↵ | Mark Felder | |
not disclose it, so it's safe to be null by default | |||
2021-02-18 | [#3213] Experimental / debug feature: `database: [improved_hashtag_timeline: ↵ | Ivan Tashkinov | |
:preselect_hashtag_ids]`. | |||
2021-02-18 | expires_in in scheduled status params | Alexander Strizhakov | |
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 | Enhance reports in Pleroma API: index, show | Haelwenn (lanodan) Monnier | |
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 | 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 | [#3213] Fixed `hashtags.name` lookup (must use `citext` type to do index ↵ | Ivan Tashkinov | |
scan). Fixed embedded hashtags lookup (lowercasing), adjusted tests. | |||
2021-02-15 | Add API endpoint to remove a conversation | Egor Kislitsyn | |
2021-02-12 | App is already preloaded into the token, so avoid an extra query | Mark Felder | |
2021-02-11 | Consistency | Mark Felder | |
2021-02-11 | Revert to original formatting for these function defs | Mark Felder | |
2021-02-11 | Prefer naming this put_application because we're putting it into the params map | Mark Felder | |
2021-02-11 | %Token{} may not be in the conn, so avoid breaking the ability to post ↵ | Mark Felder | |
statuses in that scenario. | |||
2021-02-11 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework # Conflicts: # CHANGELOG.md # lib/mix/tasks/pleroma/database.ex # lib/pleroma/web/templates/feed/feed/_activity.rss.eex | |||
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 | Rendering fallback for when we don't have valid data available | Mark Felder | |
2021-02-09 | Enable rendering of the client application data details | Mark Felder | |
2021-02-09 | Ensure we capture the application details into the object | Mark Felder | |
2021-02-09 | Add a function to lookup client app details by the app_id | Mark Felder | |
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-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-07 | [#3213] Partially addressed code review points. | Ivan Tashkinov | |
migration rollback task changes, hashtags-related config handling tweaks, `hashtags.data` deletion (unused). | |||
2021-02-04 | Also make this maybe_ for consistency | Mark Felder | |
2021-02-04 | Merge branch 'develop' into fix/reports-from-admins | 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 | 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 |