• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Rework variable assigning loops (set -> lassign) + Whitespace changes

    • -18
    • +17
    ./apm/version-dependency-add-2.tcl
  1. … 12 more files in changeset.
Prefer string operators to 'string equal'.

  1. … 1 more file in changeset.
Rework variable assignment (set -> lassign) + Whitespace changes

  1. … 17 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 224 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 66 more files in changeset.
improve documentation

  1. … 9 more files in changeset.
Rework variable assignment (set -> lassign)

Fix typos

  1. … 10 more files in changeset.
Prefer lappend over concat for appending lists (lappend modifies the variable 'in place')

  1. … 1 more file in changeset.
Prefer lappend over concat for appending lists (lappend modifies the variable 'in place')

Whitespace changes

remove conditions, which are always true

modernize tcl

fix typo in file name

    • -0
    • +100
    ./apm/bulk-install.tcl
    • -0
    • +15
    ./apm/bulk-install.xql
Fix typos

  1. … 23 more files in changeset.
Fix typos

  1. … 42 more files in changeset.
Add files missed by last commit

    • -0
    • +27
    ./auth/login-attempts-reset.tcl
    • -0
    • +11
    ./auth/login-attempts.adp
    • -0
    • +67
    ./auth/login-attempts.tcl
  1. … 2 more files in changeset.
- Add new feature to prevent/slowdown brute force attacks on login by counting the number of

failed consecutive login attempts based on ip-address and subsite.

- Add new package dependency: package "acs-admin" now requires "acs-authentication"

  1. … 5 more files in changeset.
strengthen page contracts

  1. … 5 more files in changeset.
fix typoCVS: ----------------------------------------------------------------------

fix typo

Use consistently ad_script_abort after ad_return_error.

  1. … 28 more files in changeset.
add ad_script_abort after connection-closing commands to make termination intent explicit

  1. … 30 more files in changeset.
add ad_script_abort after ad_returnredirect to make termination intent explicit

    • -3
    • +4
    ./users/sessions-registered-summary.tcl
  1. … 18 more files in changeset.
add ad_script_abort after ad_returnredirect to make termination intent explicit

  1. … 13 more files in changeset.
add required ad_script_abort after ad_returnredirect

  1. … 18 more files in changeset.
Reduce number of swallowing catches

User ad_try instead of with_catch

User ad_try instead of "with*"

Fix typos

  1. … 2 more files in changeset.