summaryrefslogtreecommitdiffstats
path: root/webapp/i18n
Commit message (Collapse)AuthorAgeFilesLines
...
* PLT-2971 Added email footer for address (#3319)David Lu2016-06-161-0/+3
| | | | | | | | | | * Added email footer for address * added default * Update html.go * Changed according to PM
* Improving about modal and colon issue with webhooks (#3343)Asaad Mahmood2016-06-161-4/+5
| | | | | Updating word break Updating improvements for about modal
* daily translations 20160615 (#3348)enahum2016-06-153-25/+25
|
* Shorten sentence to avoid word-wrap (#3347)it332016-06-151-1/+1
| | | | | | * Update about_build_modal.jsx * Update en.json
* PLT-3344 Set Localization config to always have by default all languages ↵enahum2016-06-153-4/+9
| | | | available (#3339)
* daily translations 20160614 (#3340)enahum2016-06-156-25/+93
|
* Multiple UI improvements (#3317)Asaad Mahmood2016-06-141-0/+1
| | | | | | | Removing break all Replacing jquery selectors and some other UI improvements Removing jquery selector
* Add German Localization (#3328)enahum2016-06-142-0/+1466
|
* Fix bad condition on hiding email addresses and update user etag to include ↵Joram Wilander2016-06-145-5/+0
| | | | privacy settings (#3327)
* PLT-3143 Added serverside code for custom Emoji (#3311)Harrison Healey2016-06-141-0/+8
| | | | | | | | | | | | | | * 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
* Merge branch 'release-3.1'JoramWilander2016-06-133-1/+6
|\ | | | | | | | | Conflicts: webapp/components/create_comment.jsx
| * Add server restart note to LDAP sync setting (#3303)jasonblais2016-06-091-1/+1
| | | | | | | | | | | | * Add server restart note to LDAP sync setting * Add server restart note to LDAP sync setting
| * PLT-3236 Click in little x for admin console localization settings causes ↵enahum2016-06-092-0/+4
| | | | | | | | error (#3292)
| * Changed default LocalizationSettings.AvailableLocales to include all locales ↵Harrison Healey2016-06-071-0/+1
| | | | | | | | (#3280)
* | PLT-2058 Debugging incoming web hook content (#3150)Martin Schenck2016-06-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | PLT-3156 Typo in 'Edit Nickname' message when nickname is set through login ↵Anthony M. Powers2016-06-101-0/+1
| | | | | | | | | | | | | | | | | | provider (#3204) * Fixed a typo to an error message regarding editing an account field handled by a login provider. (PLT-3156) * Added 'field_handled_externally' to the en language file. Other languages are needed.
* | daily translations 20160609 (#3305)enahum2016-06-101-21/+21
| |
* | daily translations 20160608 (#3296)enahum2016-06-093-23/+23
| |
* | daily translations 20160607 (#3288)enahum2016-06-075-15/+19
| |
* | PLT-2406 Add "Database:" to Mattermost About Dialog (#3261)Thomas Balthazar2016-06-071-0/+1
|/ | | | | | | | | * Add "Database:" to Mattermost About Dialog The property has been named SQLDriverName to make a difference with the FileSettings DriverName. * Add missing string for 'Database' in i18n file
* daily translations 20160606 (#3275)enahum2016-06-065-47/+139
|
* Removed placeholder text on channel switch modal (#3262)David Lu2016-06-065-5/+0
|
* PLT-3185 Added support for DMs in Channel Switcher (#3260)David Lu2016-06-061-0/+1
| | | | | | * Added support for DMs * Checked username beginning characters
* Added error when both session and local storage are unusable (#3263)David Lu2016-06-061-0/+5
|
* PLT-3114 Moved preview collapse out of pre-release features (#3206)Joram Wilander2016-06-061-0/+4
| | | | | | | | | | * 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
* Updating help text on channel switcher (#3256)Joram Wilander2016-06-061-1/+1
|
* Removing outdated ldap note from system console (#3247)Christopher Speller2016-06-061-1/+0
|
* Update help text for localization settings (#3252)jasonblais2016-06-061-0/+3
| | | | | | * Update help text for localization settings * Add to en.json
* Edit to Segment help text to explain what it offers. (#3257)it332016-06-051-1/+1
| | | | | | | | | | * Update Segment text * Update Segment text * Correcting typo * Fixed typo
* Added sign in link to the signup_user_complete page (#3248)Harrison Healey2016-06-051-0/+2
|
* Changed noLoginId error message to be specified in i18n (#3239)Harrison Healey2016-06-051-1/+8
|
* PLT-2994 Added @all (#3233)David Lu2016-06-041-2/+2
| | | | | | * Added @all * Uncomment @all server side
* PLT-2981 Disabled Push Notifications section in Settings if disabled by ↵David Lu2016-06-041-0/+2
| | | | | | | | admin (#3225) * Added push notifications disabled message to settings * Update user_settings_notifications.jsx
* daily translations 20160603 (#3251)enahum2016-06-045-17/+53
|
* Added hint (#3232)David Lu2016-06-031-0/+1
|
* Fix typo on help text (#3227)jasonblais2016-06-031-1/+1
| | | | | | | | * Fix typo on help text Fix typo on `allow anyone to join this team` help text. * Added fix to webapp/i18n/en.json
* Adding LDAP Syncronization (#3219)Christopher Speller2016-06-031-0/+2
|
* PLT-3020 Re-added errors to login page when no username/password is added ↵Harrison Healey2016-06-031-0/+2
| | | | | | | | (#3215) * Re-added errors to login page when no username/password is added * Added code to help login page state keep in sync with the browser's state after using autocomplete
* daily translations 20160602 (#3224)enahum2016-06-025-4/+8
|
* PLT-2962 Added channel switcher modal (#3216)David Lu2016-06-021-0/+4
| | | | | | | | * Added channel switcher modal * Fixed typos * Added handling for duplicate channels
* PLT-1800 Load server side locale from the config.json (#3202)enahum2016-06-022-6/+34
| | | | | | | | | | | | * 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
* Multiple UI improvements (#3220)Asaad Mahmood2016-06-021-3/+3
| | | | | | | | * Multiple UI improvements * Pushing time fix * Fixing absolute time stamps on IOS
* PLT-3010 - Updating system console (#3146)Asaad Mahmood2016-06-021-0/+1
| | | | | | | | * Updating system console * Updating system console stuff * Updating ldap settings
* daily translations 20160601 (#3209)enahum2016-06-023-15/+15
|
* Revert "PLT-1800 Load server side locale from the config.json" (#3201)Christopher Speller2016-06-012-34/+6
|
* PLT-1800 Load server side locale from the config.json (#3135)enahum2016-06-012-6/+34
| | | | | | | | | | * 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-25/+25
|
* PLT-726 Update GitLab System Console placeholder text (#3174)lfbrock2016-05-311-3/+3
| | | | | | * Update gitlab_settings.jsx placeholder text * Update en.json
* Update support email help text (#3172)jasonblais2016-05-311-1/+1
| | | | | | * Update legal_and_support_settings.jsx * Update admin.support.emailHelp string
* daily translations 20160530 (#3169)enahum2016-05-315-46/+66
|