summaryrefslogtreecommitdiffstats
path: root/i18n
Commit message (Collapse)AuthorAgeFilesLines
* Add spanish locs, sort by id en & es files (#2938)enahum2016-05-092-4/+12
|
* Update Japanese translation (#2919)MARUYAMA Takayuki2016-05-091-10/+90
| | | | * fix some mistranslation * add latest translations
* Added missing pt locs (#2926)Rodrigo2016-05-091-0/+16
|
* PLT-2697 Fixing team admins (#2900)Corey Hulen2016-05-065-20/+8
| | | | | | | | | | | | * PLT-2697 Fixing team admins * Fixing eslint error * Fixing loc issues * Fixing func * Fixing func
* Spanish locs and sort files by id (#2913)enahum2016-05-062-8/+12
|
* Fixing /logout command (#2908)Christopher Speller2016-05-061-0/+4
|
* missing es loc (#2887)enahum2016-05-051-0/+4
|
* Update en.json (#2881)Harrison Healey2016-05-041-1/+1
|
* Sort translations by id & add missing spanish translations (#2877)enahum2016-05-044-58/+74
|
* PLT-2707 Adding option to show DM list from all of server (#2871)Corey Hulen2016-05-041-0/+4
| | | | | | * PLT-2707 Adding option to show DM list from all of server * Fixing loc
* Added pt translations (#2875)Rodrigo2016-05-041-2/+102
|
* PLT-2258 Unified login screen and related APIs (#2820)Harrison Healey2016-05-035-5/+13
| | | | | | | | | | | | | | | | | | | | * Unified login screen and related APIs * Refactored login API call to be less convoluted * Removed LDAP login prompt from invite process * Fixed existing LDAP users being able to log in if LDAP was configured, but disabled * Gofmt * Future proofed login API * Updated login APIs based on feedback * Added additional auditing to login API * Actually removed loginById
* Add latest spanish translations (#2836)enahum2016-05-022-60/+144
|
* Removing panics on config and license loading errors. Nice error messages ↵Christopher Speller2016-05-021-0/+4
| | | | instead. (#2829)
* Fixing LDAP editing of attributes (#2824)Christopher Speller2016-05-021-0/+4
|
* Fixing slack import. (#2819)Christopher Speller2016-04-281-0/+12
|
* Don't return error if already part of channel being joined (#2814)Joram Wilander2016-04-281-0/+4
|
* PLT-2687 sending email on upgrade and moving profile pic to new location (#2808)Corey Hulen2016-04-281-0/+8
| | | | | | | | | | | | | | | | | | | | | | * Fixing CLI and adding unit tests * Adding the upgrade_db_30 to the help text * Adding the upgrade_db_30 to the help text * Adding the upgrade_db_30 to the help text * Fixing CLI tests * PLT-2687 sending email on upgrade and moving profile pic to new location * Fixing img move * Fixing moving of profile image * making upgrade email localizable * Fixing email template
* PLT-2057 User as a first class object (#2648)Corey Hulen2016-04-214-61/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adding TeamMember to system * Fixing all unit tests on the backend * Fixing merge conflicts * Fixing merge conflict * Adding javascript unit tests * Adding TeamMember to system * Fixing all unit tests on the backend * Fixing merge conflicts * Fixing merge conflict * Adding javascript unit tests * Adding client side unit test * Cleaning up the clint side tests * Fixing msg * Adding more client side unit tests * Adding more using tests * Adding last bit of client side unit tests and adding make cmd * Fixing bad merge * Fixing libraries * Updating to new client side API * Fixing borken unit test * Fixing unit tests * ugg...trying to beat gofmt * ugg...trying to beat gofmt * Cleaning up remainder of the server side routes * Adding inital load api * Increased coverage of webhook unit tests (#2660) * Adding loading ... to root html * Fixing bad merge * Removing explicit content type so superagent will guess corectly (#2685) * Fixing merge and unit tests * Adding create team UI * Fixing signup flows * Adding LDAP unit tests and enterprise unit test helper (#2702) * Add the ability to reset MFA from the commandline (#2706) * Fixing compliance unit tests * Fixing client side tests * Adding open server to system console * Moving websocket connection * Fixing unit test * Fixing unit tests * Fixing unit tests * Adding nickname and more LDAP unit tests (#2717) * Adding join open teams * Cleaning up all TODOs in the code * Fixing web sockets * Removing unused webockets file * PLT-2533 Add the ability to reset a user's MFA from the system console (#2715) * Add the ability to reset a user's MFA from the system console * Add client side unit test for adminResetMfa * Reorganizing authentication to fix LDAP error message (#2723) * Fixing failing unit test * Initial upgrade db code * Adding upgrade script * Fixing upgrade script after running on core * Update OAuth and Claim routes to work with user model changes (#2739) * Fixing perminant deletion. Adding ability to delete all user and the entire database (#2740) * Fixing team invite ldap login call (#2741) * Fixing bluebar and some img stuff * Fix all the different file upload web utils (#2743) * Fixing invalid session redirect (#2744) * Redirect on bad channel name (#2746) * Fixing a bunch of issue and removing dead code * Patch to fix error message on leave channel (#2747) * Setting EnableOpenServer to false by default * Fixing config * Fixing upgrade * Fixing reported bugs * Bug fixes for PLT-2057 * PLT-2563 Redo password recovery to use a database table (#2745) * Redo password recovery to use a database table * Update reset password audits * Split out admin and user reset password APIs to be separate * Delete password recovery when user is permanently deleted * Consolidate password resetting into a single function * Removed private channels as an option for outgoing webhooks (#2752) * PLT-2577/PLT-2552 Fixes for backstage (#2753) * Added URL to incoming webhook list * Fixed client functions for adding/removing integrations * Disallowed slash commands without trigger words * Fixed clientside handling of errors on AddCommand page * Minor auth cleanup (#2758) * Changed EditPostModal to just close if you save without making any changes (#2759) * Renamed client -> Client in async_client.jsx and fixed eslint warnings (#2756) * Fixed url in channel info modal (#2755) * Fixing reported issues * Moving to version 3 of the apis * Fixing command unit tests (#2760) * Adding team admins * Fixing DM issue * Fixing eslint error * Properly set EditPostModal's originalText state in all cases (#2762) * Update client config check to assume features is defined if server is licensed (#2772) * Fixing url link * Fixing issue with websocket crashing when sending messages to different teams
* Added new pt translations (#2742)Rodrigo2016-04-181-7/+67
|
* Add Japanese translation for platform command and web interface (#2700)Ryo ONODERA2016-04-131-0/+3898
| | | | | | * Add Japanese translation for platform command and web interface * Fix typo in Japanese webapp translation on Pootle and regenerate JSON file
* Add spanish missing locs and sort by id (#2694)enahum2016-04-132-49/+113
|
* Add custom branding functionality (#2667)Joram Wilander2016-04-111-0/+60
|
* Portuguese added missing locs (#2681)Rodrigo2016-04-111-3/+107
|
* PLT-2553 Additional backstage UI Improvements (#2673)Harrison Healey2016-04-111-0/+4
| | | | | | | | * Renamed Commands to Slash Commands in backstage UI * Updated displayed info for listed commands and outgoing webhooks * Disallowed empty outgoing webhook trigger words and improved client-side validation for them
* Fix email verification process (#2664)enahum2016-04-082-5/+9
| | | | | | | | | | - Fix email verification URL in login view - Fix URL in email being sent for verification - Add Email Verification on password reset - Fix display of email in reset password - Fix URL en team_signup_password_page - Fix typo in webapp en loc - Add missing es locs - Removed extra es, fr and pt locs
* Adding TLS options to LDAPChristopher Speller2016-04-071-1/+5
|
* Add LDAP missing es locs and sort loc files by idElias Nahum2016-04-062-6/+14
|
* Adding LDAP user filtering capabilityChristopher Speller2016-04-061-0/+8
|
* Localization: Added missing spanish strings. Sort localization files by IdElias Nahum2016-04-044-122/+210
|
* Added DisplayName and Description fields to both types of webhooks and slash ↵Harrison Healey2016-04-041-0/+24
| | | | commands
* Merge pull request #2320 from mozilla/msg-commandJoram Wilander2016-04-041-0/+36
|\ | | | | PLT-2231 /msg command and tests
| * msg commandAlan Mooiman2016-03-241-0/+36
| |
* | Merge pull request #2614 from mattermost/plt-2388Harrison Healey2016-04-011-0/+24
|\ \ | | | | | | PLT-2388 Visiting invalid URLs and bad APIs causes redirect to error page
| * | Visiting invalid URLs and bad APIs causes redirect to error pageChristopher Speller2016-04-011-0/+24
| | |
* | | Merge pull request #2609 from mattermost/plt-2311Christopher Speller2016-04-014-13/+1
|\ \ \ | | | | | | | | PLT-2311 Update tutorial channel names to reflect actual display names
| * | | Remove old translationsJoramWilander2016-04-013-12/+0
| | | |
| * | | Update tutorial channel names to reflect actual display namesJoramWilander2016-04-011-1/+1
| | | |
* | | | Merge pull request #2599 from ZBoxApp/locsJoram Wilander2016-04-012-54/+126
|\ \ \ \ | | | | | | | | | | Add missing en locs and translations to es
| * | | | Add missing en locs and translations to esElias Nahum2016-03-312-54/+126
| | |/ / | |/| |
* / | | MFA translationsRodrigo Corsi2016-03-311-1/+73
|/ / /
* / / Disable previously created public links with the config settingJoramWilander2016-03-311-0/+4
|/ /
* | Add MFA functionalityJoramWilander2016-03-301-0/+60
| |
* | Updated out of channel notification messageHarrison Healey2016-03-304-28/+4
| |
* | LDAP translations ptRodrigo Corsi2016-03-271-4/+16
|/
* Added FR translation / thanks to @jblobel and @tbolon for their helpPierre-Julien Grizel2016-03-241-0/+3674
|
* Add claim LDAP locs in spanishElias Nahum2016-03-232-20/+32
|
* Add the ability to switch from email to ldap and backJoramWilander2016-03-233-3/+15
|
* Fix typoRafael da Silva Almeida2016-03-221-1/+1
| | | The word maximum was with a typo (maxmium).
* Translation compliance and others ptRodrigo Corsi2016-03-211-22/+86
|