mattermost/api
Joram Wilander d245b29f82 More app code migration (#5170)
* Migrate admin functions into app package

* More user function refactoring

* Move post functions into app package
2017-01-25 09:32:42 -05:00
..
admin.go More app code migration (#5170) 2017-01-25 09:32:42 -05:00
admin_test.go Add inbucket docker image to allow local and automated testing of emails (#4901) 2017-01-17 09:01:41 -05:00
api.go More app code migration (#5170) 2017-01-25 09:32:42 -05:00
apitestlib.go Move permissions code into app package (#5146) 2017-01-23 08:12:05 -05:00
authentication.go PLT-4938 Add app package and move logic over from api package (#4931) 2017-01-13 13:53:37 -05:00
auto_channels.go PLT-2057 User as a first class object (#2648) 2016-04-21 22:37:01 -07:00
auto_constants.go Changing SpinPunch to Mattermost in copyright 2015-10-08 12:27:09 -04:00
auto_environment.go PLT-2057 User as a first class object (#2648) 2016-04-21 22:37:01 -07:00
auto_posts.go PLT-3105 Files table migration (#4068) 2016-09-30 11:06:30 -04:00
auto_teams.go PLT-2057 User as a first class object (#2648) 2016-04-21 22:37:01 -07:00
auto_users.go PLT-4938 Add app package and move logic over from api package (#4931) 2017-01-13 13:53:37 -05:00
channel.go Move permissions code into app package (#5146) 2017-01-23 08:12:05 -05:00
channel_test.go Move permissions code into app package (#5146) 2017-01-23 08:12:05 -05:00
cli_test.go PLT-4938 Add app package and move logic over from api package (#4931) 2017-01-13 13:53:37 -05:00
command.go Move permissions code into app package (#5146) 2017-01-23 08:12:05 -05:00
command_away.go PLT-4938 Add app package and move logic over from api package (#4931) 2017-01-13 13:53:37 -05:00
command_echo.go PLT-4938 Add app package and move logic over from api package (#4931) 2017-01-13 13:53:37 -05:00
command_echo_test.go Fixes for the /echo command (#4843) 2016-12-20 09:28:00 -05:00
command_expand_collapse.go PLT-4938 Add app package and move logic over from api package (#4931) 2017-01-13 13:53:37 -05:00
command_expand_collapse_test.go PLT-1598 Slash command works in RHS (#4367) 2016-12-09 23:35:16 -05:00
command_invite_people.go Migrate functions to app package (#5106) 2017-01-19 09:00:13 -05:00
command_invite_people_test.go PLT-1598 Slash command works in RHS (#4367) 2016-12-09 23:35:16 -05:00
command_join.go Refactor and migrate more functions out of api into app package (#5063) 2017-01-13 15:17:50 -05:00
command_join_test.go PLT-1598 Slash command works in RHS (#4367) 2016-12-09 23:35:16 -05:00
command_loadtest.go PLT-4938 Add app package and move logic over from api package (#4931) 2017-01-13 13:53:37 -05:00
command_loadtest_test.go PLT-1598 Slash command works in RHS (#4367) 2016-12-09 23:35:16 -05:00
command_logout.go Refactor and migrate more functions out of api into app package (#5063) 2017-01-13 15:17:50 -05:00
command_logout_test.go PLT-1598 Slash command works in RHS (#4367) 2016-12-09 23:35:16 -05:00
command_me.go PLT-1598 Slash command works in RHS (#4367) 2016-12-09 23:35:16 -05:00
command_me_test.go PLT-1598 Slash command works in RHS (#4367) 2016-12-09 23:35:16 -05:00
command_msg.go Refactor and migrate more functions out of api into app package (#5063) 2017-01-13 15:17:50 -05:00
command_msg_test.go Fix msg command so that it doesn't try to pull all user profiles at once (#4936) 2017-01-03 10:09:19 -05:00
command_offline.go PLT-4938 Add app package and move logic over from api package (#4931) 2017-01-13 13:53:37 -05:00
command_online.go PLT-4938 Add app package and move logic over from api package (#4931) 2017-01-13 13:53:37 -05:00
command_shortcuts.go PLT-4648 break /shortcuts block (#4829) 2016-12-28 10:46:11 -03:00
command_shortcuts_test.go PLT-1598 Slash command works in RHS (#4367) 2016-12-09 23:35:16 -05:00
command_shrug.go PLT-1598 Slash command works in RHS (#4367) 2016-12-09 23:35:16 -05:00
command_shrug_test.go PLT-1598 Slash command works in RHS (#4367) 2016-12-09 23:35:16 -05:00
command_statuses_test.go Adding caching layer to some posts calls (#4779) 2016-12-14 00:24:24 -03:00
command_test.go PLT-1598 Slash command works in RHS (#4367) 2016-12-09 23:35:16 -05:00
context.go Move permissions code into app package (#5146) 2017-01-23 08:12:05 -05:00
context_test.go PLT-4938 Add app package and move logic over from api package (#4931) 2017-01-13 13:53:37 -05:00
deprecated.go Move permissions code into app package (#5146) 2017-01-23 08:12:05 -05:00
deprecated_test.go PLT-5012 Combine updateLastViewedAt, setLastViewedAt and setActiveChannel into a single API (#4840) 2016-12-21 16:35:01 -05:00
emoji.go Move permissions code into app package (#5146) 2017-01-23 08:12:05 -05:00
emoji_test.go Refactor and migrate more functions out of api into app package (#5063) 2017-01-13 15:17:50 -05:00
file.go Move permissions code into app package (#5146) 2017-01-23 08:12:05 -05:00
file_test.go Refactor and migrate more functions out of api into app package (#5063) 2017-01-13 15:17:50 -05:00
general.go PLT-4938 Add app package and move logic over from api package (#4931) 2017-01-13 13:53:37 -05:00
general_test.go Adding APIs to reload config, recycle db connections and ping server (#3096) 2016-05-24 14:31:30 -07:00
license.go Move permissions code into app package (#5146) 2017-01-23 08:12:05 -05:00
license_test.go PLT-2057 User as a first class object (#2648) 2016-04-21 22:37:01 -07:00
oauth.go Move permissions code into app package (#5146) 2017-01-23 08:12:05 -05:00
oauth_test.go PLT-4202 fix javascript error manage OAuth2 apps (#4039) 2016-09-20 12:02:08 -04:00
post.go More app code migration (#5170) 2017-01-25 09:32:42 -05:00
post_test.go #4257 Added functionality to create previews for post links using open graph data from those links. (#4890) 2017-01-20 14:41:13 -03:00
preference.go PLT-4938 Add app package and move logic over from api package (#4931) 2017-01-13 13:53:37 -05:00
preference_test.go PLT-2992 Added the ability to use different themes for each team (#3411) 2016-07-14 10:08:36 -04:00
reaction.go Move permissions code into app package (#5146) 2017-01-23 08:12:05 -05:00
reaction_test.go PLT-1378 Initial version of emoji reactions (#4520) 2016-11-30 13:55:49 -05:00
server_test.go Changing SpinPunch to Mattermost in copyright 2015-10-08 12:27:09 -04:00
status.go PLT-4938 Add app package and move logic over from api package (#4931) 2017-01-13 13:53:37 -05:00
status_test.go PLT-4938 Add app package and move logic over from api package (#4931) 2017-01-13 13:53:37 -05:00
team.go Fix adding user to team and add test check (#5172) 2017-01-23 13:43:07 -05:00
team_test.go Fix adding user to team and add test check (#5172) 2017-01-23 13:43:07 -05:00
user.go More app code migration (#5170) 2017-01-25 09:32:42 -05:00
user_test.go More app code migration (#5170) 2017-01-25 09:32:42 -05:00
webhook.go Move permissions code into app package (#5146) 2017-01-23 08:12:05 -05:00
webhook_test.go Return 400 bad request codes for webhooks when attachment or text is too long (#4879) 2016-12-22 16:58:21 -03:00
webrtc.go More app code migration (#5170) 2017-01-25 09:32:42 -05:00
webrtc_test.go Refactor and migrate more functions out of api into app package (#5063) 2017-01-13 15:17:50 -05:00
websocket.go PLT-4938 Add app package and move logic over from api package (#4931) 2017-01-13 13:53:37 -05:00
websocket_handler.go PLT-4938 Add app package and move logic over from api package (#4931) 2017-01-13 13:53:37 -05:00
websocket_test.go PLT-4938 Add app package and move logic over from api package (#4931) 2017-01-13 13:53:37 -05:00