mattermost/api
Chris d1cee02247
Refactor password validation and config defaults (#7859)
* refactor password validation and config defaults

* reorder config lines for clarity
2017-11-20 11:04:04 -06:00
..
admin.go Refactor password validation and config defaults (#7859) 2017-11-20 11:04:04 -06:00
admin_test.go Refactoring cfg refs and load / save functions (#7749) 2017-10-31 10:39:31 -04:00
api.go Reduce utils.Cfg references (#7650) 2017-10-18 15:36:43 -07:00
api_test.go Refactoring cfg refs and load / save functions (#7749) 2017-10-31 10:39:31 -04:00
apitestlib.go PLT-7978 Add websocket event for user role update (#7745) 2017-10-31 16:00:21 +00:00
channel.go [PLT-7362] Add post' root ID to APIv4 addChannelMember to render added user (as system post) at RHS (#7730) 2017-10-31 15:48:58 -04:00
channel_test.go Reduce utils.Cfg references (#7650) 2017-10-18 15:36:43 -07:00
command.go Performance improvements for 40M posts (#7708) 2017-10-25 11:48:15 -07:00
command_echo_test.go Don't use global app for api / api4 tests (#7528) 2017-10-02 09:50:56 +01:00
command_expand_collapse_test.go Don't use global app for api / api4 tests (#7528) 2017-10-02 09:50:56 +01:00
command_groupmsg_test.go PLT-7111 Add groupmsg command (#7419) 2017-11-14 17:27:14 -05:00
command_help_test.go Reduce utils.Cfg references (#7650) 2017-10-18 15:36:43 -07:00
command_invite_people_test.go Don't use global app for api / api4 tests (#7528) 2017-10-02 09:50:56 +01:00
command_join_test.go Don't use global app for api / api4 tests (#7528) 2017-10-02 09:50:56 +01:00
command_leave_test.go Don't use global app for api / api4 tests (#7528) 2017-10-02 09:50:56 +01:00
command_loadtest_test.go Reduce cfg boilerplate (#7689) 2017-10-23 02:39:51 -07:00
command_logout_test.go Don't use global app for api / api4 tests (#7528) 2017-10-02 09:50:56 +01:00
command_me_test.go Don't use global app for api / api4 tests (#7528) 2017-10-02 09:50:56 +01:00
command_msg_test.go Don't use global app for api / api4 tests (#7528) 2017-10-02 09:50:56 +01:00
command_open_test.go add /open command (#6717) 2017-06-26 09:36:47 -07:00
command_search_test.go Don't use global app for api / api4 tests (#7528) 2017-10-02 09:50:56 +01:00
command_settings_test.go Don't use global app for api / api4 tests (#7528) 2017-10-02 09:50:56 +01:00
command_shortcuts_test.go Don't use global app for api / api4 tests (#7528) 2017-10-02 09:50:56 +01:00
command_shrug_test.go Don't use global app for api / api4 tests (#7528) 2017-10-02 09:50:56 +01:00
command_statuses_test.go Don't use global app for api / api4 tests (#7528) 2017-10-02 09:50:56 +01:00
command_test.go Reduce utils.Cfg references (#7650) 2017-10-18 15:36:43 -07:00
context.go PLT-7810 Track if an APIv3 endpoint was used in the last day (#7744) 2017-10-31 14:36:41 -07:00
context_test.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
deprecated.go remove global refs from api/api4 (#7496) 2017-09-22 13:54:27 -04:00
deprecated_test.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
emoji.go Reorganize file util functionality (#7848) 2017-11-16 16:04:27 -05:00
emoji_test.go Reorganize file util functionality (#7848) 2017-11-16 16:04:27 -05:00
file.go Reorganize file util functionality (#7848) 2017-11-16 16:04:27 -05:00
file_test.go Reorganize file util functionality (#7848) 2017-11-16 16:04:27 -05:00
general.go Performance improvements for 40M posts (#7708) 2017-10-25 11:48:15 -07:00
general_test.go Reduce utils.Cfg references (#7650) 2017-10-18 15:36:43 -07:00
license.go several one-line panic, race, and logic fixes (#7766) 2017-11-03 08:25:38 -07:00
license_test.go Don't use global app for api / api4 tests (#7528) 2017-10-02 09:50:56 +01:00
oauth.go Performance improvements for 40M posts (#7708) 2017-10-25 11:48:15 -07:00
oauth_test.go PLT-7978 Add websocket event for user role update (#7745) 2017-10-31 16:00:21 +00:00
post.go Performance improvements for 40M posts (#7708) 2017-10-25 11:48:15 -07:00
post_test.go simplify things (#7735) 2017-10-30 11:57:24 -05:00
preference.go remove global refs from api/api4 (#7496) 2017-09-22 13:54:27 -04:00
preference_test.go Don't use global app for api / api4 tests (#7528) 2017-10-02 09:50:56 +01:00
reaction.go remove remaining Global() calls (outside of tests) (#7521) 2017-09-28 00:52:34 +08:00
reaction_test.go Don't use global app for api / api4 tests (#7528) 2017-10-02 09:50:56 +01:00
status.go more global config ref cleanup (#7802) 2017-11-09 14:46:20 -06:00
status_test.go Remove more global refs / state (#7723) 2017-10-26 15:21:22 -04:00
team.go PLT-6217 Fixes system message posted to Town Square when a member leaves a team (#7752) 2017-11-20 10:15:33 -05:00
team_test.go PLT-7978 Add websocket event for user role update (#7745) 2017-10-31 16:00:21 +00:00
user.go Refactor password validation and config defaults (#7859) 2017-11-20 11:04:04 -06:00
user_test.go PLT-7978 Add websocket event for user role update (#7745) 2017-10-31 16:00:21 +00:00
webhook.go Performance improvements for 40M posts (#7708) 2017-10-25 11:48:15 -07:00
webhook_test.go PLT-7599: webhook post splitting (#7707) 2017-10-24 19:36:31 -04:00
webrtc.go eliminate more utils.Cfg references (#7701) 2017-10-24 09:00:05 -07:00
websocket.go Goroutine wranglin (#7556) 2017-10-03 10:53:53 -05:00
websocket_test.go Reduce utils.Cfg references (#7650) 2017-10-18 15:36:43 -07:00