summaryrefslogtreecommitdiff
path: root/public (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Fix checkLoginStateChanged might fall into infinite loop while calling ↵Wu Cheng-Han2017-01-151-6/+4
| |_|_|/ |/| | | | | | | | | | | loginStateChangeEvent
* | | | Fix permission dropdown text might out of range in smaller screenWu Cheng-Han2017-01-131-0/+3
| | | |
* | | | Merge pull request #317 from SISheogorath/master+allowEmailRegisterMax Wu2017-01-121-1/+1
|\ \ \ \ | | | | | | | | | | Add `allowemailregister` option
| * | | | Add `allowemailregister` optionSheogorath2017-01-121-1/+1
| | | | |
* | | | | Update to use shorter wording in limited and protected permissionsWu Cheng-Han2017-01-122-4/+4
| | | | |
* | | | | Fix permission order and keep wording consistencyWu Cheng-Han2017-01-122-9/+9
| | | | |
* | | | | Fix sortOnlineUserList might not check property existence before comparsionWu Cheng-Han2017-01-121-4/+4
| | | | |
* | | | | Fix history list might check pagination on clear and openWu Cheng-Han2017-01-121-0/+2
| | | | |
* | | | | Workaround text shadow for font antialias might cause cut off in EdgeWu Cheng-Han2017-01-121-1/+1
|/ / / /
* | | | Merge pull request #313 from elct9620/feature/disable_anonymous_viewMax Wu2017-01-102-5/+27
|\ \ \ \ | | | | | | | | | | WIP: Add options to limit anonymous view note
| * | | | Update limite icon to fa-id-card蒼時弦也2017-01-102-2/+2
| | | | |
| * | | | Update limited/protected permission icon蒼時弦也2017-01-102-10/+4
| | | | |
| * | | | Add fa-stack style to public/js/index.js蒼時弦也2017-01-101-4/+10
| | | | |
| * | | | Adjust permission order to more clarly蒼時弦也2017-01-102-9/+9
| | | | |
| * | | | Add limited and protected permission蒼時弦也2017-01-102-1/+23
| | |_|/ | |/| |
* | | | Allow displaying LDAP provider name on sign-in modalneopostmodern2017-01-091-1/+1
| | | |
* | | | Merge pull request #279 from alecdwm/ldap-authMax Wu2017-01-092-4/+29
|\ \ \ \ | |/ / / |/| | | Support for LDAP server authentication
| * | | LDAP signin form moved to main signin-modalalecdwm2016-12-143-40/+23
| | | | | | | | | | | | | | | | | | | | - previously was a separate modal - now is located on main modal, like email auth
| * | | Initial support for LDAP server authenticationalecdwm2016-12-133-4/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Fix for selectionObjects in OT CodeMirror adapter might call on undefinedWu Cheng-Han2017-01-052-2/+2
| | | |
* | | | Update to show yaml-metadata and diagram parsing error in the viewWu Cheng-Han2017-01-041-2/+16
| | | |
* | | | Workaround that graphviz might not recover from errorWu Cheng-Han2017-01-041-12/+22
| |_|/ |/| |
* | | Add back missing release-note link on indexWu Cheng-Han2017-01-021-1/+1
| | |
* | | Mark as 0.5.0Wu Cheng-Han2017-01-022-1/+30
| | |
* | | Update year to 2017Wu Cheng-Han2017-01-021-1/+1
| | |
* | | Update to improve editor performance by debounce checkEditorScrollbar eventWu Cheng-Han2017-01-021-1/+5
| | |
* | | Fix authorship might losing update event because of throttlingWu Cheng-Han2017-01-021-1/+1
| | |
* | | Update to remove null byte before saving to DB and remove null byte on changesWu Cheng-Han2017-01-021-0/+7
| | |
* | | Remove manual LZString compression for partial socket io event dataWu Cheng-Han2017-01-023-12/+1
| | |
* | | Added Esperanto translationJames Stephenson2016-12-301-0/+1
| | | | | | | | | | | | Translation by Jonathan Powell and James Stephenson
* | | Update features.md publish button name and iconWu Cheng-Han2016-12-241-1/+1
| | |
* | | Fix js-url not import correctlyWu Cheng-Han2016-12-241-1/+0
| |/ |/|
* | Fixed typo: anonmyousFlorian Rhiem2016-12-212-4/+4
| |
* | Fix codemirror spell checker not considering abbreviation which contain ↵Wu Cheng-Han2016-12-201-1/+1
| | | | | | | | apostrophe in word
* | Fix mathjax not able to render issueWu Cheng-Han2016-12-201-1/+8
| |
* | Mark as 0.4.6Wu Cheng-Han2016-12-192-1/+60
| |
* | Update to handle graphviz output empty graphWu Cheng-Han2016-12-191-0/+1
| |
* | Remove unused vendor code and add fix related usagesWu Cheng-Han2016-12-194-3361/+2
| |
* | Upgrade dependenciesWu Cheng-Han2016-12-194-24/+24
| |
* | Remove unused vendor code and add missing dependencyWu Cheng-Han2016-12-196-2027/+0
| |
* | Fix slide mode on print pdf not finish view renderingWu Cheng-Han2016-12-181-4/+12
| |
* | Fix slide print-pdf mode scrollbar might be visibleWu Cheng-Han2016-12-181-1/+1
| |
* | Add support of allow anonymous config option with correspond modificationsWu Cheng-Han2016-12-152-1/+5
| |
* | Fix gist-embed styles conflictsWu Cheng-Han2016-12-151-0/+13
| |
* | Switch email register and signin button order to make form default action as ↵Wu Cheng-Han2016-12-141-1/+1
|/ | | | signin
* Fix the generate template not including base url variableWu Cheng-Han2016-12-122-2/+2
|
* Update to make TOC syntax be case-insensitiveWu Cheng-Han2016-12-121-1/+1
|
* Fix reveal fade class conflict with bootstrap tooltip css and scrollbar ↵Wu Cheng-Han2016-12-121-0/+7
| | | | might show up in print mode
* Fix index signin and signout button might not shown if only email enabledWu Cheng-Han2016-12-071-2/+2
|
* Fix textcomplete up side down option not set properlyWu Cheng-Han2016-12-072-9/+8
|