| Commit message (Expand) | Author | Files | Lines |
2021-03-29 | Add better logging messages | Erik Michelson | 1 | -2/+2 |
2021-03-29 | Check for existing notes on POST and dont override them | Erik Michelson | 1 | -1/+14 |
2021-03-29 | ImageUpload: Fix errors with .jpeg and .svg | Philip Molares | 1 | -2/+17 |
2021-02-17 | Add HTTP 404 error on non-existent note downloads | Erik Michelson | 2 | -3/+6 |
2021-02-15 | Linter: Fix all lint errors | Philip Molares | 19 | -66/+86 |
2021-02-12 | Switch to minio v7 API | David Mehren | 1 | -1/+1 |
2021-02-11 | Fix SAML auth error logging | David Mehren | 1 | -1/+1 |
2021-01-22 | Add config option which requires authentication in FreeURL mode | Nicolas Dietrich | 1 | -1/+1 |
2021-01-22 | Minor refactoring of freeURL condition check | Nicolas Dietrich | 1 | -4/+6 |
2020-12-27 | Always save uploads to a tmpdir first and cleanup afterwards | David Mehren | 2 | -9/+24 |
2020-12-27 | Improve MIME-type checks of uploaded files | David Mehren | 1 | -4/+22 |
2020-12-27 | Rework error messages for image uploads | Sheogorath | 1 | -4/+4 |
2020-12-27 | Fix unauthenticated file uploads | Sheogorath | 1 | -0/+3 |
2020-12-27 | Fix arbitary file upload for uploadimage API endpoint | Sheogorath | 1 | -2/+8 |
2020-11-30 | Fix crash when OAuth2 config parameters are missing | David Mehren | 1 | -12/+19 |
2020-11-26 | Remove pdf export code | Tilman Vatteroth | 2 | -41/+0 |
2020-11-25 | Add oauth2 authorization | Joachim Mathes | 1 | -1/+22 |
2020-11-14 | Replace CodiMD with HedgeDoc | Erik Michelson | 2 | -2/+2 |
2020-11-11 | Save note title to database when creating a note | David Mehren | 1 | -1/+2 |
2020-10-22 | Generic OAuth2: Set state: true | Dexter Chua | 1 | -1/+2 |
2020-08-27 | Add config option for cookie SameSite policy | Erik Michelson | 1 | -1/+2 |
2020-07-11 | saml: make logger print actual error message | Simeon Keske | 1 | -2/+2 |
2020-07-11 | add error handling to saml-certs | Simeon Keske | 1 | -2/+15 |
2020-07-11 | allow to set a saml client certificate | Simeon Keske | 1 | -0/+1 |
2020-07-04 | Fixed meta parsing of lang-attribute for using it in the published-view | Erik Michelson | 1 | -1/+1 |
2020-07-03 | Added dynamic lang-attr to pretty.ejs | Erik Michelson | 1 | -0/+1 |
2020-06-20 | Backport of #278 for 1.6.1 | Victor Berger | 1 | -1/+2 |
2020-04-28 | findNoteOrCreate: Create new note with empty string instead of `null` | Sandro | 1 | -1/+1 |
2020-03-21 | Backport Fix for relative theme path | Sheogorath | 1 | -1/+1 |
2020-02-08 | Add Google oauth variable: hostedDomain | ike | 1 | -1/+1 |
2019-11-28 | Removing returnTo setting from referer in all other authentication sources | Ralph Krimmel | 12 | -28/+8 |
2019-11-28 | Moving the storage of referrer information to main authorization check instea... | Ralph Krimmel | 1 | -5/+3 |
2019-11-27 | Fixing linting problems | Ralph Krimmel | 1 | -4/+3 |
2019-11-27 | Fixing redirection after SAML login | foobarable | 1 | -2/+5 |
2019-10-29 | Fix crash in lutim integration | Girish Ramakrishnan | 1 | -1/+1 |
2019-10-27 | Inline renderPublishSlide | David Mehren | 1 | -8/+4 |
2019-10-27 | Inline responseCodiMD | David Mehren | 1 | -18/+14 |
2019-10-27 | Inline publish and slide | David Mehren | 1 | -10/+2 |
2019-10-27 | Inline renderPublish | David Mehren | 1 | -8/+4 |
2019-10-27 | Move showPublishNote and publishNoteActions to note controller | David Mehren | 5 | -43/+99 |
2019-10-27 | Move showNote to note controller | David Mehren | 2 | -105/+19 |
2019-10-27 | Move note actions into their own file | David Mehren | 2 | -9/+131 |
2019-10-27 | Rename actions.js to controller.js and rename functions to be more descriptive | David Mehren | 2 | -20/+31 |
2019-10-27 | Move slide actions to own file | David Mehren | 2 | -2/+86 |
2019-10-27 | Fix errors constant in note/actions.js | David Mehren | 1 | -7/+7 |
2019-10-27 | Move note actions to their own file. | David Mehren | 12 | -67/+325 |
2019-10-22 | Allow to generate lower case header references through the config | hoijui | 1 | -1/+2 |
2019-09-04 | Refactored note-creation with given noteId | Erik Michelson | 1 | -3/+3 |
2019-09-04 | Added endpoint for note-creation with given alias | Erik Michelson | 1 | -0/+2 |
2019-06-08 | Rework debug logging | Sheogorath | 11 | -37/+33 |