Age | Commit message (Collapse) | Author |
|
feature/installer
|
|
- 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.
|
|
- 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.
|
|
Pleroma APIs versioning
Closes #2509
See merge request pleroma/pleroma!3335
|
|
expires_in in scheduled status params
Closes #2498
See merge request pleroma/pleroma!3315
|
|
Update terminology in differences_in_mastoapi_responses.md
See merge request pleroma/pleroma!3344
|
|
|
|
/api/pleroma
|
|
|
|
`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.
|
|
Feature/2438 users/instances posts total count
Closes #2438
See merge request pleroma/pleroma!3270
|
|
# Conflicts:
# CHANGELOG.md
# docs/development/API/differences_in_mastoapi_responses.md
|
|
|
|
|
|
|
|
|
|
in /api/v1/mutes and /api/v1/accounts/:id endpoints
|
|
to the instance adminAPI endpoint
|
|
to the user statuses adminAPI endpoint
|
|
* I cretaed a folder 'development'
* I split up the file dev.md into three parts and moved it to this folder
* index.md
* authentication_authorization.md
* mrf.md
* I also moved ap_extensions.md
* I created a new file setting_up_pleroma_dev.md
|