summaryrefslogtreecommitdiffstats
path: root/model
Commit message (Collapse)AuthorAgeFilesLines
* PLT-6512: Don't set channel creation to channel admins. (#6368)George Goldberg2017-05-091-2/+10
|
* Uncomment upgrade for 3.9 (#6336)Joram Wilander2017-05-041-0/+1
| | | | | | * Uncomment upgrade for 3.9 * Add 3.9.0 to model/version.go
* Removing password reset salt (#6334)Christopher Speller2017-05-041-10/+0
|
* PLT-6492 Use new cookie to determine if user is logged in (#6317)Joram Wilander2017-05-041-0/+1
| | | | | | * Use new cookie to determine if user is logged in * Add temporary code for 3.9 to prevent forced re-login
* PLT-6262 Add config setting to disable file attachments (#6301)Joram Wilander2017-05-041-0/+6
| | | | | | | | | | | | | | * Add config setting to disable file attachments * Add unit tests * Updating UI for no attachments (#6312) * Update UI text on file upload System Console setting (#6313) * Update storage_settings.jsx * Update en.json
* PLT-6444 switching SAML props to default true (#6330)Corey Hulen2017-05-041-2/+2
|
* PLT-6355: Use separate Read Replicas for Search. (#6216)George Goldberg2017-05-011-7/+12
|
* Add Password field to Bulk Importer. (#6268)George Goldberg2017-04-281-1/+2
|
* PLT-6271 Changed word splitting to initially split on any non-name character ↵Harrison Healey2017-04-281-2/+0
| | | | | | | | (#6261) * PLT-6271 Changed word splitting to initially split on any non-name character * Fixed detection of out of channel mentions
* Add config setting to disable statuses (#6254)Joram Wilander2017-04-281-0/+6
|
* Fixing token size issue (#6258)Christopher Speller2017-04-271-1/+1
|
* Creating common token store and moving email invites and verification to it ↵Christopher Speller2017-04-275-95/+48
| | | | (#6213)
* APIv4 POST /commands/execute (#6205)Saturnino Abril2017-04-271-0/+11
|
* PLT-6108 fixing to use senderId for push (#6245)Corey Hulen2017-04-271-1/+1
|
* PLT-6108 adding extra params to push notifications (#6236)Corey Hulen2017-04-261-0/+4
| | | | | | * PLT-6108 adding extra params to push notifications * PLT-6108 adding extra params to push notifications
* fix reaction's name validation with + sign in it (#6221)Saturnino Abril2017-04-262-11/+19
|
* Fix OAuth SSO first account creation, add mobile support, and fix refresh ↵Joram Wilander2017-04-251-0/+1
| | | | tokens (#6181)
* PLT-4113 Added default for FileSettings.Directory (#6188)Justin Wyer2017-04-252-0/+21
|
* PLT-4457 Added API to get multiple users by their usernames (#6218)Harrison Healey2017-04-251-0/+10
| | | | | | | | | | * 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
* APIv4 DELETE /users/{user_id}/posts/{post_id}/reactions/name (#6117)Saturnino Abril2017-04-228-16/+247
| | | | | | | | | | * APIv4 DELETE /users/{user_id}/posts/{post_id}/reactions/name * updated v3 deleteReaction endpoint * update parameter of app.DeleteReactionForPost() * update utils.IsValidAlphaNum, add utils.IsValidAlphaNumHyphenUnderscore, and add related tests
* Adding slow pump detection to web_conn and better metrics (#6114)Corey Hulen2017-04-211-1/+2
| | | | | | | | * Adding slow pump detection to web_conn and better metrics * Fixing bad merge * Fixing typo
* implement POST /logs for apiV4 (#6143)Carlos Tadeu Panato Junior2017-04-211-0/+12
|
* [APIV4] GET /emoji/{emoji_id}/image for apiV4 (#6141)Carlos Tadeu Panato Junior2017-04-201-0/+11
| | | | | | * implement GET /emoji/{emoji_id}/image for apiV4 * update per request
* PLT-6112: Add some more unit tests to the model package (#6142)George Goldberg2017-04-206-5/+394
| | | | | | | | | | | | | | | | | | | | * Unit Tests for model/push_response.go * Unit tests for security_bulletin.go * Unit tests for webrtc.go * Unit tests for model/password_recovery.go * Add missing headers. * Unit tests for model/license.go * Tidy up existing tests. * Simplify JSON to/from tests. * Fix gofmt
* APIv4 POST /channels/group (#6166)Saturnino Abril2017-04-201-0/+10
|
* Implement v4 endpoints for OAuth (#6040)Joram Wilander2017-04-204-16/+187
| | | | | | | | | | | | | | | | | | * Implement POST /oauth/apps endpoint for APIv4 * Implement GET /oauth/apps endpoint for APIv4 * Implement GET /oauth/apps/{app_id} and /oauth/apps/{app_id}/info endpoints for APIv4 * Refactor API version independent oauth endpoints * Implement DELETE /oauth/apps/{app_id} endpoint for APIv4 * Implement /oauth/apps/{app_id}/regen_secret endpoint for APIv4 * Implement GET /user/{user_id}/oauth/apps/authorized endpoint for APIv4 * Implement POST /oauth/deauthorize endpoint
* PLT-1384 Added websocket event when preferences are updated/deleted (#6107)Harrison Healey2017-04-201-23/+25
|
* Don't sanitize returned user when updating a user (#6095)Joram Wilander2017-04-191-11/+11
| | | | | | * 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-182-12/+7
| | | | This reverts commit 2e911b77c3386833f8f0cea82c7b6b3e5583a08e.
* APIv4 POST /reactions (#6092)Saturnino Abril2017-04-181-0/+14
| | | | | | * APIv4 POST /reactions * update corresponding V3 endpoint
* Merge branch 'release-3.8'Christopher Speller2017-04-172-6/+5
|\
| * Fix configuration settingJoramWilander2017-04-101-1/+0
| |
| * PLT-6260: Allow empty legal/support links. (#6057)George Goldberg2017-04-101-5/+5
| |
* | APIv4 PUT /users/{user_id}/active (#6118)Saturnino Abril2017-04-171-0/+13
| |
* | Adding the ability to disable full text search queries for master (#6102)Corey Hulen2017-04-172-0/+16
| |
* | [PLT-6102] Increase maximum length of field User.Position (#6044)gstraube2017-04-172-37/+58
| | | | | | | | | | | | * Increase maximum length of field User.Position * Rename method
* | implement DELETE /emoji/{emoji_id} fro apiV4 (#6021)Carlos Tadeu Panato Junior2017-04-171-0/+24
| | | | | | implement GET /emoji/{emoji_id} for apiv4
* | Implement GET /webrtc/token endpoint for APIv4 (#6046)Joram Wilander2017-04-163-0/+64
| |
* | [APIV4] POST /commands/{command_id}/regen_token for apiV4 (#6052)Carlos Tadeu Panato Junior2017-04-161-0/+10
| | | | | | | | | | | | * implement POST /commands/{command_id}/regen_token for apiV4 * update comment
* | Fix Go client’s GetTeamByName() (#6088)Andy Lo-A-Foe2017-04-121-3/+2
| |
* | Refactor OAuth 2.0 code into app layer (#6037)Joram Wilander2017-04-121-0/+1
| |
* | PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-12110-110/+110
| | | | | | | | | | | | | | | | | | | | | | | | * 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 /posts/{post_id}/reactions (#6047)Saturnino Abril2017-04-111-0/+12
| |
* | APIv4 DELETE /commands/{command_id} (#6012)Saturnino Abril2017-04-101-0/+10
| |
* | Refactor switching login type code into app layer and add v4 endpoint (#6000)Joram Wilander2017-04-103-0/+91
| | | | | | | | | | | | * Refactor switching login type code into app layer and add v4 endpoint * Fix unit test
* | APIv4 PUT /commands/{command_id} (#5999)Saturnino Abril2017-04-071-0/+14
| | | | | | | | | | | | * APIv4 PUT /commands/{command_id} * update client parameter and api4 test
* | implement GET /emoji for apiV4 (#6007)Carlos Tadeu Panato Junior2017-04-071-0/+10
| |
* | implement POST /emoji for apiV4 (#5868)Carlos Tadeu Panato Junior2017-04-061-0/+49
| |
* | APIv4 GET /users/{user_id}/posts/flagged (#5984)Saturnino Abril2017-04-051-0/+41
|/ | | | | | * APIv4 GET /users/{user_id}/posts/flagged * change permission check
* Increment server version numberChristopher Speller2017-04-051-0/+1
|