summaryrefslogtreecommitdiffstats
path: root/store
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* PLT-6090 adding ability to read license file from disk (#5895)Corey Hulen2017-03-311-0/+2
* 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-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
* Implement POST /users/search endpoint for APIv4 (#5822)Joram Wilander2017-03-233-0/+92
* 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 some team endpoints for APIv4 (#5745)Joram Wilander2017-03-133-13/+90
* 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
* 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
* PLT-3077 Add group messaging (#5489)Joram Wilander2017-03-021-1/+1
* PLT-5612: Don't show error on invalid search query. (#5596)George Goldberg2017-03-021-16/+18
* PLT-5367: Basic post bulk importing. (#5562)George Goldberg2017-02-283-0/+192
* Get all teams api4 (#5542)Andrei Stanciu2017-02-282-0/+60
* Revert "Adding caching to get channel member (#5518)"Christopher Speller2017-02-273-40/+7
* Adding edit of incoming webhook (#5272)Poornima2017-02-263-28/+63
* Updating user attributes on oauth login (#5324)Poornima2017-02-262-3/+31
* PLT-5070: Server side component of Telemetry. (#5514)George Goldberg2017-02-245-0/+228
* Adding caching to get channel member (#5518)Christopher Speller2017-02-243-7/+40
* PLT-3193 Add channel notification preferences for push and email notiā€¦ (#5500)enahum2017-02-232-0/+70
* Adding device Id for version 2 of native apps (#5505)Corey Hulen2017-02-231-0/+20
* Implement create and get incoming webhook endpoints for APIv4 (#5407)Joram Wilander2017-02-214-7/+65
* Implement endpoint for APIv4: GET /users/{user_id}/audits (#5472)Saturnino Abril2017-02-213-8/+9
* Fixing file info caching issue with Aurora for master (#5477)Corey Hulen2017-02-203-8/+23
* Implement upload and get file endpoints for APIv4 (#5396)Joram Wilander2017-02-171-1/+8
* Bumping base cache numbers for master (#5451)Corey Hulen2017-02-174-11/+10
* Added NewPostList constructor to set fields to be non-null (#5440)Harrison Healey2017-02-161-9/+7
* Ensured getPostsSince route doesn't return a null posts field (#5436)Harrison Healey2017-02-151-0/+2
* Fixing emoji bug (#5438)Corey Hulen2017-02-152-1/+7
* Adding emoji caching (#5433)Corey Hulen2017-02-153-3/+43
* Increasing the time between db recycles (#5389)Corey Hulen2017-02-141-1/+1
* Adding go vet from hack-a-thon (#5328)Corey Hulen2017-02-094-26/+24