• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improved spelling

improved spelling

    • -20
    • +20
    /openacs-4/packages/xowiki/tcl/chat-procs.tcl
    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
improved robustness for interrupted requests

Fix for define_function_args for cal_item__new

- Define always SQL function with the longest argument list

- Bumped version number to 2.10.1d7

file upgrade-2.10.1d6-2.10.1d7.sql was initially added on branch oacs-5-10.

Fix for define_function_args for time_interval__overlaps_p

- Define always SQL function with the longest argument list

- Bumped version number to 0.6.2d6

file upgrade-0.6.2d5-0.6.2d6.sql was initially added on branch oacs-5-10.

use wordchar instead of word

Replace deprecated api

Document public api

Move doc so that the api-doc can pick it up

Implement "ground-truth" check for proctoring to make sure that we are sending pictures

When more than 10 times the expected maximum proctoring interval has pasased without any picture being successfully sent to the server, the proctored session will be aborted.

improve listing of properties of NX classes

refactor login cookie handling

The old code required repeated execption handlers.

Now, these exception handlers are on one place, and

users of sec_login_read_cookie can rely that a dict

is returned

minor cleanup

use in the configuration file more consistent names

All OpenACS package con be configured via the path

ns/server/[ns_info server]/acs/PACKAGE_NAME, so use as well

this nameing convention for the OAuth parameters.

Examples are:

ns_section ns/server/$server/acs/oauth/ms {

#

# Defaults for client ID and secret for the app (administrative

# agent) "ms::app" and the external identity provider for azure,

# which might be created via

#

# ::ms::Graph create ::ms::app

# ::ms::Authorize create ::ms::azure

#

ns_param client_id "..."

ns_param client_secret "..."

ns_param tenant "..."

ns_param version "v1.0"

}

ns_section ns/server/$server/acs/oauth/github {

#

# Defaults for client ID and secret for the the external identity

# provider github, which might be created via

#

# ::xo::oauth::GitHub create ::xo::oauth::github

#

ns_param client_id "..."

ns_param client_secret "..."

}

    • -10
    • +32
    /openacs-4/packages/xooauth/tcl/rest-procs.tcl
use consistently the term "return_url"

fix for short-text-questions

for short-text-questions, correct when is empty (an empty

list) when multiple subquestions exists. The old code

did not handle this case and checked just for the existance

of the variable.

many thanks to markus moser for the fix.

added exception handler for sec_login_get_external_registry

This is necessary for cases, where no login cookie exists

call directly ns_getform

relax date check slightly

    • -1
    • +1
    /openacs-4/packages/xowiki/tcl/weblog-procs.tcl
room_id is required

fix typo

improve input validation

revert escaped changes

don't assume, the oauth package is installed

External identity provider reform (part 3)

- logout from external identity provider, if logged in via it

- extend default login page via ADP include, when external

identity providers are configured.

    • -2
    • +2
    /openacs-4/packages/acs-tcl/acs-tcl.info
file external-logins.adp was initially added on branch oacs-5-10.

    • -0
    • +0
    /openacs-4/packages/acs-subsite/lib/external-logins.adp
file external-logins.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    /openacs-4/packages/acs-subsite/lib/external-logins.tcl
whitespace changes