Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-02 | Document how to delete individual configuration groups and completely reset ↵ | Mark Felder | |
the config without SQL | |||
2020-12-02 | Better deletion message | Mark Felder | |
2020-12-02 | Add mix tasks to give additional recovery and debugging options | Mark Felder | |
- pleroma.config dump: prints the entire config as it would be exported to the filesystem - pleroma.config dump KEY: prints the configuration under a specific ConfigDB key in the database - pleroma.config keylist: lists the available keys in ConfigDB - pleroma.config keydel KEY: deletes ConfigDB entry stored under the key This should prevent the need for users to manually execute SQL queries. | |||
2020-11-25 | Prevent mix tasks from spewing any internal logging unless DEBUG is in the env | Mark Felder | |
e.g., DEBUG=1 mix pleroma.config migrate_from_db | |||
2020-11-21 | Merge remote-tracking branch 'upstream/develop' into registration-workflow | Alex Gleason | |
2020-11-20 | start limiters in mix tasks | Alexander Strizhakov | |
2020-11-18 | Merge branch 'fix/mix-task-user-delete_activities' into 'develop' | feld | |
Fix mix pleroma.user delete_activities task See merge request pleroma/pleroma!3156 | |||
2020-11-17 | Need to start web_resp cache or mix task fails | Mark Felder | |
2020-11-17 | Merge branch 'develop' into frontend-admin-api | Egor Kislitsyn | |
2020-11-14 | Merge remote-tracking branch 'upstream/develop' into registration-workflow | Alex Gleason | |
2020-11-14 | pleroma.instance: Fix Exiftool module name | Haelwenn (lanodan) Monnier | |
2020-11-11 | Merge branch 'develop' into frontend-admin-api | Egor Kislitsyn | |
2020-11-08 | Remove release_env | rinpatch | |
While taking a final look at instance.gen before releasing I noticed that the release_env task outputs messages in broken english. Upon further inspection it seems to have even more severe issues which, in my opinion, warrant it's at least temporary removal: - We do not explain what it actually does, anywhere. Neither the task docs nor instance.gen, nor installation instructions. - It does not respect FHS on OTP releases (uses /opt/pleroma/config even though we store the config in /etc/pleroma/config.exs). - It doesn't work on OTP releases, which is the main reason it exists. Neither systemd nor openrc service files for OTP include it. - It is not mentioned in install guides other than the ones for Debian and OTP releases. | |||
2020-10-27 | Add an API endpoint to install a new frontend | Egor Kislitsyn | |
2020-10-15 | fix test | Maksim Pechnikov | |
2020-10-15 | added generate the release env to `pleroma.instance gen` | Maksim Pechnikov | |
2020-10-15 | Apply 1 suggestion(s) to 1 file(s) | Maksim | |
2020-10-15 | Apply 1 suggestion(s) to 1 file(s) | Maksim | |
2020-10-15 | update task messages | Maksim Pechnikov | |
2020-10-15 | added generated `pleroma.env` | Maksim Pechnikov | |
2020-10-13 | Replace User.toggle_confirmation/1 with User.confirm/1, fixes #2235 | Alex Gleason | |
2020-10-13 | Merge branch 'develop' into refactor/locked_user_field | Mark Felder | |
2020-10-13 | Change user.locked field to user.is_locked | Mark Felder | |
2020-10-13 | mix tasks consistency | Alexander Strizhakov | |
2020-10-12 | Merge branch 'improve/instance-gen' into 'develop' | feld | |
#2159 Support enabling upload filters during instance gen See merge request pleroma/pleroma!3070 | |||
2020-10-12 | Add missing Copyright headers | Mark Felder | |
2020-10-12 | Support enabling upload filters during instance gen | Mark Felder | |
2020-09-28 | added `force` option to the unfollow operation | Maksim Pechnikov | |
2020-09-25 | Simplify the value comparison | Mark Felder | |
2020-09-24 | Add some user feedback | Mark Felder | |
2020-09-24 | Cannot use batches with User.try_send_confirmation_email/1 | Mark Felder | |
2020-09-24 | Use the import | Mark Felder | |
2020-09-23 | Chase Pleroma.RepoStreamer.chunk_stream -> Pleroma.Repo.chunk_stream | Mark Felder | |
2020-09-23 | Merge branch 'develop' into feature/bulk-confirmation | Mark Felder | |
2020-09-17 | Deny ConfigDB migration when deprecated settings found | Mark Felder | |
2020-09-16 | RepoStreamer.chunk_stream -> Repo.chunk_stream | Maksim Pechnikov | |
2020-09-10 | remove validate_expires_at from enqueue method | Alexander Strizhakov | |
2020-09-10 | schedule activity expiration in Oban | Alexander Strizhakov | |
2020-09-10 | use Pleroma.HTTP in emoji packs tasks | Alexander Strizhakov | |
2020-09-08 | Handle possibility of user account in a bulk operation not having an email ↵ | Mark Felder | |
address | |||
2020-09-08 | Add mix task for bulk [un]confirming the local instance users | Mark Felder | |
2020-09-08 | Make it possible to bulk send confirmation emails to all unconfirmed users | Mark Felder | |
2020-09-07 | passing adapter options directly without adapter key | Alexander Strizhakov | |
2020-09-07 | adapter options unification | Alexander Strizhakov | |
not needed options deletion | |||
2020-09-07 | removing Stats worker from Oban cron jobs | Alexander Strizhakov | |
2020-09-03 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
seanking/pleroma-fix_install_fe_bug | |||
2020-09-02 | correct pool and uniform headers format | Alexander Strizhakov | |
2020-09-01 | Fix frontend install mix task bug | Sean King | |
2020-08-25 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
frontend-bundles-downloads | |||
2020-08-24 | Merge branch 'relay-fix-admin-fe' into 'develop' | feld | |
Relay fix for admin-fe See merge request pleroma/pleroma!2902 |