summaryrefslogtreecommitdiffstats
path: root/api
Commit message (Collapse)AuthorAgeFilesLines
* MM-9853 Fix Team invite does not carry through SAML login (#8495)Elias Nahum2018-03-221-1/+5
|
* Fix various segfaults when running `go test` manually (#8448)Jesse Hallam2018-03-212-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | * failing to find i18n shouldn't segfault The server was trying to handle the fact that it couldn't find the i18n directory, by emitting a translated log message... * fix utils.FindDir The attempts to find the directory in the parent or grandparent directory don't work if the current working directory was inside `enterprise`, with `enterprise` itself being a symlink as per the usual developer setup. Recurse to the root of the filesystem, cleaning the path along the way to work around this limitation (and allow tests to be run from an arbitrarily deep nesting level.) Fix corresponding usages to employ filepath.Join. * failing to find html templates shouldn't segfault * fail fast if the test user cannot be created * rework utils.FindDir to retain backwards compatibility
* Removed mssola/user_agent library (#8417)Harrison Healey2018-03-121-4/+3
| | | | | | * Removed mssola/user_agent library * Changed user agent tests to use t.Run
* general cleanup (#8387)Chris2018-03-071-13/+0
|
* MM-9664 Add invalidation metrics for store caches (#8340)Joram Wilander2018-03-051-8/+7
| | | | | | | | * Add invalidation metrics for store caches * Increment session invalidation metric * Fix tests
* remove `go Publish(...)` idiom (#8373)Chris2018-03-022-5/+2
|
* MM-8593 Default APIv3 to disabled for new installs (#8353)Joram Wilander2018-02-231-0/+1
| | | | | | | | * Default APIv3 to disabled for new installs * Add EnableAPIv3 setting to client config * Enable APIv3 for needed tests
* Remove global site url (#8343)Chris2018-02-221-3/+3
| | | | | | | | * remove global site url * missed one * revert mysterious change
* MM-9556 Added ability to upload files without a multipart request (#8306)Harrison Healey2018-02-201-1/+1
| | | | | | * MM-9556 Added ability to upload files without a multipart request * MM-9556 Handled some unusual test behaviour
* ABC-176 Prevent changing PluginSettings.EnableUploads through the API (#8249)Joram Wilander2018-02-132-0/+16
| | | | | | * Prevent changing PluginSettings.EnableUploads through the API * Contain api4 test case in it's own test
* Remove license globals entirely (#8229)Chris2018-02-094-13/+11
| | | | | | | | * remove license globals entirely * fix infinite recursion * test fix
* Eliminate utils.SetLicense calls (#8217)Chris2018-02-075-354/+28
| | | | | | | | | | * eliminate utils.SetLicense calls * test fix * another test fix * more test fixes
* ABC-132: sign error page parameters (#8197)Chris2018-02-073-6/+10
| | | | | | * sign error page parameters * add comments
* Abort on critical error during server startup (#8204)Pierre de La Morinerie2018-02-071-1/+5
| | | | | | | | | | | | | | | | | Only a handful of critical errors are present in the codebase. They all occur during server startup (in `app.StartServer()`). Currently, when one of these critical error occurs, it is simpled mentionned in the logs – then the error is discarded, and the app attempts to continue the execution (and probably fails pretty quickly in a weird way). Rather than continuing operations in an unknow state, these errors should trigger a clean exit. This commit rewrites critical startup errors to be correctly propagated, logged, and then terminate the command execution. Additionnaly, it makes the server return a proper error code to the shell.
* add App.License, remove utils.IsLicensed / utils.License calls (#8203)Chris2018-02-063-5/+4
|
* ABC-179: check email verification last (#8172)Jesse Hallam2018-02-052-5/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | * ABC-179: check email verification last This change changes the authentication checks to be: * "preflight checks" ** mfa ** not disabled ** login attempts * password * "postflight checks" ** email verified Checking whether the email is verified or not last avoids the weird edge case where entering any bogus password for an account with an unverified email shows a message about verifying the email and offering to resend. * fix invalid unit test assertion Client.CreateUser returns a user whose password has been sanitized. Adopt the pattern in the previous assertions to use a new variable name and test the password on the original model.User object. This didn't expose any underlying broken behaviour, but the test wouldn't have caught it if it had regressed. Also fix a minor typo.
* User based rate limiting (#8152)Christopher Speller2018-01-311-32/+13
|
* PLT-3383: image proxy support (#7991)Chris2018-01-221-1/+1
| | | | | | | | | | | | * image proxy support * go vet fix, remove mistakenly added coverage file * fix test compile error * add validation to config settings and documentation to model functions * add message_source field to post
* Add sort query parameter to GET /emojis (#8121)Joram Wilander2018-01-191-1/+1
|
* Finally remove utils.Cfg (#8113)Chris2018-01-173-26/+35
| | | | | | | | * finally remove utils.Cfg * fix compile error * another test compilation fix
* Allow deactivation of SSO users api3 (#8008)Chris Duarte2018-01-161-1/+9
|
* Remove global config watcher (#8080)Chris2018-01-111-2/+7
| | | | | | | | | | * remove global config watcher * keep config watcher disabled for tests * compile fix * fix resource leak
* [PLT-6936] Translate AppError.Message automatically by default (#8063)Jesús Espino2018-01-081-1/+0
|
* Remove utils.ClientCfg and utils.ClientCfgHash (#8041)Chris2018-01-053-4/+3
| | | | | | * remove utils.ClientCfg and utils.ClientCfgHash * remove unused import
* Reduce logging data races, fix MySQL test race condition (#7994)Chris2017-12-2221-79/+2
| | | | | | | | * fix races * revert unintentional change * fix test as intended
* fix PUT webhook permissions (#7970)Chris2017-12-121-1/+1
|
* origin checker refactor (#7889)Chris2017-11-221-3/+1
|
* HTTP client refactor (#7884)Chris2017-11-221-2/+1
| | | | | | * http client refactor * simplification
* Role refactor (#7867)Chris2017-11-218-116/+101
| | | | | | | | * role refactor * add missing file * fix web test
* refactor template code (#7860)Chris2017-11-202-4/+1
|
* Refactor password validation and config defaults (#7859)Chris2017-11-202-3/+3
| | | | | | * refactor password validation and config defaults * reorder config lines for clarity
* PLT-6217 Fixes system message posted to Town Square when a member leaves a ↵Tsilavina Razafinirina2017-11-201-1/+1
| | | | | | | | | | | | | | | | | | team (#7752) * Fixes system message posted to Town Square when adding/removing team member (#6483) Fixes unit test method call to match RemoveUserFromTeam modification (#6483) Fixes system message posted to Town Square when adding/removing team member (#6483) Removes unnessary error message * Updates system message when a user leaves a team (#6483) * Changes system message when a user is removed from team (#6483) * Adds a new string to be post to town-square when a member is added to a team (#6483)
* Reorganize file util functionality (#7848)Chris2017-11-164-10/+9
| | | | | | | | * reorganize file util functionality * fix api test compilation * fix rebase issue
* PLT-7111 Add groupmsg command (#7419)Jesús Espino2017-11-141-0/+58
| | | | | | | | * Coping command_msg to use as command_groupmsg base * Changing msg to groupmsg names in groumsg command * Add groupmsg command
* more global config ref cleanup (#7802)Chris2017-11-093-4/+3
|
* several one-line panic, race, and logic fixes (#7766)Chris2017-11-032-3/+7
|
* prevent deactivation of sso users (#7759)Chris2017-11-021-1/+1
|
* PLT-7810 Track if an APIv3 endpoint was used in the last day (#7744)Joram Wilander2017-10-311-0/+5
| | | | | | * Track if an APIv3 endpoint was used in the last day * Make it atomic
* [PLT-7362] Add post' root ID to APIv4 addChannelMember to render added user ↵Saturnino Abril2017-10-311-1/+1
| | | | | | | | | | (as system post) at RHS (#7730) * add post' root ID to apiv4 addChannelMember to render added user (as system post) at RHS * add check to post_root_id parameter * add AddChannelMemberWithRootId function for backward compatibility
* PLT-7978 Add websocket event for user role update (#7745)Joram Wilander2017-10-315-8/+8
| | | | | | | | * Add websocket event for user role update * Fix tests * More test fixes
* Refactoring cfg refs and load / save functions (#7749)Chris2017-10-316-24/+14
| | | | | | * refactoring cfg refs and load / save functions * improve error output
* Remove unused variables / code (#7736)Chris2017-10-302-5/+0
| | | | | | * remove unused variables / code * fix bug in testPostStoreGetOldest
* simplify things (#7735)Chris2017-10-303-8/+6
|
* Remove more global refs / state (#7723)Chris2017-10-264-12/+2
| | | | | | | | | | * remove more global refs / state * fix job enterprise initialization * fix api4 test compilation * saml api endpoints fix
* Performance improvements for 40M posts (#7708)Christopher Speller2017-10-2511-81/+75
| | | | | | | | | | | | | | | | | | | | | | * Optimizing get root posts SQL query * Setting session invalidation to be reliable * Adding app reciever to SessionHasPermissionToUser * Adding app reciever to SessionHasPermissionToTeam * Adding app reciever to SessionHasPermissionTo * Clear session cache if permission was denied * Fixing rebase issues * Revert "Optimizing get root posts SQL query" This reverts commit f364757e7015cfb4ec673d0a4fc3d57cd25d8dd7. * Fixing build
* [PLT-7726] adjustments for the mm-server jenkinsfile (#7688)Carlos Tadeu Panato Junior2017-10-251-1/+2
|
* PLT-7599: webhook post splitting (#7707)Chris2017-10-241-2/+2
| | | | | | | | * webhook post splitting * style fix * update old webhook test
* eliminate more utils.Cfg references (#7701)Chris2017-10-244-204/+2
|
* add model.NewX funcs for builtin types (#7692)Chris2017-10-231-2/+1
| | | | | | * add model.NewX funcs for builtin types * whoops, forgot to add the new file
* Reduce cfg boilerplate (#7689)Chris2017-10-236-303/+36
| | | | | | | | | | | | * reduce cfg boilerplate * fix compile error * user test fix * another test fix * simplify diagnostics / testing