aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web
AgeCommit message (Collapse)Author
2021-03-17Merge branch 'feature/2145-installer-and-configdb-changes' into ↵Alexander Strizhakov
feature/installer
2021-03-17pleroma installer and config versioningAlexander Strizhakov
- added DynamicSupervisor, which starts Pleroma deps and restarts config dependent deps - added pleroma installer, where user can configure database credentials and pleroma config. Settings are saved into file and in database - added versioning for in database config. New version is created from changes which are passed to config update/delete endpoint. Every version contains backup with all changes added through update. Versioning supports rollbacks with N steps. With a rollback, all versions that come after the version on which the rollback was made are deleted.
2021-03-16config versioningAlexander Strizhakov
- added DynamicSupervisor, which starts Pleroma deps and restarts config dependent deps - added versioning for in database config. New version is created from changes which are passed to config update/delete endpoint. Every version contains backup with all changes added through update. Versioning supports rollbacks with N steps. With a rollback, all versions that come after the version on which the rollback was made are deleted.
2021-03-16Merge branch 'update_open_api_spex' into 'develop'Haelwenn
Update OpenApiSpex dependency See merge request pleroma/pleroma!3362
2021-03-10Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
feature/object-hashtags-rework
2021-03-10Merge branch 'openapi/admin/user' into 'develop'Haelwenn
Add OpenAPI spec for AdminAPI.UserController See merge request pleroma/pleroma!3355
2021-03-07Merge 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-05Update OpenApiSpex dependencyEgor Kislitsyn
2021-03-04Add UserOperation to RedocEgor Kislitsyn
2021-03-03[#3213] ActivityPub hashtags filtering refactoring. Test fix.Ivan Tashkinov
2021-03-02Make the object reference in both render("show.json", _) functions ↵Mark Felder
consistently named
2021-03-02Fix build_application/1 matchMark Felder
2021-03-02Add OpenAPI spec for AdminAPI.UserControllerEgor Kislitsyn
2021-03-02Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
feature/object-hashtags-rework
2021-03-01Store application details in the object under the generator key, not ↵Mark Felder
application key
2021-02-28Merge branch 'features/reports-enhancements' into 'develop'lain
Enhance reports in Pleroma API: index, show See merge request pleroma/pleroma!3280
2021-02-28Merge branch 'admin-api-versioning' into 'develop'lain
Pleroma APIs versioning Closes #2509 See merge request pleroma/pleroma!3335
2021-02-28Merge 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-28Merge branch 'feat/client_app_details' into 'develop'lain
Support application field See merge request pleroma/pleroma!3311
2021-02-27Merge 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-26Store the client application data in ActivityStreams formatMark Felder
2021-02-25Improved recursion through the api route listMark Felder
2021-02-24Attempt to filter out API calls from FrontendStatic plugMark Felder
2021-02-23Merge 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-21Video: Handle peertube videos only stashing attachments in x-mpegURLHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/2535
2021-02-21Reroute /api/pleroma to /api/v1/pleromaeugenijm
2021-02-18Tests to validate client disclosure obeys user settingMark Felder
2021-02-18Mastodon 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-18expires_in in scheduled status paramsAlexander Strizhakov
2021-02-18Merge branch 'fix/chats-no-unread-in-openapi' into 'develop'rinpatch
ChatMessage schema: Add `unread` property See merge request pleroma/pleroma!3323
2021-02-17OAuthScopesPlug: 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-17OpenAPI: Add `admin:` scope prefix to admin operationsrinpatch
Also splits "Emoji packs" to two categories: "Emoji pack administration" and "Emoji packs"
2021-02-17Enhance reports in Pleroma API: index, showHaelwenn (lanodan) Monnier
2021-02-17Merge 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-17Merge branch 'remove-conversation-api' into 'develop'rinpatch
Add API endpoint to remove a conversation Closes #2488 See merge request pleroma/pleroma!3321
2021-02-17Chats: Introduce /api/v2/pleroma/chats which implements paginationrinpatch
Also removes incorrect claim that /api/v1/pleroma/chats supports pagination and deprecates it. Closes #2140
2021-02-16ChatMessage schema: Add `unread` propertyrinpatch
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-15Add API endpoint to remove a conversationEgor Kislitsyn
2021-02-12App is already preloaded into the token, so avoid an extra queryMark Felder
2021-02-11ConsistencyMark Felder
2021-02-11Revert to original formatting for these function defsMark Felder
2021-02-11Prefer naming this put_application because we're putting it into the params mapMark 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-11Merge 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