summaryrefslogtreecommitdiffstats
path: root/api
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't allow users to be added to a channel they are not in the team of (#3246)Joram Wilander2016-06-043-3/+17
|
* Adding LDAP Syncronization (#3219)Christopher Speller2016-06-031-0/+23
|
* PLT-3131 Add slash command for sending email invites (#3218)Joram Wilander2016-06-023-4/+113
| | | | | | | | | | * 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-023-3/+3
| | | | | | | | | | | | * 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
* Close HTTP response bodies properly in golang driver (and some api ↵Joram Wilander2016-06-022-0/+6
| | | | functions) (#3217)
* Allow system admins to update and delete channels (#3161)Joram Wilander2016-06-012-23/+56
|
* Revert "PLT-1800 Load server side locale from the config.json" (#3201)Christopher Speller2016-06-013-3/+3
|
* PLT-1800 Load server side locale from the config.json (#3135)enahum2016-06-013-3/+3
| | | | | | | | | | * 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
* Add a wait condition in outgoing webhook test to prevent race condition (#3177)Joram Wilander2016-05-311-0/+5
|
* PLT-2170 Send payload in application/json for outgoing webhooks (#3160)Thomas Balthazar2016-05-312-88/+92
| | | | | | | | | | | | | | | * Send payload in application/json for outgoing webhooks The Add outgoing webhook UI now has a 'Content-Type' field that allows to choose between application/x-www-form-urlencoded and application/json. All outgoing webhooks created before this change will be considered as x-www-form-urlencoded. There's also a minor change in the way the outgoing webhook summary is displayed: the 'Callback URLs' label was missing. * Fix JS formatting errors * Increase ContentType field length to 128
* Send websocket event for system message posts (#3162)Joram Wilander2016-05-311-15/+17
|
* PLT-2061 Include FULL PATH in logs when referring to a directory (#3170)Khoa Lê2016-05-311-1/+2
|
* Don't allow gitlab users to activate mfa (#3125)Joram Wilander2016-05-271-0/+4
|
* Added duplicated trigger validation (#3124)David Lu2016-05-274-13/+76
|
* Revert "PLT-1800 Load server side locale from the config.json" (#3133)Christopher Speller2016-05-272-3/+2
|
* PLT-1800 Load server side locale from the config.json (#3092)enahum2016-05-272-2/+3
| | | | | | | | * 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
* Send Post ID in webhooks (#3120)Thomas Balthazar2016-05-262-3/+136
|
* Made message command for all users (#3122)David Lu2016-05-261-1/+1
|
* PLT-2976 Adding checkout for missing SMTP server when testing email ↵Corey Hulen2016-05-262-2/+12
| | | | | | | | connection (#3115) * PLT-2976 Adding checkout for missing SMTP server when testing email connection * Fixing unit test
* fixed type speical -> special (#3052)rompic2016-05-251-2/+2
|
* Adding APIs to reload config, recycle db connections and ping server (#3096)Corey Hulen2016-05-245-42/+166
| | | | | | | | * 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-242-3/+2
| | | | This reverts commit 34beaa569bfb32f1607375f1d5a22859322060d2.
* Max_File_Size setting in System Console > File Settings (#3070)Thomas Balthazar2016-05-244-10/+11
|
* Removed isTestDomain (#3069)David Lu2016-05-241-64/+0
|
* PLT-1800 Load server side locale from the config.json (#3076)enahum2016-05-242-2/+3
| | | | | | * PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics
* Fixed double join messages (#3059)David Lu2016-05-202-21/+2
|
* PLT-2664 Split out push notifications from email notifications (#3049)Joram Wilander2016-05-191-177/+206
| | | | | | | | * Split out push and email notification logic, always send push notifications on mention * Add user setting to control push notifications * Minor changeto simplify code
* Added /shortcuts (#3048)David Lu2016-05-192-0/+58
| | | | | | | | | | | Added message and tests Remember that lower vs uppercase matters Accidentally removed \n Added more Formatted
* Move away from the "andForget" style of function (#3046)Thomas Balthazar2016-05-187-351/+332
| | | | | This is the second and last part of the refactoring. First part is documented here: https://github.com/mattermost/platform/pull/3043
* Move away from the "andForget" style of function (#3043)Thomas Balthazar2016-05-182-170/+144
| | | | As suggested by @crspeller here: https://github.com/mattermost/platform/pull/3022#issuecomment-220004020
* Send email notification when username changed (#3022)Thomas Balthazar2016-05-181-9/+35
|
* Merge branch 'release-3.0'Christopher Speller2016-05-174-13/+8
|\
| * Fixing websocket connection=Corey Hulen2016-05-173-8/+8
| |
| * Removed check of email signup from creating a team (#3029)Harrison Healey2016-05-171-5/+0
| |
* | PLT-1909 Removed the ability to edit system posts (#3013)Harrison Healey2016-05-172-0/+17
| | | | | | | | | | | | * Removed the ability to edit system posts * Added increased timeout to SpinnerButton unit tests
* | PLT-2188 Integrations: Support raw new lines in the text payload (#2993)Thomas Balthazar2016-05-171-0/+11
| | | | | | | | | | | | | | | | | | | | * Integrations: Support raw new lines in the text payload * Improve support for raw new lines in text payload The regexp used to escape control characters now also searches for additional fields: text|fallback|pretext|author_name|title|value
* | Check team member instead of session for team admin role when ↵Joram Wilander2016-05-162-2/+27
| | | | | | | | updating/deleting channels (#3007)
* | Merge branch 'release-3.0'Christopher Speller2016-05-164-2/+8
|\|
| * Fixing issue with missing user (#2989)Corey Hulen2016-05-121-0/+4
| |
| * Inlcude team Id for fake context for incoming webhooks (#2988)Joram Wilander2016-05-121-0/+2
| |
| * Stopped login code from falling back to LDAP when it's disabled (#2986)Harrison Healey2016-05-122-2/+2
| |
* | Moving to glideChristopher Speller2016-05-121-4/+4
| |
* | Merge branch 'release-3.0'Christopher Speller2016-05-125-17/+27
|\|
| * Improved handling of edge case where an LDAP user shares a username with a ↵Harrison Healey2016-05-121-2/+5
| | | | | | | | non-LDAP user (#2980)
| * Improve incoming webhook slack compatibility (#2972) (#2973)thoemy2016-05-121-3/+3
| | | | | | | | By checking for form urlencoded content instead of JSON, requests without or with a wrong Content-Type header and a JSON body are correctly parsed.
| * Fix parsing attachment field links into markdown (#2958) (#2959)thoemy2016-05-121-4/+4
| | | | | | Field contents are stored in 'value' not 'text'.
| * PLT-2905 fixing upgrade of SSO accounts (#2962)Corey Hulen2016-05-115-15/+22
| | | | | | | | | | | | * PLT-2905 fixing upgrade of SSO accounts * Fixing multiple Auths mapped to different emails
* | Fix parsing attachment field links into markdown (#2958) (#2959)thoemy2016-05-121-4/+4
| | | | | | Field contents are stored in 'value' not 'text'.
* | Improve incoming webhook slack compatibility (#2972) (#2973)thoemy2016-05-121-3/+3
| | | | | | | | By checking for form urlencoded content instead of JSON, requests without or with a wrong Content-Type header and a JSON body are correctly parsed.
* | Merge branch 'release-3.0'Christopher Speller2016-05-112-21/+4
|\|