Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-26 | Merge branch 'ecto-rollback-in-test-env' into 'develop' | feld | |
Possibility to run rollback in test env See merge request pleroma/pleroma!3212 | |||
2021-02-09 | OpenAPI spec task: Load pleroma application to get version info | rinpatch | |
For whatever reason it seems to pick up the version without loading the app on my machine, but not on the CI. | |||
2021-02-08 | Merge branch 'develop' into 'new-user-emails' | feld | |
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-04 | Also make this maybe_ for consistency | Mark Felder | |
2021-02-03 | Merge branch 'feat/openapi-spec-export' into 'develop' | rinpatch | |
Improve OpenAPI spec and deploy it to api.pleroma.social See merge request pleroma/pleroma!3296 | |||
2021-02-03 | Improve OpenAPI spec and deploy it to api.pleroma.social | rinpatch | |
Too many changes in OpenAPI spec to describe each one, but basically it is tag fixes, bringing consitency to operation summaries and fixing some incorrect information. | |||
2021-01-28 | fix format | Alibek Omarov | |
2021-01-28 | mix: instance: ensure all needed folders are created before generating config | Alibek Omarov | |
2021-01-25 | Ensure consistent behavior between pleroma.user activate/deactivate mix tasks | Mark Felder | |
2021-01-25 | Provide pleroma.user mix task for both activate and deactivate | Mark Felder | |
2021-01-25 | Merge branch 'develop' into refactor/deactivated_user_field | Mark Felder | |
2021-01-20 | Merge branch 'update/oban' into 'develop' | feld | |
Update Oban to 2.3.4 See merge request pleroma/pleroma!3256 | |||
2021-01-18 | Merge branch 'develop' into refactor/deactivated_user_field | Mark Felder | |
2021-01-17 | start oban app in migrations and mix tasks | Alexander Strizhakov | |
2021-01-15 | Remove toggle_confirmation; require explicit state change | Mark Felder | |
Also cosmetic changes to make the code clearer | |||
2021-01-15 | Change user.confirmation_pending field to user.is_confirmed | Mark Felder | |
2021-01-15 | Make setting user activation status explicit | Mark Felder | |
2021-01-15 | Remove toggle_activation | Mark Felder | |
2021-01-15 | Change user.deactivated field to user.is_active | Mark Felder | |
2021-01-13 | Bump Copyright to 2021 | Haelwenn (lanodan) Monnier | |
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;' | |||
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 | possibility to run rollback in test env | Alexander Strizhakov | |
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 | |
2020-12-16 | Merge branch 'fix/2336-mastoapi-ws-posts-dropping' into 'develop' | lain | |
Fix mastoapi ws posts dropping Closes #2336 See merge request pleroma/pleroma!3198 | |||
2020-12-14 | Fix for dropping posts/notifs in WS when mix task is executed | Alexander Strizhakov | |
- start oban in mix tasks with empty queues, plugins and crontab - fix for update_users_following_followers_counts - fix for removed logo.png - typo in resend confirmation emails mix task docs - fix for uploads mix task (start Majic.Pool) - fix for creating user mix task (start :fast_html app) | |||
2020-12-12 | instance.gen: Warn that stripping exif requires exiftool | rinpatch | |
And default to no if it is not installed Closes #2343 | |||
2020-12-12 | instance.gen task: Only show files which will be actually overwritten | rinpatch | |
2020-12-07 | Merge branch 'feature/configdb-mix-tasks' into 'develop' | lain | |
Add mix tasks to give additional ConfigDB recovery and debugging options See merge request pleroma/pleroma!3174 | |||
2020-12-07 | Print out settings that will be removed when specifying the group and key ↵ | Mark Felder | |
for consistency Fix error message when specified key doesn't exist | |||
2020-12-07 | Formatting | Mark Felder | |
2020-12-07 | Apply 1 suggestion(s) to 1 file(s) | feld | |
2020-12-06 | [#3174] Refactoring: ConfigDB fetching functions, ConfigDB tests. | Ivan Tashkinov | |
Minor fixes. | |||
2020-12-04 | shell_yes?/1 was not showing the correct message and always defaults to yes ↵ | Mark Felder | |
which is dangerous | |||
2020-12-04 | More compact representation | Mark Felder | |
2020-12-04 | Ensure deleting entire group prints out settings that will be removed before ↵ | Mark Felder | |
actually removing them | |||
2020-12-04 | Fix deleting an entire group. Also utilize Pleroma.ConfigDB.delete/1 | Mark Felder | |
2020-12-04 | Use Pleroma.ConfigDB.delete/1 instead of rolling our own | Mark Felder | |
2020-12-04 | Use Enum.any? to ensure we return true if there are results | Mark Felder | |
2020-12-03 | config_db search methods | Alexander Strizhakov | |
2020-12-03 | dump_key/2 no longer used | Mark Felder | |
2020-12-03 | Apply 6 suggestion(s) to 1 file(s) | feld | |
2020-12-03 | Credo | Mark Felder | |
2020-12-02 | Make the --force flag for reset command consistent with the others and ↵ | Mark Felder | |
deduplicate db truncation | |||
2020-12-02 | Add --force flag for delete and reset commands | Mark Felder | |
Bunch of reorganization and consolidation | |||
2020-12-02 | Add comment for this mysterious behavior | Mark Felder | |
2020-12-02 | No need for a separate functions here | Mark Felder | |