summaryrefslogtreecommitdiff
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace request library with node-fetchErik Michelson2021-03-121-47/+58
* Run database migrations automatically on startupDavid Mehren2021-02-271-0/+31
* Merge pull request #889 from hedgedoc/renovate/master-uuid-8.xDavid Mehren2021-02-251-2/+2
|\
| * Use new uuid exportDavid Mehren2021-02-161-2/+2
* | Add HTTP 404 error on non-existent note downloadsErik Michelson2021-02-172-3/+6
|/
* Linter: Fix all lint errorsPhilip Molares2021-02-1533-425/+464
* Switch to minio v7 APIDavid Mehren2021-02-121-1/+1
* Fix SAML auth error loggingDavid Mehren2021-02-111-1/+1
* Fix note creation in FreeURL mode not using templateErik Michelson2021-02-021-3/+4
* Don't add new config option in hackmd compatibility layerNicolas Dietrich2021-01-231-1/+0
* Keep JS and env varibale name in sync (requireFreeURLAuthentication)Nicolas Dietrich2021-01-231-1/+1
* Add config option which requires authentication in FreeURL modeNicolas Dietrich2021-01-224-1/+4
* 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
* Merge pull request #609 from hedgedoc/fix/oauth2-authDavid Mehren2020-12-021-12/+19
|\
| * Fix crash when OAuth2 config parameters are missingDavid Mehren2020-11-301-12/+19
* | Add missing catchTilman Vatteroth2020-12-021-1/+2
* | Catch more errorsTilman Vatteroth2020-12-029-10/+31
* | [Migrations] Replace similar codeTilman Vatteroth2020-11-301-2/+1
* | [Migrations] Add variant of error message to catch blockTilman Vatteroth2020-11-301-1/+4
|/
* Merge pull request #597 from hedgedoc/fix/install-docsDavid Mehren2020-11-291-3/+3
|\
| * Replace mentions of `config.js` with `config.json`David Mehren2020-11-271-3/+3
* | Merge pull request #596 from hedgedoc/remove-pdf-export-codeDavid Mehren2020-11-277-54/+2
|\ \
| * | Remove pdf export codeTilman Vatteroth2020-11-267-54/+2
| |/
* / Add oauth2 authorizationJoachim Mathes2020-11-252-2/+26
|/
* apply review suggestionsTilman Vatteroth2020-11-151-1/+1
* Correct repo nameTilman Vatteroth2020-11-141-1/+1
* Replace CodiMD with HedgeDocErik Michelson2020-11-146-6/+6
* Merge pull request #509 from pierreozoux/quick-fixDavid Mehren2020-11-131-1/+1
|\
| * Makes the mime also work with upper case extensionpierreozoux2020-11-121-1/+1
* | Save note title to database when creating a noteDavid Mehren2020-11-111-1/+2
* | Generic OAuth2: Set state: trueDexter Chua2020-10-221-1/+2
* | Merge pull request #486 from codimd/feature/cookie-policyDavid Mehren2020-09-254-1/+9
|\ \ | |/ |/|
| * Update documentation and messages to new default valueErik Michelson2020-09-081-1/+1
| * Changed default policy from 'strict' to 'lax' due to the reasons mentioned in...Erik Michelson2020-08-272-2/+2
| * Add config option for cookie SameSite policyErik Michelson2020-08-274-1/+9
* | Add missing unsafe-inline CSP directiveErik Michelson2020-08-231-1/+1
* | Add dropbox CSP directive if configured and make button clickableErik Michelson2020-08-231-0/+5
|/
* 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-113-0/+3
* Fixed meta parsing of lang-attribute for using it in the published-viewErik Michelson2020-07-042-1/+2
* Added dynamic lang-attr to pretty.ejsErik Michelson2020-07-031-0/+1
* Backport of #278 for 1.6.1Victor Berger2020-06-204-4/+8
* findNoteOrCreate: Create new note with empty string instead of `null`Sandro2020-04-281-1/+1
* Fix broken redirect on loginSheogorath2020-03-211-2/+4