..
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
Implement APIv4 infrastructure ( #5191 )
2017-01-30 08:30:02 -05:00
apitestlib.go
Move permissions code into app package ( #5146 )
2017-01-23 08:12:05 -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
Adding go vet from hack-a-thon ( #5328 )
2017-02-09 21:39:15 +00:00
auto_environment.go
Adding go vet from hack-a-thon ( #5328 )
2017-02-09 21:39:15 +00:00
auto_posts.go
Adding go vet from hack-a-thon ( #5328 )
2017-02-09 21:39:15 +00:00
auto_teams.go
PLT-2057 User as a first class object ( #2648 )
2016-04-21 22:37:01 -07:00
auto_users.go
Adding go vet from hack-a-thon ( #5328 )
2017-02-09 21:39:15 +00:00
channel.go
Implement a few channel member endpoints for APIv4 ( #5444 )
2017-02-20 13:31:52 -03:00
channel_test.go
Implement POST /channels endpoint for APIv4 ( #5241 )
2017-02-02 09:04:36 -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
Merge 3.6.2 into master ( #5211 )
2017-01-27 14:07:34 -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
Adding go vet from hack-a-thon ( #5328 )
2017-02-09 21:39:15 +00: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
Remove MakeDirectChannelVisible and add client handling for showing DMs ( #5430 )
2017-02-15 18:54:24 -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
Implement APIv4 infrastructure ( #5191 )
2017-01-30 08:30:02 -05:00
context.go
Implement APIv4 infrastructure ( #5191 )
2017-01-30 08:30:02 -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
Increase performance when receiving messages ( #5375 )
2017-02-13 09:27:28 -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
Adding emoji caching ( #5433 )
2017-02-15 19:25:33 -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
Implement upload and get file endpoints for APIv4 ( #5396 )
2017-02-17 10:31:21 -05:00
file_test.go
Implement APIv4 infrastructure ( #5191 )
2017-01-30 08:30:02 -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
Implement APIv4 infrastructure ( #5191 )
2017-01-30 08:30:02 -05:00
oauth_test.go
PLT-4202 fix javascript error manage OAuth2 apps ( #4039 )
2016-09-20 12:02:08 -04:00
post.go
Implement some post endpoints for APIv4 ( #5353 )
2017-02-13 10:52:50 -05:00
post_test.go
Remove MakeDirectChannelVisible and add client handling for showing DMs ( #5430 )
2017-02-15 18:54:24 -05: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
Implement a few team endpoints for APIv4 ( #5296 )
2017-02-07 08:57:41 -08:00
team_test.go
Implement POST /teams endpoint ( #5220 )
2017-01-31 07:59:36 -05:00
user.go
Adding caching to profile images to master ( #5428 )
2017-02-15 18:54:41 -05:00
user_test.go
Implement APIv4 infrastructure ( #5191 )
2017-01-30 08:30:02 -05:00
webhook.go
Merge 3.6.2 into master ( #5211 )
2017-01-27 14:07:34 -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
Fixing websocket auth then sending challenge ( #5406 )
2017-02-14 17:25:40 -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
Fixing websocket auth then sending challenge ( #5406 )
2017-02-14 17:25:40 -05:00