Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-28 | Experimenting with CockroachDBcockroachdb | Alex Gleason | |
2021-12-26 | MastoAPI: Profile directory | marcin mikołajczak | |
2021-12-25 | Merge branch 'account-notes' into 'develop' | Alex Gleason | |
MastoAPI: Add user notes on accounts See merge request pleroma/pleroma!3540 | |||
2021-12-19 | Merge branch 'v2-suggestions' into 'develop' | Alex Gleason | |
V2 suggestions See merge request pleroma/pleroma!3547 | |||
2021-11-29 | Force pinned_objects to be empty, not null | NEETzsche | |
2021-11-26 | v2 Suggestions: add index on is_suggested column | Alex Gleason | |
2021-11-26 | v2 Suggestions: rudimentary API response | Alex Gleason | |
2021-11-21 | Lint | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-11-21 | MastoAPI: Add user notes on accounts | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
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-09-07 | Merge branch 'remove/mastofe' into 'develop' | Haelwenn | |
Remove MastoFE from Pleroma, fixes #2625 Closes #2625 See merge request pleroma/pleroma!3392 | |||
2021-08-09 | Merge branch 'poll-notification' into 'develop' | Haelwenn | |
MastodonAPI: Support poll notification See merge request pleroma/pleroma!3484 | |||
2021-08-06 | Add database migrations | Ilja | |
* SimplePolicy * quarentine * transparency_exclusions | |||
2021-07-18 | Merge remote-tracking branch 'pleroma/develop' into poll-notification-fixes | Alex Gleason | |
2021-07-17 | MastodonAPI: Support poll notification | Alex Gleason | |
2021-07-10 | Merge develop branch upstream | Sean King | |
2021-06-07 | Merge branch 'develop' into 'fix/prune-hashtags' | feld | |
# Conflicts: # CHANGELOG.md | |||
2021-06-04 | Fix merge conflicts with upstream | Sean King | |
2021-06-01 | Add RenameInstanceChat migration | Roman Chvanikov | |
2021-05-08 | migration: add on_delete: :delete_all to hashtags object_id fk | faried nawaz | |
2021-04-16 | Merge branch 'feature/521-pinned-post-federation' into 'develop' | rinpatch | |
Pinned posts federation Closes #521 See merge request pleroma/pleroma!3312 | |||
2021-04-15 | Remove MastoFE settings from users table | Sean King | |
2021-04-01 | Enforce user.notification_settings is NOT NULL | Mark Felder | |
2021-03-25 | Let pins federate | Alexander Strizhakov | |
- save object ids on pin, instead of activity ids - pins federation - removed pinned_activities field from the users table - activityPub endpoint for user pins - pulling remote users pins | |||
2021-03-07 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework | |||
2021-03-02 | Fix migration in cases where database name has a hyphen | Mark Felder | |
2021-03-02 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework | |||
2021-02-28 | Simplify migration | Mark Felder | |
2021-02-22 | [#3213] `hashtags`: altered `name` type to `text`. `hashtags_objects`: ↵ | Ivan Tashkinov | |
removed unused index. HashtagsTableMigrator: records_per_second calculation fix. ActivityPub: hashtags-related options normalization. | |||
2021-02-18 | Add field to user schema for controlling disclosure of client details | Mark Felder | |
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-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-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-02-02 | Merge branch 'fix/2473-purge-expired-activities-duplicates' into 'develop' | feld | |
fix and delete purge activities duplicates Closes #2473 See merge request pleroma/pleroma!3285 | |||
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 and delete purge activities duplicates | Alexander Strizhakov | |
2021-01-27 | Add active user count | Egor Kislitsyn | |
2021-01-25 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework | |||
2021-01-25 | Merge branch 'develop' into refactor/deactivated_user_field | Mark Felder | |
2021-01-21 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework # Conflicts: # CHANGELOG.md | |||
2021-01-20 | Merge branch 'deprecate-public_endpoint' into 'develop' | feld | |
Deprecate Uploaders.S3, :public_endpoint See merge request pleroma/pleroma!3251 | |||
2021-01-20 | Merge branch 'update/oban' into 'develop' | feld | |
Update Oban to 2.3.4 See merge request pleroma/pleroma!3256 | |||
2021-01-20 | use correct versions for oban migrations | Alexander Strizhakov | |
2021-01-18 | Merge branch 'develop' into refactor/deactivated_user_field | Mark Felder | |
2021-01-18 | Merge branch 'develop' into refactor/approval_pending_user_field | Mark Felder | |
2021-01-17 | start oban app in migrations and mix tasks | Alexander Strizhakov | |
2021-01-17 | use explicitly oban migration version | Alexander Strizhakov | |
2021-01-15 | Update Oban to 2.3.4 | Mark Felder | |