Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update env docs in reference to #247 | Amolith | 2020-01-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Amolith <amolith@nixnet.xyz> | ||||
* | Merge pull request #257 from bluehood/fix_fonts_without_cdn | Sheogorath | 2020-01-15 | 2 | -27/+32 |
|\ | | | | | Fix font loading when useCDN is false | ||||
| * | Fix font path when useCND is false and `urlPath` is used | Enrico Guiraud | 2020-01-15 | 1 | -26/+26 |
| | | | | | | | | Signed-off-by: Enrico Guiraud <enrico.guiraud@cern.ch> | ||||
| * | Fix font paths when useCDN is false and no `urlPath` is present | Enrico Guiraud | 2020-01-15 | 1 | -1/+6 |
|/ | | | | Signed-off-by: Enrico Guiraud <enrico.guiraud@cern.ch> | ||||
* | Merge pull request #248 from b10102016/patch-1 | Sheogorath | 2020-01-13 | 1 | -6/+6 |
|\ | | | | | Update example config for gitlab authorization | ||||
| * | Update example config for gitlab authorization | Ian Tsai | 2020-01-13 | 1 | -6/+6 |
| | | | | | | | | | | | | Update example config for gitlab authorization Signed-off-by: Ian Tsai <b10102016@gmail.com> | ||||
* | | Merge pull request #252 from ccoenen/master | Claudius Coenen | 2020-01-12 | 1 | -2/+1 |
|\ \ | |/ |/| | heroku complains about dialect | ||||
| * | heroku complains about dialect | Claudius | 2020-01-11 | 1 | -2/+1 |
|/ | | | | Signed-off-by: Claudius <opensource@amenthes.de> | ||||
* | Merge pull request #235 from soerface/issue-234 | Sheogorath | 2019-12-28 | 1 | -4/+4 |
|\ | | | | | Fix #234 - make manage_users work again | ||||
| * | Check for falsy existing_user variable. Fixes #234 | Soeren Wegener | 2019-12-09 | 1 | -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_urlpath | Sheogorath | 2019-12-28 | 9 | -6/+10 |
|\ \ | | | | | | | Fix urlPath support, let CodiMD be served from a subpath correctly | ||||
| * | | Fix urlPath support, let CodiMD be served from a subpath correctly | Enrico Guiraud | 2019-12-20 | 9 | -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/master | Sheogorath | 2019-12-28 | 2 | -2/+2 |
|\ \ \ | |/ / |/| | | [DOC] Run `manage_users` with `NODE_ENV=production` set. | ||||
| * | | [DOC] Run `manage_users` with `NODE_ENV=production` set. | Matteo Savatteri | 2019-12-24 | 2 | -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_yarn | Sheogorath | 2019-12-20 | 1 | -2/+2 |
|\ \ | | | | | | | [DOC] Use `npm start`, not `yarn start` to start | ||||
| * | | [DOC] Use `npm start`, not `yarn start` to start | Enrico Guiraud | 2019-12-20 | 1 | -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/docs | Sheogorath | 2019-12-20 | 1 | -5/+10 |
|\ \ | |/ |/| | [DOC] Misc improvements to manual setup instructions | ||||
| * | [DOC] Misc improvements to manual setup instructions | Enrico Guiraud | 2019-12-20 | 1 | -5/+10 |
|/ | | | | Signed-off-by: Enrico Guiraud <enrico.guiraud@cern.ch> | ||||
* | Merge pull request #218 from hoijui/linkifyHeaderStyle | Sheogorath | 2019-12-03 | 5 | -23/+86 |
|\ | | | | | Linkify header style | ||||
| * | make standard conform [fix] | hoijui | 2019-10-30 | 1 | -8/+5 |
| | | | | | | | | Signed-off-by: hoijui <hoijui.quaero@gmail.com> | ||||
| * | make `headerIds` `const` [fix] | hoijui | 2019-10-30 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: hoijui <hoijui.quaero@gmail.com> | ||||
| * | allow to define header link generation style via environment var | hoijui | 2019-10-30 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: hoijui <hoijui.quaero@gmail.com> | ||||
| * | also use gfm header generation in test and debug configuraitons | hoijui | 2019-10-30 | 1 | -2/+4 |
| | | | | | | | | Signed-off-by: hoijui <hoijui.quaero@gmail.com> | ||||
| * | fix gfm header link generation with respect to `deduplicatedHeaderId` | hoijui | 2019-10-30 | 1 | -19/+69 |
| | | | | | | | | Signed-off-by: hoijui <hoijui.quaero@gmail.com> | ||||
| * | document `linkifyHeaderStyle` in default.js | hoijui | 2019-10-30 | 1 | -0/+13 |
| | | | | | | | | Signed-off-by: hoijui <hoijui.quaero@gmail.com> | ||||
| * | linkifyHeaderStyle needs no string-ification; is already str. | hoijui | 2019-10-30 | 1 | -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_updates | Sheogorath | 2019-12-03 | 2 | -698/+671 |
|\ \ | | | | | | | Upgrade webpack & plugins | ||||
| * | | Upgrade webpack & plugins | David Mehren | 2019-11-23 | 2 | -698/+671 |
| | | | | | | | | | | | | Signed-off-by: David Mehren <dmehren1@gmail.com> | ||||
* | | | Merge pull request #227 from foobarable/fix/saml | Sheogorath | 2019-12-03 | 13 | -28/+10 |
|\ \ \ | |/ / |/| | | Fixing redirection after SAML login | ||||
| * | | Making the linter happy by removing superfluous ; | Ralph Krimmel | 2019-11-29 | 0 | -0/+0 |
| |\ \ | | | | | | | | | | | | | Signed-off-by: Ralph Krimmel <rkrimme1@gwdg.de> | ||||
| | * \ | Merge branch 'fix/saml' of https://github.com/foobarable/server into fix/saml | Ralph Krimmel | 2019-11-28 | 0 | -0/+0 |
| | |\ \ | | | | | | | | | | | | | | | | Signed-off-by: Ralph Krimmel <rkrimme1@gwdg.de> | ||||
| * | \ \ | Making the linter happy by removing superfluous ; | Ralph Krimmel | 2019-11-29 | 0 | -0/+0 |
| |\ \ \ \ | | |/ / / | |/| / / | | |/ / | Signed-off-by: Ralph Krimmel <rkrimme1@gwdg.de> | ||||
| | * | | Making the linter happy by removing superfluous ; | Ralph Krimmel | 2019-11-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | Making the linter happy by removing superfluous ; | Ralph Krimmel | 2019-11-28 | 1 | -1/+1 |
| |/ / | | | | | | | | | | Signed-off-by: Ralph Krimmel <rkrimme1@gwdg.de> | ||||
| * | | Removing returnTo setting from referer in all other authentication sources | Ralph Krimmel | 2019-11-28 | 12 | -28/+8 |
| | | | | | | | | | | | | Signed-off-by: Ralph Krimmel <rkrimme1@gwdg.de> | ||||
| * | | Moving the storage of referrer information to main authorization check ↵ | Ralph Krimmel | 2019-11-28 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | | | | instead of doing it in the authentication source Signed-off-by: Ralph Krimmel <rkrimme1@gwdg.de> | ||||
| * | | Fixing linting problems | Ralph Krimmel | 2019-11-27 | 1 | -4/+3 |
| | | | | | | | | | | | | Signed-off-by: Ralph Krimmel <rkrimme1@gwdg.de> | ||||
| * | | Fixing redirection after SAML login | foobarable | 2019-11-27 | 1 | -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_notes | Sheogorath | 2019-11-20 | 19 | -581/+564 |
|\ \ | | | | | | | First steps in refactoring the backend code | ||||
| * | | Inline renderPublishSlide | David Mehren | 2019-10-27 | 1 | -8/+4 |
| | | | | | | | | | | | | Signed-off-by: David Mehren <dmehren1@gmail.com> | ||||
| * | | Inline responseCodiMD | David Mehren | 2019-10-27 | 1 | -18/+14 |
| | | | | | | | | | | | | Signed-off-by: David Mehren <dmehren1@gmail.com> | ||||
| * | | Inline publish and slide | David Mehren | 2019-10-27 | 1 | -10/+2 |
| | | | | | | | | | | | | Signed-off-by: David Mehren <dmehren1@gmail.com> | ||||
| * | | Inline renderPublish | David Mehren | 2019-10-27 | 1 | -8/+4 |
| | | | | | | | | | | | | Signed-off-by: David Mehren <dmehren1@gmail.com> | ||||
| * | | Move showPublishNote and publishNoteActions to note controller | David Mehren | 2019-10-27 | 6 | -125/+99 |
| | | | | | | | | | | | | Signed-off-by: David Mehren <dmehren1@gmail.com> | ||||
| * | | Move showNote to note controller | David Mehren | 2019-10-27 | 3 | -133/+19 |
| | | | | | | | | | | | | Signed-off-by: David Mehren <dmehren1@gmail.com> | ||||
| * | | Move note actions into their own file | David Mehren | 2019-10-27 | 2 | -9/+131 |
| | | | | | | | | | | | | Signed-off-by: David Mehren <dmehren1@gmail.com> | ||||
| * | | Rename actions.js to controller.js and rename functions to be more descriptive | David Mehren | 2019-10-27 | 3 | -34/+33 |
| | | | | | | | | | | | | | | | | | | Move postNote to NoteController and rename to createFromPost Signed-off-by: David Mehren <dmehren1@gmail.com> | ||||
| * | | Move slide actions to own file | David Mehren | 2019-10-27 | 4 | -85/+87 |
| | | | | | | | | | | | | Signed-off-by: David Mehren <dmehren1@gmail.com> | ||||
| * | | Fix errors constant in note/actions.js | David Mehren | 2019-10-27 | 1 | -7/+7 |
| | | | | | | | | | | | | Signed-off-by: David Mehren <dmehren1@gmail.com> | ||||
| * | | Move note actions to their own file. | David Mehren | 2019-10-27 | 16 | -390/+410 |
| | | | | | | | | | | | | | | | | | | Because of circular import problems, this commit also moves the error messages from response.js to errors.js Signed-off-by: David Mehren <dmehren1@gmail.com> |