summaryrefslogtreecommitdiffstats
path: root/store
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Adding go vet from hack-a-thon (#5328)Corey Hulen2017-02-094-26/+24
| | | | | | | | | | | | | | | | | | | | | | * Adding go vet to the api package * Adding go vet to app package * Adding go vet to manualtesting package * Adding go vet to the model package * Adding go vet to the store dir * Adding go vet to utils package * Adding missing dirs with go files * Fixing up makefile * Fixing up makefile * Removing root dir
* Error on blank post IDs for get post query (#5326)Joram Wilander2017-02-082-0/+24
|
* Implement a few channel member endpoints for APIv4 (#5304)Joram Wilander2017-02-073-10/+10
| | | | | | | | | | * Implement GET /channels/{channel_id}/members * Implement GET /channels/{channel_id}/members/{user_id} endpoint for APIv4 * Implement /users/{user_id}/teams/{team_id}/channels/members endpoint for APIv4 * Fix unit test
* Add caching for file infos (#5330)Joram Wilander2017-02-073-5/+53
|
* Implement password reset endpoints for APIv4 (#5256)Joram Wilander2017-02-071-1/+8
|
* Implement a few team endpoints for APIv4 (#5296)Joram Wilander2017-02-071-2/+2
| | | | | | | | * Implement GET /teams/{team_id} endpoint for APIv4 * Implement GET /users/{user_id}/teams endpoint for APIv4 * Implement GET /teams/{team_id}/members/{user_id} endpoint for APIv4
* Adding PostId index (#5300)Christopher Speller2017-02-031-0/+1
|
* Removing parentId from delete post queries (#5298)Christopher Speller2017-02-031-2/+2
|
* Implement GET /users endpoint for APIv4 (#5277)Joram Wilander2017-02-033-40/+151
|
* Implement POST /users/ids endpoint for APIv4 (#5274)Joram Wilander2017-02-032-25/+65
|
* Add tear down to APIv4 tests (#5250)Joram Wilander2017-02-027-0/+130
| | | | | | * Add tear down to APIv4 tests * Defer tear downs
* Implement POST /channels endpoint for APIv4 (#5241)Joram Wilander2017-02-021-2/+3
|
* Implement POST /teams endpoint (#5220)Joram Wilander2017-01-311-3/+4
|
* Implement APIv4 infrastructure (#5191)Joram Wilander2017-01-301-2/+4
| | | | | | * Implement APIv4 infrastructure * Update parameter requirement functions per feedback
* PLT-5225 Added separate post types for certain system messages (#5193)Harrison Healey2017-01-272-2/+3
| | | | | | | | | | | | * Added separate post types for system_join_leave and system_add_remove posts * Added username prop to channel deleted posts * Changed slack import to properly generate the new join/leave messages * Added username prop to channel update posts * Moved Post(AddTo/RemoveFrom)ChanneMessage into app package
* Merge 3.6.2 into master (#5211)Joram Wilander2017-01-275-18/+110
| | | | | | | | | | * Add webhook cache * Add channel by name cache * Fxing profiles in channels cache * Fix merge
* Merge branch 'release-3.6'Christopher Speller2017-01-273-15/+69
|\
| * Removed index on Teams.Description column (#5095)Harrison Healey2017-01-183-15/+69
| | | | | | | | | | | | | | | | * Removed index on Teams.Description column * Fixed RemoveIndexIfExists when running with MySQL * Fixed RemoveIndexIfExists when running Postgres and added unit tests
* | PLT-4378 Slack import when channel name is deleted (#4649)George Goldberg2017-01-253-1/+58
| | | | | | | | | | This fixes the issue where the channel fails to Import from Slack if there is already a channel with the same name on Mattermost that has been deleted.
* | More app code migration (#5170)Joram Wilander2017-01-255-0/+113
| | | | | | | | | | | | | | | | * Migrate admin functions into app package * More user function refactoring * Move post functions into app package
* | Adding active users statistics to system console (#5141)Christopher Speller2017-01-202-0/+26
| |
* | Migrate functions to app package (#5106)Joram Wilander2017-01-194-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Refactor and move session logic into app package * Refactor email functions into the app package * Refactor password update into app package * Migrate user functions to app package * Move team functions into app package * Migrate channel functions into app package * Pass SiteURL through to app functions * Update based on feedback
* | Fix error from quote in channel autocomplete (#5092)Joram Wilander2017-01-171-1/+1
| |
* | PLT-135 Showing "(Edited)" indicator if a message has been edited. (#4923)Debanshu Kundu2017-01-121-0/+10
|/
* Update schema for version 3.6 (#4972)Harrison Healey2017-01-041-12/+10
| | | | | | * Update schema for version 3.6 * Update version for version 3.6
* PLT-4935 Fix searching for full email (#4947)Joram Wilander2017-01-032-10/+58
| | | | | | * Fix searching for full email * Fix unit test