• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix typo

improve spelling: move closer to the linux documentation recommendations

  1. … 6 more files in changeset.
add one more missing message key

added missing message key, whitespace cleanup

Bump version number because of the change in message keys

Modify message keys

Add new chat skin 'minimal'.

Specially designed to be embedded in other pages, it provides a clean look without user list, full screen button, or anything else aside from the avatar, timestamp, user name and message.

  1. … 2 more files in changeset.
Fix var name

Allow passing chat skin to 'chat::Chat login'

Show the "Enable notifications" button in the chat only if the user has not accepted, or explicitly denied, notifications yet

  1. … 1 more file in changeset.
Add "Web notifications" for new messages in the chat. See: https://www.w3.org/TR/notifications/

"You should only request consent to display notifications in response to a user gesture

(e.g. clicking a button). This is not only best practice — you should not be spamming

users with notifications they didn't agree to — but going forward browsers will explicitly

disallow notification permission requests not triggered in response to a user gesture.

Firefox is already doing this from version 72, for example, and Safari has done it for some time."

https://developer.mozilla.org/en-US/docs/Web/API/Notifications_API/Using_the_Notifications_API

  1. … 1 more file in changeset.
Show number of active users in chat. Many thanks to Monika Andergassen

  1. … 1 more file in changeset.
Handle the case when one is trying to access a non-existing room

Keep returning 0 when no transcript is created, as the code expects

Uniform the quoting criteria when dealing with transcripts:

- transcripts are stored as they are, no quoting in the data we store (and therefore HTML should be avoided)

- transcripts are displayed quoted, therefore disabling any effect from HTML eventually present in the content

- bring the logics to build transcript content in the api to avoid duplication

- avoid sending the transcript content to transcript-new-2, as we can generate it server side

Note: storing transcripts as a pre-formatted chunk of text is probably not the best approach, as any changes to the formatting cannot be applied to pre-existing data without a delicate upgrade. This new approach will make <br> tags inside older transcripts visible...

Remove lefrover files

Fix typo

Try to handle the case of a user accessing a non-existing chat without throwing a log error

file toggle-active.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./www/toggle-active.tcl
Allow to toggle chat active state from the chat list

Update es_ES message keys

  1. … 7 more files in changeset.
added editor hints and white-space cleanup

  1. … 20 more files in changeset.
Add @see for deprecated procs

improve spelling: prefer comma after "therefore" and friends

  1. … 4 more files in changeset.
improve spelling

  1. … 9 more files in changeset.
improve comments

  1. … 2 more files in changeset.
add documentation to includelet

Document chat api using ad_* api facilities

Reduce divergencies between oracle and postgres

Reduce divergency between oracle and postgres

    • -12
    • +0
    ./www/moderator-grant-postgresql.xql
  1. … 3 more files in changeset.