summaryrefslogtreecommitdiff
path: root/lib/models (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-21Switch scrypt library to a successorSheogorath1-1/+1
2018-11-14switching to eslint for code checkingClaudius Coenen2-1/+2
2018-09-26lib/models/revision.js: make independent of exec-pathWilliButz1-1/+2
2018-07-27Further improvement of error handling for LZStringSheogorath1-1/+5
2018-06-24Rebrand HackMD to CodiMDSheogorath1-1/+1
2018-06-23Allow to disable gravatarSheogorath1-25/+5
2018-05-25Add token based security featureSheogorath1-0/+4
2018-05-25Fix requests for deleted usersSheogorath1-0/+3
2018-05-25Use cascaded deletesSheogorath3-4/+12
2018-05-25Use hard delete instead of soft deleteSheogorath1-1/+1
2018-04-17Move letter-avatars into own requestSheogorath1-5/+5
2018-04-10Add check for noteId lengthSheogorath1-0/+9
2018-03-26Use TEXT instead of STRING for tokensPedro Ferreira1-2/+2
2018-03-25Change config to camel case with backwards compatibilitySheogorath2-8/+8
2018-03-11Fix to log instead of throwing error on parse note idMax Wu1-2/+4
2018-03-10Fix parseNoteId order to fix some edge caseMax Wu1-7/+7
2018-02-27Update to use buffer in encode/decode note idMax Wu1-2/+4
2018-02-26Remove and replace all note id compression in LZString with base64urlMax Wu1-0/+27
2018-02-09Fix field type to prevent data truncation of authorship (#721)Max Wu2-2/+2
2018-01-18Ignore empty values for revision.Sheogorath1-2/+2
2017-11-28Initial support for SAML authenticationNorihito Nakae1-0/+9
2017-10-31Add mattermost authenticationChristoph Witzany1-0/+9
2017-10-16Fix #521 by converting content fields to LONGTEXT in MySQL, to prevent trunca...Claudius Coenen2-4/+4
2017-10-09createdAt DESC with quotation marks did not work with MySQL fixes #565Claudius Coenen1-4/+4
2017-09-22Fix broken profile imagesSheogorath1-2/+6
2017-06-05Fix typo in the db configWu Cheng-Han1-1/+1
2017-05-08refactor(config.js): Extract config fileBoHong Li1-2/+3
2017-05-08refactor: Remove `require` extension filenameBoHong Li4-9/+9
2017-03-15Fix strip null byte in model should cast to string to use replace functionWu Cheng-Han1-0/+1
2017-03-14Fix update doc from filesystem cause redundant authorship stringifyWu Cheng-Han1-1/+1
2017-03-14Use strict mode in all backend filesBoHong Li6-0/+6
2017-03-08Use JavaScript Standard StyleBoHong Li6-1033/+1010
2017-02-18Fix user profile photo might not replace to proper sizeWu Cheng-Han1-4/+4
2017-02-10Add default permission configNV1-2/+2
2017-02-03Update to add biggerphoto on parsing user profileWu Cheng-Han1-10/+26
2017-01-12Fix permission order and keep wording consistencyWu Cheng-Han1-1/+1
2017-01-10Adjust permission order to more clarly蒼時弦也1-1/+1
2017-01-10Add limited and protected permission蒼時弦也1-3/+3
2017-01-06Profile pictures for LDAP usersalecdwm1-0/+11
2017-01-04Fix and refactor extracting content using metaMarked directly might lead in i...Wu Cheng-Han1-23/+20
2017-01-02Refactor data processing to model definitionWu Cheng-Han3-0/+27
2017-01-02Update to remove null byte before saving to DB and remove null byte on changesWu Cheng-Han3-7/+35
2017-01-02Remove LZString compression for data storageWu Cheng-Han2-17/+11
2016-12-22Use dburl to configuratebananaappletw1-2/+2
2016-12-22Simplify code for herokubananaappletw1-1/+2
2016-12-22Fix #293bananaappletw1-3/+4
2016-12-12Update sequelize init conditionYukai Huang1-5/+4
2016-12-12Simplify output with sequelize database argumentYukai Huang1-2/+8
2016-12-02Update to support optional email register and signinWu Cheng-Han1-0/+33
2016-11-26Update to auto generate meta description based on content in publish note and...Wu Cheng-Han1-0/+3