summaryrefslogtreecommitdiff
path: root/lib/models (follow)
Commit message (Expand)AuthorAgeFilesLines
* Sanitize username and photo URLDavid Mehren2021-05-091-2/+3
* Remove unneeded polyfillErik Michelson2021-04-261-9/+0
* Fix Relative Path Traversal Attack on note creationSheogorath2021-04-251-3/+3
* Run database migrations automatically on startupDavid Mehren2021-02-271-0/+31
* Linter: Fix all lint errorsPhilip Molares2021-02-156-125/+127
* Fix note creation in FreeURL mode not using templateErik Michelson2021-02-021-3/+4
* Replace CodiMD with HedgeDocErik Michelson2020-11-141-1/+1
* Fixed meta parsing of lang-attribute for using it in the published-viewErik Michelson2020-07-041-0/+1
* Added customizable og-metadata to notesErik Michelson2019-10-041-0/+9
* fix: upgrade sequelize to latest version to fix CVEBoHong Li2019-06-115-745/+752
* Rework debug loggingSheogorath2019-06-081-3/+2
* Fix eslint warningsSheogorath2019-05-311-8/+8
* Fix missing pictures for OpenIDSheogorath2019-05-261-0/+3
* polyfilling scrypt for node 8.5+Claudius2019-05-131-4/+13
* asyncified setting and verifying the passwordClaudius2019-05-131-9/+7
* getting password hashing into a hook where it could be asyncClaudius2019-05-131-6/+14
* Switch scrypt library to a successorSheogorath2018-11-211-1/+1
* switching to eslint for code checkingClaudius Coenen2018-11-142-1/+2
* lib/models/revision.js: make independent of exec-pathWilliButz2018-09-261-1/+2
* Further improvement of error handling for LZStringSheogorath2018-07-271-1/+5
* Rebrand HackMD to CodiMDSheogorath2018-06-241-1/+1
* Allow to disable gravatarSheogorath2018-06-231-25/+5
* Merge pull request #830 from SISheogorath/feature/GDPRChristoph (Sheogorath) Kern2018-06-174-5/+20
|\
| * Add token based security featureSheogorath2018-05-251-0/+4
| * Fix requests for deleted usersSheogorath2018-05-251-0/+3
| * Use cascaded deletesSheogorath2018-05-253-4/+12
| * Use hard delete instead of soft deleteSheogorath2018-05-251-1/+1
* | Merge pull request #784 from pferreir/add-oauth2-supportChristoph (Sheogorath) Kern2018-06-041-2/+2
|\ \ | |/ |/|
| * Use TEXT instead of STRING for tokensPedro Ferreira2018-03-261-2/+2
* | Merge pull request #803 from SISheogorath/fix/letterAvatarCSPChristoph (Sheogorath) Kern2018-04-171-5/+5
|\ \
| * | Move letter-avatars into own requestSheogorath2018-04-171-5/+5
| |/
* / Add check for noteId lengthSheogorath2018-04-101-0/+9
|/
* Change config to camel case with backwards compatibilitySheogorath2018-03-252-8/+8
* Fix to log instead of throwing error on parse note idMax Wu2018-03-111-2/+4
* Fix parseNoteId order to fix some edge caseMax Wu2018-03-101-7/+7
* Update to use buffer in encode/decode note idMax Wu2018-02-271-2/+4
* Remove and replace all note id compression in LZString with base64urlMax Wu2018-02-261-0/+27
* Fix field type to prevent data truncation of authorship (#721)Max Wu2018-02-092-2/+2
* Ignore empty values for revision.Sheogorath2018-01-181-2/+2
* Merge pull request #567 from ccoenen/fix-mysql-text-lengthChristoph (Sheogorath) Kern2018-01-182-4/+4
|\
| * Fix #521 by converting content fields to LONGTEXT in MySQL, to prevent trunca...Claudius Coenen2017-10-162-4/+4
* | Initial support for SAML authenticationNorihito Nakae2017-11-281-0/+9
* | Add mattermost authenticationChristoph Witzany2017-10-311-0/+9
|/
* createdAt DESC with quotation marks did not work with MySQL fixes #565Claudius Coenen2017-10-091-4/+4
* Fix broken profile imagesSheogorath2017-09-221-2/+6
* Fix typo in the db configWu Cheng-Han2017-06-051-1/+1
* refactor(config.js): Extract config fileBoHong Li2017-05-081-2/+3
* refactor: Remove `require` extension filenameBoHong Li2017-05-084-9/+9
* Fix strip null byte in model should cast to string to use replace functionWu Cheng-Han2017-03-151-0/+1
* Fix update doc from filesystem cause redundant authorship stringifyWu Cheng-Han2017-03-141-1/+1