Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [APIV4] GET /emoji/{emoji_id}/image for apiV4 (#6141) | Carlos Tadeu Panato Junior | 2017-04-20 | 1 | -1/+22 |
| | | | | | | * implement GET /emoji/{emoji_id}/image for apiV4 * update per request | ||||
* | Implement v4 endpoints for OAuth (#6040) | Joram Wilander | 2017-04-20 | 1 | -14/+14 |
| | | | | | | | | | | | | | | | | | | * 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 Healey | 2017-04-20 | 1 | -6/+29 |
| | |||||
* | Don't sanitize returned user when updating a user (#6095) | Joram Wilander | 2017-04-19 | 1 | -7/+5 |
| | | | | | | * 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 Speller | 2017-04-18 | 2 | -9/+9 |
| | | | | This reverts commit 2e911b77c3386833f8f0cea82c7b6b3e5583a08e. | ||||
* | Adding hub deadlock detection into master (#6100) | Corey Hulen | 2017-04-18 | 1 | -13/+79 |
| | |||||
* | APIv4 POST /reactions (#6092) | Saturnino Abril | 2017-04-18 | 1 | -0/+34 |
| | | | | | | * APIv4 POST /reactions * update corresponding V3 endpoint | ||||
* | Merge branch 'release-3.8' | Christopher Speller | 2017-04-17 | 1 | -1/+1 |
|\ | |||||
| * | PLT-5977: Only reload clients when client config changes. (#5989) | George Goldberg | 2017-04-05 | 1 | -1/+1 |
| | | |||||
* | | PLT-6317 disable file watcher while running from makefile (#6103) | Corey Hulen | 2017-04-17 | 1 | -1/+1 |
| | | | | | | | | | | | | * PLT-6317 disable file watcher while running from make file * Removing debug stmt | ||||
* | | implement DELETE /emoji/{emoji_id} fro apiV4 (#6021) | Carlos Tadeu Panato Junior | 2017-04-17 | 1 | -0/+42 |
| | | | | | | implement GET /emoji/{emoji_id} for apiv4 | ||||
* | | Implement GET /webrtc/token endpoint for APIv4 (#6046) | Joram Wilander | 2017-04-16 | 1 | -0/+87 |
| | | |||||
* | | PLT-6113 Added initial unit tests for cmd package (#6086) | Harrison Healey | 2017-04-15 | 2 | -1/+11 |
| | | | | | | | | | | | | | | | | * Fixed app.CreateUser not using the provided locale * Added initial unit tests for cmd package * Disabled unit tests while we move to 'go build' | ||||
* | | Fixed copyright dates (#6109) | Harrison Healey | 2017-04-13 | 1 | -1/+1 |
| | | |||||
* | | Refactor OAuth 2.0 code into app layer (#6037) | Joram Wilander | 2017-04-12 | 2 | -1/+507 |
| | | |||||
* | | Fixing error messages (#5995) | Corey Hulen | 2017-04-12 | 1 | -2/+2 |
| | | |||||
* | | PLT-5860 Updated copyright date (#6058) | Harrison Healey | 2017-04-12 | 69 | -78/+77 |
| | | | | | | | | | | | | | | | | | | | | | | | | * 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 Abril | 2017-04-11 | 1 | -0/+16 |
| | | |||||
* | | Refactor switching login type code into app layer and add v4 endpoint (#6000) | Joram Wilander | 2017-04-10 | 3 | -15/+256 |
| | | | | | | | | | | | | * Refactor switching login type code into app layer and add v4 endpoint * Fix unit test | ||||
* | | APIv4 PUT /commands/{command_id} (#5999) | Saturnino Abril | 2017-04-07 | 1 | -0/+1 |
| | | | | | | | | | | | | * APIv4 PUT /commands/{command_id} * update client parameter and api4 test | ||||
* | | implement GET /emoji for apiV4 (#6007) | Carlos Tadeu Panato Junior | 2017-04-07 | 1 | -0/+8 |
| | | |||||
* | | implement POST /emoji for apiV4 (#5868) | Carlos Tadeu Panato Junior | 2017-04-06 | 1 | -0/+156 |
| | | |||||
* | | APIv4 GET /users/{user_id}/posts/flagged (#5984) | Saturnino Abril | 2017-04-05 | 1 | -0/+8 |
|/ | | | | | | * APIv4 GET /users/{user_id}/posts/flagged * change permission check | ||||
* | Fix blanking out of FileIds and backwards compatability issue with v3 (#5950) | Joram Wilander | 2017-04-04 | 1 | -18/+15 |
| | |||||
* | Fixing race conditions in the code base (#5966) | Corey Hulen | 2017-04-04 | 2 | -12/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adding initial race detector * Remove setting of config twice * Fixing config file watch and config reload on license save * Fixing config file watch and config reload on license save * Fixing build error * Fixing locking issue * Fixing makefile * Fixing race in config * Fixing race in status unit test * Adding EE race tests * Fixing race in cluster info * Removing code that's isn't needed * Fixing some more races * Fixing govet issue | ||||
* | PLT-6198: Use added to channel system message on default channels. (#5969) | George Goldberg | 2017-04-04 | 7 | -22/+43 |
| | | | | Use a different sytem message when a user was added to a default channel by someone else than when they joined themselves. | ||||
* | PLT-6115 adding unit tests for licensing (#5916) | Corey Hulen | 2017-04-04 | 1 | -0/+37 |
| | | | | | | | | * Adding test to license sql store * PLT-6115 adding unit tests for licensing * Removing unused test | ||||
* | PLT-5900 Removed automatic configuration of SiteURL (#5952) | Harrison Healey | 2017-04-04 | 18 | -133/+131 |
| | | | | | | | | | | | | | | | | * Revert "PLT-5765 Passed SiteURL to SendNotifications (#5705)" This reverts commit a8e68bd8905972ae59de90fa33d5b3e3c274dc47. * Removed automatic configuration of SiteURL * Reverted unintentional config changes * Updated help text * Added link to docs in Site URL warning * Fixed merge conflict | ||||
* | PLT-6196: Websocket message when added to a team. (#5968) | George Goldberg | 2017-04-04 | 1 | -3/+15 |
| | |||||
* | Fixing config file watch and config reload on license save (#5954) | Corey Hulen | 2017-04-04 | 2 | -0/+5 |
| | | | | | | | | | | * Fixing config file watch and config reload on license save * Fixing config file watch and config reload on license save * Fixing build error * Fixing locking issue | ||||
* | PLT-6169: Batch add users to teams. (#5953) | George Goldberg | 2017-04-03 | 1 | -0/+18 |
| | |||||
* | Add more OAuth unit tests (#5946) | enahum | 2017-04-03 | 1 | -0/+44 |
| | |||||
* | APIv4 DELETE /teams/{team_id} (#5937) | Saturnino Abril | 2017-04-03 | 1 | -0/+14 |
| | |||||
* | APIv4 post /teams/search (#5931) | Saturnino Abril | 2017-04-03 | 1 | -0/+16 |
| | |||||
* | PLT-6162: Search for users not in a given team. (#5943) | George Goldberg | 2017-04-03 | 1 | -0/+16 |
| | |||||
* | implement GET /commands (#5865) | Carlos Tadeu Panato Junior | 2017-04-03 | 1 | -1/+32 |
| | |||||
* | Creating unit tests for diagnostics (#5932) | Christopher Speller | 2017-04-03 | 2 | -2/+155 |
| | |||||
* | PLT-5750 Add sequence number to websocket connections and events (#5907) | Joram Wilander | 2017-04-01 | 3 | -6/+13 |
| | | | | | | | | * Add sequence number to websocket connections and events * Copy pointer instead of pass by value and use int64 over uint64 * Add more logging to missed events | ||||
* | PLT-5483 Fix bug where flagged posts endpoint returned posts on other teams ↵ | Joram Wilander | 2017-03-31 | 1 | -0/+8 |
| | | | | | | | | (#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 Hulen | 2017-03-31 | 1 | -11/+31 |
| | | | | | | | | * 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 Nemoto | 2017-03-30 | 1 | -1/+1 |
| | |||||
* | Implement POST /users/status/ids for apiv4 (#5894) | Carlos Tadeu Panato Junior | 2017-03-30 | 1 | -0/+1 |
| | |||||
* | PLT-2713 Added ability for admins to list users not in any team (#5844) | Harrison Healey | 2017-03-29 | 1 | -0/+21 |
| | | | | | | * 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 Goldberg | 2017-03-29 | 1 | -0/+25 |
| | |||||
* | PLT 6125 Allow system admins to create users on closed servers (#5908) | prixone | 2017-03-29 | 1 | -0/+13 |
| | | | | | | | | | | | | | | * Update user.go Added method to create user accounts using a privileged system_admin account * Update user.go Added respective method to handle the the APIv4 call to create users with privileged account(system_admin) by passing server restrictions of EnableUserCreation and/or EnableOpenServer set to false. * Update user_test.go Added test case | ||||
* | APIv4 get /channels/{channel_id}/pinned (#5893) | Saturnino Abril | 2017-03-29 | 1 | -0/+8 |
| | |||||
* | APIv4 put /posts/{post_id}/patch (#5883) | Saturnino Abril | 2017-03-29 | 1 | -4/+31 |
| | | | | | | * APIv4 put /posts/{post_id}/patch * Add props and edit permission | ||||
* | Implement some MFA endpoints for APIv4 (#5864) | Joram Wilander | 2017-03-27 | 1 | -0/+22 |
| | |||||
* | APIv4 post /channels/ids (#5845) | Saturnino Abril | 2017-03-27 | 1 | -0/+8 |
| | | | | | | * APIv4 post /channels/ids * updated enpoint as /teams/{team_id}/channels/ids | ||||
* | Add query parameters to get posts v4 endpoint (#5858) | Joram Wilander | 2017-03-24 | 1 | -0/+16 |
| | | | | | | * Add since query paremeter to get posts v4 endpoint * Add query paremeters for before/after to get posts v4 endpoint |