HackMD/public/views
alecdwm 02e9927714 Initial support for LDAP server authentication
Limitations as of this commit:

- tlsOptions can only be specified in config.json, not as env vars
- authentication failures are not yet gracefully handled by the UI
  - instead the error message is shown on a blank page (/auth/ldap)
- no email address is associated with the LDAP user's account
- no picture/profile URL is associated with the LDAP user's account
- we might have to generate our own access + refresh tokens,
  because we aren't using oauth. The currently generated
  tokens are just a placeholder.
- 'LDAP Sign in' needs to be translated to each locale
2016-12-13 22:41:07 +01:00
..
includes Fix the generate template not including base url variable 2016-12-12 12:19:12 +08:00
body.ejs Update to support delete note 2016-10-10 21:04:24 +08:00
disqus.ejs Fix possible XSS in yaml-metadata and turn using ejs escape syntax than external lib [Security Issue] 2016-11-26 22:55:31 +08:00
error.ejs Fix that error page no need to load foot template 2016-04-20 18:17:09 +08:00
foot.ejs Update to support optional email register and signin 2016-12-02 01:58:14 +08:00
footer.ejs First commit, version 0.2.7 2015-05-04 15:53:29 +08:00
ga.ejs Fix possible XSS in yaml-metadata and turn using ejs escape syntax than external lib [Security Issue] 2016-11-26 22:55:31 +08:00
hackmd.ejs Refactor server with Sequelize ORM, refactor server configs, now will show note status (created or updated) and support docs (note alias) 2016-04-20 18:03:55 +08:00
head.ejs Optimize hackmd resource packing and load orders 2016-11-26 23:18:51 +08:00
header.ejs Update edit and publish icon and change toggle icon to make it straightforward, and add shortcut key reminder in modes' title 2016-09-18 16:32:26 +08:00
help-modal.ejs Optimize hackmd resource packing and load orders 2016-11-26 23:18:51 +08:00
html.hbs Update dependency gist-embed to 2.6.0 2016-11-26 23:25:29 +08:00
index.ejs Initial support for LDAP server authentication 2016-12-13 22:41:07 +01:00
polyfill.ejs Update to separate polypill for IE to a template 2016-11-26 22:38:18 +08:00
pretty.ejs Optimize pretty page resource packing and load orders 2016-11-26 23:22:47 +08:00
refresh-modal.ejs Add support of i18n with related patches and support "en" and "zh" locales for now 2016-08-19 11:49:24 +08:00
revision-modal.ejs Add support of i18n with related patches and support "en" and "zh" locales for now 2016-08-19 11:49:24 +08:00
signin-ldap-modal.ejs Initial support for LDAP server authentication 2016-12-13 22:41:07 +01:00
signin-modal.ejs Initial support for LDAP server authentication 2016-12-13 22:41:07 +01:00
slide.ejs Update webpack and slide resource loading to reduce pack size 2016-11-29 00:44:29 +08:00
statusbar.html Add preferences to editor status bar and make allow override browser keymap option 2016-12-04 00:56:14 +08:00