summaryrefslogtreecommitdiff
path: root/public/views/index.ejs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Templates: Remove lang and add translation parameterPhilip Molares2021-03-161-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 importsDavid Mehren2021-02-091-4/+4
| | | | Signed-off-by: David Mehren <git@herrmehren.de>
* Remove irritating footer filesTilman Vatteroth2020-11-181-1/+0
| | | | Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
* Refactor templates and rearrange its pathWu Cheng-Han2017-01-211-211/+5
|
* Add screenshot on index pageWu Cheng-Han2017-01-211-0/+1
|
* Update index layout to add profile on navbarWu Cheng-Han2017-01-161-20/+24
|
* Merge pull request #279 from alecdwm/ldap-authMax Wu2017-01-091-2/+2
|\ | | | | Support for LDAP server authentication
| * LDAP signin form moved to main signin-modalalecdwm2016-12-141-1/+0
| | | | | | | | | | - previously was a separate modal - now is located on main modal, like email auth
| * Initial support for LDAP server authenticationalecdwm2016-12-131-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 indexWu Cheng-Han2017-01-021-1/+1
| |
* | Update year to 2017Wu Cheng-Han2017-01-021-1/+1
| |
* | Added Esperanto translationJames Stephenson2016-12-301-0/+1
| | | | | | | | Translation by Jonathan Powell and James Stephenson
* | Fixed typo: anonmyousFlorian Rhiem2016-12-211-2/+2
| |
* | Upgrade dependenciesWu Cheng-Han2016-12-191-3/+3
| |
* | Add support of allow anonymous config option with correspond modificationsWu Cheng-Han2016-12-151-0/+4
|/
* Fix index signin and signout button might not shown if only email enabledWu Cheng-Han2016-12-071-2/+2
|
* Fix Facebook page link nameWu Cheng-Han2016-12-061-1/+1
|
* Update to support optional email register and signinWu Cheng-Han2016-12-021-0/+7
|
* Optimize index page resources packing and loadsWu Cheng-Han2016-11-261-26/+8
|
* Update to separate polypill for IE to a templateWu Cheng-Han2016-11-261-0/+1
|
* Add font css to templatesYukai Huang2016-11-031-0/+2
|
* Require cover stylesheetsYukai Huang2016-11-021-2/+0
|
* Fix conflicting bootstrap in index and add select2 in non-cdn resourceWu Cheng-Han2016-10-231-1/+1
|
* Update to move select2 dependency to bower and add its cdn sourcesWu Cheng-Han2016-10-231-1/+3
|
* Fix some typo of PR #230Wu Cheng-Han2016-10-231-1/+1
|
* Use CDNJS by default with https and SRI supportPeter Dave Hello2016-10-231-15/+15
|
* Update to support Swedish localeWu Cheng-Han2016-10-211-0/+1
|
* Fix index social-foot stylesWu Cheng-Han2016-10-191-1/+1
|
* Update to support Hindi localeWu Cheng-Han2016-10-141-0/+1
|
* Move list-pagination plugin to CDNYukai Huang2016-10-141-0/+1
|
* Move highlight.js to CDNYukai Huang2016-10-141-0/+1
|
* Add handlebars script tagYukai Huang2016-10-131-0/+1
|
* Fix history deletionYukai Huang2016-10-131-1/+3
|
* Optimize common assets with CDNYukai Huang2016-10-131-1/+2
| | | | | | | * jquery * lodash * socket.io * boostrap
* Enable production assets hashYukai Huang2016-10-121-2/+2
|
* Load more scripts using webpackYukai Huang2016-10-121-1/+0
|
* Merge branch 'master' into webpack-frontendYukai Huang2016-10-111-4/+12
|\
| * Update to support pagination for history listWu Cheng-Han2016-10-111-0/+2
| |
| * Update npm and bower dependencies with related patchWu Cheng-Han2016-10-101-3/+3
| |
| * Fix broken link id referenceWu Cheng-Han2016-10-101-1/+1
| |
| * Update to support Ukrainian localeWu Cheng-Han2016-10-101-0/+1
| |
| * Add support of Italian, Turkish, Russian, Dutch, Croatian, Polish localesWu Cheng-Han2016-10-101-0/+6
| |
| * Extract config.js from common.js to make client setting file clean and also ↵Wu Cheng-Han2016-10-101-0/+1
| | | | | | | | make upgrade easier
* | Optimize viz.js async rendering through webpack chunkYukai Huang2016-10-111-1/+1
| |
* | Manage more packages with npm and webpackYukai Huang2016-10-111-7/+1
| |
* | Split common vendor javascript into chunksYukai Huang2016-10-111-2/+1
| |
* | Cover page is now workingYukai Huang2016-10-101-4/+1
|/
* Update to support Greek and Portuguese localesWu Cheng-Han2016-10-021-0/+2
|
* Update to support French, Deutsch, Japanese and Spanish localesWu Cheng-Han2016-09-161-2/+6
|
* Add support of i18n with related patches and support "en" and "zh" locales ↵Wu Cheng-Han2016-08-191-32/+37
| | | | for now