| Commit message (Expand) | Author | Files | Lines |
2021-03-29 | Remove yahoo domain from default CSP rules | Erik Michelson | 1 | -1/+1 |
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 | 2 | -1/+17 |
2021-03-29 | ImageUpload: Fix errors with .jpeg and .svg | Philip Molares | 1 | -2/+17 |
2021-03-28 | Config: Remove image/jpg | Philip Molares | 1 | -2/+0 |
2021-03-12 | Replace request library with node-fetch | Erik Michelson | 1 | -47/+58 |
2021-02-27 | Run database migrations automatically on startup | David Mehren | 1 | -0/+31 |
2021-02-17 | Add HTTP 404 error on non-existent note downloads | Erik Michelson | 2 | -3/+6 |
2021-02-16 | Use new uuid export | David Mehren | 1 | -2/+2 |
2021-02-15 | Linter: Fix all lint errors | Philip Molares | 33 | -425/+464 |
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-02-02 | Fix note creation in FreeURL mode not using template | Erik Michelson | 1 | -3/+4 |
2021-01-23 | Don't add new config option in hackmd compatibility layer | Nicolas Dietrich | 1 | -1/+0 |
2021-01-23 | Keep JS and env varibale name in sync (requireFreeURLAuthentication) | Nicolas Dietrich | 1 | -1/+1 |
2021-01-22 | Add config option which requires authentication in FreeURL mode | Nicolas Dietrich | 4 | -1/+4 |
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-12-02 | Add missing catch | Tilman Vatteroth | 1 | -1/+2 |
2020-12-02 | Catch more errors | Tilman Vatteroth | 9 | -10/+31 |
2020-11-30 | [Migrations] Replace similar code | Tilman Vatteroth | 1 | -2/+1 |
2020-11-30 | [Migrations] Add variant of error message to catch block | Tilman Vatteroth | 1 | -1/+4 |
2020-11-30 | Fix crash when OAuth2 config parameters are missing | David Mehren | 1 | -12/+19 |
2020-11-27 | Replace mentions of `config.js` with `config.json` | David Mehren | 1 | -3/+3 |
2020-11-26 | Remove pdf export code | Tilman Vatteroth | 7 | -54/+2 |
2020-11-25 | Add oauth2 authorization | Joachim Mathes | 2 | -2/+26 |
2020-11-15 | apply review suggestions | Tilman Vatteroth | 1 | -1/+1 |
2020-11-14 | Correct repo name | Tilman Vatteroth | 1 | -1/+1 |
2020-11-14 | Replace CodiMD with HedgeDoc | Erik Michelson | 6 | -6/+6 |
2020-11-12 | Makes the mime also work with upper case extension | pierreozoux | 1 | -1/+1 |
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-09-08 | Update documentation and messages to new default value | Erik Michelson | 1 | -1/+1 |
2020-08-27 | Changed default policy from 'strict' to 'lax' due to the reasons mentioned in... | Erik Michelson | 2 | -2/+2 |
2020-08-27 | Add config option for cookie SameSite policy | Erik Michelson | 4 | -1/+9 |
2020-08-23 | Add missing unsafe-inline CSP directive | Erik Michelson | 1 | -1/+1 |
2020-08-23 | Add dropbox CSP directive if configured and make button clickable | Erik Michelson | 1 | -0/+5 |
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 | 3 | -0/+3 |
2020-07-04 | Fixed meta parsing of lang-attribute for using it in the published-view | Erik Michelson | 2 | -1/+2 |
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 | 4 | -4/+8 |
2020-04-28 | findNoteOrCreate: Create new note with empty string instead of `null` | Sandro | 1 | -1/+1 |
2020-03-21 | Fix broken redirect on login | Sheogorath | 1 | -2/+4 |
2020-03-21 | Backport Fix for relative theme path | Sheogorath | 1 | -1/+1 |