summaryrefslogtreecommitdiffstats
path: root/i18n
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* daily translations 20160530 (#3169)enahum2016-05-312-10/+10
|
* daily translations 20160527 (#3144)enahum2016-05-274-86/+134
|
* daily translations 20160526 (#3131)enahum2016-05-274-4/+20
|
* Don't allow gitlab users to activate mfa (#3125)Joram Wilander2016-05-271-0/+4
|
* Added duplicated trigger validation (#3124)David Lu2016-05-271-0/+8
|
* Revert "PLT-1800 Load server side locale from the config.json" (#3133)Christopher Speller2016-05-271-0/+0
|
* PLT-1800 Load server side locale from the config.json (#3092)enahum2016-05-271-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
* daily translations 20160525 (#3117)enahum2016-05-261-16/+16
|
* PLT-2976 Adding checkout for missing SMTP server when testing email ↵Corey Hulen2016-05-261-0/+4
| | | | | | | | connection (#3115) * PLT-2976 Adding checkout for missing SMTP server when testing email connection * Fixing unit test
* daily translations 20160524 (#3101)enahum2016-05-254-34/+98
|
* Adding APIs to reload config, recycle db connections and ping server (#3096)Corey Hulen2016-05-241-0/+12
| | | | | | | | * Adding APIs to reload config, recycle db connections and ping server * Fixing unit test * Adding unit tests
* Revert "PLT-1800 Load server side locale from the config.json (#3076)"Christopher Speller2016-05-241-0/+0
| | | | This reverts commit 34beaa569bfb32f1607375f1d5a22859322060d2.
* Max_File_Size setting in System Console > File Settings (#3070)Thomas Balthazar2016-05-241-0/+4
|
* PLT-1800 Load server side locale from the config.json (#3076)enahum2016-05-241-0/+0
| | | | | | * PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics
* Adding enterprise build hash to about dialog (#3058)Christopher Speller2016-05-205-5/+5
|
* daily translations 20160519 (#3061)enahum2016-05-204-18/+98
|
* PLT-2664 Split out push notifications from email notifications (#3049)Joram Wilander2016-05-191-0/+8
| | | | | | | | * Split out push and email notification logic, always send push notifications on mention * Add user setting to control push notifications * Minor changeto simplify code
* daily translations 20160518 (#3050)enahum2016-05-194-17/+97
|
* Added /shortcuts (#3048)David Lu2016-05-191-0/+12
| | | | | | | | | | | Added message and tests Remember that lower vs uppercase matters Accidentally removed \n Added more Formatted
* daily translations 20160517 (#3030)enahum2016-05-184-4/+392
|
* Send email notification when username changed (#3022)Thomas Balthazar2016-05-182-0/+32
|