Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Revert "Usernames must start with a letter (#5581)" | Christopher Speller | 2017-04-18 | 2 | -12/+7 | |
| | | | | This reverts commit 2e911b77c3386833f8f0cea82c7b6b3e5583a08e. | |||||
* | APIv4 POST /reactions (#6092) | Saturnino Abril | 2017-04-18 | 1 | -0/+14 | |
| | | | | | | * APIv4 POST /reactions * update corresponding V3 endpoint | |||||
* | Merge branch 'release-3.8' | Christopher Speller | 2017-04-17 | 2 | -6/+5 | |
|\ | ||||||
| * | Fix configuration setting | JoramWilander | 2017-04-10 | 1 | -1/+0 | |
| | | ||||||
| * | PLT-6260: Allow empty legal/support links. (#6057) | George Goldberg | 2017-04-10 | 1 | -5/+5 | |
| | | ||||||
* | | APIv4 PUT /users/{user_id}/active (#6118) | Saturnino Abril | 2017-04-17 | 1 | -0/+13 | |
| | | ||||||
* | | Adding the ability to disable full text search queries for master (#6102) | Corey Hulen | 2017-04-17 | 2 | -0/+16 | |
| | | ||||||
* | | [PLT-6102] Increase maximum length of field User.Position (#6044) | gstraube | 2017-04-17 | 2 | -37/+58 | |
| | | | | | | | | | | | | * Increase maximum length of field User.Position * Rename method | |||||
* | | implement DELETE /emoji/{emoji_id} fro apiV4 (#6021) | Carlos Tadeu Panato Junior | 2017-04-17 | 1 | -0/+24 | |
| | | | | | | implement GET /emoji/{emoji_id} for apiv4 | |||||
* | | Implement GET /webrtc/token endpoint for APIv4 (#6046) | Joram Wilander | 2017-04-16 | 3 | -0/+64 | |
| | | ||||||
* | | [APIV4] POST /commands/{command_id}/regen_token for apiV4 (#6052) | Carlos Tadeu Panato Junior | 2017-04-16 | 1 | -0/+10 | |
| | | | | | | | | | | | | * implement POST /commands/{command_id}/regen_token for apiV4 * update comment | |||||
* | | Fix Go client’s GetTeamByName() (#6088) | Andy Lo-A-Foe | 2017-04-12 | 1 | -3/+2 | |
| | | ||||||
* | | Refactor OAuth 2.0 code into app layer (#6037) | Joram Wilander | 2017-04-12 | 1 | -0/+1 | |
| | | ||||||
* | | PLT-5860 Updated copyright date (#6058) | Harrison Healey | 2017-04-12 | 110 | -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 Abril | 2017-04-11 | 1 | -0/+12 | |
| | | ||||||
* | | APIv4 DELETE /commands/{command_id} (#6012) | Saturnino Abril | 2017-04-10 | 1 | -0/+10 | |
| | | ||||||
* | | Refactor switching login type code into app layer and add v4 endpoint (#6000) | Joram Wilander | 2017-04-10 | 3 | -0/+91 | |
| | | | | | | | | | | | | * 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/+14 | |
| | | | | | | | | | | | | * 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/+10 | |
| | | ||||||
* | | implement POST /emoji for apiV4 (#5868) | Carlos Tadeu Panato Junior | 2017-04-06 | 1 | -0/+49 | |
| | | ||||||
* | | APIv4 GET /users/{user_id}/posts/flagged (#5984) | Saturnino Abril | 2017-04-05 | 1 | -0/+41 | |
|/ | | | | | | * APIv4 GET /users/{user_id}/posts/flagged * change permission check | |||||
* | Increment server version number | Christopher Speller | 2017-04-05 | 1 | -0/+1 | |
| | ||||||
* | Fixing race conditions in the code base (#5966) | Corey Hulen | 2017-04-04 | 3 | -7/+63 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-6196: Websocket message when added to a team. (#5968) | George Goldberg | 2017-04-04 | 1 | -0/+1 | |
| | ||||||
* | implement GET /teams/{team_id}/commands/autocomplete (#5951) | Carlos Tadeu Panato Junior | 2017-04-03 | 1 | -0/+14 | |
| | ||||||
* | Implement POST /teams/{team_id}/invite/email for apiV4 (#5944) | Carlos Tadeu Panato Junior | 2017-04-03 | 1 | -0/+10 | |
| | ||||||
* | PLT-6169: Batch add users to teams. (#5953) | George Goldberg | 2017-04-03 | 1 | -0/+16 | |
| | ||||||
* | Add more OAuth unit tests (#5946) | enahum | 2017-04-03 | 4 | -5/+125 | |
| | ||||||
* | APIv4 DELETE /teams/{team_id} (#5937) | Saturnino Abril | 2017-04-03 | 1 | -0/+10 | |
| | ||||||
* | APIv4 post /teams/search (#5931) | Saturnino Abril | 2017-04-03 | 3 | -0/+64 | |
| | ||||||
* | PLT-6139 (Server): Private Channel member managing (#5941) | George Goldberg | 2017-04-03 | 2 | -21/+26 | |
| | | | | Adds an EE policy feature to allow restricting system-wide which level of Admins can manage the membership of private channels. | |||||
* | PLT-6162: Search for users not in a given team. (#5943) | George Goldberg | 2017-04-03 | 1 | -0/+1 | |
| | ||||||
* | [APIV4] Implement PUT /users/{user_id}/status for apiV4 (#5928) | Carlos Tadeu Panato Junior | 2017-04-03 | 1 | -0/+11 | |
| | ||||||
* | [APIV4] POST /teams/{team_id}/import for apiv4 (#5920) | Carlos Tadeu Panato Junior | 2017-04-03 | 1 | -0/+55 | |
| | ||||||
* | implement GET /commands (#5865) | Carlos Tadeu Panato Junior | 2017-04-03 | 1 | -0/+11 | |
| | ||||||
* | PLT-5750 Add sequence number to websocket connections and events (#5907) | Joram Wilander | 2017-04-01 | 1 | -37/+8 | |
| | | | | | | | | * 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 | |||||
* | APIv4 POST /posts/{post_id/pin & unpin (#5906) | Saturnino Abril | 2017-03-31 | 1 | -0/+20 | |
| | | | | | | * APIv4 get /posts/{post_id}/pin & unpin * remove PinnedPost from api test helper | |||||
* | Implement PUT /channels/{channel_id}/members/{user_id}/notify_props for ↵ | Joram Wilander | 2017-03-31 | 1 | -0/+10 | |
| | | | | APIv4 (#5901) | |||||
* | PLT-6090 adding ability to read license file from disk (#5895) | Corey Hulen | 2017-03-31 | 1 | -0/+5 | |
| | | | | | | | | * PLT-6090 adding ability to read license file from disk * Fixing unit test that fails only sometimes * Fixing test that fails randomly | |||||
* | Implement POST /users/status/ids for apiv4 (#5894) | Carlos Tadeu Panato Junior | 2017-03-30 | 3 | -2/+78 | |
| | ||||||
* | PLT-2713 Added ability for admins to list users not in any team (#5844) | Harrison Healey | 2017-03-29 | 2 | -0/+18 | |
| | | | | | | * 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/+11 | |
| | ||||||
* | APIv4 get /channels/{channel_id}/pinned (#5893) | Saturnino Abril | 2017-03-29 | 1 | -0/+10 | |
| | ||||||
* | PLT-6057: Fix empty search results with in/from. (#5892) | George Goldberg | 2017-03-29 | 1 | -1/+1 | |
| | | | | When search query was empty but in/from was set, search results didn't include posts containing hashtags. | |||||
* | APIv4 put /posts/{post_id}/patch (#5883) | Saturnino Abril | 2017-03-29 | 2 | -0/+60 | |
| | | | | | | * APIv4 put /posts/{post_id}/patch * Add props and edit permission | |||||
* | Remove API endpoints being deprecated in 3.8 (#5880) | Joram Wilander | 2017-03-28 | 1 | -43/+0 | |
| | ||||||
* | Move WebSocket API to it's own package and add websocket v4 endpoint (#5881) | Joram Wilander | 2017-03-28 | 1 | -2/+29 | |
| | ||||||
* | Implement some MFA endpoints for APIv4 (#5864) | Joram Wilander | 2017-03-27 | 3 | -0/+83 | |
| | ||||||
* | Implement client config/license endpoints for APIv4 (#5867) | Joram Wilander | 2017-03-27 | 1 | -0/+27 | |
| | ||||||
* | Implement PUT /users/sessions/device endpoint for APIv4 (#5866) | Joram Wilander | 2017-03-27 | 1 | -0/+11 | |
| |