summaryrefslogtreecommitdiffstats
path: root/i18n
Commit message (Collapse)AuthorAgeFilesLines
* PLT-3560 blocking adding to channel once user is removed (#3537)Corey Hulen2016-07-111-0/+4
|
* daily translations 20160708 (#3533)enahum2016-07-086-183/+782
|
* Login error messages fix (#3525)Christopher Speller2016-07-081-0/+4
|
* PLT-1465 Added password requirements (#3489)David Lu2016-07-061-1/+69
| | | | | | | | | | * Added password requirements * added tweaks * fixed error code * removed http.StatusNotAcceptable
* PLT-2863 adding remove user from team (#3429)Corey Hulen2016-07-061-0/+25
| | | | | | | | | | | | | | * 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/+8
| | | | | | | | | | | | | | * 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
* daily translations 20160705 (#3500)enahum2016-07-065-35/+795
|
* PLT-3346/PLT-3342/PLT-3360 EE: Add the ability to restrict channel ↵Joram Wilander2016-07-061-0/+16
| | | | | | | | management permissions (#3453) * EE: Add the ability to restrict channel management permissions * Always allow last user in a channel to delete that channel
* SAML support (#3494)enahum2016-07-051-0/+148
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* daily translations 20160704 (#3481)enahum2016-07-056-23/+63
|
* PLT-3145 Custom Emojis (#3381)Harrison Healey2016-07-051-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Adding page size option to LDAP (#3439)Christopher Speller2016-07-041-0/+8
|
* daily translations 20160629 (#3452)enahum2016-06-305-2115/+2155
|
* EE: Add the ability to restrict the user roles that can send team invites ↵Joram Wilander2016-06-291-0/+8
| | | | (#3442)
* daily translations 20160628 (#3444)enahum2016-06-296-2132/+2172
|
* Adding info message when LDAP user syncronized (#3423)Christopher Speller2016-06-281-0/+4
|
* Adding validation for LDAP settings to configuration (#3425)Christopher Speller2016-06-281-0/+4
|
* Changing email notifications to use permalinks (#3399)Christopher Speller2016-06-281-1/+1
|
* daily translations 20160623 (#3403)enahum2016-06-241-1/+1
|
* daily translations 20160621 (#3392)enahum2016-06-211-3/+3
|
* daily translations 20160620 (#3384)enahum2016-06-206-65/+85
|
* PLT-3364 Fix panic when load config failes (#3361)enahum2016-06-206-24/+0
|
* PLT-2971 Added email footer for address (#3319)David Lu2016-06-161-0/+4
| | | | | | | | | | * Added email footer for address * added default * Update html.go * Changed according to PM
* daily translations 20160615 (#3348)enahum2016-06-156-47/+87
|
* Update error message when trying to switch account with a duplicate email ↵Joram Wilander2016-06-151-0/+4
| | | | (#3332)
* daily translations 20160614 (#3340)enahum2016-06-156-103/+663
|
* Fix channels showing up across teams when multiple teams open in same ↵Joram Wilander2016-06-151-0/+4
| | | | browser (#3329)
* Add German Localization (#3328)enahum2016-06-141-0/+4150
|
* PLT-3143 Added serverside code for custom Emoji (#3311)Harrison Healey2016-06-141-4/+108
| | | | | | | | | | | | | | * 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-1/+1
|
* PLT-2058 Debugging incoming web hook content (#3150)Martin Schenck2016-06-101-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* daily translations 20160609 (#3305)enahum2016-06-101-1/+1
|
* daily translations 20160608 (#3296)enahum2016-06-093-27/+27
|
* daily translations 20160607 (#3288)enahum2016-06-072-3/+3
|
* daily translations 20160606 (#3275)enahum2016-06-064-20/+132
|
* System messages trigger notifications when user is mentioned (#3235)Joram Wilander2016-06-061-0/+4
|
* Removed ESC (#3268)David Lu2016-06-061-1/+1
|
* PLT-3114 Moved preview collapse out of pre-release features (#3206)Joram Wilander2016-06-061-0/+20
| | | | | | | | | | * 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
* Update /shortcuts display text (#3244)jasonblais2016-06-051-1/+1
|
* daily translations 20160603 (#3251)enahum2016-06-044-0/+176
|
* Don't allow users to be added to a channel they are not in the team of (#3246)Joram Wilander2016-06-041-0/+4
|
* Adding LDAP Syncronization (#3219)Christopher Speller2016-06-031-0/+16
|
* PLT-3131 Add slash command for sending email invites (#3218)Joram Wilander2016-06-021-0/+28
| | | | | | | | | | * Add slash command for sending email invites * Add response for empty message and trim commas * Check for @ in email addresses before sending * Update invite people error message
* PLT-1800 Load server side locale from the config.json (#3202)enahum2016-06-021-0/+0
| | | | | | | | | | | | * PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics * Fix localization on served locale file as plain/text * Remove github.com/cloudfoundry/jibber_jabber as vendor dependency * Fix get locale on login_controller
* daily translations 20160601 (#3209)enahum2016-06-021-1/+1
|
* Revert "PLT-1800 Load server side locale from the config.json" (#3201)Christopher Speller2016-06-011-0/+0
|
* PLT-1800 Load server side locale from the config.json (#3135)enahum2016-06-011-0/+0
| | | | | | | | | | * PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics * Fix localization on served locale file as plain/text * Remove github.com/cloudfoundry/jibber_jabber as vendor dependency
* daily translations 20160531 (#3192)enahum2016-06-014-0/+16
|
* Fixed typo (#3188)David Lu2016-05-311-1/+1
|
* Changed shortcut command message (#3173)David Lu2016-05-315-17/+1
|