summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* APIv4 put /teams/{team_id}/patch (#5860)Saturnino Abril2017-03-246-3/+196
|
* Update default town square purpose (#5810)Ryan Wang2017-03-242-4/+18
|
* Add file attachment to search result (#5806)VeraLyu2017-03-241-0/+12
|
* Endpoint for APIv4 POST /teams/{team_id}/members (#5804)Saturnino Abril2017-03-245-0/+263
|
* Fixed mobile search focus - keyboard collapse/focus (#5766)Saturnino Abril2017-03-245-120/+132
|
* Fixing issue with ids for selenium (#5859)Corey Hulen2017-03-233-3/+12
| | | | | | * Fixing issue with ids for selenium * removing comment
* implement POST /commands for apiv4 (#5849)Carlos Tadeu Panato Junior2017-03-234-0/+122
|
* Fix delete channel test (#5863)Joram Wilander2017-03-231-0/+12
|
* Adding a last message id for selenium testing (#5840)Corey Hulen2017-03-235-3/+14
|
* PLT-5755: Infrastructure for Component Testing. (#5814)George Goldberg2017-03-2340-799/+1426
| | | | | | | | | | This migrates the existing webapp tests to using Jest and Enzyme. The infrastructure is put in place for React component testing, and a few simple example component tests are implemented. This also adds snapshot testing of components, coverage checking for the webapp (although that is not yet integrated to Coveralls), and the ability to run npm run test:watch to automatically re-run affected tests when working on the webapp codebase.
* Merge branch 'release-3.7'George Goldberg2017-03-2312-116/+284
|\
| * PLT-5905 Fix saml certificates for 3.7 (#5843)enahum2017-03-221-1/+14
| |
| * Fix telemetry. (#5841)George Goldberg2017-03-221-1/+1
| |
| * Fxing some unit testsChristopher Speller2017-03-222-5/+5
| |
| * PLT-5943 Reduce minimum username length (#5798)Joram Wilander2017-03-173-5/+3
| |
| * Fix policy application in team edition. (#5771)George Goldberg2017-03-158-110/+280
| |
* | Websocket CORS Support (#5667)Brad Howes2017-03-232-1/+46
| | | | | | | | | | | | | | | | | | | | * Second attept at patching api/websocket.go for CORS support. * Missing include * Fixed whitespace formatting so that gofmt passes. * Added tests for CORS filtering
* | add implementation for endpoint DELETE outgoing webhook for apiv4 (#5828)Carlos Tadeu Panato Junior2017-03-233-2/+110
| |
* | PLT-5913: Remove id from heading markdown compilation (#5782)VeraLyu2017-03-232-4/+3
| | | | | | | | | | Id for heading markdown is unnecessary as we didn't attach any style/effect on that id, and it also introduce duplicate id. So remove it from heading markdown generatiing.
* | Fxing TODO check (#5836)Christopher Speller2017-03-231-8/+8
| |
* | add implementation to get outgoing webhook for apiv4 (#5827)Carlos Tadeu Panato Junior2017-03-233-0/+79
| |
* | PLT-5669: Change format of timestamp of access history (#5646)VeraLyu2017-03-232-15/+22
| | | | | | | | Add new line for timestamp and forbid wrap for ip and sessionid of access history to prevent unnecessary line wrap.
* | fix - make loginId always lowercase (#5613)Carlos Tadeu Panato Junior2017-03-231-1/+1
| |
* | Implement POST /users/search endpoint for APIv4 (#5822)Joram Wilander2017-03-2310-13/+392
| | | | | | | | | | | | | | | | | | | | * 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
| |
* | Update channel permissions for v4 endpoints (#5829)Joram Wilander2017-03-225-32/+126
| | | | | | | | | | | | | | | | * Fix join channel permission for v4 endpoint * Allow regular users to get public channels they are not in * Fix unit test
* | 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.
* | translations PR 20170320 (#5819)enahum2017-03-2120-131/+263
| |
* | Add IDs to Team Settings, Channel Settings, Account Settings (Display & ↵Eric Sethna2017-03-2111-3/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Advanced) (#5823) * Add IDs to Channel Notification Preferences * Add IDs to Display Settings * Add ID to language dropdown * Add Ids * Add ids * Add Ids * Add Ids * Add Ids * Add Id * Add Ids * Add Ids * Fix duplicate Id
* | Add ability to use 'me' in place of user id for APIv4 (#5826)Joram Wilander2017-03-214-0/+32
| |
* | Implement GET /audits endpoint for APIv4 (#5779)Joram Wilander2017-03-216-12/+78
| | | | | | | | | | | | * Implement GET /audits endpoint for APIv4 * Fix log unit test
* | implement PUT /hooks/outgoing/{hook_id} - update outgoing hook (#5793)Carlos Tadeu Panato Junior2017-03-213-0/+221
| |
* | translations PR 20170316 (#5791)enahum2017-03-2018-114/+478
| |
* | Update contributing guidelines for platform repo (#5455)Jason Blais2017-03-201-14/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update CONTRIBUTING.md * Fix formatting * Update CONTRIBUTING.md * Update CONTRIBUTING.md * ES: minor tweaks to review process * Update CONTRIBUTING.md
* | Revert "PLT-3181 Added crossorigin='anonymous' to all external images ↵Harrison Healey2017-03-207-15/+5
| | | | | | | | | | (#5774)" (#5815) This reverts commit 24848f9d6a92eb1e09189c358636fd1ba32fa6d6.
* | Fxing some unit tests (#5817)Christopher Speller2017-03-202-5/+5
| |
* | Fix compile error on master (#5813)Joram Wilander2017-03-202-3/+3
| |
* | Remove blue bar from link previews (#5673)Ryan Wang2017-03-201-0/+3
| |
* | Add http_proxy support for http client (#5571)Josta Yee2017-03-202-6/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | Fix success typo in Makefile (#5809)Joram Wilander2017-03-201-1/+1
| |
* | Removing old CLI (#5797)Christopher Speller2017-03-204-1127/+3
| |
* | [APIV4] POST /hooks/outgoing/{hook_id}/regen_token - regentoken endpoint ↵Carlos Tadeu Panato Junior2017-03-203-0/+89
| | | | | | | | for apiV4 (#5783)
* | Update pinned posts help text (#5811)Jason Blais2017-03-202-4/+11
| | | | | | | | | | | | | | | | * Update pinned posts help text * Update en.json * Fix id
* | Endpoint for APIv4 POST /channels/{channel_id}/members (#5775)Saturnino Abril2017-03-205-2/+172
| |
* | Add updateConfig endpoint for apiV4 (#5706)Carlos Tadeu Panato Junior2017-03-205-2/+82
| |
* | Split delete modal trigger for reuse (#5740)VeraLyu2017-03-195-65/+133
| | | | | | | | Spllit delete modal trigger for reuse and make emoji delete to use this modal trigger.
* | Fxing buildChristopher Speller2017-03-171-1/+1
| |
* | Merge branch 'release-3.7' into master.George Goldberg2017-03-1791-799/+939
|\|
| * PLT-5804 Fix email blue error not showing up (#5749)Joram Wilander2017-03-141-1/+1
| |
| * Fix permalink in email for DMs/GMs (#5751)Joram Wilander2017-03-131-2/+1
| |