summaryrefslogtreecommitdiffstats
path: root/i18n
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in en.json (#5313)Jason Blais2017-02-061-1/+1
|
* Implement POST /channels/direct endpoint for APIv4 (#5283)Joram Wilander2017-02-031-1/+1
|
* Add tear down to APIv4 tests (#5250)Joram Wilander2017-02-021-0/+8
| | | | | | * Add tear down to APIv4 tests * Defer tear downs
* PLT-5407: Bulk importing of User memberships. (#5273)George Goldberg2017-02-021-0/+16
|
* Implement POST /channels endpoint for APIv4 (#5241)Joram Wilander2017-02-021-1/+5
|
* Fix typos for model.config.is_valid...app_error (#5236)Jason Blais2017-01-311-2/+2
|
* PLT-5365 Import of basic user properties. (#5231)George Goldberg2017-01-311-0/+48
|
* Implement POST /teams endpoint (#5220)Joram Wilander2017-01-311-1/+1
|
* Improvments to typing messages (#5230)Christopher Speller2017-01-301-0/+4
|
* Implement APIv4 infrastructure (#5191)Joram Wilander2017-01-301-1/+9
| | | | | | * Implement APIv4 infrastructure * Update parameter requirement functions per feedback
* PLT-5366, PLT-5364, PLT-5363: Bulk Import Part 1. (#5204)George Goldberg2017-01-271-0/+112
| | | | | | | This commit provides the first part of the bulk import system. The CLI command is provided, complete with validation & apply modes. All the basic properties of Teams and Channels can be imported. Users & Posts will follow separately in a future commit.
* PLT-4378 Slack import when channel name is deleted (#4649)George Goldberg2017-01-251-0/+8
| | | | | This fixes the issue where the channel fails to Import from Slack if there is already a channel with the same name on Mattermost that has been deleted.
* translations PR 20170123 (#5174)enahum2017-01-2511-132/+572
|
* Remove unused % parameter in a server log error (#5185)Jason Blais2017-01-251-1/+1
|
* Move permissions code into app package (#5146)Joram Wilander2017-01-231-0/+16
| | | | | | * Move permissions code into app package * Revert getPosts permission
* translations PR 20170116 (#5086)enahum2017-01-2011-517/+237
|
* Migrate functions to app package (#5106)Joram Wilander2017-01-191-7/+7
| | | | | | | | | | | | | | | | | | * Refactor and move session logic into app package * Refactor email functions into the app package * Refactor password update into app package * Migrate user functions to app package * Move team functions into app package * Migrate channel functions into app package * Pass SiteURL through to app functions * Update based on feedback
* Minor text updates for server log messages (#5107)Jason Blais2017-01-181-3/+3
|
* Message Editing and Deleting permissions (#4692)Amit Yadav2017-01-181-0/+8
|
* PLT-2978: Add channel purpose change system message. (#5094)George Goldberg2017-01-171-0/+20
| | | Completes original patch by David Lu.
* Refactor and migrate more functions out of api into app package (#5063)Joram Wilander2017-01-131-6/+6
|
* PLT-4938 Add app package and move logic over from api package (#4931)Joram Wilander2017-01-131-41/+13
| | | | | | | | | | * Add app package and move logic over from api package * Change app package functions to return errors * Move non-api tests into app package * Fix merge
* Merge branch 'release-3.6'Christopher Speller2017-01-1210-429/+469
|\
| * translations PR 20170110 (#5031)enahum2017-01-1010-429/+469
| | | | | | | | | | | | * translations PR 20170110 * Demoting Dutch from beta to alpha
* | fix typo and missing message (#5008)Yusuke Nemoto2017-01-091-2/+2
|/
* translations PR 20170102 (#4929)enahum2017-01-0411-300/+1260
|
* PLT-5018 Fix thumbnails of imported attachments. (#4934)George Goldberg2017-01-031-0/+4
|
* Clean up /logout command flow and errors (#4918)Joram Wilander2016-12-301-4/+0
|
* translations PR 20161226 (#4903)enahum2016-12-3011-341/+701
|
* PLT-4648 break `/shortcuts` block (#4829)Yusuke Nemoto2016-12-281-16/+116
|
* Return 400 bad request codes for webhooks when attachment or text is too ↵Joram Wilander2016-12-221-0/+8
| | | | long (#4879)
* API for getting channel members by IDs. (#4877)George Goldberg2016-12-221-0/+4
|
* translations PR 20161219 (#4838)enahum2016-12-2210-104/+224
|
* Fix some typos in the English locale (fixes #4663) (#4793)Pierre Rudloff2016-12-211-69/+69
|
* Fix API Get channels for a user returns users' dm channels with blank teamid ↵Carlos Tadeu Panato Junior2016-12-201-0/+4
| | | | | | | | | | | | | | | | | | (#4748) * fix API Get channels for a user returns users' dm channels with blank team ID add check in the context.go add suggestion made adjustment per review and support from @joram * update tests * add check if needd user or admin permissions * update per review
* Fixes for the /echo command (#4843)Joram Wilander2016-12-201-0/+4
|
* Prevent accidental removal of user from town square (#4842)Joram Wilander2016-12-201-0/+4
|
* GH-4685 Post a System Message when channel is renamed (#4762)Nick Frazier2016-12-201-0/+12
| | | | | | | | | | * test changes * added system message when displayname changed * added test * gofmt
* PLT-5021 Order System Console Teams section by Display Name (#4831)enahum2016-12-191-0/+4
|
* PLT-4167 Team Sidebar (#4569)enahum2016-12-191-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-4167 Team Sidebar * Address feedback from PM * change route from my_members to members * bug fixes * Updating styles for teams sidebar (#4681) * Added PM changes * Fix corner cases * Addressing feedback * use two different endpoints * Bug fixes * Rename model and client functions, using preferences to store last team and channel viewed * Fix mobile notification count and closing the team sidebar * unit test, fixed bad merge and retrieve from cached when available * bug fixes * use id for last channel in preferences, query optimization * Updating multi team css (#4830)
* translations PR 20161212 (#4774)enahum2016-12-1611-69/+389
|
* PLT-4923 Changing missing license to info msg (#4810)Corey Hulen2016-12-161-1/+1
|
* PLT-4332 Position field for Users (#4632)George Goldberg2016-12-141-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add User.Position field to store & model. * GOFMT * Add Position to user settings. * Unit tests. * Add position to profile popup. * i18n * Fix log message for invalid position. * Add Position field attribute to LDAP config. * Add Position field attribute to SAML config. * Reword empty position message. * Change Position Max Length to 35. * Better invalid position error message. * Add new fields to config.json. * Ensure position is never longer than max when displayed. * Hard limit of 64 chars with soft limit still 35 * Put field with other attributes.
* PLT-4767 Implement MFA Enforcement (#4662)Joram Wilander2016-12-121-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Create MFA setup page and remove MFA setup from account settings modal * Add enforce MFA to system console and force redirect * Lockdown mfa required API routes, add localization, other changes * Minor fixes * Fix typo * Fix some unit tests * Fix more unit tests * Minor fix * Updating UI for MFA screen (#4670) * Updating UI for MFA screen * Updating styles for MFA page * Add the ability to switch between email/sso with MFA enabled * Added mfa change email * Minor UI updates for MFA enforcement * Fix unit test * Fix client unit test * Allow switching email to ldap and back when MFA is enabled * Fix unit test * Revert config.json
* gh-4759 add system message feedbak for expand/collapse command (#4761)Yusuke Nemoto2016-12-111-0/+8
|
* translations PR 20161208 (#4740)enahum2016-12-1111-132/+972
|
* PLT-4853 Adding cache purging to the server (server) (#4735)Corey Hulen2016-12-081-0/+4
| | | | | | * PLT-4853 Adding caching invalidation to HA * PLT-4853 Adding cach purging to the server
* fix message text (#4722)Yusuke Nemoto2016-12-061-1/+1
|
* translations PR 20161128 (#4666)enahum2016-12-0211-83/+523
|
* Add Team Description to the Team Settings (#4652)Carlos Tadeu Panato Junior2016-12-011-0/+4
| | | | | | | | | | | | | | * draft * Add Team Description to the Team Settings * add tooltips for team description * made changes per PM review * add message when there is no description set in the team * squash