summaryrefslogtreecommitdiff
path: root/public/views/index.ejs (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-03-16Templates: Remove lang and add translation parameterPhilip Molares1-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>
2021-02-09Switch to ejs 3 compliant importsDavid Mehren1-4/+4
Signed-off-by: David Mehren <git@herrmehren.de>
2020-11-18Remove irritating footer filesTilman Vatteroth1-1/+0
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
2017-01-21Refactor templates and rearrange its pathWu Cheng-Han1-211/+5
2017-01-21Revert useless linebreakYukai Huang1-0/+1
2017-01-21Add screenshot on index pageWu Cheng-Han1-0/+1
2017-01-21Revert experimental vue for nowYukai Huang1-2/+0
2017-01-16Update index layout to add profile on navbarWu Cheng-Han1-20/+24
2017-01-02Add back missing release-note link on indexWu Cheng-Han1-1/+1
2017-01-02Update year to 2017Wu Cheng-Han1-1/+1
2016-12-30Added Esperanto translationJames Stephenson1-0/+1
Translation by Jonathan Powell and James Stephenson
2016-12-24Basic setup for Vue appYukai Huang1-0/+1
2016-12-21Fixed typo: anonmyousFlorian Rhiem1-2/+2
2016-12-19Upgrade dependenciesWu Cheng-Han1-3/+3
2016-12-15Add support of allow anonymous config option with correspond modificationsWu Cheng-Han1-0/+4
2016-12-14LDAP signin form moved to main signin-modalalecdwm1-1/+0
- previously was a separate modal - now is located on main modal, like email auth
2016-12-13Initial support for LDAP server authenticationalecdwm1-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
2016-12-07Fix index signin and signout button might not shown if only email enabledWu Cheng-Han1-2/+2
2016-12-06Fix Facebook page link nameWu Cheng-Han1-1/+1
2016-12-02Update to support optional email register and signinWu Cheng-Han1-0/+7
2016-11-26Optimize index page resources packing and loadsWu Cheng-Han1-26/+8
2016-11-26Update to separate polypill for IE to a templateWu Cheng-Han1-0/+1
2016-11-03Add font css to templatesYukai Huang1-0/+2
2016-11-02Require cover stylesheetsYukai Huang1-2/+0
2016-10-23Fix conflicting bootstrap in index and add select2 in non-cdn resourceWu Cheng-Han1-1/+1
2016-10-23Update to move select2 dependency to bower and add its cdn sourcesWu Cheng-Han1-1/+3
2016-10-23Fix some typo of PR #230Wu Cheng-Han1-1/+1
2016-10-23Use CDNJS by default with https and SRI supportPeter Dave Hello1-15/+15
2016-10-21Update to support Swedish localeWu Cheng-Han1-0/+1
2016-10-19Fix index social-foot stylesWu Cheng-Han1-1/+1
2016-10-14Update to support Hindi localeWu Cheng-Han1-0/+1
2016-10-14Move list-pagination plugin to CDNYukai Huang1-0/+1
2016-10-14Move highlight.js to CDNYukai Huang1-0/+1
2016-10-13Add handlebars script tagYukai Huang1-0/+1
2016-10-13Fix history deletionYukai Huang1-1/+3
2016-10-13Optimize common assets with CDNYukai Huang1-1/+2
* jquery * lodash * socket.io * boostrap
2016-10-12Enable production assets hashYukai Huang1-2/+2
2016-10-12Load more scripts using webpackYukai Huang1-1/+0
2016-10-11Optimize viz.js async rendering through webpack chunkYukai Huang1-1/+1
2016-10-11Update to support pagination for history listWu Cheng-Han1-0/+2
2016-10-11Manage more packages with npm and webpackYukai Huang1-7/+1
2016-10-11Split common vendor javascript into chunksYukai Huang1-2/+1
2016-10-10Update npm and bower dependencies with related patchWu Cheng-Han1-3/+3
2016-10-10Fix broken link id referenceWu Cheng-Han1-1/+1
2016-10-10Update to support Ukrainian localeWu Cheng-Han1-0/+1
2016-10-10Add support of Italian, Turkish, Russian, Dutch, Croatian, Polish localesWu Cheng-Han1-0/+6
2016-10-10Extract config.js from common.js to make client setting file clean and also ↵Wu Cheng-Han1-0/+1
make upgrade easier
2016-10-10Cover page is now workingYukai Huang1-4/+1
2016-10-02Update to support Greek and Portuguese localesWu Cheng-Han1-0/+2
2016-09-16Update to support French, Deutsch, Japanese and Spanish localesWu Cheng-Han1-2/+6