summaryrefslogtreecommitdiff
path: root/public/views/index.ejs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Improve index layout and UX with UI adjustments and better wordingWu Cheng-Han2016-08-151-23/+45
|
* Update bower dependencies and cdn versionWu Cheng-Han2016-07-301-1/+1
|
* Update bootstrap to 3.3.7 and jQuery to 3.1.0 with related patchesWu Cheng-Han2016-07-301-3/+3
|