summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* fix typo and missing messages (#5902)Yusuke Nemoto2017-03-301-1/+1
|
* Implement POST /users/status/ids for apiv4 (#5894)Carlos Tadeu Panato Junior2017-03-301-0/+1
|
* PLT-2713 Added ability for admins to list users not in any team (#5844)Harrison Healey2017-03-291-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 Goldberg2017-03-291-0/+25
|
* PLT 6125 Allow system admins to create users on closed servers (#5908)prixone2017-03-291-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 Abril2017-03-291-0/+8
|
* APIv4 put /posts/{post_id}/patch (#5883)Saturnino Abril2017-03-291-4/+31
| | | | | | * APIv4 put /posts/{post_id}/patch * Add props and edit permission
* Implement some MFA endpoints for APIv4 (#5864)Joram Wilander2017-03-271-0/+22
|
* APIv4 post /channels/ids (#5845)Saturnino Abril2017-03-271-0/+8
| | | | | | * APIv4 post /channels/ids * updated enpoint as /teams/{team_id}/channels/ids
* Add query parameters to get posts v4 endpoint (#5858)Joram Wilander2017-03-241-0/+16
| | | | | | * Add since query paremeter to get posts v4 endpoint * Add query paremeters for before/after to get posts v4 endpoint
* Implement some channel endpoints for APIv4 (#5846)Joram Wilander2017-03-241-0/+5
| | | | | | | | | | * Add v4 endpoint for getting the channels on a team for a user * Implement PUT /channels/{channel_id}/patch endpoint for APIv4 * Implement POST /teams/{team_id}/channels/search endpoint for APIv4 * Update permission check
* [APIV4] GET /users/{user_id}/status - user status endpoint for apiV4 (#5824)Carlos Tadeu Panato Junior2017-03-241-0/+53
|
* APIv4 put /teams/{team_id}/patch (#5860)Saturnino Abril2017-03-241-3/+27
|
* Endpoint for APIv4 POST /teams/{team_id}/members (#5804)Saturnino Abril2017-03-241-0/+42
|
* Merge branch 'release-3.7'George Goldberg2017-03-232-1/+5
|\
| * PLT-5905 Fix saml certificates for 3.7 (#5843)enahum2017-03-221-1/+14
| |
| * Fix policy application in team edition. (#5771)George Goldberg2017-03-152-1/+5
| |
* | Implement POST /users/search endpoint for APIv4 (#5822)Joram Wilander2017-03-231-0/+26
| | | | | | | | | | | | | | | | | | | | * 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)
* | PLT-5905 Fix saml certificates (#5803)enahum2017-03-221-1/+14
| |
* | PLT-5872: Remove Security Category from Security Alerts. (#5835)George Goldberg2017-03-221-3/+0
| | | | | | It wasn't actually providing any information, just `c=d` every time.
* | Fix compile error on master (#5813)Joram Wilander2017-03-201-2/+2
| |
* | Add http_proxy support for http client (#5571)Josta Yee2017-03-201-5/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - if 'http_proxy' environment variable is set, respect it when creating http client - otherwise initialize a http client with timeout settings Add ogjson to cache even when it fails in this way we can prevent from requesting unparsable urls repeatedly Extend expire time of cached link preview data to a week There's no need to invalidate cache and send request again frequently Revert timeout Revert cache_expire_time
* | Endpoint for APIv4 POST /channels/{channel_id}/members (#5775)Saturnino Abril2017-03-201-0/+25
| |
* | Merge branch 'release-3.7' into master.George Goldberg2017-03-1717-206/+115
|\|
| * Fix permalink in email for DMs/GMs (#5751)Joram Wilander2017-03-131-2/+1
| |
| * PLT-5800 Cleaned up duplicated code for adding slack attachments to posts ↵Harrison Healey2017-03-103-90/+17
| | | | | | | | (#5711)
| * PLT-5765 Passed SiteURL to SendNotifications (#5705)Harrison Healey2017-03-1013-78/+80
| |
| * Fix GMs showing up on refresh after being hidden (#5702)Joram Wilander2017-03-091-1/+1
| |
| * Added additional validation for slack attachment format on server (#5680)Harrison Healey2017-03-081-29/+9
| |
| * Adding index and cache to reactinos store (#5654)Christopher Speller2017-03-071-0/+12
| |
* | Fxing code coverage numbers + APIv4 tests with EE (#5789)Christopher Speller2017-03-161-1/+1
| |
* | Implement GET /logs endpoint for APIv4 (#5778)Joram Wilander2017-03-161-5/+16
| |
* | Implement some channel endpoints for APIv4 (#5767)Joram Wilander2017-03-161-0/+14
| |
* | cannot change ID and deleteat when trying to update the hook (#5784)Carlos Tadeu Panato Junior2017-03-161-0/+1
| |
* | Implement brand image endpoints for APIv4 (#5733)Joram Wilander2017-03-141-9/+7
| | | | | | | | | | | | * Implement brand image endpoints for APIv4 * Fix unit test
* | APIv4 DELETE channels/{channel_id} (#5723)Saturnino Abril2017-03-141-0/+3
| |
* | Implement GET and POST /hooks/outgoing endpoints for APIv4 (#5645)Joram Wilander2017-03-132-5/+29
| |
* | Implement compliance endpoints for APIv4 (#5683)Joram Wilander2017-03-131-2/+2
| | | | | | | | | | | | * Implement compliance endpoints for APIv4 * Add paging to get reports endpoint
* | Implement some team endpoints for APIv4 (#5745)Joram Wilander2017-03-131-3/+27
| | | | | | | | | | | | | | | | | | | | * 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
* | Move command logic into app layer (#5617)Joram Wilander2017-03-1320-0/+2016
| |
* | Implement PUT /users/{user_id}/mfa endpoint for APIv4 (#5743)Joram Wilander2017-03-131-0/+28
| |
* | Implement GET /users/autocomplete endpoint for APIv4 (#5742)Joram Wilander2017-03-131-11/+47
| |
* | Endpoint for APIv4: GET /team/{team_id}/channels (#5681)Saturnino Abril2017-03-131-0/+8
| |
* | Implement SAML endpoints for APIv4 (#5671)Joram Wilander2017-03-131-11/+132
| | | | | | | | | | | | | | | | * Implement SAML endpoints for APIv4 * Fix unit test * Only disable encryption when removing puplic/private certs
* | improvements for inbucket email test and re-enable Email mention test (#5647)Carlos Tadeu Panato Junior2017-03-111-150/+293
| | | | | | | | Now if we dont get the mailbox to check the email we try 5 times, if still no message we disable the email verification.
* | Endpoint for APIv4: /files/{file_id}/link (#5607)Saturnino Abril2017-03-111-0/+5
| | | | | | | | | | | | * APIv4: /files/{file_id}/link * updated public link
* | Merge 3.7 changes into master (#5679)Joram Wilander2017-03-071-0/+12
|/ | | | | | | | * Save schema version for 3.7 (#5675) * Adding index and cache to reactinos store (#5654) * Fix badge count for push notifications (#5672)
* PLT-5685 Fixing perf issue and problem with pushing for any activity (#5662)Corey Hulen2017-03-061-30/+21
| | | | | | * PLT-5685 Fixing perf issue and problem with pushing for any activity * PLT-5685 Fixing perf issue and problem with pushing for any activity
* Remove FIXME and XXX from bulk import tests. (#5664)George Goldberg2017-03-061-3/+17
|
* Example of how to call metrics (#5621)Corey Hulen2017-03-061-3/+3
|