summaryrefslogtreecommitdiffstats
path: root/store
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* PLT-3077 Add group messaging (#5489)Joram Wilander2017-03-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implement server changes for group messaging * Majority of client-side implementation * Some server updates * Added new React multiselect component * Fix style issues * Add custom renderer for options * Fix model test * Update ENTER functionality for multiselect control * Remove buttons from multiselect UI control * Updating group messaging UI (#5524) * Move filter controls up a component level * Scroll with arrow keys * Updating mobile layout for multiselect (#5534) * Fix race condition when backspacing quickly * Hidden or new GMs show up for regular messages * Add overriding of number remaining text * Add UI filtering for team if config setting set * Add icon to channel switcher and class prop to status icon * Minor updates per feedback * Improving group messaging UI (#5563) * UX changes per feedback * Update email for group messages * UI fixes for group messaging (#5587) * Fix missing localization string * Add maximum users message when adding members to GM * Fix input clearing on Android * Updating group messaging UI (#5603) * Updating UI for group messaging (#5604)
* PLT-5612: Don't show error on invalid search query. (#5596)George Goldberg2017-03-021-16/+18
| | | | | Log a warning to the logs, but don't show an error to the user in the WebUI, just an empty set of query results, when the fulltext search query they enter generates a syntax error from the database.
* 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
| | | | This reverts commit ba028ed74b69bd1dd902344663fbf8ba4f1dfb87.
* Adding edit of incoming webhook (#5272)Poornima2017-02-263-28/+63
| | | | | | | Adding edit of outgoing webhook Fixing spelling of error Fixing style Changing from PUT to POST for updates Fixing test failures due to merge
* Updating user attributes on oauth login (#5324)Poornima2017-02-262-3/+31
| | | | Moving update function to app package Fixing duplicate userID on create user test
* 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
| | | | | | | | | | | | | | | | * PLT-3193 Add channel notification preferences for push and email notifications * unit tests, model validation and localization * Feedback review * Adding back allowFromCache check * Setting push and email to use default settings * Move props as constants * address feedback
* Adding device Id for version 2 of native apps (#5505)Corey Hulen2017-02-231-0/+20
| | | | | | * Adding device Id for version 2 * Changing ids
* Implement create and get incoming webhook endpoints for APIv4 (#5407)Joram Wilander2017-02-214-7/+65
| | | | | | | | * Implement POST /hooks/incoming endpoint for APIv4 * Implement GET /hooks/incoming endpoint for APIv4 * Updates per feedback
* 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
| | | | | | * Implement POST /files endpoint for APIv4 * Implement GET /files/{file_id} endpoint for APIv4
* 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
|