Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Templates: Remove lang and add translation parameter | Philip Molares | 2021-03-16 | 1 | -1/+1 |
| | | | | | | | | | | | Since the interface is not always in english, we mostly removed the lang attribute from all html tags. Since the error messages in error.ejs are not translated, but always in english, there the global lang="en" should be kept. Also in the slide and editor template the div, which contains the user generated text, has the attribute translate="no" now, to avoid unwanted translations. Since on the publish view (pretty.ejs) only the user generated content is shown, we set the lang to the language defined in yaml (or 'en') as a default, but that was also moved to the corresponding markdown div instead of html. Fixes #881 See also #437 Signed-off-by: Philip Molares <philip.molares@udo.edu> | ||||
* | Switch to ejs 3 compliant imports | David Mehren | 2021-02-09 | 1 | -4/+4 |
| | | | | Signed-off-by: David Mehren <git@herrmehren.de> | ||||
* | Remove irritating footer files | Tilman Vatteroth | 2020-11-18 | 1 | -1/+0 |
| | | | | Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> | ||||
* | Refactor templates and rearrange its path | Wu Cheng-Han | 2017-01-21 | 1 | -211/+5 |
| | |||||
* | 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 #279 from alecdwm/ldap-auth | Max Wu | 2017-01-09 | 1 | -2/+2 |
|\ | | | | | Support for LDAP server authentication | ||||
| * | LDAP signin form moved to main signin-modal | alecdwm | 2016-12-14 | 1 | -1/+0 |
| | | | | | | | | | | - previously was a separate modal - now is located on main modal, like email auth | ||||
| * | Initial support for LDAP server authentication | alecdwm | 2016-12-13 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -2/+2 |
| | | |||||
* | | Upgrade dependencies | Wu Cheng-Han | 2016-12-19 | 1 | -3/+3 |
| | | |||||
* | | Add support of allow anonymous config option with correspond modifications | Wu Cheng-Han | 2016-12-15 | 1 | -0/+4 |
|/ | |||||
* | 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 |
| | |||||
* | Update to support optional email register and signin | Wu Cheng-Han | 2016-12-02 | 1 | -0/+7 |
| | |||||
* | Optimize index page resources packing and loads | Wu Cheng-Han | 2016-11-26 | 1 | -26/+8 |
| | |||||
* | Update to separate polypill for IE to a template | Wu Cheng-Han | 2016-11-26 | 1 | -0/+1 |
| | |||||
* | Add font css to templates | Yukai Huang | 2016-11-03 | 1 | -0/+2 |
| | |||||
* | Require cover stylesheets | Yukai Huang | 2016-11-02 | 1 | -2/+0 |
| | |||||
* | Fix conflicting bootstrap in index and add select2 in non-cdn resource | Wu Cheng-Han | 2016-10-23 | 1 | -1/+1 |
| | |||||
* | Update to move select2 dependency to bower and add its cdn sources | Wu Cheng-Han | 2016-10-23 | 1 | -1/+3 |
| | |||||
* | Fix some typo of PR #230 | Wu Cheng-Han | 2016-10-23 | 1 | -1/+1 |
| | |||||
* | Use CDNJS by default with https and SRI support | Peter Dave Hello | 2016-10-23 | 1 | -15/+15 |
| | |||||
* | Update to support Swedish locale | Wu Cheng-Han | 2016-10-21 | 1 | -0/+1 |
| | |||||
* | Fix index social-foot styles | Wu Cheng-Han | 2016-10-19 | 1 | -1/+1 |
| | |||||
* | Update to support Hindi locale | Wu Cheng-Han | 2016-10-14 | 1 | -0/+1 |
| | |||||
* | Move list-pagination plugin to CDN | Yukai Huang | 2016-10-14 | 1 | -0/+1 |
| | |||||
* | Move highlight.js to CDN | Yukai Huang | 2016-10-14 | 1 | -0/+1 |
| | |||||
* | Add handlebars script tag | Yukai Huang | 2016-10-13 | 1 | -0/+1 |
| | |||||
* | Fix history deletion | Yukai Huang | 2016-10-13 | 1 | -1/+3 |
| | |||||
* | Optimize common assets with CDN | Yukai Huang | 2016-10-13 | 1 | -1/+2 |
| | | | | | | | * jquery * lodash * socket.io * boostrap | ||||
* | Enable production assets hash | Yukai Huang | 2016-10-12 | 1 | -2/+2 |
| | |||||
* | Load more scripts using webpack | Yukai Huang | 2016-10-12 | 1 | -1/+0 |
| | |||||
* | Merge branch 'master' into webpack-frontend | Yukai Huang | 2016-10-11 | 1 | -4/+12 |
|\ | |||||
| * | Update to support pagination for history list | Wu Cheng-Han | 2016-10-11 | 1 | -0/+2 |
| | | |||||
| * | Update npm and bower dependencies with related patch | Wu Cheng-Han | 2016-10-10 | 1 | -3/+3 |
| | | |||||
| * | Fix broken link id reference | Wu Cheng-Han | 2016-10-10 | 1 | -1/+1 |
| | | |||||
| * | Update to support Ukrainian locale | Wu Cheng-Han | 2016-10-10 | 1 | -0/+1 |
| | | |||||
| * | Add support of Italian, Turkish, Russian, Dutch, Croatian, Polish locales | Wu Cheng-Han | 2016-10-10 | 1 | -0/+6 |
| | | |||||
| * | Extract config.js from common.js to make client setting file clean and also ↵ | Wu Cheng-Han | 2016-10-10 | 1 | -0/+1 |
| | | | | | | | | make upgrade easier | ||||
* | | Optimize viz.js async rendering through webpack chunk | Yukai Huang | 2016-10-11 | 1 | -1/+1 |
| | | |||||
* | | Manage more packages with npm and webpack | Yukai Huang | 2016-10-11 | 1 | -7/+1 |
| | | |||||
* | | Split common vendor javascript into chunks | Yukai Huang | 2016-10-11 | 1 | -2/+1 |
| | | |||||
* | | Cover page is now working | Yukai Huang | 2016-10-10 | 1 | -4/+1 |
|/ | |||||
* | Update to support Greek and Portuguese locales | Wu Cheng-Han | 2016-10-02 | 1 | -0/+2 |
| | |||||
* | Update to support French, Deutsch, Japanese and Spanish locales | Wu Cheng-Han | 2016-09-16 | 1 | -2/+6 |
| | |||||
* | Add support of i18n with related patches and support "en" and "zh" locales ↵ | Wu Cheng-Han | 2016-08-19 | 1 | -32/+37 |
| | | | | for now |