Doug Lauder

Results 23 issues of Doug Lauder

## Steps to reproduce the behavior 1. Open any card 2. From `...` menu, select `New template from card` 3. Click "Add a property" 4. Select any property type 5....

Bug
Sev/2

## Steps to reproduce the behavior 1. Create new user 2. With new user account, create new channel 3. In new channel, click Boards icon on RHS 4. Click `Link...

Bug
Help Wanted
Up for grabs
Sev/3

#### Summary This PR simplifies the different Docker configurations while maintaining best practices. The README is also updated to reflect changes. The goal is to have the Docker configurations just...

2: Dev Review

Any chance you can update haxelib with the latest? Currently someone trying out the haxelib version will trip over the Helper.isValidElement issue (fixed here) and a bug parsing TiledObjectGroups (also...

URL generation in mattermost-plugin-msteams-meetings/server/authorization.go uses string interpolation/concatenation without safely escaping strings 1. var oAuthMessage string = "[Click here to link your Microsoft account.](%s/plugins/" + manifest.Id + "/oauth2/connect?channelID=%s)" 2. redirectURL :=...

Units tests will need to be written for this plugin, especially now that it will be pre-packaged with MM Server.

The plugin lacks error logs, particularly on HTTP 4XX and HTTP 5XX errors. Example server/http.go: ``` code := r.URL.Query().Get("code") if len(code) == 0 { http.Error(w, "missing authorization code", http.StatusBadRequest) return...

There is an issue where the GitHub pop-over shows too low and is unreadable if the post is too low in the thread and there is not enough vertical space...

Needs Mattermost Changes

Playwright tests have been disabled for a while. They were set to run each day overnight, however GH disables scheduled actions after some number of failures. As such GH disabled...