Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-15 | Merge remote-tracking branch 'origin/develop' into live-dashboard | Alex Gleason | |
2021-12-15 | Add Phoenix LiveDashboard | Alex Gleason | |
Co-authored-by: Egor Kislitsyn <egor@kislitsyn.com> | |||
2021-10-06 | CI: Bump lint stage to elixir-1.12 | Haelwenn (lanodan) Monnier | |
Elixir 1.12 changed formatting rules, this allows to avoid having to rollback to run `mix format` | |||
2021-08-28 | mix pleroma.database set_text_search_config now runs concurrently and infinitely | someone | |
Backport of: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3514 | |||
2021-08-15 | mix pleroma.database set_text_search_config now runs concurrently and infinitely | someone | |
2021-06-07 | Update lib/mix/tasks/pleroma/database.ex | feld | |
2021-05-08 | a better query to delete from hashtags | faried nawaz | |
old query: Delete on hashtags (cost=5089.81..5521.63 rows=6160 width=18) -> Hash Semi Join (cost=5089.81..5521.63 rows=6160 width=18) Hash Cond: (hashtags.id = ht.id) -> Seq Scan on hashtags (cost=0.00..317.28 rows=17528 width=14) -> Hash (cost=5012.81..5012.81 rows=6160 width=20) -> Merge Anti Join (cost=0.70..5012.81 rows=6160 width=20) Merge Cond: (ht.id = hto.hashtag_id) -> Index Scan using hashtags_pkey on hashtags ht (cost=0.29..610.53 rows=17528 width=14) -> Index Scan using hashtags_objects_pkey on hashtags_objects hto (cost=0.42..3506.48 rows=68158 width=14) new query: Delete on hashtags ht (cost=0.70..5012.81 rows=6160 width=12) -> Merge Anti Join (cost=0.70..5012.81 rows=6160 width=12) Merge Cond: (ht.id = hto.hashtag_id) -> Index Scan using hashtags_pkey on hashtags ht (cost=0.29..610.53 rows=17528 width=14) -> Index Scan using hashtags_objects_pkey on hashtags_objects hto (cost=0.42..3506.48 rows=68158 width=14) | |||
2021-05-08 | mix prune_objects: remove unused hashtags after pruning remote objects | faried nawaz | |
2021-03-23 | suggestion | Alexander Strizhakov | |
2021-03-23 | migrating config to tmp folder | Alexander Strizhakov | |
2021-03-02 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework | |||
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-23 | [#3213] `mix pleroma.database rollback` tweaks. | Ivan Tashkinov | |
2021-02-11 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework # Conflicts: # CHANGELOG.md # lib/mix/tasks/pleroma/database.ex # lib/pleroma/web/templates/feed/feed/_activity.rss.eex | |||
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-07 | [#3213] Partially addressed code review points. | Ivan Tashkinov | |
migration rollback task changes, hashtags-related config handling tweaks, `hashtags.data` deletion (unused). | |||
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-02-03 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework # Conflicts: # CHANGELOG.md # lib/pleroma/web/activity_pub/activity_pub.ex | |||
2021-01-31 | [#3213] Explicitly defined PKs in hashtags_objects and ↵ | Ivan Tashkinov | |
data_migration_failed_ids. Added "pleroma.database rollback" task to revert a single migration. | |||
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 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework | |||
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-21 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework # Conflicts: # CHANGELOG.md | |||
2021-01-18 | Merge branch 'develop' into refactor/deactivated_user_field | Mark Felder | |
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 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework | |||
2021-01-13 | [#3213] Prototype of data migrations functionality / HashtagsTableMigrator. | Ivan Tashkinov | |
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/>;' | |||
2021-01-10 | [#3213] transfer_hashtags mix task refactoring. | Ivan Tashkinov | |
2021-01-07 | [#3213] Removed PK from hashtags_objects table. Improved hashtags_transfer ↵ | Ivan Tashkinov | |
mix task (logging of failed ids). | |||
2020-12-31 | [#3213] Added query options support for Repo.chunk_stream/4. | Ivan Tashkinov | |
Used infinite timeout in transfer_hashtags select query. | |||
2020-12-30 | [#3213] Improved `database.transfer_hashtags` mix task: proper rollback, ↵ | Ivan Tashkinov | |
speedup. | |||
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-26 | [#3213] Hashtag-filtering functions in ActivityPub. Mix task for migrating ↵ | Ivan Tashkinov | |
hashtags to `hashtags` table. | |||
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 |