Christopher Broderick

Results 51 comments of Christopher Broderick

It is probably worth refactoring the code around get_ticket_from_request_with_authorisation() a bit. Given that if "public" is set to True it just tries to get a ticket and the only time...

Is this about user login to Helpdesk or the authentication mechanism for receiving and sending emails as part of automated Helpdesk processing? There is a move towards passwordless access to...

Note that OAUTH is an international standard and as such the implementation will be the same for any provider supporting OAUTH (specifically OAUTH2) . So instead of using the Micorosft...

OAUTH is not the only SSO solution out there and not everybody uses OAUTH so it is not a universal solution. OAUTH itself has been adopted as an international standard...

I am "chris-umed" from above. @martin-marty is working with me and his efforts are funded by my company. If we are to move this project forward then there needs to...

@timthelion Perhaps you have not bothered to read the entire thread.

Ok - could you explain the git flow paradigm you are following for development? Without a clear understanding of how you are managing branches, this could create more work.

@timthelion Who exactly are you and what is your stake in this conversation?

@timthelion Wonderful

Most decent HTML editors support being activated in a form field based on a CSS selector. You just have to include the relevant WYSIWIG editor library and optionally some configuration...