summaryrefslogtreecommitdiffstats
path: root/store/store.go
Commit message (Collapse)AuthorAgeFilesLines
...
* Refactor OAuth 2.0 code into app layer (#6037)Joram Wilander2017-04-121-3/+3
|
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
| | | | | | | | | | | | * 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
* APIv4 GET /users/{user_id}/posts/flagged (#5984)Saturnino Abril2017-04-051-0/+1
| | | | | | * APIv4 GET /users/{user_id}/posts/flagged * change permission check
* APIv4 post /teams/search (#5931)Saturnino Abril2017-04-031-0/+2
|
* Add store unit tests and add make target for testing store with postgres (#5925)Joram Wilander2017-04-031-1/+0
| | | | | | | | * 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-031-0/+1
|
* PLT-5483 Fix bug where flagged posts endpoint returned posts on other teams ↵Joram Wilander2017-03-311-0/+1
| | | | | | | | (#5765) * Fix bug where flagged posts endpoint returned posts on other teams * Include flagged posts from DMs/GMs
* PLT-2713 Added ability for admins to list users not in any team (#5844)Harrison Healey2017-03-291-0/+1
| | | | | | * 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-291-0/+2
|
* APIv4 post /channels/ids (#5845)Saturnino Abril2017-03-271-0/+1
| | | | | | * APIv4 post /channels/ids * updated enpoint as /teams/{team_id}/channels/ids
* Implement POST /users/search endpoint for APIv4 (#5822)Joram Wilander2017-03-231-0/+1
| | | | | | | | | | * 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-161-0/+1
|
* Implement GET and POST /hooks/outgoing endpoints for APIv4 (#5645)Joram Wilander2017-03-131-2/+3
|
* Implement compliance endpoints for APIv4 (#5683)Joram Wilander2017-03-131-1/+1
| | | | | | * Implement compliance endpoints for APIv4 * Add paging to get reports endpoint
* Implement some team endpoints for APIv4 (#5745)Joram Wilander2017-03-131-1/+2
| | | | | | | | | | * 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
* Endpoint for APIv4: GET /team/{team_id}/channels (#5681)Saturnino Abril2017-03-131-0/+1
|
* Add pinned posts (#4217)Gabin Aureche2017-03-131-0/+1
|
* Merge 3.7 changes into master (#5679)Joram Wilander2017-03-071-1/+3
| | | | | | | | * Save schema version for 3.7 (#5675) * Adding index and cache to reactinos store (#5654) * Fix badge count for push notifications (#5672)
* PLT-5367: Basic post bulk importing. (#5562)George Goldberg2017-02-281-0/+2
|
* Get all teams api4 (#5542)Andrei Stanciu2017-02-281-0/+2
|
* Revert "Adding caching to get channel member (#5518)"Christopher Speller2017-02-271-2/+1
| | | | This reverts commit ba028ed74b69bd1dd902344663fbf8ba4f1dfb87.
* Adding edit of incoming webhook (#5272)Poornima2017-02-261-0/+3
| | | | | | | Adding edit of outgoing webhook Fixing spelling of error Fixing style Changing from PUT to POST for updates Fixing test failures due to merge
* PLT-5070: Server side component of Telemetry. (#5514)George Goldberg2017-02-241-0/+3
|
* Adding caching to get channel member (#5518)Christopher Speller2017-02-241-1/+2
|
* PLT-3193 Add channel notification preferences for push and email noti… (#5500)enahum2017-02-231-0/+2
| | | | | | | | | | | | | | | | * 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
* Implement create and get incoming webhook endpoints for APIv4 (#5407)Joram Wilander2017-02-211-1/+2
| | | | | | | | * 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-211-1/+1
|
* Fixing file info caching issue with Aurora for master (#5477)Corey Hulen2017-02-201-1/+1
|
* Adding emoji caching (#5433)Corey Hulen2017-02-151-1/+1
|
* Implement a few channel member endpoints for APIv4 (#5304)Joram Wilander2017-02-071-1/+1
| | | | | | | | | | * 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-071-1/+2
|
* Implement GET /users endpoint for APIv4 (#5277)Joram Wilander2017-02-031-1/+2
|
* Add tear down to APIv4 tests (#5250)Joram Wilander2017-02-021-0/+4
| | | | | | * Add tear down to APIv4 tests * Defer tear downs
* Merge 3.6.2 into master (#5211)Joram Wilander2017-01-271-3/+5
| | | | | | | | | | * Add webhook cache * Add channel by name cache * Fxing profiles in channels cache * Fix merge
* PLT-4378 Slack import when channel name is deleted (#4649)George Goldberg2017-01-251-0/+1
| | | | | 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-251-0/+2
| | | | | | | | * 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-201-0/+1
|
* Fixing should send event removing extra go channel creation (#4942)Corey Hulen2017-01-031-0/+1
|
* Adding memcache to getchannel (#4928)Christopher Speller2017-01-031-1/+2
|
* PLT-5073 Improve performance of /channels/view endpoint (#4881)Joram Wilander2016-12-231-1/+1
| | | | | | * Improve performance of /channels/view endpoint * Fix store unit test
* Adding caching of last 60 posts. (#4880)Christopher Speller2016-12-221-1/+1
|
* API for getting channel members by IDs. (#4877)George Goldberg2016-12-221-0/+1
|
* Modifying post etag cache to apply to getPostsSince (#4837)Christopher Speller2016-12-201-2/+2
|
* PLT-4167 Team Sidebar (#4569)enahum2016-12-191-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-4167 Team Sidebar * Address feedback from PM * change route from my_members to members * bug fixes * Updating styles for teams sidebar (#4681) * Added PM changes * Fix corner cases * Addressing feedback * use two different endpoints * Bug fixes * Rename model and client functions, using preferences to store last team and channel viewed * Fix mobile notification count and closing the team sidebar * unit test, fixed bad merge and retrieve from cached when available * bug fixes * use id for last channel in preferences, query optimization * Updating multi team css (#4830)
* Adding caching layer to some posts calls (#4779)Christopher Speller2016-12-141-1/+2
|
* PLT-4982 Adding caching to user profiles (#4782)Corey Hulen2016-12-141-1/+2
|
* PLT-4767 Implement MFA Enforcement (#4662)Joram Wilander2016-12-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Create MFA setup page and remove MFA setup from account settings modal * Add enforce MFA to system console and force redirect * Lockdown mfa required API routes, add localization, other changes * Minor fixes * Fix typo * Fix some unit tests * Fix more unit tests * Minor fix * Updating UI for MFA screen (#4670) * Updating UI for MFA screen * Updating styles for MFA page * Add the ability to switch between email/sso with MFA enabled * Added mfa change email * Minor UI updates for MFA enforcement * Fix unit test * Fix client unit test * Allow switching email to ldap and back when MFA is enabled * Fix unit test * Revert config.json
* Improving command line interface (#4689)Christopher Speller2016-12-061-1/+2
|
* PLT-1378 Initial version of emoji reactions (#4520)Harrison Healey2016-11-301-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Refactored emoji.json to support multiple aliases and emoji categories * Added custom category to emoji.jsx and stabilized all fields * Removed conflicting aliases for :mattermost: and :ca: * fixup after store changes * Added emoji reactions * Removed reactions for an emoji when that emoji is deleted * Fixed incorrect test case * Renamed ReactionList to ReactionListView * Fixed :+1: and :-1: not showing up as possible reactions * Removed text emoticons from emoji reaction autocomplete * Changed emoji reactions to be sorted by the order that they were first created * Set a maximum number of listeners for the ReactionStore * Removed unused code from Textbox component * Fixed reaction permissions * Changed error code when trying to modify reactions for another user * Fixed merge conflicts * Properly applied theme colours to reactions * Fixed ESLint and gofmt errors * Fixed ReactionListContainer to properly update when its post prop changes * Removed unnecessary escape characters from reaction regexes * Shared reaction message pattern between CreatePost and CreateComment * Removed an unnecessary select query when saving a reaction * Changed reactions route to be under /reactions * Fixed copyright dates on newly added files * Removed debug code that prevented all unit tests from being ran * Cleaned up unnecessary code for reactions * Renamed ReactionStore.List to ReactionStore.GetForPost
* PLT-4403 Add server-based channel autocomplete, search and paging (#4585)Joram Wilander2016-11-241-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add more channel paging API * Add channel paging support to client * Add DB channel search functions * Add API for searching more channels * Add more channel search functionality to client * Add API for autocompleting channels * Add channel autocomplete functionality to the client * Move to be deprecated APIs to their own file * Final clean-up * Fixes related to feedback * Localization changes * Add unit as suffix to timeout constants