Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-12 | [#3213] Code formatting fix. | Ivan Tashkinov | |
2021-03-12 | [#3213] Background migration infrastructure refactoring. | Ivan Tashkinov | |
Extracted BaseMigrator and BaseMigratorState. | |||
2021-03-11 | Leverage function pattern matching instead | Mark Felder | |
2021-03-10 | Workaround for URI.merge/2 bug ↵ | Mark Felder | |
https://github.com/elixir-lang/elixir/issues/10771 If we avoid URI.merge unless we know we need it we reduce the edge cases we could encounter. The site would need to both have "//" in the %URI{:path} and the image needs to be a relative URL. | |||
2021-03-10 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework | |||
2021-03-10 | Merge branch 'openapi/admin/user' into 'develop' | Haelwenn | |
Add OpenAPI spec for AdminAPI.UserController See merge request pleroma/pleroma!3355 | |||
2021-03-07 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework | |||
2021-03-07 | [#3213] Performance optimization of filtering by hashtags ("any" condition). | Ivan Tashkinov | |
2021-03-05 | Add simple way to decode fully qualified mediaproxy URLs | Mark Felder | |
2021-03-05 | Update OpenApiSpex dependency | Egor Kislitsyn | |
2021-03-04 | Add UserOperation to Redoc | Egor Kislitsyn | |
2021-03-03 | [#3213] ActivityPub hashtags filtering refactoring. Test fix. | Ivan Tashkinov | |
2021-03-03 | Merge branch 'mergeback/2.3.0' into 'develop' | lain | |
Mergeback/2.3.0 See merge request pleroma/pleroma!3360 | |||
2021-03-03 | Revert "StatusController: Deactivate application support for now." | lain | |
This reverts commit 024c11c18d289d4acd65d749f939ad3684f31905. | |||
2021-03-02 | Make the object reference in both render("show.json", _) functions ↵ | Mark Felder | |
consistently named | |||
2021-03-02 | Fix build_application/1 match | Mark Felder | |
2021-03-02 | Add OpenAPI spec for AdminAPI.UserController | Egor Kislitsyn | |
2021-03-02 | Linting. | lain | |
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-02 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework | |||
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 '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-26 | Merge branch 'ecto-rollback-in-test-env' into 'develop' | feld | |
Possibility to run rollback in test env See merge request pleroma/pleroma!3212 | |||
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 | [#3213] `mix pleroma.database rollback` tweaks. | Ivan Tashkinov | |
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 | |