summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Changed Gravatar to Libravatar in privacy-templateErik Michelson2020-01-231-2/+2
| | | | Signed-off-by: Erik Michelson <erik@liltv.de>
* Merge pull request #259 from Amolith/masterSheogorath2020-01-211-1/+1
|\ | | | | update env docs in reference to #247
| * update env docs in reference to #247Amolith2020-01-161-1/+1
| | | | | | | | Signed-off-by: Amolith <amolith@nixnet.xyz>
* | Merge pull request #250 from ErikMichelson/fix/signin-focusSheogorath2020-01-201-0/+14
|\ \ | |/ |/| Fix #249 - Focus user field after opening login modal
| * Fix #249 - Focus user field after opening login modalErik Michelson2020-01-081-0/+14
| | | | | | | | Signed-off-by: Erik Michelson <erik@liltv.de>
* | Merge pull request #257 from bluehood/fix_fonts_without_cdnSheogorath2020-01-152-27/+32
|\ \ | | | | | | Fix font loading when useCDN is false
| * | Fix font path when useCND is false and `urlPath` is usedEnrico Guiraud2020-01-151-26/+26
| | | | | | | | | | | | Signed-off-by: Enrico Guiraud <enrico.guiraud@cern.ch>
| * | Fix font paths when useCDN is false and no `urlPath` is presentEnrico Guiraud2020-01-151-1/+6
|/ / | | | | | | Signed-off-by: Enrico Guiraud <enrico.guiraud@cern.ch>
* | Merge pull request #248 from b10102016/patch-1Sheogorath2020-01-131-6/+6
|\ \ | | | | | | Update example config for gitlab authorization
| * | Update example config for gitlab authorizationIan Tsai2020-01-131-6/+6
| |/ | | | | | | | | | | Update example config for gitlab authorization Signed-off-by: Ian Tsai <b10102016@gmail.com>
* | Merge pull request #252 from ccoenen/masterClaudius Coenen2020-01-121-2/+1
|\ \ | |/ |/| heroku complains about dialect
| * heroku complains about dialectClaudius2020-01-111-2/+1
|/ | | | Signed-off-by: Claudius <opensource@amenthes.de>
* Merge pull request #235 from soerface/issue-234Sheogorath2019-12-281-4/+4
|\ | | | | Fix #234 - make manage_users work again
| * Check for falsy existing_user variable. Fixes #234Soeren Wegener2019-12-091-4/+4
| | | | | | | | | | | | | | Use another return code for "User already exist" This allows external scripts to differentiate between failure reasons. Signed-off-by: Soeren Wegener <wegener92@gmail.com>
* | Merge pull request #242 from bluehood/fix_urlpathSheogorath2019-12-289-6/+10
|\ \ | | | | | | Fix urlPath support, let CodiMD be served from a subpath correctly
| * | Fix urlPath support, let CodiMD be served from a subpath correctlyEnrico Guiraud2019-12-209-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | Webpack now uses relative paths for resources linked from by static snippets. A templated <base> tag has been introduced in headers so app.js can set the base URL at runtime. Signed-off-by: Enrico Guiraud <enrico.guiraud@cern.ch>
* | | Merge pull request #244 from savaroskij/masterSheogorath2019-12-282-2/+2
|\ \ \ | |/ / |/| | [DOC] Run `manage_users` with `NODE_ENV=production` set.
| * | [DOC] Run `manage_users` with `NODE_ENV=production` set.Matteo Savatteri2019-12-242-2/+2
|/ / | | | | | | | | | | `manage_user` script defaults to `development` environment. Signed-off-by: Matteo Savatteri <matteosavatteri@lcm.mi.infn.it>
* | Merge pull request #239 from bluehood/npm_not_yarnSheogorath2019-12-201-2/+2
|\ \ | | | | | | [DOC] Use `npm start`, not `yarn start` to start
| * | [DOC] Use `npm start`, not `yarn start` to startEnrico Guiraud2019-12-201-2/+2
|/ / | | | | | | | | | | | | `yarn start --production` ignores the `--production` flag, `npm start --production` does not. Signed-off-by: Enrico Guiraud <enrico.guiraud@cern.ch>
* | Merge pull request #243 from bluehood/docsSheogorath2019-12-201-5/+10
|\ \ | |/ |/| [DOC] Misc improvements to manual setup instructions
| * [DOC] Misc improvements to manual setup instructionsEnrico Guiraud2019-12-201-5/+10
|/ | | | Signed-off-by: Enrico Guiraud <enrico.guiraud@cern.ch>
* Merge pull request #218 from hoijui/linkifyHeaderStyleSheogorath2019-12-035-23/+86
|\ | | | | Linkify header style
| * make standard conform [fix]hoijui2019-10-301-8/+5
| | | | | | | | Signed-off-by: hoijui <hoijui.quaero@gmail.com>
| * make `headerIds` `const` [fix]hoijui2019-10-301-1/+1
| | | | | | | | Signed-off-by: hoijui <hoijui.quaero@gmail.com>
| * allow to define header link generation style via environment varhoijui2019-10-301-1/+2
| | | | | | | | Signed-off-by: hoijui <hoijui.quaero@gmail.com>
| * also use gfm header generation in test and debug configuraitonshoijui2019-10-301-2/+4
| | | | | | | | Signed-off-by: hoijui <hoijui.quaero@gmail.com>
| * fix gfm header link generation with respect to `deduplicatedHeaderId`hoijui2019-10-301-19/+69
| | | | | | | | Signed-off-by: hoijui <hoijui.quaero@gmail.com>
| * document `linkifyHeaderStyle` in default.jshoijui2019-10-301-0/+13
| | | | | | | | Signed-off-by: hoijui <hoijui.quaero@gmail.com>
| * linkifyHeaderStyle needs no string-ification; is already str.hoijui2019-10-301-1/+1
| | | | | | | | | | Co-Authored-By: Yukai Huang <yukaihuangtw@gmail.com> Signed-off-by: hoijui <hoijui.quaero@gmail.com>
* | Merge pull request #224 from davidmehren/webpack_updatesSheogorath2019-12-032-698/+671
|\ \ | | | | | | Upgrade webpack & plugins
| * | Upgrade webpack & pluginsDavid Mehren2019-11-232-698/+671
| | | | | | | | | | | | Signed-off-by: David Mehren <dmehren1@gmail.com>
* | | Merge pull request #227 from foobarable/fix/samlSheogorath2019-12-0313-28/+10
|\ \ \ | |/ / |/| | Fixing redirection after SAML login
| * | Making the linter happy by removing superfluous ;Ralph Krimmel2019-11-290-0/+0
| |\ \ | | | | | | | | | | | | Signed-off-by: Ralph Krimmel <rkrimme1@gwdg.de>
| | * \ Merge branch 'fix/saml' of https://github.com/foobarable/server into fix/samlRalph Krimmel2019-11-280-0/+0
| | |\ \ | | | | | | | | | | | | | | | Signed-off-by: Ralph Krimmel <rkrimme1@gwdg.de>
| * | \ \ Making the linter happy by removing superfluous ;Ralph Krimmel2019-11-290-0/+0
| |\ \ \ \ | | |/ / / | |/| / / | | |/ / Signed-off-by: Ralph Krimmel <rkrimme1@gwdg.de>
| | * | Making the linter happy by removing superfluous ;Ralph Krimmel2019-11-281-1/+1
| | | |
| * | | Making the linter happy by removing superfluous ;Ralph Krimmel2019-11-281-1/+1
| |/ / | | | | | | | | | Signed-off-by: Ralph Krimmel <rkrimme1@gwdg.de>
| * | Removing returnTo setting from referer in all other authentication sourcesRalph Krimmel2019-11-2812-28/+8
| | | | | | | | | | | | Signed-off-by: Ralph Krimmel <rkrimme1@gwdg.de>
| * | Moving the storage of referrer information to main authorization check ↵Ralph Krimmel2019-11-282-5/+5
| | | | | | | | | | | | | | | | | | instead of doing it in the authentication source Signed-off-by: Ralph Krimmel <rkrimme1@gwdg.de>
| * | Fixing linting problemsRalph Krimmel2019-11-271-4/+3
| | | | | | | | | | | | Signed-off-by: Ralph Krimmel <rkrimme1@gwdg.de>
| * | Fixing redirection after SAML loginfoobarable2019-11-271-2/+5
|/ / | | | | | | | | | | Saving referer into session in SAML auth so passport can redirect correctly after SAML login. Signed-off-by: Ralph Krimmel <rkrimme1@gwdg.de>
* | Merge pull request #213 from davidmehren/refactor_backend_notesSheogorath2019-11-2019-581/+564
|\ \ | | | | | | First steps in refactoring the backend code
| * | Inline renderPublishSlideDavid Mehren2019-10-271-8/+4
| | | | | | | | | | | | Signed-off-by: David Mehren <dmehren1@gmail.com>
| * | Inline responseCodiMDDavid Mehren2019-10-271-18/+14
| | | | | | | | | | | | Signed-off-by: David Mehren <dmehren1@gmail.com>
| * | Inline publish and slideDavid Mehren2019-10-271-10/+2
| | | | | | | | | | | | Signed-off-by: David Mehren <dmehren1@gmail.com>
| * | Inline renderPublishDavid Mehren2019-10-271-8/+4
| | | | | | | | | | | | Signed-off-by: David Mehren <dmehren1@gmail.com>
| * | Move showPublishNote and publishNoteActions to note controllerDavid Mehren2019-10-276-125/+99
| | | | | | | | | | | | Signed-off-by: David Mehren <dmehren1@gmail.com>
| * | Move showNote to note controllerDavid Mehren2019-10-273-133/+19
| | | | | | | | | | | | Signed-off-by: David Mehren <dmehren1@gmail.com>
| * | Move note actions into their own fileDavid Mehren2019-10-272-9/+131
| | | | | | | | | | | | Signed-off-by: David Mehren <dmehren1@gmail.com>