Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-17 | Merge branch 'feature/2145-installer-and-configdb-changes' into ↵ | Alexander Strizhakov | |
feature/installer | |||
2021-03-17 | pleroma installer and config versioning | Alexander 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-16 | config versioning | Alexander 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-02 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework | |||
2021-02-28 | Merge branch 'admin-api-versioning' into 'develop' | lain | |
Pleroma APIs versioning Closes #2509 See merge request pleroma/pleroma!3335 | |||
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 | Removed a command that references "pleroma.env". This file does not seem to ↵ | PestToast | |
be generated at any point during the install, and not having it does not stop the instance from working, as far as I can tell. | |||
2021-02-24 | Merge branch 'docfix/chat-token' into 'develop' | Haelwenn | |
Update terminology in differences_in_mastoapi_responses.md See merge request pleroma/pleroma!3344 | |||
2021-02-24 | Update terminology in differences_in_mastoapi_responses.md | zonk | |
2021-02-23 | Fix URL of Whalebird in docs | AkiraFukushima | |
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 | Update the documentation to use make it use /api/v1/pleroma instead of ↵ | eugenijm | |
/api/pleroma | |||
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-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-13 | [#3213] `rescue` around potentially-raising `Repo.insert_all/_` calls. Misc. ↵ | Ivan Tashkinov | |
improvements (docs etc.). | |||
2021-02-06 | Merge branch 'feat/allow_alt_text_search_config' into 'develop' | rinpatch | |
allow user defined text search config in database See merge request pleroma/pleroma!3275 | |||
2021-02-06 | Update priv/repo/migrations/20190501125843_add_fts_index_to_objects.exs, ↵ | hyperion | |
priv/repo/optional_migrations/rum_indexing/20190510135645_add_fts_index_to_objects_two.exs files | |||
2021-02-03 | Merge branch 'feature/2438-users-posts-total-count' into 'develop' | feld | |
Feature/2438 users/instances posts total count Closes #2438 See merge request pleroma/pleroma!3270 | |||
2021-02-02 | Merge branch 'email-stub-in-verify-credentials' into 'develop' | feld | |
Email-like field in /api/v1/accounts/verify_credentials (for PeerTube OAuth plugin and alike) See merge request pleroma/pleroma!3286 | |||
2021-02-02 | Merge branch 'develop' into 'fix/2411-mutes-api' | feld | |
# Conflicts: # CHANGELOG.md # docs/development/API/differences_in_mastoapi_responses.md | |||
2021-02-01 | only_remote -> remote renaming | Alexander Strizhakov | |
2021-02-01 | `/api/v1/accounts/:id/statuses` docs update | Alexander Strizhakov | |
2021-02-01 | more tests and update for docs and changelog | Alexander Strizhakov | |
2021-02-01 | only_media & only_remote docs and changelog | Alexander Strizhakov | |
2021-01-29 | [#3286] Documentation on configuring Pleroma as OAuth 2.0 provider. | Ivan Tashkinov | |
2021-01-29 | support for with_relationships parameter | Alexander Strizhakov | |
in /api/v1/mutes and /api/v1/accounts/:id endpoints | |||
2021-01-27 | added total | Alexander Strizhakov | |
to the instance adminAPI endpoint | |||
2021-01-27 | added total | Alexander Strizhakov | |
to the user statuses adminAPI endpoint | |||
2021-01-25 | Merge branch 'develop' into docs/apache-config | Mark Felder | |
2021-01-25 | Document pleroma.user activate mix task | Mark Felder | |
2021-01-25 | Merge branch 'develop' into refactor/deactivated_user_field | Mark Felder | |
2021-01-23 | add missing sudo prefix in install doc | 𝑓 | |
2021-01-21 | Add ability to invalidate cache entries for Apache | Mark Felder | |
2021-01-21 | use proper naming | Alexander Strizhakov | |
for MediaProxyWarmingPolicy in ConcurrentLimiter | |||
2021-01-21 | Update docs | Mark Felder | |
2021-01-21 | configurable limits for ConcurrentLimiter | Alexander Strizhakov | |
Pleroma.Web.RichMedia.Helpers & Pleroma.Web.MediaProxy | |||
2021-01-20 | Merge branch 'deprecate-public_endpoint' into 'develop' | feld | |
Deprecate Uploaders.S3, :public_endpoint See merge request pleroma/pleroma!3251 | |||
2021-01-19 | Improve PostgreSQL optimization article | rinpatch | |
Move query plan mode setting from OTP installation guide and try to explain what it does. | |||
2021-01-15 | Remove toggle_activation | Mark Felder | |
2021-01-12 | Deprecate Pleroma.Uploaders.S3, :public_endpoint | Mark Felder | |
2021-01-10 | Add development section | Ilja | |
* 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 | |||
2021-01-05 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
1526-account-aliases | |||
2021-01-01 | AdminAPI: return id for moderation log entries | Alex Gleason | |
2020-12-30 | Merge remote-tracking branch 'upstream/develop' into aliases | Alex Gleason | |
2020-12-28 | Revert "Merge branch 'features/hashtag-column' into 'develop'" | Haelwenn | |
This reverts merge request !2824 | |||
2020-12-28 | pleroma.database fill_old_hashtags: Add month_limit argument | Haelwenn (lanodan) Monnier | |
2020-12-22 | Insert text representation of hashtags into object["hashtags"] | Haelwenn (lanodan) Monnier | |
Includes a new mix task: pleroma.database fill_old_hashtags | |||
2020-12-17 | Merge remote-tracking branch 'upstream/develop' into registration-workflow | Alex Gleason | |