Chris Reed

Results 23 comments of Chris Reed

This would definitely be a helpful tool. One potential issue with the steps is that we don't want to compare `main -> current_branch` but instead `latest merge point between main...

Also see #6269

I just added a check to make sure the text string does not contain any HTML tags. If so it will not create the calendar item and alert the user....

What information would be the ID of the session to the user? Like if a user sees 3 sessions, how would they know which session refers to what? Would you...

> Alright, so the best we can do is to use `browscap/browscap-php@^5` in that it supports all our top-level dependencies, but will require downgrading the transitive `doctrine/cache` dependency. Given it's...

A couple design thoughts: - Should this page have its own sidebar link? It is definitely something that could be linked to from the profile page I feel. - Should...

In our meeting it was determined that we should remove this new page and authentication tokens page from the sidebar. We can just add two links on the profile page...

SAML is not required in order to add content to the login screen. If you just follow https://submitty.org/sysadmin/installation/system_customization#customizing-the-login-screen you can see how to add markdown to the login screen.

Checking "authentication_method" in the authentication.json file is probably the most reliable way of checking if SAML is enabled. The SAML table could also theoretically be non-empty even though SAML is...