summaryrefslogtreecommitdiffstats
path: root/api
Commit message (Collapse)AuthorAgeFilesLines
* Merged release-3.2 into masterHarrison Healey2016-07-123-4/+81
|\
| * Some improvments to password handling (#3549)Christopher Speller2016-07-123-3/+76
| |
| * Letting email not validated error message through login. Changing invalid ↵Christopher Speller2016-07-121-1/+5
| | | | | | | | credentials error. (#3546)
| * PLT-3560 blocking adding to channel once user is removed (#3537)Corey Hulen2016-07-112-0/+24
| |
| * Fixed permissions when getting a file attachment to use the correct user id ↵Harrison Healey2016-07-081-1/+1
| | | | | | | | (#3535)
| * Login error messages fix (#3525)Christopher Speller2016-07-081-4/+6
| |
* | Added infrastructure for basic WebSocket API (#3432)Joram Wilander2016-07-1217-155/+408
| |
* | Merge release 3.2 into master (#3548)Harrison Healey2016-07-114-5/+31
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Bumping version to: 3.2.0-rc1 * PLT-2863 fixing bad merge that broke this PR (#3523) * PLT-2863 adding remove user from team * PLT-2863 adding the client side UI * Fixing trailing space * Fixing reported issues * Adding documentatino * Switching to final javascript driver * Fixing bad merge * Fixing bad merge * PLT-3538 Fix Login page doesn't show SAML option if gitlab is enabled (#3524) * Login error messages fix (#3525) * daily translations 20160708 (#3533) * Fixed permissions when getting a file attachment to use the correct user id (#3535) * PLT-3575 Fix Cannot upload certificates with .cer file extension on SAML (#3534) * PLT-3560 blocking adding to channel once user is removed (#3537) * Always allow system admins to see the Integrations sidebar (#3536) * Plt 3475 - Post control improvements (#3538) * Adding class to post when dropdown is active. * plt-3475 - Post controls improvements * daily translations 20160711 (#3544)
* PLT-1465 Added password requirements (#3489)David Lu2016-07-067-115/+127
| | | | | | | | | | * Added password requirements * added tweaks * fixed error code * removed http.StatusNotAcceptable
* PLT-2863 adding remove user from team (#3429)Corey Hulen2016-07-063-5/+182
| | | | | | | | | | | | | | * PLT-2863 adding remove user from team * PLT-2863 adding the client side UI * Fixing trailing space * Fixing reported issues * Adding documentatino * Switching to final javascript driver
* PLT-3512 adding join/leave channel to the CLI (#3498)Corey Hulen2016-07-061-0/+169
| | | | | | | | | | | | | | * PLT-3512 adding join/leave channel to the CLI * PLT-3512 adding list channels to the CLI * PLT-3512 adding restore channel * Adding make run-cli command * Updating txt * Fixing txt purposed by PMs
* PLT-3502 Fix Team admins can't give "team admin" privilege to members (#3499)enahum2016-07-062-5/+18
|
* PLT-3346/PLT-3342/PLT-3360 EE: Add the ability to restrict channel ↵Joram Wilander2016-07-064-24/+469
| | | | | | | | management permissions (#3453) * EE: Add the ability to restrict channel management permissions * Always allow last user in a channel to delete that channel
* Fix connection leaks in push notifications, diagnostics and oauth (#3469)Joram Wilander2016-07-062-1/+14
|
* SAML support (#3494)enahum2016-07-054-7/+190
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-3073: Implement SAML/Okta Server side (EE) (#3422) * PLT-3137 Support for SAML configuration * PLT-3410 SAML Database Store * PLT-3411 CLI to add Identity Provider Certificate and Service Provider Private Key * PLT-3409 SAML Interface for EE * PLT-3139 Handle SAML authentication server side * Add localization messages * PLT-3443 SAML Obtain SP metadata * PLT-3142 Login & Switch to/from SAML * Remove Certs for Database & Clean SAML Request * Make required Username, FirstName and LastName * PLT-3140 Add SAML to System Console (#3476) * PLT-3140 Add SAML to System Console * Move web_client functions to client.jsx * Fix issues found by PM * update package.json mattermost driver * Fix text messages for SAML
* Sanitize personal information out of license for non system admin users (#3487)Joram Wilander2016-07-051-1/+5
|
* PLT-3145 Custom Emojis (#3381)Harrison Healey2016-07-052-27/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Reorganized Backstage code to use a view controller and separated it from integrations code * Renamed InstalledIntegrations component to BackstageList * Added EmojiList page * Added AddEmoji page * Added custom emoji to autocomplete and text formatter * Moved system emoji to EmojiStore * Stopped trying to get emoji before logging in * Rerender posts when emojis change * Fixed submit handler on backstage pages to properly support enter * Removed debugging code * Updated javascript driver * Fixed unit tests * Fixed backstage routes * Added clientside validation to prevent users from creating an emoji with the same name as a system one * Fixed AddEmoji page to properly redirect when an emoji is created successfully * Fixed updating emoji list when an emoji is deleted * Added type prop to BackstageList to properly support using a table for the list * Added help text to EmojiList * Fixed backstage on smaller screen sizes * Disable custom emoji by default * Improved restrictions on creating emojis * Fixed non-admin users seeing the option to delete each other's emojis * Fixing gofmt * Fixed emoji unit tests * Fixed trying to get emoji from the server when it's disabled
* Fixed error when adding incoming webhook to public channel not currently in ↵Joram Wilander2016-07-052-0/+9
| | | | (#3483)
* PLT-3454 Verification Email fails to send when logging in with username (#3475)enahum2016-07-051-4/+2
|
* PLT-3456 Fix Errors while starting the server (#3445)enahum2016-07-041-0/+2
| | | | | | * PLT-3456 AppErrors that are triggered before translations are loaded crash server or produce bad error messages. * Fixing tests
* Fixing invalid session (#3463)Corey Hulen2016-07-011-2/+8
|
* Revert "Moved file attachments to be stored in data/channels instead of ↵Harrison Healey2016-06-302-40/+41
| | | | | data/teams/ID/channels (#3416)" (#3461) This reverts commit ed75dfc6c090bd247ab9fe2965aed82c552bbc08.
* enabled team creation for sysadmins (#3433)David Lu2016-06-301-1/+1
|
* EE: Add the ability to restrict the user roles that can send team invites ↵Joram Wilander2016-06-292-4/+61
| | | | (#3442)
* PLT-3440 (#3440)Corey Hulen2016-06-292-2/+30
|
* Implementing server side of LDAP sync now button (#3430)Christopher Speller2016-06-282-0/+30
|
* Changing email notifications to use permalinks (#3399)Christopher Speller2016-06-281-1/+1
|
* Moved file attachments to be stored in data/channels instead of ↵Harrison Healey2016-06-282-41/+40
| | | | data/teams/ID/channels (#3416)
* Email check shouldn't be case-sensitive #3349 (#3350)Thiyagaraj Krishna2016-06-271-1/+1
| | | Email address "allowed domains" check appears to be case-sensitive #3349
* PLT-3415 Fix Sending Test email fails with error (#3396)enahum2016-06-221-1/+1
|
* Make sure profile is not nil when assigning in sendNotifications (#3395)Joram Wilander2016-06-211-1/+3
|
* PLT-3261 Fix Can't create a team with GitLab if the email domain is ↵enahum2016-06-211-0/+7
| | | | restricted (#3379)
* Only check team Id in getChannel for non-DMs (#3382)Joram Wilander2016-06-201-1/+1
|
* Fixed @all not working as intended (#3335)David Lu2016-06-151-6/+2
|
* PLT-3264 remove session cookie when switching accounts (#3341)Corey Hulen2016-06-151-0/+3
|
* Fix channels showing up across teams when multiple teams open in same ↵Joram Wilander2016-06-152-0/+11
| | | | browser (#3329)
* Fix bad condition on hiding email addresses and update user etag to include ↵Joram Wilander2016-06-141-4/+4
| | | | privacy settings (#3327)
* PLT-3143 Added serverside code for custom Emoji (#3311)Harrison Healey2016-06-143-0/+701
| | | | | | | | | | | | | | * Added model objects for emoji * Added database tables for emoji * Added settings for custom emoji * Added serverside APIs and unit tests for custom emoji * Added additional validation to catch duplicate emoji names earlier on * Added additional validation to prevent users from adding emoji as another user
* Made error message clearer (#3318)David Lu2016-06-141-2/+8
|
* Merge branch 'release-3.1'JoramWilander2016-06-133-40/+59
|\ | | | | | | | | Conflicts: webapp/components/create_comment.jsx
| * Auto join teams if coming from team sign-up page to login for GitLab (#3284)Joram Wilander2016-06-073-40/+59
| |
* | PLT-2058 Debugging incoming web hook content (#3150)Martin Schenck2016-06-101-3/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-2058 Debugging incoming web hook content This change debugs contents of incoming webhooks using l4g. The problem is that in order to debug the request body, it neads to be read. And a Reader can only be read once. Hence, the body is only read for Debugging if it is actually enabled. Furthermore, a new reader is created from the content of the old reader in order for the rest of the method to work as usual (with or without debugging). The debug statement is wrapped in a closure, so that the content is only copied if Debug is actually enabled. It is not possible to return `(string, string)` from the closure to `l4g.Debug()`. That is the reason the debugging is not done with `=%v`, but the translations strings end with a space. I tested the change with a `application/json` HTTP header as well as `payload=` The debug method is extracted into util/log.go in order to be re-usable for debugging `io.Reader` * Added a config flag to turn off incoming webhook debugging Setting `EnableWebhookDebugging` to false in the `config.json` will disable the printing of the content of incoming webhooks to the console * Defaulting webhook debugging to true * Added the setting of debugging incoming webhooks to the system console
* | CLI: invite user by email - missing siteURL in email (#3297)Thomas Balthazar2016-06-101-2/+2
|/
* System messages trigger notifications when user is mentioned (#3235)Joram Wilander2016-06-061-24/+23
|
* PLT-3114 Moved preview collapse out of pre-release features (#3206)Joram Wilander2016-06-062-0/+124
| | | | | | | | | | * Added user setting to auto collapse image previews * Added slash commands for collapsing/expanding image previews * Added translation strings for collapse setting * Add default props for preview collapse setting
* PLT-2559 Always return successful when trying to join a channel that the ↵Harrison Healey2016-06-063-4/+37
| | | | | | | | | | user is already a member of (#3265) * Added unit tests for SqlChannelStore.GetMember * Fixed api routes for accessing channels by name when the name includes an underscore * Changed join channel API to always return successful when the user is already a member of the channel
* PLT-2990 Clicking on a desktop notification from another team opens the team ↵enahum2016-06-061-0/+1
| | | | (#3253)
* PLT-2939 Fix Default slash command icon is invalid (#3250)enahum2016-06-061-1/+1
|
* LDAP users should not be subject to password guess limits or email ↵Christopher Speller2016-06-051-3/+6
| | | | verification (#3245)
* PLT-2994 Added @all (#3233)David Lu2016-06-041-4/+4
| | | | | | * Added @all * Uncomment @all server side