mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-07-29 21:13:55 +00:00
* Improve the comment describing how the access check works.
* Move the `authenticate` logic to where it is used so that people
don't have to keep jumping back and forth to understand how the
access check works.
* Break up the three steps to reduce the number of indentation
levels and improve readability. This should also make it easier to
implement and review planned future changes.
|
||
|---|---|---|
| .. | ||
| admin.js | ||
| adminplugins.js | ||
| adminsettings.js | ||
| apicalls.js | ||
| errorhandling.js | ||
| importexport.js | ||
| isValidJSONPName.js | ||
| openapi.js | ||
| padreadonly.js | ||
| padurlsanitize.js | ||
| socketio.js | ||
| specialpages.js | ||
| static.js | ||
| tests.js | ||
| webaccess.js | ||