summaryrefslogtreecommitdiffstats
path: root/api
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\|
| * Fixing compliance reporting (#2964)Corey Hulen2016-05-111-1/+1
| |
| * Removing export route (#2955)Christopher Speller2016-05-111-20/+0
| |
| * PLT-2806 sending websocket when adding user to team (#2953)Corey Hulen2016-05-101-0/+3
| | | | | | | | | | | | * PLT-2806 sending websocket when adding user to team * Fixing config file
* | PLT-2674 Private Group should not have Leave option when only one member ↵enahum2016-05-102-2/+15
|/ | | | remains (#2888)
* PLT-2862 Re-added LDAP login boxes as part of signup flow (#2937)Harrison Healey2016-05-092-4/+22
| | | | | | * Added ldap_only parameter for login API * Re-added LDAP login boxes as part of signup flow
* Recent mention searches now OR terms instead of AND (#2931)Joram Wilander2016-05-094-30/+43
|
* PLT-2600/PLT-2770 Changed getPublicLink api call to return a proper JSON ↵Harrison Healey2016-05-061-1/+1
| | | | | | | | string (#2914) * Removed unused channelId and userId parameters from web client getPublicLink method * Changed getPublicLink api call to return a proper JSON string
* PLT-2697 Fixing team admins (#2900)Corey Hulen2016-05-065-31/+208
| | | | | | | | | | | | * PLT-2697 Fixing team admins * Fixing eslint error * Fixing loc issues * Fixing func * Fixing func
* Add separator between DMs on your team and not (#2910)Joram Wilander2016-05-061-0/+4
|
* Fixing /logout command (#2908)Christopher Speller2016-05-063-13/+14
|
* Multiple cross-team functionality fixes (#2902)Joram Wilander2016-05-062-3/+8
|
* Allow system admins to switch user accounts to email/password (#2893)Joram Wilander2016-05-052-5/+1
|
* PLT-2600/PLT-2770 Added Get Public Link modal and added new API for public ↵Harrison Healey2016-05-055-226/+302
| | | | | | | | file links (#2892) * Switched public file links to use a GetLinkModal * Separated getFile and the new getPublicFile api calls
* PLT-2707 Adding option to show DM list from all of server (#2871)Corey Hulen2016-05-043-4/+62
| | | | | | * PLT-2707 Adding option to show DM list from all of server * Fixing loc
* Sanitize sensitive data of out config file for the system console (#2849)Joram Wilander2016-05-032-11/+40
|
* PLT-2258 Unified login screen and related APIs (#2820)Harrison Healey2016-05-0310-236/+224
| | | | | | | | | | | | | | | | | | | | * 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
* Fixed typo (#2862)Arif Usman2016-05-031-3/+3
|
* Added query escaping to emails (#2867)David Lu2016-05-031-3/+3
|
* Port HPNS from 2.2 to master (#2863)Joram Wilander2016-05-031-43/+48
|
* Fixing edit direct channel header (#2842)Christopher Speller2016-05-023-13/+20
|
* Fixing cookie=Corey Hulen2016-04-281-1/+1
|