Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-24 | Revert "Cycles: refactor Pleroma.User, Pleroma.User.Registration" | Alex Gleason | |
This reverts commit 6124cfe9ae3eeb91fba9ecd1c8d5558fcc16c1c8. | |||
2021-05-23 | format/credo fixes | Alex Gleason | |
2021-05-22 | Cycles: refactor Pleroma.User, Pleroma.User.Registration | Alex Gleason | |
Breaks cycles involving UserEmail | |||
2021-05-22 | Cycles: Pleroma.Activity.search/3 --> Pleroma.Activity.Search.search/3 | Alex Gleason | |
Helps break up cycles between views | |||
2021-05-22 | Cycles: Pleroma.Constants.as_local_public/0 --> ↵ | Alex Gleason | |
Pleroma.Web.ActivityPub.IDs.as_local_public/0 Prevent recompiling Endpoint when a file requires Pleroma.Constants | |||
2021-05-22 | Cycles: move ID generator functions, Pleroma.Web.ActivityPub.Utils --> ↵ | Alex Gleason | |
Pleroma.Web.ActivityPub.IDs | |||
2021-05-22 | Cycles: Pleroma.Application.user_agent/0 --> Pleroma.Web.Endpoint.user_agent/0 | Alex Gleason | |
Reduce cycles on lib/pleroma/application.ex | |||
2021-05-21 | Cycles: Pleroma.Web.base_url() --> Pleroma.Web.Endpoint.url() | Alex Gleason | |
2021-05-21 | Cycles: Pleroma.Web.get_api_routes/0 --> Pleroma.Web.Router.get_api_routes/0 | Alex Gleason | |
2021-03-02 | StatusController: Deactivate application support for now. | lain | |
Some more things to discuss about, so we'll remove it from 2.3.0 | |||
2021-03-01 | user_agent_mock --> request_mock | Alex Gleason | |
2021-03-01 | Never forward the client's user-agent through the media proxy | Alex Gleason | |
2021-03-01 | Store application details in the object under the generator key, not ↵ | Mark Felder | |
application key | |||
2021-02-28 | Merge branch 'fix/warning-in-test' into 'develop' | lain | |
warning fix See merge request pleroma/pleroma!3350 | |||
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 | warning fix | Alexander Strizhakov | |
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 | 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-26 | Store the client application data in ActivityStreams format | Mark Felder | |
2021-02-25 | Leave a note for future explorers | Mark Felder | |
2021-02-25 | No need to filter out Mix.env() from the API routes. | Mark Felder | |
2021-02-25 | Filter out MIX_ENV from route list and add a test | Mark Felder | |
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-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 | expires_in in scheduled status params | Alexander Strizhakov | |
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-15 | Add API endpoint to remove a conversation | Egor Kislitsyn | |
2021-02-12 | Additional validation so we don't get caught off guard with a nil response | Mark Felder | |
if CommonAPI ever prevents us from injecting this data | |||
2021-02-12 | Inject fake application metadata and validate it is stripped by transmogrifier | Mark Felder | |
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 | Use a custom oauth token so we can predict and validate the client_name and ↵ | Mark Felder | |
website | |||
2021-02-11 | Validate client application metadata is retained in the object | Mark Felder | |
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-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-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 | activity_pub_controller: Add authentication to object & activity endpoints | Haelwenn (lanodan) Monnier | |
2021-02-05 | Lint | Mark Felder | |
2021-02-04 | Add basic test to validate the registration email is dispatched when the ↵ | Mark Felder | |
others are disabled Also only check for subject as the body is a mess of html and we don't really need to prove its contents if the subject matches. | |||
2021-02-04 | Merge branch 'develop' into fix/reports-from-admins | Mark Felder | |