summaryrefslogtreecommitdiff
path: root/public (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix template partial pathWu Cheng-Han2017-01-212-14/+14
|
* Refactor templates and rearrange its pathWu Cheng-Han2017-01-2122-243/+247
|
* Add screenshot on index pageWu Cheng-Han2017-01-213-0/+7
|
* Fix meta error not clear on before renderingWu Cheng-Han2017-01-212-0/+2
|
* Update to prevent all empty link change hashWu Cheng-Han2017-01-162-4/+9
|
* Fix pagination should hide on refresh historyWu Cheng-Han2017-01-161-0/+1
|
* Update index layout to add profile on navbarWu Cheng-Han2017-01-162-23/+43
|
* Fix to prevent hash change on click nav item on indexWu Cheng-Han2017-01-161-2/+6
|
* Update to remove history pagination animation on refreshWu Cheng-Han2017-01-151-2/+0
|
* 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
| |