Commit Graph

175 Commits (f9515a36112c8f6a8a40dbda234aaa6bb5de3827)

Author SHA1 Message Date
eugenijm 568e348588 Increment replies_count on replies (MastoAPI)
6 years ago
rinpatch 9725c93cea Add an id index to notifications
6 years ago
rinpatch e59cfa7cac modify the migrations to use naive_datetime_usec
6 years ago
rinpatch cbc4a76b43 Fix filter migration
6 years ago
Ivan Tashkinov e17a9a1f66 [#923] Nickname & email selection for external registrations, option to connect to existing account.
6 years ago
Ivan Tashkinov 40e9a04c31 [#923] Registration validations & unique index on [:user_id, :provider].
6 years ago
Ivan Tashkinov 26b6354095 [#923] Support for multiple (external) registrations per user via Registration.
6 years ago
Ivan Tashkinov aacbf0f570 [#923] OAuth: prototype of sign in / sign up with Twitter.
6 years ago
Egor Kislitsyn eb84de0143 allow users to disable their own account
6 years ago
eugenijm 8a1e0c9bee Added migration to update existing user note counters
6 years ago
eugenijm 85734c0d49 Added migration for setting default tags in existing users records
6 years ago
Ivan Tashkinov b227ccab82 Fixed `scopes` of apps / authorizations / tokens from apps initially created with space-delimited `scope`.
6 years ago
Egor bff9eb5ef7 Reports
6 years ago
Ivan Tashkinov bc4f77b10b [#468] Merged `upstream/develop`, resolved conflicts.
6 years ago
Ivan Tashkinov 949e35e26d [#468] OAuth scopes-related data migration simplification.
6 years ago
Ivan Tashkinov 063baca5e4 [#468] User UI for OAuth permissions restriction. Standardized storage format for `scopes` fields, updated usages.
6 years ago
Karen Konou ac72b578da Merge branch 'develop' into feature/thread-muting
6 years ago
Karen Konou 6a150de3bd Add unique index and unique constraint check, uniqueness test fails
6 years ago
Ivan Tashkinov 4ad843fb9d [#468] Prototype of OAuth2 scopes support. TwitterAPI scope restrictions.
6 years ago
Karen Konou 98ec578f4d Merge branch 'develop' into feature/thread-muting
6 years ago
Karen Konou c43f414a79 Somehow fixed the repo insert [skip-ci]
6 years ago
Karen Konou 77448de492 ugghhhh
6 years ago
Karen Konou f4ff4ffba2 Migration and some boilerplate stuff
6 years ago
Maxim Filippov f1b72bfb70 Split hide_networ only for local users
6 years ago
kaniini d120aa63f0 Merge branch 'fix-dm-index' into 'develop'
6 years ago
Maxim Filippov c48aba3c2a Fix SQL
6 years ago
lain f3c8b02d65 Massage index until it actually does the stuff we want.
6 years ago
Maxim Filippov cd6606b7f6 Initialize hide_network with false
6 years ago
Maxim Filippov 16ce129e38 Split hide_network into hide_followers & hide_followings (fixed)
6 years ago
kaniini 486749064f Revert "Merge branch 'feature/split-hide-network' into 'develop'"
6 years ago
kaniini 0a82a7e6d6 Merge branch 'feature/split-hide-network' into 'develop'
6 years ago
href b3b0855456 Merge branch '534_federation_targets_reachability' into 'develop'
6 years ago
lambda a43a1c6d4e Revert "Merge branch 'spc-fix-3' into 'develop'"
6 years ago
kaniini 4d3655c479 Merge branch 'spc-fix-3' into 'develop'
6 years ago
Maxim Filippov 50d6183893 Split hide_network into hide_followers & hide_followings
6 years ago
Ivan Tashkinov d3f9e6f6fe [#534] Merged `upstream/develop`.
6 years ago
Ivan Tashkinov 9560abea10 [#534] Refactoring / tweaks per MR review.
6 years ago
Haelwenn (lanodan) Monnier cda1470e02
[MastoAPI][GlitchAPI] Add bookmarks
6 years ago
William Pitcock 15d12a69a4 add activities likes index, fixes favorites API call
6 years ago
href 4a13bb75bd
Change webpush endpoint to unlimited varchar
6 years ago
kaniini 4df71cd88b Merge branch 'classic-flakeids' into 'develop'
6 years ago
href a3ba72d978
Fix clippy with one/five lines
6 years ago
href e02b19d1d7
Fix postgres activity_visibility when running in autovacuum
6 years ago
Ivan Tashkinov f161a92cb1 [#534] Initial implementation of unreachable federation targets retirement.
6 years ago
lain ab03f81219 Fix info ids.
6 years ago
href 9ba6e1fabe
FlakeId: chain alter statements
6 years ago
href e67bd93d90
Flake: migrate pinned_activities in jsonb
6 years ago
href a92c43bc4b
Clippy!
6 years ago
href 465fb4327d
Lock activities/users table during flake migration.
6 years ago
href 28d77e373c
Flake Ids for Users and Activities
6 years ago
Michael Loftis 98cbeae49c slightly changes definition so that autovacuum works paralell safe too
6 years ago
lain b108aeee08 Make use of the indices.
6 years ago
lain bd6c12592e Add migration to fix spc users.
6 years ago
Ivan Tashkinov 79e44042bc [#477] User trigram index adjustment.
6 years ago
Ivan Tashkinov fc965f982c [#477] Added FTS index for `users`. Fixed failing test.
6 years ago
lain 04735db193 Build the index concurrently.
6 years ago
lain 5027f82cde Add activity visibility index.
6 years ago
lambda 94d8f1ab30 Merge branch '394_user_tags' into 'develop'
6 years ago
Ivan Tashkinov 7b19487389 [#394] Added `users.tags` and admin routes to tag and untag users. Added tests.
6 years ago
Egor Kislitsyn 4944498133 Merge branch 'develop' into feature/compat/push-subscriptions
6 years ago
lain 4996fb07d8 Genereate uuids for existing info fields.
6 years ago
Martin Kühl d94ee5cd50 Mastodon API: Support push subscription CRUD
6 years ago
William Pitcock c9f6eb9a41 user: implement dynamic refresh of profiles (gets rid of need for fix_ap_users task)
6 years ago
kaniini 76c67a41c1 Merge branch 'develop' into 'feature/staff-discovery-api'
6 years ago
kaniini 1c9e539b47 Merge branch 'feature/mastodon_api_2.4.x' into 'develop'
6 years ago
William Pitcock cf5d1302aa migrations: add is_moderator index for users table
6 years ago
William Pitcock 1a70d41f8e migrations: add index creation migration and recipients_to/cc removal migration
6 years ago
William Pitcock 038139d641 migrations: drop filler migration
6 years ago
William Pitcock 40ea07cd2f migrations: add migration to fill in recipients_to/recipients_cc fields
6 years ago
William Pitcock 81673b8136 activity: add recipients_to and recipients_cc fields
6 years ago
Haelwenn (lanodan) Monnier 6e030129fb
[MastodonAPI] Add filters
6 years ago
lambda 13440a80e1 Merge branch 'feature/invites' into 'develop'
6 years ago
William Pitcock 4f589998ee activitypub: support filtering activities by whether or not they are a reply (closes #109)
6 years ago
Henry Jameson f42ffbe9a8 Initial invites support + tests.
6 years ago
lambda 564c73ab24 Merge branch 'feature/list-streaming' into 'develop'
6 years ago
eal 29c9c8d93b Extract host from ap_id, add index
6 years ago
eal 5d3fdbc082 MastoAPI: Add streaming for lists.
6 years ago
lambda f3a71f2986 Merge branch 'feature/lists' into 'develop'
6 years ago
eal a8369db4f2 MastoAPI: add lists.
6 years ago
lain 1d4bbec6b3 Fix User search.
6 years ago
lain 94c1f28ba4 Modify sort index for activities.
6 years ago
lain 0abd8a6bad Fix migration.
7 years ago
lain b56bb88c02 Drop index for 'local', it confuses the query planner.
7 years ago
lain bd4926288e Speed up follower query.
7 years ago
lain 1d1271ca1e Add index for user follower address.
7 years ago
lain f48bc5c3e1 Make User.following a postgres array.
7 years ago
Lain Iwakura 4a13b84887 Add recipients field to activities.
7 years ago
Lain Iwakura 50dca016f2 Add count index for local users.
7 years ago
Roger Braun ccde03285d add sort index for activities
7 years ago
Roger Braun 9e60de695d Fix migration for empty db.
7 years ago
Roger Braun 6bf261589f Update activities in own migration.
7 years ago
Roger Braun 20b8b87743 Update in chunks.
7 years ago
Roger Braun f1d27a5fbb Add actor column to activities.
7 years ago
Roger Braun 9af560083f Use more efficient user note count update query.
7 years ago
Roger Braun 29c261e75b Drop superflous index.
7 years ago
Roger Braun 9f417fd5e9 Speed up deletion and related queries.
7 years ago
Roger Braun 6af164f27b Add password reset.
7 years ago
Roger Braun 62ca2617cd Add tag index.
7 years ago
Roger Braun 78485e24ac Fixup old migrations.
7 years ago
Roger Braun f0257c7516 Add fts search index.
7 years ago