mattermost/api
Harry Moreno 187bb31bb7 Update emoji_test.go (#5589)
fix typo
2017-03-01 13:57:11 -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 Implement APIv4 infrastructure (#5191) 2017-01-30 08:30:02 -05:00
apitestlib.go Revert "Adding caching to get channel member (#5518)" 2017-02-27 17:43:23 -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 PLT-3193 Add channel notification preferences for push and email noti… (#5500) 2017-02-23 11:08:48 -03: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 Fix response for malformed command execute request (#5498) 2017-02-22 21:32:39 -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 Fix response for malformed command execute request (#5498) 2017-02-22 21:32:39 -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 Fix response for malformed command execute request (#5498) 2017-02-22 21:32:39 -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 Update emoji_test.go (#5589) 2017-03-01 13:57:11 -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 Reload license from DB for all cluster app servers (#5525) 2017-02-28 16:39:25 -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 Fixing file info caching issue with Aurora for master (#5477) 2017-02-20 13:40:32 -05:00
post_test.go Fixing file info caching issue with Aurora for master (#5477) 2017-02-20 13:40:32 -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 Fixing emoji reactions and Aurora read replica issue for master (#5499) 2017-02-22 10:48:47 -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 Updating user attributes on oauth login (#5324) 2017-02-26 13:48:01 -05:00
user_test.go Reload license from DB for all cluster app servers (#5525) 2017-02-28 16:39:25 -05:00
webhook.go Move webhook logic from api layer to app layer (#5527) 2017-02-28 09:31:53 +00:00
webhook_test.go Move webhook logic from api layer to app layer (#5527) 2017-02-28 09:31:53 +00: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