pad.libre-service.eu-etherpad/src/node/utils
Richard Hansen 405e3e3e19 Settings: Don't filter out users based on password or hash
Some authentication plugins use the users defined in the `users`
object but ignore the `password` and `hash` properties.

This change deletes all of the filtering logic, including the logic
that filters out users that have both `password` and `hash` properties
defined. I could have kept that check, but decided to remove it
because:
  * There's no harm in defining both `hash` and `password`.
  * Allowing both makes it easier to transition from one scheme to
    another.
  * It's fewer lines of code to maintain.
2020-11-04 18:06:08 +00:00
..
Abiword.js Remove trailing whitespaces 2019-04-16 00:34:29 +02:00
AbsolutePaths.js utils/AbsolutePaths.js: do not break when running as a Windows manual install 2019-02-11 03:28:02 +01:00
caching_middleware.js forcing back to last known stable before parent merge 2020-06-07 18:44:01 +00:00
Cli.js remove -k argument as it is currently for both sessionkey and apikey 2018-08-09 19:42:14 +02:00
customError.js customError: rewrite the module using class syntax 2020-04-07 02:03:17 +02:00
ExportEtherpad.js import/export: conversion to Promises/async 2019-01-31 08:55:36 +00:00
ExportHelper.js tests/editor/ul/li/ol/import/export: Introduce contentcollector.js tests & various OL/UL/LI related bugfixes 2020-06-05 20:54:16 +01:00
ExportHtml.js HTML export: Await async hook completion before processing results 2020-10-07 10:43:38 +01:00
ExportTxt.js export: txt import include correct OL prefix (#4086) 2020-06-06 14:30:13 +01:00
ImportEtherpad.js import/export: conversion to Promises/async 2019-01-31 08:55:36 +00:00
ImportHtml.js async-ify more functions, and await completion 2020-09-22 14:10:44 +01:00
LibreOffice.js bugfix/import: doc import bugfix (#4235) 2020-08-30 14:11:12 +01:00
Minify.js cookies: Use js-cookie to read and write cookies 2020-10-04 08:57:44 +01:00
MinifyWorker.js stale code: use terser instead of uglify 2020-06-07 20:09:10 +00:00
NodeVersion.js NodeVersion.js: do not use callbacks, simplify calling style in server.js 2019-02-19 00:46:37 +01:00
padDiff.js HTML export: Await async hook completion before processing results 2020-10-07 10:43:38 +01:00
path_exists.js Fixed path check 2016-06-20 00:22:29 +02:00
promises.js utils: Fix promise creation accounting bug in promises.timesLimit 2020-09-21 23:16:32 +01:00
randomstring.js fix randomstring 2014-01-24 01:19:14 +01:00
Settings.js Settings: Don't filter out users based on password or hash 2020-11-04 18:06:08 +00:00
tar.json remove broken async inclusion in tar.json 2020-10-27 20:33:09 +00:00
TidyHtml.js TidyHtml.js: convert to promises 2019-01-31 13:42:41 +00:00
toolbar.js toolbar: don't show the "saved revision" button in timeslider 2020-03-30 01:59:49 +02:00
UpdateCheck.js admin: Add etherpad update check 2020-06-01 17:57:53 +01:00