Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix pagination should hide on refresh history | Wu Cheng-Han | 2017-01-16 | 1 | -0/+1 |
| | |||||
* | Update index layout to add profile on navbar | Wu Cheng-Han | 2017-01-16 | 2 | -23/+43 |
| | |||||
* | Fix to prevent hash change on click nav item on index | Wu Cheng-Han | 2017-01-16 | 1 | -2/+6 |
| | |||||
* | Update to remove history pagination animation on refresh | Wu Cheng-Han | 2017-01-15 | 1 | -2/+0 |
| | |||||
* | Fix checkLoginStateChanged might fall into infinite loop while calling ↵ | Wu Cheng-Han | 2017-01-15 | 1 | -6/+4 |
| | | | | loginStateChangeEvent | ||||
* | Fix permission dropdown text might out of range in smaller screen | Wu Cheng-Han | 2017-01-13 | 1 | -0/+3 |
| | |||||
* | Merge pull request #317 from SISheogorath/master+allowEmailRegister | Max Wu | 2017-01-12 | 1 | -1/+1 |
|\ | | | | | Add `allowemailregister` option | ||||
| * | Add `allowemailregister` option | Sheogorath | 2017-01-12 | 1 | -1/+1 |
| | | |||||
* | | Update to use shorter wording in limited and protected permissions | Wu Cheng-Han | 2017-01-12 | 2 | -4/+4 |
| | | |||||
* | | Fix permission order and keep wording consistency | Wu Cheng-Han | 2017-01-12 | 2 | -9/+9 |
| | | |||||
* | | Fix sortOnlineUserList might not check property existence before comparsion | Wu Cheng-Han | 2017-01-12 | 1 | -4/+4 |
| | | |||||
* | | Fix history list might check pagination on clear and open | Wu Cheng-Han | 2017-01-12 | 1 | -0/+2 |
| | | |||||
* | | Workaround text shadow for font antialias might cause cut off in Edge | Wu Cheng-Han | 2017-01-12 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #313 from elct9620/feature/disable_anonymous_view | Max Wu | 2017-01-10 | 2 | -5/+27 |
|\ | | | | | WIP: Add options to limit anonymous view note | ||||
| * | Update limite icon to fa-id-card | 蒼時弦也 | 2017-01-10 | 2 | -2/+2 |
| | | |||||
| * | Update limited/protected permission icon | 蒼時弦也 | 2017-01-10 | 2 | -10/+4 |
| | | |||||
| * | Add fa-stack style to public/js/index.js | 蒼時弦也 | 2017-01-10 | 1 | -4/+10 |
| | | |||||
| * | Adjust permission order to more clarly | 蒼時弦也 | 2017-01-10 | 2 | -9/+9 |
| | | |||||
| * | Add limited and protected permission | 蒼時弦也 | 2017-01-10 | 2 | -1/+23 |
| | | |||||
* | | Allow displaying LDAP provider name on sign-in modal | neopostmodern | 2017-01-09 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #279 from alecdwm/ldap-auth | Max Wu | 2017-01-09 | 2 | -4/+29 |
|\ \ | |/ |/| | Support for LDAP server authentication | ||||
| * | LDAP signin form moved to main signin-modal | alecdwm | 2016-12-14 | 3 | -40/+23 |
| | | | | | | | | | | - previously was a separate modal - now is located on main modal, like email auth | ||||
| * | Initial support for LDAP server authentication | alecdwm | 2016-12-13 | 3 | -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 undefined | Wu Cheng-Han | 2017-01-05 | 2 | -2/+2 |
| | | |||||
* | | Update to show yaml-metadata and diagram parsing error in the view | Wu Cheng-Han | 2017-01-04 | 1 | -2/+16 |
| | | |||||
* | | Workaround that graphviz might not recover from error | Wu Cheng-Han | 2017-01-04 | 1 | -12/+22 |
| | | |||||
* | | Add back missing release-note link on index | Wu Cheng-Han | 2017-01-02 | 1 | -1/+1 |
| | | |||||
* | | Mark as 0.5.0 | Wu Cheng-Han | 2017-01-02 | 2 | -1/+30 |
| | | |||||
* | | Update year to 2017 | Wu Cheng-Han | 2017-01-02 | 1 | -1/+1 |
| | | |||||
* | | Update to improve editor performance by debounce checkEditorScrollbar event | Wu Cheng-Han | 2017-01-02 | 1 | -1/+5 |
| | | |||||
* | | Fix authorship might losing update event because of throttling | Wu Cheng-Han | 2017-01-02 | 1 | -1/+1 |
| | | |||||
* | | Update to remove null byte before saving to DB and remove null byte on changes | Wu Cheng-Han | 2017-01-02 | 1 | -0/+7 |
| | | |||||
* | | Remove manual LZString compression for partial socket io event data | Wu Cheng-Han | 2017-01-02 | 3 | -12/+1 |
| | | |||||
* | | Added Esperanto translation | James Stephenson | 2016-12-30 | 1 | -0/+1 |
| | | | | | | | | Translation by Jonathan Powell and James Stephenson | ||||
* | | Update features.md publish button name and icon | Wu Cheng-Han | 2016-12-24 | 1 | -1/+1 |
| | | |||||
* | | Fix js-url not import correctly | Wu Cheng-Han | 2016-12-24 | 1 | -1/+0 |
| | | |||||
* | | Fixed typo: anonmyous | Florian Rhiem | 2016-12-21 | 2 | -4/+4 |
| | | |||||
* | | Fix codemirror spell checker not considering abbreviation which contain ↵ | Wu Cheng-Han | 2016-12-20 | 1 | -1/+1 |
| | | | | | | | | apostrophe in word | ||||
* | | Fix mathjax not able to render issue | Wu Cheng-Han | 2016-12-20 | 1 | -1/+8 |
| | | |||||
* | | Mark as 0.4.6 | Wu Cheng-Han | 2016-12-19 | 2 | -1/+60 |
| | | |||||
* | | Update to handle graphviz output empty graph | Wu Cheng-Han | 2016-12-19 | 1 | -0/+1 |
| | | |||||
* | | Remove unused vendor code and add fix related usages | Wu Cheng-Han | 2016-12-19 | 4 | -3361/+2 |
| | | |||||
* | | Upgrade dependencies | Wu Cheng-Han | 2016-12-19 | 4 | -24/+24 |
| | | |||||
* | | Remove unused vendor code and add missing dependency | Wu Cheng-Han | 2016-12-19 | 6 | -2027/+0 |
| | | |||||
* | | Fix slide mode on print pdf not finish view rendering | Wu Cheng-Han | 2016-12-18 | 1 | -4/+12 |
| | | |||||
* | | Fix slide print-pdf mode scrollbar might be visible | Wu Cheng-Han | 2016-12-18 | 1 | -1/+1 |
| | | |||||
* | | Add support of allow anonymous config option with correspond modifications | Wu Cheng-Han | 2016-12-15 | 2 | -1/+5 |
| | | |||||
* | | Fix gist-embed styles conflicts | Wu Cheng-Han | 2016-12-15 | 1 | -0/+13 |
| | | |||||
* | | Switch email register and signin button order to make form default action as ↵ | Wu Cheng-Han | 2016-12-14 | 1 | -1/+1 |
|/ | | | | signin | ||||
* | Fix the generate template not including base url variable | Wu Cheng-Han | 2016-12-12 | 2 | -2/+2 |
| |