summaryrefslogtreecommitdiffstats
path: root/store
Commit message (Collapse)AuthorAgeFilesLines
* PLT-6341/PLT-6342 Update gorp to mattermost fork and add connection timeout ↵Joram Wilander2017-05-295-20/+22
| | | | | | | | | | | | setting (#6410) * Update gorp to mattermost fork and add connection timeout setting * Add go dependency * Rename from connection timeout to query timeout * Properly add gorp dependency
* Set length for OriginalId for new installs (#6437)Joram Wilander2017-05-241-0/+1
|
* PLT-6408 Framework for job server (#6404)Harrison Healey2017-05-184-0/+369
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added initial job server * Added job server to be ran as part of platform * Added test job to the enterprise repo * Fixed job server not loading license * Renamed job package to jobs * Fixed TE not being buildable * Added JobStatus table to database * Changed fields used by JobStatus * Added APIs to query job status * Added config change listener to server * Added option to run job server from Makefile * Added ability to enable/disable jobs from config * Commented out placeholder for search indexing job * Fixed govet * Removed debug messages and fixed job api init message
* PLT-6472: Basic Elastic Search implementation. (#6382)George Goldberg2017-05-183-0/+70
| | | | | | | | | | | | | | * PLT-6472: Basic Elastic Search implementation. This currently supports indexing of posts at create/update/delete time. It does not support batch indexing or reindexing, and does not support any entities other than posts yet. The purpose is to more-or-less replicate the existing full-text search feature but with some of the immediate benefits of using elastic search. * Alter settings for AWS compatability. * Remove unneeded i18n strings.
* PLT-6019: Add APIv4 Endpoint for restoring Channels (#6263)Robin Naundorf2017-05-153-0/+33
|
* Add API Endpoint for deleted Channels (#5889)Robin Naundorf2017-05-093-0/+108
|
* Add preparatory upgrade code for 3.10 (#6337)Joram Wilander2017-05-061-10/+20
|
* Uncomment upgrade for 3.9 (#6336)Joram Wilander2017-05-041-6/+5
| | | | | | * Uncomment upgrade for 3.9 * Add 3.9.0 to model/version.go
* Copy users in/out out profileByIds cache to prevent data race (#6179)Joram Wilander2017-05-011-2/+5
|
* PLT-6355: Use separate Read Replicas for Search. (#6216)George Goldberg2017-05-013-23/+56
|
* Fix error not appearing when updating to existing username (#6255)Joram Wilander2017-04-281-2/+2
|
* Fixing token size issue (#6258)Christopher Speller2017-04-271-0/+1
|
* Creating common token store and moving email invites and verification to it ↵Christopher Speller2017-04-276-194/+137
| | | | (#6213)
* PLT-4457 Added API to get multiple users by their usernames (#6218)Harrison Healey2017-04-252-16/+57
| | | | | | | | | | * Allow getting profiles by username without a team * Changed UserStore.GetProfilesByUsernames to return an array * PLT-4457 Added API to get multiple users by their usernames * Changed users/names route to users/usernames
* Fix the flaky TestTeamStoreSearchByName test in store/sql_team_store_test.go ↵Justin Wyer2017-04-241-2/+3
| | | | (#6187)
* Don't sanitize returned user when updating a user (#6095)Joram Wilander2017-04-191-36/+15
| | | | | | * Don't sanitize returned user when updating a user * Use user model function for clearing private data
* Revert "Usernames must start with a letter (#5581)"Christopher Speller2017-04-183-15/+13
| | | | This reverts commit 2e911b77c3386833f8f0cea82c7b6b3e5583a08e.
* Merge branch 'release-3.8'Christopher Speller2017-04-172-1/+39
|\
| * PLT-6254: Search not in teams include removed members. (#6020)George Goldberg2017-04-072-1/+39
| |
* | Adding the ability to disable full text search queries for master (#6102)Corey Hulen2017-04-171-0/+12
| |
* | Refactor OAuth 2.0 code into app layer (#6037)Joram Wilander2017-04-125-22/+24
| |
* | PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-1240-40/+40
| | | | | | | | | | | | | | | | | | | | | | | | * PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots
* | Prepare database upgrade function for v3.9 (#6004)George Goldberg2017-04-071-0/+10
| |
* | APIv4 GET /users/{user_id}/posts/flagged (#5984)Saturnino Abril2017-04-053-5/+159
|/ | | | | | * APIv4 GET /users/{user_id}/posts/flagged * change permission check
* Uncomment 3.8 database upgrade. (#5992)George Goldberg2017-04-051-7/+5
|
* PLT-6115 adding unit tests for licensing (#5916)Corey Hulen2017-04-041-0/+10
| | | | | | | | * Adding test to license sql store * PLT-6115 adding unit tests for licensing * Removing unused test
* Add more OAuth unit tests (#5946)enahum2017-04-032-2/+139
|
* APIv4 post /teams/search (#5931)Saturnino Abril2017-04-033-1/+170
|
* Add store unit tests and add make target for testing store with postgres (#5925)Joram Wilander2017-04-0310-117/+204
| | | | | | | | * Add store unit tests and add make target for testing store with postgres * Remove postgres target form test-server target * Fix audit test
* PLT-6162: Search for users not in a given team. (#5943)George Goldberg2017-04-033-0/+68
|
* PLT-5483 Fix bug where flagged posts endpoint returned posts on other teams ↵Joram Wilander2017-03-313-0/+221
| | | | | | | | (#5765) * Fix bug where flagged posts endpoint returned posts on other teams * Include flagged posts from DMs/GMs
* PLT-6090 adding ability to read license file from disk (#5895)Corey Hulen2017-03-311-0/+2
| | | | | | | | * PLT-6090 adding ability to read license file from disk * Fixing unit test that fails only sometimes * Fixing test that fails randomly
* fix typo and missing messages (#5902)Yusuke Nemoto2017-03-301-2/+2
|
* PLT-2713 Added ability for admins to list users not in any team (#5844)Harrison Healey2017-03-293-0/+92
| | | | | | * PLT-2713 Added ability for admins to list users not in any team * Updated style of unit test
* PLT-6083: API to get users not in a specific team. (#5888)George Goldberg2017-03-293-0/+209
|
* APIv4 post /channels/ids (#5845)Saturnino Abril2017-03-273-0/+132
| | | | | | * APIv4 post /channels/ids * updated enpoint as /teams/{team_id}/channels/ids
* Implement POST /users/search endpoint for APIv4 (#5822)Joram Wilander2017-03-233-0/+92
| | | | | | | | | | * Implement POST /users/search endpoint for APIv4 * PLT-2713 Added store functions for searching users that don't have a team * PLT-2713 Added 'without_team' option when searching users * PLT-2713 Added 'without_team' option when searching users (v4)
* Implement some channel endpoints for APIv4 (#5767)Joram Wilander2017-03-163-0/+110
|
* Upgrade schema for pinned posts. (#5747)George Goldberg2017-03-131-0/+3
|
* Implement GET and POST /hooks/outgoing endpoints for APIv4 (#5645)Joram Wilander2017-03-134-12/+101
|
* Implement compliance endpoints for APIv4 (#5683)Joram Wilander2017-03-133-6/+22
| | | | | | * Implement compliance endpoints for APIv4 * Add paging to get reports endpoint
* Implement some team endpoints for APIv4 (#5745)Joram Wilander2017-03-133-13/+90
| | | | | | | | | | * Implement PUT /teams/{team_id} endpoint for APIv4 * Implement GET /users/{user_id}/teams/{team_id}/unread endpoint for APIv4 * Implement POST /teams/{team_id}/members/ids endpoint for APIv4 * Remove debug statement
* add update channel endpoint for APIv4 (#5624)Carlos Tadeu Panato Junior2017-03-131-2/+1
|
* Endpoint for APIv4: GET /team/{team_id}/channels (#5681)Saturnino Abril2017-03-133-0/+120
|
* Add pinned posts (#4217)Gabin Aureche2017-03-134-0/+71
|
* Adding functionality to get & delete incoming webhooks (#5648)Poornima2017-03-112-0/+11
|
* Add new database schema version ready for 3.8. (#5697)George Goldberg2017-03-091-0/+10
|
* Merge 3.7 changes into master (#5679)Joram Wilander2017-03-075-9/+86
| | | | | | | | * Save schema version for 3.7 (#5675) * Adding index and cache to reactinos store (#5654) * Fix badge count for push notifications (#5672)
* Update schema for version 3.7. (#5674)George Goldberg2017-03-071-6/+5
|
* Usernames must start with a letter (#5581)Joram Wilander2017-03-033-13/+15
|