Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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-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> | ||||
* | | Update sv.json (POEditor.com) | Sheogorath | 2019-11-20 | 1 | -1/+2 |
| | | |||||
* | | Update sk.json (POEditor.com) | Sheogorath | 2019-11-20 | 1 | -3/+4 |
| | | |||||
* | | Update it.json (POEditor.com) | Sheogorath | 2019-11-20 | 1 | -3/+4 |
| | | |||||
* | | Update fr.json (POEditor.com) | Sheogorath | 2019-11-20 | 1 | -1/+2 |
| | | |||||
* | | Update ca.json (POEditor.com) | Sheogorath | 2019-11-20 | 1 | -103/+121 |
| | | |||||
* | | Merge pull request #223 from codimd/snyk-fix-84ae3f6ae6fb5c18e43decdf8ab49318 | Sheogorath | 2019-11-16 | 1 | -1/+1 |
|\ \ | | | | | | | [Snyk] Fix for 1 vulnerabilities | ||||
| * | | fix: package.json to reduce vulnerabilities | snyk-bot | 2019-11-16 | 1 | -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_crash | Sheogorath | 2019-10-30 | 1 | -1/+1 |
|\ \ | | | | | | | Fix crash in lutim integration | ||||
| * | | Fix crash in lutim integration | Girish Ramakrishnan | 2019-10-29 | 1 | -1/+1 |
|/ / | | | | | | | Signed-off-by: Girish Ramakrishnan <girish@cloudron.io> | ||||
* | | Merge pull request #210 from davidmehren/mathjax_fix | Sheogorath | 2019-10-29 | 2 | -2/+10 |
|\ \ | | | | | | | Fix compatibility with MathJax 2.7.6 | ||||
| * | | Fix compatibility with MathJax 2.7.6 | David Mehren | 2019-10-25 | 2 | -2/+10 |
| |/ | | | | | | | Signed-off-by: David Mehren <dmehren1@gmail.com> | ||||
* | | Merge pull request #209 from davidmehren/webpack_docs | Sheogorath | 2019-10-29 | 1 | -1/+8 |
|\ \ | | | | | | | Improve webpack dev documentation | ||||
| * | | Improve webpack dev documentation | David Mehren | 2019-10-25 | 1 | -1/+8 |
| |/ | | | | | | | Signed-off-by: David Mehren <dmehren1@gmail.com> | ||||
* | | Merge pull request #212 from davidmehren/webpack_cleanup | Sheogorath | 2019-10-29 | 1 | -5/+1 |
|\ \ | | | | | | | Remove unused webpack plugins from package.json | ||||
| * | | Remove unused webpack plugins from package.json | David Mehren | 2019-10-25 | 1 | -5/+1 |
| |/ | | | | | | | Signed-off-by: David Mehren <dmehren1@gmail.com> | ||||
* | | Merge pull request #215 from SISheogorath/upgrade/database-versions | Sheogorath | 2019-10-29 | 2 | -173/+399 |
|\ \ | | | | | | | Upgrade all ORM/database related packages | ||||
| * | | Upgrade all ORM/database related packages | Sheogorath | 2019-10-28 | 2 | -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-yarn | Sheogorath | 2019-10-28 | 2 | -6/+6 |
|\ \ | |/ |/| | Replace `npm` with `yarn` commands in docs. | ||||
| * | Replaces `npm` with `yarn` commands in docs. | Jonas Zohren | 2019-10-25 | 2 | -6/+6 |
|/ | | | | Signed-off-by: Jonas Zohren <jonas.zohren@tu-dortmund.de> | ||||
* | Update yarn.lock | Sheogorath | 2019-10-23 | 1 | -134/+164 |
| | |||||
* | Merge pull request #205 from hoijui/linkifyHeaderStyle | Sheogorath | 2019-10-23 | 5 | -7/+16 |
|\ | | | | | Allow to generate lower case header references through the config | ||||
| * | Allow to generate lower case header references through the config | hoijui | 2019-10-22 | 5 | -4/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This makes the references consistent/compatible with GitHub, GitLab, Pandoc and many other tools. This behavior can be enabled in config.json with: ``` "linkifyHeaderStyle": "gfm" ``` Signed-off-by: hoijui <hoijui.quaero@gmail.com> | ||||
| * | slight doc comment touch-up/simplification [minor] | hoijui | 2019-10-22 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: hoijui <hoijui.quaero@gmail.com> | ||||
* | | Merge pull request #206 from SISheogorath/fix/CVE-2019-15499 | Sheogorath | 2019-10-22 | 1 | -1/+1 |
|\ \ | |/ |/| | Don't accept sandbox attribute | ||||
| * | Don't accept sandbox attribute | RyotaK | 2019-10-22 | 1 | -1/+1 |
|/ | | | | | | Because sandbox is whitelist attribute, attacker will be able to create iframe that has more permission than default. Signed-off-by: RyotaK <49341894+ry0tak@users.noreply.github.com> | ||||
* | Merge pull request #200 from ErikMichelson/docs/api | Sheogorath | 2019-10-20 | 2 | -0/+524 |
|\ | | | | | Add API documentation (#172) | ||||
| * | Fixed JSON syntax error in api doc example | Erik Michelson | 2019-10-18 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Erik Michelson <erik@liltv.de> | ||||
| * | Finishing openapi doc | Erik Michelson | 2019-10-17 | 1 | -1/+288 |
| | | | | | | | | | | | | version 1.6.0 is noted as this document already contains the 1.6.0 endpoint /new/alias Signed-off-by: Erik Michelson <erik@liltv.de> | ||||
| * | WIP: Adding openapi doc | Erik Michelson | 2019-10-15 | 2 | -1/+195 |
| | | | | | | | | Signed-off-by: Erik Michelson <erik@liltv.de> | ||||
| * | Added API-doc as markdown file | Erik Michelson | 2019-10-13 | 1 | -0/+43 |
|/ | | | | Signed-off-by: Erik Michelson <erik@liltv.de> | ||||
* | Merge pull request #199 from SISheogorath/fix/opengraph | Sheogorath | 2019-10-12 | 1 | -1/+2 |
|\ | | | | | Fix broken error template due to missing opengraph |