Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-28 | Merge branch 'features/reports-enhancements' into 'develop' | lain | |
Enhance reports in Pleroma API: index, show See merge request pleroma/pleroma!3280 | |||
2021-02-28 | Merge branch 'admin-api-versioning' into 'develop' | lain | |
Pleroma APIs versioning Closes #2509 See merge request pleroma/pleroma!3335 | |||
2021-02-28 | Merge branch 'bugfix/peertube-mpegURL-object' into 'develop' | lain | |
Video: Handle peertube videos only stashing attachments in x-mpegURL Closes #2372 and #2535 See merge request pleroma/pleroma!3336 | |||
2021-02-28 | Merge branch 'feat/client_app_details' into 'develop' | lain | |
Support application field See merge request pleroma/pleroma!3311 | |||
2021-02-27 | Remove sensitive-property setting #nsfw, create HashtagPolicy | Haelwenn (lanodan) Monnier | |
2021-02-27 | Merge branch 'frontendstatic-ignore-api-calls' into 'develop' | lain | |
Filter out API calls from FrontendStatic plug Closes #2261 See merge request pleroma/pleroma!3346 | |||
2021-02-27 | don't use continue in Stats init for test env | Alexander Strizhakov | |
2021-02-26 | Store the client application data in ActivityStreams format | Mark Felder | |
2021-02-26 | Merge branch 'fix/2498-expires_in-scheduled-posts' into 'develop' | feld | |
expires_in in scheduled status params Closes #2498 See merge request pleroma/pleroma!3315 | |||
2021-02-25 | Note our upgrade path for this functionality | Mark Felder | |
2021-02-25 | No need to filter out Mix.env() from the API routes. | Mark Felder | |
2021-02-25 | Improved recursion through the api route list | Mark Felder | |
2021-02-25 | Filter out MIX_ENV from route list and add a test | Mark Felder | |
2021-02-25 | Enum instead of Stream | 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-22 | [#2534] Earlier init of Pleroma.Web.Endpoint (must be started prior to ↵ | Ivan Tashkinov | |
Pleroma.Web.Streamer). | |||
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-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 | Permit :disclose_client in changesets | Mark Felder | |
2021-02-18 | Tests to validate client disclosure obeys user setting | Mark Felder | |
2021-02-18 | Add field to user schema for controlling disclosure of client details | 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 | [#3213] HashtagsTableMigrator: fault rate allowance to enable the feature ↵ | Ivan Tashkinov | |
(defaults to 1%), counting of affected objects, misc. tweaks. | |||
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 | 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 | 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 | 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 | [#3213] Fixed `HashtagsTableMigrator.count/1`. | Ivan Tashkinov | |
2021-02-16 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework | |||
2021-02-16 | [#3213] HashtagsTableMigrator state management refactoring & improvements ↵ | Ivan Tashkinov | |
(proper stats serialization etc.). | |||
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-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-13 | [#3213] `rescue` around potentially-raising `Repo.insert_all/_` calls. Misc. ↵ | Ivan Tashkinov | |
improvements (docs etc.). | |||
2021-02-12 | Inject fake application metadata and validate it is stripped by transmogrifier | Mark Felder | |
2021-02-12 | App is already preloaded into the token, so avoid an extra query | Mark Felder | |
2021-02-11 | Consistency | Mark Felder | |