Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support of Danish locale | Wu Cheng-Han | 2017-06-11 | 1 | -0/+1 |
| | |||||
* | add the ability to set slide theme in slide options | butlerx | 2017-05-31 | 1 | -0/+4 |
| | |||||
* | Merge pull request #429 from hackmdio/refactor-part-3 | Max Wu | 2017-05-13 | 1 | -41/+0 |
|\ | | | | | Refactor frontend part 3 | ||||
| * | Load statusbar template by string-loader | Yukai Huang | 2017-05-07 | 1 | -41/+0 |
| | | |||||
* | | Fix to implement toggle of TOC in HTML template | Wu Cheng-Han | 2017-05-09 | 1 | -0/+23 |
|/ | |||||
* | Merge pull request #427 from PeterDaveHello/fix-indent | Max Wu | 2017-04-18 | 5 | -20/+20 |
|\ | | | | | Fix indent in views, shouldn't mix tabs with spaces | ||||
| * | Fix indent in views, shouldn't mix tabs with spaces | Peter Dave Hello | 2017-04-18 | 5 | -20/+20 |
| | | |||||
* | | Use abcjs on cdnjs, cc @jackycute | Peter Dave Hello | 2017-04-18 | 3 | -0/+3 |
|/ | |||||
* | Merge pull request #417 from hackmdio/refactor | Max Wu | 2017-04-10 | 1 | -2/+5 |
|\ | | | | | Refactor editor cont. | ||||
| * | Extract selection update from updateStatusbar | Yukai Huang | 2017-03-28 | 1 | -2/+5 |
| | | |||||
* | | Update body.ejs | Ian Dees | 2017-04-05 | 1 | -2/+2 |
| | | |||||
* | | Clarify permission language | Ian Dees | 2017-04-05 | 1 | -3/+3 |
|/ | | | See https://github.com/hackmdio/hackmd/issues/415 | ||||
* | Update to use CDN css for emojify.js when applicable | Wu Cheng-Han | 2017-03-21 | 3 | -3/+3 |
| | |||||
* | Add support of Catalan locale | Wu Cheng-Han | 2017-03-20 | 1 | -0/+1 |
| | |||||
* | Update to generate front-end constants on server startup | Wu Cheng-Han | 2017-03-20 | 1 | -0/+1 |
| | | | | To avoid extra webpacking on changing configs and follow the 12 factor app | ||||
* | Add config option for gitlab api scope and auto adapt gitlab snippet feature ↵ | Wu Cheng-Han | 2017-03-14 | 1 | -4/+4 |
| | | | | on it | ||||
* | Fix to use minified CDN file source in mermaid | Wu Cheng-Han | 2017-02-02 | 3 | -3/+3 |
| | |||||
* | Update viz.js and mermaid CDN links | Wu Cheng-Han | 2017-02-02 | 3 | -6/+6 |
| | |||||
* | Add link to features on profile dropdown | Wu Cheng-Han | 2017-01-21 | 1 | -0/+1 |
| | |||||
* | Fix template partial path | Wu Cheng-Han | 2017-01-21 | 2 | -14/+14 |
| | |||||
* | Refactor templates and rearrange its path | Wu Cheng-Han | 2017-01-21 | 22 | -243/+247 |
| | |||||
* | Add screenshot on index page | Wu Cheng-Han | 2017-01-21 | 1 | -0/+1 |
| | |||||
* | Update index layout to add profile on navbar | Wu Cheng-Han | 2017-01-16 | 1 | -20/+24 |
| | |||||
* | 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 | 1 | -2/+2 |
| | | |||||
* | | Fix permission order and keep wording consistency | Wu Cheng-Han | 2017-01-12 | 1 | -3/+3 |
|/ | |||||
* | Merge pull request #313 from elct9620/feature/disable_anonymous_view | Max Wu | 2017-01-10 | 1 | -1/+3 |
|\ | | | | | WIP: Add options to limit anonymous view note | ||||
| * | Update limite icon to fa-id-card | 蒼時弦也 | 2017-01-10 | 1 | -1/+1 |
| | | |||||
| * | Update limited/protected permission icon | 蒼時弦也 | 2017-01-10 | 1 | -2/+2 |
| | | |||||
| * | Adjust permission order to more clarly | 蒼時弦也 | 2017-01-10 | 1 | -2/+2 |
| | | |||||
| * | Add limited and protected permission | 蒼時弦也 | 2017-01-10 | 1 | -0/+2 |
| | | |||||
* | | 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 | ||||
* | | Add back missing release-note link on index | Wu Cheng-Han | 2017-01-02 | 1 | -1/+1 |
| | | |||||
* | | Update year to 2017 | Wu Cheng-Han | 2017-01-02 | 1 | -1/+1 |
| | | |||||
* | | Added Esperanto translation | James Stephenson | 2016-12-30 | 1 | -0/+1 |
| | | | | | | | | Translation by Jonathan Powell and James Stephenson | ||||
* | | Fixed typo: anonmyous | Florian Rhiem | 2016-12-21 | 2 | -4/+4 |
| | | |||||
* | | Upgrade dependencies | Wu Cheng-Han | 2016-12-19 | 4 | -24/+24 |
| | | |||||
* | | Add support of allow anonymous config option with correspond modifications | Wu Cheng-Han | 2016-12-15 | 2 | -1/+5 |
| | | |||||
* | | 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 |
| | |||||
* | Fix index signin and signout button might not shown if only email enabled | Wu Cheng-Han | 2016-12-07 | 1 | -2/+2 |
| | |||||
* | Fix Facebook page link name | Wu Cheng-Han | 2016-12-06 | 1 | -1/+1 |
| | |||||
* | Add preferences to editor status bar and make allow override browser keymap ↵ | Wu Cheng-Han | 2016-12-04 | 1 | -0/+8 |
| | | | | option | ||||
* | Update to support optional email register and signin | Wu Cheng-Han | 2016-12-02 | 3 | -1/+35 |
| | |||||
* | Update webpack and slide resource loading to reduce pack size | Wu Cheng-Han | 2016-11-29 | 1 | -1/+0 |
| | |||||
* | Fix slide resource path and style load orders to avoid conflicts | Wu Cheng-Han | 2016-11-29 | 1 | -5/+8 |
| |