summaryrefslogtreecommitdiffstats
path: root/api
Commit message (Expand)AuthorAgeFilesLines
* Deleting posts with files now renames the file so that public links to those ...JoramWilander2016-03-082-0/+53
* Merge pull request #2370 from mattermost/PLT-1830Harrison Healey2016-03-081-0/+76
|\
| * PLT-1830 Adding ability to create team with ldap=Corey Hulen2016-03-071-0/+76
* | Merge pull request #2373 from mattermost/PLT-1988Harrison Healey2016-03-082-2/+4
|\ \
| * | Fixing unit test=Corey Hulen2016-03-071-1/+2
| * | PLT-1988 fixing slash logout=Corey Hulen2016-03-071-1/+2
* | | Merge pull request #2374 from mattermost/PLT-2040Harrison Healey2016-03-081-10/+19
|\ \ \
| * | | PLT-2040 disable executing of commands=Corey Hulen2016-03-071-10/+19
| |/ /
* / / PLT-2039 fixing slash builtin cmds showing as webhook=Corey Hulen2016-03-071-4/+7
|/ /
* / Increased the maximum size of image uploads to 24 megapixelsHarrison Healey2016-03-071-1/+1
|/
* Fix for PLT-2218 & PLT-2222Elias Nahum2016-03-061-2/+2
* Merge pull request #2307 from ZBoxApp/PLT-2112Joram Wilander2016-03-042-2/+40
|\
| * Set CORS Headers when needed if CORS is enabledElias Nahum2016-03-022-36/+25
| * Add Cors HandlerElias Nahum2016-03-012-1/+46
| * Add default value to AllowCorsFrom settingElias Nahum2016-03-011-2/+2
| * Allow CORSElias Nahum2016-03-011-0/+4
* | Replaced FeedbackEmail with SupportEmail in the email footerHarrison Healey2016-03-031-1/+1
* | Refactor and modularize analytics on the clientJoramWilander2016-03-012-2/+79
|/
* Fixing load test=Corey Hulen2016-02-281-2/+2
* Fix typoElias Nahum2016-02-251-1/+1
* Set Context Error if ExtraUpdateByUser failsElias Nahum2016-02-251-1/+3
* Member show on Activate and Hide on deactivate from channel member list and a...Elias Nahum2016-02-251-0/+2
* Fixing download of apk file=Corey Hulen2016-02-231-3/+4
* Merge branch 'ui-improvements' of https://github.com/asaadmahmoodspin/platfor...=Corey Hulen2016-02-221-1/+1
|\
| * Adding back button for login pagesAsaad Mahmood2016-02-111-1/+1
* | Fixed content security policy headerReed Garmsen2016-02-181-1/+1
* | Moving tests to /tests and removing /doc folder. Docs are now in seperate rep...Christopher Speller2016-02-181-1/+1
* | Fixing IE expire issue=Corey Hulen2016-02-116-6/+4
* | Fixing cacheing issue on IE for admin consoleChristopher Speller2016-02-111-0/+2
|/
* Need to set as template.HTMLElias Nahum2016-02-101-2/+2
* Change body info from String to HTMLElias Nahum2016-02-102-2/+2
* Fix change email subjectElias Nahum2016-02-101-1/+1
* Fixing attaching device id=Corey Hulen2016-02-081-1/+1
* PLT-1900 removing lang from preview and making spanish beta=Corey Hulen2016-02-081-6/+6
* Merge pull request #2102 from mattermost/plt-1697Corey Hulen2016-02-081-0/+3
|\
| * Add ExpiresAt to session cookie so that IE/Edge store the cookieJoramWilander2016-02-081-0/+3
* | Merge pull request #2097 from mattermost/plt-1781Joram Wilander2016-02-081-1/+4
|\ \ | |/ |/|
| * Fixing slack import.Christopher Speller2016-02-081-1/+4
* | Merge pull request #2083 from mattermost/plt-1879Christopher Speller2016-02-084-5/+21
|\ \
| * | Make insecure TLS connections configurableJoramWilander2016-02-053-6/+12
| * | Accept unsigned TLS certs for SSO and outgoing hooks, also fix delete hooks bugJoramWilander2016-02-053-3/+13
| |/
* | Fixing slash commands=Corey Hulen2016-02-051-8/+46
* | Fixing slash commands=Corey Hulen2016-02-051-6/+9
|/
* Merge pull request #2073 from mattermost/ee-updatesCorey Hulen2016-02-041-6/+26
|\
| * Move license storage to databaseJoramWilander2016-02-041-6/+26
* | Merge pull request #2064 from hmhealey/plt882Christopher Speller2016-02-043-246/+432
|\ \ | |/ |/|
| * Changed sendNotificationsAndForget to be synchronous and called as a go funchmhealey2016-02-041-228/+225
| * Added helper methods to send ephemeral messages to specific usershmhealey2016-02-041-19/+35
| * Changed how posts are marked ephemeralhmhealey2016-02-041-2/+1
| * Reworked the code for sending notifications and checking for out of channel m...hmhealey2016-02-042-248/+262