summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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>
| * | Rename actions.js to controller.js and rename functions to be more descriptiveDavid Mehren2019-10-273-34/+33
| | | | | | | | | | | | | | | | | | Move postNote to NoteController and rename to createFromPost Signed-off-by: David Mehren <dmehren1@gmail.com>
| * | Move slide actions to own fileDavid Mehren2019-10-274-85/+87
| | | | | | | | | | | | Signed-off-by: David Mehren <dmehren1@gmail.com>
| * | Fix errors constant in note/actions.jsDavid Mehren2019-10-271-7/+7
| | | | | | | | | | | | Signed-off-by: David Mehren <dmehren1@gmail.com>
| * | Move note actions to their own file.David Mehren2019-10-2716-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>
* | | Update sv.json (POEditor.com)Sheogorath2019-11-201-1/+2
| | |
* | | Update sk.json (POEditor.com)Sheogorath2019-11-201-3/+4
| | |
* | | Update it.json (POEditor.com)Sheogorath2019-11-201-3/+4
| | |
* | | Update fr.json (POEditor.com)Sheogorath2019-11-201-1/+2
| | |
* | | Update ca.json (POEditor.com)Sheogorath2019-11-201-103/+121
| | |
* | | Merge pull request #223 from codimd/snyk-fix-84ae3f6ae6fb5c18e43decdf8ab49318Sheogorath2019-11-161-1/+1
|\ \ \ | |_|/ |/| | [Snyk] Fix for 1 vulnerabilities
| * | fix: package.json to reduce vulnerabilitiessnyk-bot2019-11-161-1/+1
|/ / | | | | | | | | The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-534478
* | Merge pull request #217 from cloudron-io/lutim_crashSheogorath2019-10-301-1/+1
|\ \ | | | | | | Fix crash in lutim integration
| * | Fix crash in lutim integrationGirish Ramakrishnan2019-10-291-1/+1
|/ / | | | | | | Signed-off-by: Girish Ramakrishnan <girish@cloudron.io>
* | Merge pull request #210 from davidmehren/mathjax_fixSheogorath2019-10-292-2/+10
|\ \ | | | | | | Fix compatibility with MathJax 2.7.6
| * | Fix compatibility with MathJax 2.7.6David Mehren2019-10-252-2/+10
| |/ | | | | | | Signed-off-by: David Mehren <dmehren1@gmail.com>
* | Merge pull request #209 from davidmehren/webpack_docsSheogorath2019-10-291-1/+8
|\ \ | | | | | | Improve webpack dev documentation
| * | Improve webpack dev documentationDavid Mehren2019-10-251-1/+8
| |/ | | | | | | Signed-off-by: David Mehren <dmehren1@gmail.com>
* | Merge pull request #212 from davidmehren/webpack_cleanupSheogorath2019-10-291-5/+1
|\ \ | | | | | | Remove unused webpack plugins from package.json
| * | Remove unused webpack plugins from package.jsonDavid Mehren2019-10-251-5/+1
| |/ | | | | | | Signed-off-by: David Mehren <dmehren1@gmail.com>
* | Merge pull request #215 from SISheogorath/upgrade/database-versionsSheogorath2019-10-292-173/+399
|\ \ | | | | | | Upgrade all ORM/database related packages
| * | Upgrade all ORM/database related packagesSheogorath2019-10-282-173/+399
|/ / | | | | | | | | | | | | | | | | This patch provides some major upgrades to all database backend library. It also fixes an issues that appears since the change from sequelize v3 to v5 where mariadb was originally handled by mysql2 and is now handled by an own mariadb library. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | Merge pull request #208 from jfowl/doc-change-to-yarnSheogorath2019-10-282-6/+6
|\ \ | |/ |/| Replace `npm` with `yarn` commands in docs.