Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2020-08-19 | fixes for mix tasks | Alexander Strizhakov | |
- fix for `mix pleroma.database update_users_following_followers_counts` - raise error, if fetch was unsuccessful in emoji tasks - fix for `pleroma.digest test` task | |||
2020-08-19 | relay fix for admin-fe | Alexander Strizhakov | |
2020-08-17 | Start :ssl if not started when running migration or rollback | Hugo Müller-Downing | |
2020-08-12 | reverting pinned posts in filtering | Alexander Strizhakov | |
2020-08-12 | don't load pinned activities in due_expirations | Alexander Strizhakov | |
2020-08-12 | don't expire pinned posts | Alexander Strizhakov | |
2020-08-11 | Ensure only Note objects are set to expire | Mark Felder | |
2020-08-10 | Merge branch 'develop' into fix/activity-expirations-again | Mark Felder | |
2020-08-10 | Revert "Merge branch 'issue/1023' into 'develop'" | lain | |
This reverts merge request !2763 | |||
2020-08-08 | Ensure we only expire Create activities with the Mix task | Mark Felder | |