summaryrefslogtreecommitdiff
path: root/lib/web (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Allow to generate lower case header references through the confighoijui2019-10-221-1/+2
* Refactored note-creation with given noteIdErik Michelson2019-09-041-3/+3
* Added endpoint for note-creation with given aliasErik Michelson2019-09-041-0/+2
* Merge pull request #32 from codimd/aws-endpointsSheogorath2019-09-021-1/+3
|\
| * make aws s3 endpoint configurableMathias Merscher2019-02-111-1/+3
* | Rework debug loggingSheogorath2019-06-0811-37/+33
* | Fix eslint warningsSheogorath2019-05-3120-38/+37
* | Add config for toobusy middlewareSheogorath2019-05-251-0/+4
* | asyncified setting and verifying the passwordClaudius2019-05-131-2/+8