aboutsummaryrefslogtreecommitdiff
path: root/priv/repo
AgeCommit message (Collapse)Author
2019-03-03Added migration to update existing user note counterseugenijm
2019-03-01Added migration for setting default tags in existing users recordseugenijm
2019-02-22Fixed `scopes` of apps / authorizations / tokens from apps initially created ↵Ivan Tashkinov
with space-delimited `scope`.
2019-02-20ReportsEgor
2019-02-17[#468] Merged `upstream/develop`, resolved conflicts.Ivan Tashkinov
2019-02-14[#468] OAuth scopes-related data migration simplification.Ivan Tashkinov
2019-02-14[#468] User UI for OAuth permissions restriction. Standardized storage ↵Ivan Tashkinov
format for `scopes` fields, updated usages.
2019-02-11Merge branch 'develop' into feature/thread-mutingKaren Konou
2019-02-09Add unique index and unique constraint check, uniqueness test failsKaren Konou
2019-02-09[#468] Prototype of OAuth2 scopes support. TwitterAPI scope restrictions.Ivan Tashkinov
2019-02-08Merge branch 'develop' into feature/thread-mutingKaren Konou
2019-02-07Somehow fixed the repo insert [skip-ci]Karen Konou
2019-02-07ugghhhhKaren Konou
2019-02-07Migration and some boilerplate stuffKaren Konou
2019-02-06Split hide_networ only for local usersMaxim Filippov
2019-02-05Merge branch 'fix-dm-index' into 'develop'kaniini
Massage index until it actually does the stuff we want. See merge request pleroma/pleroma!772
2019-02-05Fix SQLMaxim Filippov
2019-02-04Massage index until it actually does the stuff we want.lain
Also makes the index a lot smoler.
2019-02-04Initialize hide_network with falseMaxim Filippov
2019-02-03Split hide_network into hide_followers & hide_followings (fixed)Maxim Filippov
2019-02-01Revert "Merge branch 'feature/split-hide-network' into 'develop'"kaniini
This reverts merge request !733
2019-02-01Merge branch 'feature/split-hide-network' into 'develop'kaniini
Split hide_network into hide_followers & hide_followings See merge request pleroma/pleroma!733
2019-02-01Merge branch '534_federation_targets_reachability' into 'develop'href
[#534] Unreachable federation targets retirement Closes #534 See merge request pleroma/pleroma!703
2019-01-31Revert "Merge branch 'spc-fix-3' into 'develop'"lambda
This reverts merge request !682
2019-01-31Merge branch 'spc-fix-3' into 'develop'kaniini
Spc fix 3 See merge request pleroma/pleroma!682
2019-01-28Split hide_network into hide_followers & hide_followingsMaxim Filippov
2019-01-28[#534] Merged `upstream/develop`.Ivan Tashkinov
2019-01-28[#534] Refactoring / tweaks per MR review.Ivan Tashkinov
2019-01-28[MastoAPI][GlitchAPI] Add bookmarksHaelwenn (lanodan) Monnier
2019-01-27add activities likes index, fixes favorites API callWilliam Pitcock
2019-01-26Change webpush endpoint to unlimited varcharhref
Fixes #552
2019-01-25Merge branch 'classic-flakeids' into 'develop'kaniini
Flake Ids for Users and Activities Closes #450 See merge request pleroma/pleroma!645
2019-01-24Fix clippy with one/five lineshref
2019-01-24Fix postgres activity_visibility when running in autovacuumhref
2019-01-23[#534] Initial implementation of unreachable federation targets retirement.Ivan Tashkinov
2019-01-23Fix info ids.lain
The previous migration actually created values for the key "id", including the quotes. This one should fill out all missing ids. Closes #511
2019-01-23FlakeId: chain alter statementshref
2019-01-23Flake: migrate pinned_activities in jsonbhref
2019-01-23Clippy!href
2019-01-23Lock activities/users table during flake migration.href
2019-01-23Flake Ids for Users and Activitieshref
2019-01-22slightly changes definition so that autovacuum works paralell safe tooMichael Loftis
2019-01-20Make use of the indices.lain
Indices in postgresql rely on operators, so they won't be used if you use only functions.
2019-01-18Add migration to fix spc users.lain
2019-01-18[#477] User trigram index adjustment.Ivan Tashkinov
2019-01-15[#477] Added FTS index for `users`. Fixed failing test.Ivan Tashkinov
2019-01-09Build the index concurrently.lain
2019-01-09Add activity visibility index.lain
2018-12-07Merge branch '394_user_tags' into 'develop'lambda
[#394] User tags Closes #394 See merge request pleroma/pleroma!508
2018-12-06[#394] Added `users.tags` and admin routes to tag and untag users. Added tests.Ivan Tashkinov