summaryrefslogtreecommitdiff
path: root/lib/web (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-22ImageRouterImgur: Replace imgur library with note-fetch requestPhilip Molares1-6/+24
2021-03-29Add better logging messagesErik Michelson1-2/+2
2021-03-29Check for existing notes on POST and dont override themErik Michelson1-1/+14
2021-03-29ImageUpload: Fix errors with .jpeg and .svgPhilip Molares1-2/+17
2021-02-17Add HTTP 404 error on non-existent note downloadsErik Michelson2-3/+6
2021-02-15Linter: Fix all lint errorsPhilip Molares19-66/+86
2021-02-12Switch to minio v7 APIDavid Mehren1-1/+1
2021-02-11Fix SAML auth error loggingDavid Mehren1-1/+1
2021-01-22Add config option which requires authentication in FreeURL modeNicolas Dietrich1-1/+1
2021-01-22Minor refactoring of freeURL condition checkNicolas Dietrich1-4/+6
2020-12-27Always save uploads to a tmpdir first and cleanup afterwardsDavid Mehren2-9/+24
2020-12-27Improve MIME-type checks of uploaded filesDavid Mehren1-4/+22
2020-12-27Rework error messages for image uploadsSheogorath1-4/+4
2020-12-27Fix unauthenticated file uploadsSheogorath1-0/+3
2020-12-27Fix arbitary file upload for uploadimage API endpointSheogorath1-2/+8
2020-11-30Fix crash when OAuth2 config parameters are missingDavid Mehren1-12/+19
2020-11-26Remove pdf export codeTilman Vatteroth2-41/+0
2020-11-25Add oauth2 authorizationJoachim Mathes1-1/+22
2020-11-14Replace CodiMD with HedgeDocErik Michelson2-2/+2
2020-11-11Save note title to database when creating a noteDavid Mehren1-1/+2
2020-10-22Generic OAuth2: Set state: trueDexter Chua1-1/+2
2020-08-27Add config option for cookie SameSite policyErik Michelson1-1/+2
2020-07-11saml: make logger print actual error messageSimeon Keske1-2/+2
2020-07-11add error handling to saml-certsSimeon Keske1-2/+15
2020-07-11allow to set a saml client certificateSimeon Keske1-0/+1
2020-07-04Fixed meta parsing of lang-attribute for using it in the published-viewErik Michelson1-1/+1
2020-07-03Added dynamic lang-attr to pretty.ejsErik Michelson1-0/+1
2020-06-20Backport of #278 for 1.6.1Victor Berger1-1/+2
2020-04-28findNoteOrCreate: Create new note with empty string instead of `null`Sandro1-1/+1
2020-03-21Backport Fix for relative theme pathSheogorath1-1/+1
2020-02-08Add Google oauth variable: hostedDomainike1-1/+1
2019-11-28Removing returnTo setting from referer in all other authentication sourcesRalph Krimmel12-28/+8
2019-11-28Moving the storage of referrer information to main authorization check instea...Ralph Krimmel1-5/+3
2019-11-27Fixing linting problemsRalph Krimmel1-4/+3
2019-11-27Fixing redirection after SAML loginfoobarable1-2/+5
2019-10-29Fix crash in lutim integrationGirish Ramakrishnan1-1/+1
2019-10-27Inline renderPublishSlideDavid Mehren1-8/+4
2019-10-27Inline responseCodiMDDavid Mehren1-18/+14
2019-10-27Inline publish and slideDavid Mehren1-10/+2
2019-10-27Inline renderPublishDavid Mehren1-8/+4
2019-10-27Move showPublishNote and publishNoteActions to note controllerDavid Mehren5-43/+99
2019-10-27Move showNote to note controllerDavid Mehren2-105/+19
2019-10-27Move note actions into their own fileDavid Mehren2-9/+131
2019-10-27Rename actions.js to controller.js and rename functions to be more descriptiveDavid Mehren2-20/+31
2019-10-27Move slide actions to own fileDavid Mehren2-2/+86
2019-10-27Fix errors constant in note/actions.jsDavid Mehren1-7/+7
2019-10-27Move note actions to their own file.David Mehren12-67/+325
2019-10-22Allow to generate lower case header references through the confighoijui1-1/+2
2019-09-04Refactored note-creation with given noteIdErik Michelson1-3/+3
2019-09-04Added endpoint for note-creation with given aliasErik Michelson1-0/+2