• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Prefer classic block comments in css to avoid potential side-effects

add session_id invalidation

Chat Redesign: set min-width to the send form and the 'Full screen' trigger so they do not overlap in very small widths

treat behind_secure_proxy_p like security::secure_conn_p for useing secure cookies in general and for the secure login cookie

Chat Redesign: set min-width to the send button, so it does not collapse in very small widths

use secure token when running behind a secure proxy the same way as when running directly a secure session

Don't trust value of login_level just on basis of the session cookie

improve comment and provide warning, when kernel parameter is overruled

modernize exception handling: use proper try/throw instead of swallowing "catch"

call sec_login_handler instead of just sec_generate_session_id_cookie, since otherwise, cryptographically valid session cookie could be used without a ad_login_cookie

prefer https over http on request going to openacs.org

Chat Redesign: use hyphens and overflow-wrap to manage line overflow, instead of just blindly breaking all words

- fix caching bug, when urls are retrieved via object_ids, and packages are unmounted

- make code more robust

- extend regression tests

Fix typo

Replace silent catch with something nicer

Fulfill Lars old dream by using a thread safe idiom

Fix missing close bracket

Chat Redesign: hide background scroll bar in 'Full screen' mode

Chat Redesign: avoid timestamp float overlapping by clearing floats after the message block

Don't use the "javascript:" presudo-URL idiom to avoid CSP complaints from the browser

Provide a working way to configure the plain xowiki chat includelet:

at Chat class instantiation one can now specify a configuration dict that will be

persisted in an nsv and used to set option parameters (instance variables) such as login messages, logout messages

and the messages time window (and potentially other options in the future). This persistent configuration happpens whenever a client

logs in.

    • -3
    • +25
    /openacs-4/packages/xowiki/tcl/chat-procs.tcl
Chat Redesign: be more explicit in the send icon padding and border, to avoid unintended theme inheritance

Retract configurability for plain xowiki includelet as, without some way of persisisting the conf over subsequent object instantiations, would really not work and also ignore chat room configs

    • -20
    • +6
    /openacs-4/packages/xowiki/tcl/chat-procs.tcl
Use again more standard idiom to fix user picture border this time

Use more standard-friendly idioms when rendering user information (fixes colors in IE)

Properly close button tag (Explorer was complaining)

Use a more standard-friendly idiom to attach an event handler (fixes IE)

Give a UI for chat admins to retrieve and copy xowiki includelet code to embed a chat in xowiki pages

    • -1
    • +24
    /openacs-4/packages/chat/www/room.adp
Allow also plain xowiki includelet to specifiy if we want login and logout messages and the past messages time window through includelet parameters

    • -9
    • +29
    /openacs-4/packages/xowiki/tcl/chat-procs.tcl
Comment out mapping of resources to the theme package while deciding if this is really the way to go