summaryrefslogtreecommitdiffstats
path: root/api
Commit message (Collapse)AuthorAgeFilesLines
* Implement POST /teams endpoint (#5220)Joram Wilander2017-01-311-1/+1
|
* Implement APIv4 infrastructure (#5191)Joram Wilander2017-01-308-411/+58
| | | | | | * Implement APIv4 infrastructure * Update parameter requirement functions per feedback
* PLT-5225 Added separate post types for certain system messages (#5193)Harrison Healey2017-01-271-3/+2
| | | | | | | | | | | | * Added separate post types for system_join_leave and system_add_remove posts * Added username prop to channel deleted posts * Changed slack import to properly generate the new join/leave messages * Added username prop to channel update posts * Moved Post(AddTo/RemoveFrom)ChanneMessage into app package
* Merge 3.6.2 into master (#5211)Joram Wilander2017-01-273-5/+7
| | | | | | | | | | * Add webhook cache * Add channel by name cache * Fxing profiles in channels cache * Fix merge
* Fix siteURL not being set correctly (#5189)Joram Wilander2017-01-251-0/+2
|
* More app code migration (#5170)Joram Wilander2017-01-256-1058/+170
| | | | | | | | * Migrate admin functions into app package * More user function refactoring * Move post functions into app package
* Closing response body when fetching link previews (#5181)Christopher Speller2017-01-243-8/+9
|
* Fix adding user to team and add test check (#5172)Joram Wilander2017-01-232-1/+5
|
* Move permissions code into app package (#5146)Joram Wilander2017-01-2319-553/+323
| | | | | | * Move permissions code into app package * Revert getPosts permission
* Adding active users statistics to system console (#5141)Christopher Speller2017-01-201-1/+25
|
* #4257 Added functionality to create previews for post links using open ↵Debanshu Kundu2017-01-202-0/+60
| | | | graph data from those links. (#4890)
* Move Slack Import to App Layer. (#5135)George Goldberg2017-01-205-1210/+3
|
* Migrate functions to app package (#5106)Joram Wilander2017-01-1912-1599/+557
| | | | | | | | | | | | | | | | | | * 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
* PLT-4845: Slack import of channel purpose changed messages. (#5110)George Goldberg2017-01-181-0/+48
| | | | Also includes channel header changed messages and channel name changed messages.
* Message Editing and Deleting permissions (#4692)Amit Yadav2017-01-182-8/+170
|
* PLT-2978: Add channel purpose change system message. (#5094)George Goldberg2017-01-172-0/+16
| | | Completes original patch by David Lu.
* PLT-5279: Show username for slash cmd notification. (#5091)George Goldberg2017-01-171-2/+0
|
* Add inbucket docker image to allow local and automated testing of emails (#4901)Carlos Tadeu Panato Junior2017-01-174-2/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | * add docker container for inbucket * Add way to get the emails using inbucket and add a test for reset password * add config setting to send emails * update TestEmailTest update * add another test and fix wrong assert * update per review fix lint change senders email * Revert config.json to default values for EmailSettings section * update test * add setup to make the test run
* Fix preferences not loading correctly (#5084)Joram Wilander2017-01-161-1/+5
|
* Refactor and migrate more functions out of api into app package (#5063)Joram Wilander2017-01-1317-1147/+230
|
* PLT-4938 Add app package and move logic over from api package (#4931)Joram Wilander2017-01-1353-3998/+745
| | | | | | | | | | * 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
* PLT-5050 (Server). API to update channel member roles. (#5043)George Goldberg2017-01-132-0/+120
| | | Implements API reference proposal mattermost-api-reference:#66.
* PLT-4317: Fix Desktop App platform in sessions list. (#5048)George Goldberg2017-01-131-0/+4
| | | | Incidentally fixes displaying the Linux icon next to sessions on Linux at the same time.
* Merge branch 'release-3.6'Christopher Speller2017-01-126-301/+319
|\
| * Fix slack link parsing for integrations without attachments (#5050)Joram Wilander2017-01-121-8/+12
| |
| * Fixing DM channel emails (#5038)Christopher Speller2017-01-101-5/+8
| |
| * Use status cache for checking @here notifications (#5035)Joram Wilander2017-01-102-40/+37
| |
| * Allow joining team from an invite before setting up MFA (#5022)Joram Wilander2017-01-091-1/+1
| |
| * Slack format for Slash command messages (#4999)Zeger-Jan van de Weg2017-01-092-54/+68
| | | | | | | | | | | | | | | | | | | | | | | | * Slash commands accept Slack format Until this commit the slash commands only accepted 'text' properties. For better styling however, Slack formatting support was added. However, ephemeral messages are not supported, and only text will be displayed. * Allow emphemeral Slack messages
| * PLT-5079 fixing archiving channel not being removed (#5000)Corey Hulen2017-01-061-26/+21
| |
| * Fixing bulk loading perf issue (#4974)Corey Hulen2017-01-061-192/+196
| |
| * Fix SiteURL in join team email (#4979)Joram Wilander2017-01-062-6/+6
| |
| * PLT-4096 fix error/panic on replying to integrations. (#4968)George Goldberg2017-01-061-3/+4
| |
* | PLT-135 Showing "(Edited)" indicator if a message has been edited. (#4923)Debanshu Kundu2017-01-122-0/+12
| |
* | inital draft (#4883)Carlos Tadeu Panato Junior2017-01-061-0/+30
|/
* Fixing minio not closing read object (#4971)Christopher Speller2017-01-041-2/+3
|
* Fix bad merge causing unread update issue (#4966)Joram Wilander2017-01-041-0/+1
|
* Removing old signup team API (#4950)Christopher Speller2017-01-043-64/+1
|
* PLT-5017 Fix import of Slack webhook/bot messages. (#4964)George Goldberg2017-01-041-1/+4
|
* Removing old createTeamFromSignup api (#4945)Christopher Speller2017-01-032-216/+13
|
* Fixing should send event removing extra go channel creation (#4942)Corey Hulen2017-01-031-6/+1
|
* Fixing TODO comment in web_hub.go (#4938)Corey Hulen2017-01-031-1/+2
|
* Removing un-needed go func (#4939)Corey Hulen2017-01-031-8/+6
|
* Fix msg command so that it doesn't try to pull all user profiles at once (#4936)Joram Wilander2017-01-032-50/+46
|
* Adding Etag to user profile pictures. (#4926)Christopher Speller2017-01-032-1/+16
|
* Adding memcache to getchannel (#4928)Christopher Speller2017-01-038-19/+25
|
* PLT-4955 Fixes DM initiation by Slack Import users. (#4933)George Goldberg2017-01-031-0/+2
| | | Fixes #4707
* PLT-5018 Fix thumbnails of imported attachments. (#4934)George Goldberg2017-01-031-0/+6
|
* Remove TODOs that now have tickets (#4935)Joram Wilander2017-01-032-2/+0
|
* Clean up /logout command flow and errors (#4918)Joram Wilander2016-12-301-1/+1
|