summaryrefslogtreecommitdiff
path: root/lib/web (follow)
Commit message (Expand)AuthorAgeFilesLines
* ImageRouterImgur: Replace imgur library with note-fetch requestPhilip Molares2021-04-221-6/+24
* Merge pull request #1079 from hedgedoc/fix/mimeTypesYannick Bungers2021-03-291-2/+17
|\
| * ImageUpload: Fix errors with .jpeg and .svgPhilip Molares2021-03-291-2/+17
* | Add better logging messagesErik Michelson2021-03-291-2/+2
* | Check for existing notes on POST and dont override themErik Michelson2021-03-291-1/+14
|/
* Add HTTP 404 error on non-existent note downloadsErik Michelson2021-02-172-3/+6
* Linter: Fix all lint errorsPhilip Molares2021-02-1519-66/+86
* Switch to minio v7 APIDavid Mehren2021-02-121-1/+1
* Fix SAML auth error loggingDavid Mehren2021-02-111-1/+1
* Add config option which requires authentication in FreeURL modeNicolas Dietrich2021-01-221-1/+1
* Minor refactoring of freeURL condition checkNicolas Dietrich2021-01-221-4/+6
* Always save uploads to a tmpdir first and cleanup afterwardsDavid Mehren2020-12-272-9/+24
* Improve MIME-type checks of uploaded filesDavid Mehren2020-12-271-4/+22
* Rework error messages for image uploadsSheogorath2020-12-271-4/+4
* Fix unauthenticated file uploadsSheogorath2020-12-271-0/+3
* Fix arbitary file upload for uploadimage API endpointSheogorath2020-12-271-2/+8
* Fix crash when OAuth2 config parameters are missingDavid Mehren2020-11-301-12/+19
* Merge pull request #596 from hedgedoc/remove-pdf-export-codeDavid Mehren2020-11-272-41/+0
|\
| * Remove pdf export codeTilman Vatteroth2020-11-262-41/+0
* | Add oauth2 authorizationJoachim Mathes2020-11-251-1/+22
|/
* Replace CodiMD with HedgeDocErik Michelson2020-11-142-2/+2
* Save note title to database when creating a noteDavid Mehren2020-11-111-1/+2
* Generic OAuth2: Set state: trueDexter Chua2020-10-221-1/+2
* Add config option for cookie SameSite policyErik Michelson2020-08-271-1/+2
* saml: make logger print actual error messageSimeon Keske2020-07-111-2/+2
* add error handling to saml-certsSimeon Keske2020-07-111-2/+15
* allow to set a saml client certificateSimeon Keske2020-07-111-0/+1
* Fixed meta parsing of lang-attribute for using it in the published-viewErik Michelson2020-07-041-1/+1
* Added dynamic lang-attr to pretty.ejsErik Michelson2020-07-031-0/+1
* Backport of #278 for 1.6.1Victor Berger2020-06-201-1/+2
* findNoteOrCreate: Create new note with empty string instead of `null`Sandro2020-04-281-1/+1
* Backport Fix for relative theme pathSheogorath2020-03-211-1/+1
* Add Google oauth variable: hostedDomainike2020-02-081-1/+1
* Removing returnTo setting from referer in all other authentication sourcesRalph Krimmel2019-11-2812-28/+8
* Moving the storage of referrer information to main authorization check instea...Ralph Krimmel2019-11-281-5/+3
* Fixing linting problemsRalph Krimmel2019-11-271-4/+3
* Fixing redirection after SAML loginfoobarable2019-11-271-2/+5
* Merge pull request #213 from davidmehren/refactor_backend_notesSheogorath2019-11-2014-67/+492
|\
| * Inline renderPublishSlideDavid Mehren2019-10-271-8/+4
| * Inline responseCodiMDDavid Mehren2019-10-271-18/+14
| * Inline publish and slideDavid Mehren2019-10-271-10/+2
| * Inline renderPublishDavid Mehren2019-10-271-8/+4
| * Move showPublishNote and publishNoteActions to note controllerDavid Mehren2019-10-275-43/+99
| * Move showNote to note controllerDavid Mehren2019-10-272-105/+19
| * Move note actions into their own fileDavid Mehren2019-10-272-9/+131
| * Rename actions.js to controller.js and rename functions to be more descriptiveDavid Mehren2019-10-272-20/+31
| * Move slide actions to own fileDavid Mehren2019-10-272-2/+86
| * Fix errors constant in note/actions.jsDavid Mehren2019-10-271-7/+7
| * Move note actions to their own file.David Mehren2019-10-2712-67/+325
* | Fix crash in lutim integrationGirish Ramakrishnan2019-10-291-1/+1
|/