summaryrefslogtreecommitdiff
path: root/lib (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-24Fix breaking regexSheogorath1-1/+1
2018-06-24Fix broken images in PDF caused by misconfigred server URLSheogorath1-1/+4
2018-06-24Fix possible line-ending issues for init noteSheogorath1-1/+3
2018-06-23Fix possible error if HackMD is started with wrong workdirSheogorath3-1/+3
2018-06-05Fix i18n writing locale files in productionSheogorath1-0/+3
2018-06-01Fix callback validationAdam Hoka4-4/+7
2018-06-01Add Azure Blob Storage supportÁdám Hóka5-3/+49
2018-05-26Add note export functionSheogorath1-0/+56
2018-05-25Add token based security featureSheogorath4-12/+52
2018-05-25Fix requests for deleted usersSheogorath2-5/+10
2018-05-25Add delete function for authenticated usersSheogorath1-0/+24
2018-05-25Use cascaded deletesSheogorath3-4/+12
2018-05-25Use hard delete instead of soft deleteSheogorath1-1/+1
2018-05-24Add privacy and ToS linksSheogorath1-1/+4
2018-05-16Revert "Workaround Google API problems"Christoph (Sheogorath) Kern2-2/+0
2018-04-27Fix typo of "grouptAttribute" in saml auth moduleMax Wu1-2/+2
2018-04-17Move letter-avatars into own requestSheogorath3-11/+23
2018-04-13Use API key instead of clientSecretSheogorath2-0/+2
2018-04-10Add check for noteId lengthSheogorath1-0/+9
2018-04-10Fix typos for `allowAnonymousEdits`Sheogorath3-4/+4
2018-03-30Fix CSP for disqus and Google AnalyticsSheogorath3-2/+17
2018-03-29Add session data to env varsSheogorath1-0/+2
2018-03-27403: redirect user to login page if not logged inPedro Ferreira1-1/+7
2018-03-26Fix logical error in legacy config expressionSheogorath1-2/+2
2018-03-26Rename forgotten valuesSheogorath1-4/+4
2018-03-26Use TEXT instead of STRING for tokensPedro Ferreira2-2/+25
2018-03-26Add support for generic OAuth2 providersPedro Ferreira6-0/+129
2018-03-26Automatically generate a session secret if default is usedSheogorath2-0/+10
2018-03-25Allow embedding of video and audio tagsSheogorath1-0/+1
2018-03-25Change config to camel case with backwards compatibilitySheogorath25-182/+235
2018-03-20Refactoring imageRouter to modularitySheogorath7-132/+190
2018-03-18Add check for undefined UUIDSheogorath1-1/+8
2018-03-16Add helper function to fix number problemsSheogorath2-3/+10
2018-03-15Convert HMD_MINIO_PORT into Number type.vazontang1-1/+1
2018-03-14Add config option for report URI in CSPSheogorath3-2/+11
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-03-10Improve history migration performanceMax Wu1-11/+5
2018-03-09Multiple emails from LDAP are already an ArrayFelix Schäfer1-1/+1
2018-03-06Add missing migration for permissionsSheogorath1-0/+11
2018-03-05Remove unused LDAP option `tokenSecret`Felix Schäfer2-2/+0
2018-03-01Introduce ldap.useridFieldDustin Frisch3-1/+6
2018-02-27Update to use buffer in encode/decode note idMax Wu1-2/+4
2018-02-26Add migration for LZString compressed note id in historyMax Wu1-1/+21
2018-02-26Remove and replace all note id compression in LZString with base64urlMax Wu3-8/+33
2018-02-17Fix to show 500 message when got error in parseNoteIdMax Wu1-1/+2
2018-02-09Fix field type to prevent data truncation of authorship (#721)Max Wu3-2/+15
2018-02-08Fix typo of DB migration scriptTakeaki Matsumoto1-2/+2
2018-02-05don't require referer to find note id in socket.io connections (fixes #623)Stefan Bühler1-6/+14
2018-01-30Fix uncaught exception for non-existent userSheogorath1-0/+5