etherpad-lite/tests/backend/specs/api
John McLear 66df0a572f
Security: FEATURE REMOVAL: Remove all plain text password logic and ui (#4178)
This will be a breaking change for some people.  

We removed all internal password control logic.  If this affects you, you have two options:

1. Use a plugin for authentication and use session based pad access (recommended).
1. Use a plugin for password setting.

The reasoning for removing this feature is to reduce the overall security footprint of Etherpad.  It is unnecessary and cumbersome to keep this feature and with the thousands of available authentication methods available in the world our focus should be on supporting those and allowing more granual access based on their implementations (instead of half assed baking our own).
2020-10-07 13:43:54 +01:00
..
api.js tests: remove loadSettings.js for backend tests. 2020-04-14 03:36:13 +02:00
characterEncoding.js tests: remove loadSettings.js for backend tests. 2020-04-14 03:36:13 +02:00
chat.js tests: remove loadSettings.js for backend tests. 2020-04-14 03:36:13 +02:00
emojis.html tests: backend tests for utf8 & emojis support 2020-03-31 02:11:25 +02:00
fuzzImportTest.js tests: fix for fix of fuzz tests 2020-06-01 19:26:49 +01:00
image.png tests: fuzzing, binary imports 2020-06-01 17:26:55 +01:00
importexport.js export: txt import include correct OL prefix (#4086) 2020-06-06 14:30:13 +01:00
importexportGetPost.js import: Replace the allowAnyoneToImport check with userCanModify 2020-10-05 18:48:16 +01:00
instance.js test: fix settings loading in api/instance backend test 2020-04-16 03:03:20 +02:00
pad.js Feature: Copy Pad without history (#4295) 2020-09-16 19:24:09 +01:00
sessionsAndGroups.js Security: FEATURE REMOVAL: Remove all plain text password logic and ui (#4178) 2020-10-07 13:43:54 +01:00
test.doc tests: fuzzing, binary imports 2020-06-01 17:26:55 +01:00
test.docx WIP - Test Coverage: Import & Export include LibreOffice Test Coverage (#4163) 2020-07-14 18:44:53 +01:00
test.etherpad tests and bugfix: test coverage and fix for 4165 - bad HTML export of list items (#4180) 2020-07-19 16:31:13 +01:00
test.odt WIP - Test Coverage: Import & Export include LibreOffice Test Coverage (#4163) 2020-07-14 18:44:53 +01:00
test.pdf Bugfix / tests: Travis use LibreOffice PPA and fix import /export tests for good. (#4166) 2020-07-16 10:46:45 +01:00
test.txt tests: fuzzing, binary imports 2020-06-01 17:26:55 +01:00
tidy.js TidyHtml.js: convert to promises 2019-01-31 13:42:41 +00:00