• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix typos

  1. … 1 more file in changeset.
Fix wording

Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 470 more files in changeset.
simplify weird construction

Removed extra '$'

Prefer 'lappend' to 'set ... concat' for appending elements to lists + Whitespace changes

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

  1. … 66 more files in changeset.
fix typos

  1. … 7 more files in changeset.
Prefer 'in' and 'ni' operators over lsearch for testing list containment

remove parnes

improve spelling

Fix typos

  1. … 59 more files in changeset.
Fix even more typos

  1. … 29 more files in changeset.
Fix reference to unexisting variable

simplify initialization logic and issue login cookie only, when account_status is ok

Add files missed by last commit

    • -0
    • +133
    ./authentication-procs-aolserver.tcl
    • -0
    • +92
    ./authentication-procs-naviserver.tcl
  1. … 3 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.
Improve comments and error message

fix recent typo

whitespace cleanup

  1. … 4 more files in changeset.
Use "ad_try" instead of "with_catch"

Fix typos

  1. … 3 more files in changeset.
Reduce divergence between oracle and postgres codebase

merged changes from the oacs-5-9 branch and resolved conflicts

    • -334
    • +384
    ./authentication-procs.tcl
    • -19
    • +18
    ./test/acs-authentication-procs.tcl
  1. … 7825 more files in changeset.
Make forgotten_password_url subsite aware and fully qualified

align variable names

allow to send forgotten-password-url in registration mail (similar to reset_password_url)

Provide default help texts for register form

Prevent error when user is removed from the Registered Users group, but not from users altogether

Fix typo in previous commit