summaryrefslogtreecommitdiff
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #856 from hackmdio/fix/lineEndingsChristoph (Sheogorath) Kern2018-06-241-1/+3
|\
| * Fix possible line-ending issues for init noteSheogorath2018-06-241-1/+3
* | Merge pull request #857 from hackmdio/fix/pdf-linksChristoph (Sheogorath) Kern2018-06-241-1/+4
|\ \
| * | Fix broken images in PDF caused by misconfigred server URLSheogorath2018-06-241-1/+4
| |/
* / Fix breaking regexSheogorath2018-06-241-1/+1
|/
* Fix possible error if HackMD is started with wrong workdirSheogorath2018-06-233-1/+3
* Merge pull request #830 from SISheogorath/feature/GDPRChristoph (Sheogorath) Kern2018-06-178-14/+150
|\
| * Add note export functionSheogorath2018-05-261-0/+56
| * Add token based security featureSheogorath2018-05-254-12/+52
| * Fix requests for deleted usersSheogorath2018-05-252-5/+10
| * Add delete function for authenticated usersSheogorath2018-05-251-0/+24
| * Use cascaded deletesSheogorath2018-05-253-4/+12
| * Use hard delete instead of soft deleteSheogorath2018-05-251-1/+1
| * Add privacy and ToS linksSheogorath2018-05-241-1/+4
* | Fix i18n writing locale files in productionSheogorath2018-06-051-0/+3
* | Merge pull request #784 from pferreir/add-oauth2-supportChristoph (Sheogorath) Kern2018-06-048-2/+154
|\ \
| * | Use TEXT instead of STRING for tokensPedro Ferreira2018-03-262-2/+25
| * | Add support for generic OAuth2 providersPedro Ferreira2018-03-266-0/+129
* | | Fix callback validationAdam Hoka2018-06-014-4/+7
* | | Add Azure Blob Storage supportÁdám Hóka2018-06-015-3/+49
* | | Merge pull request #785 from pferreir/redirect-to-loginChristoph (Sheogorath) Kern2018-05-311-1/+7
|\ \ \ | |_|/ |/| |
| * | 403: redirect user to login page if not logged inPedro Ferreira2018-03-271-1/+7
| |/
* | Revert "Workaround Google API problems"Christoph (Sheogorath) Kern2018-05-162-2/+0
* | Merge pull request #813 from SISheogorath/fix/googleAPIChristoph (Sheogorath) Kern2018-05-102-0/+2
|\ \
| * | Use API key instead of clientSecretSheogorath2018-04-132-0/+2
* | | Fix typo of "grouptAttribute" in saml auth moduleMax Wu2018-04-271-2/+2
* | | Merge pull request #803 from SISheogorath/fix/letterAvatarCSPChristoph (Sheogorath) Kern2018-04-173-11/+23
|\ \ \
| * | | Move letter-avatars into own requestSheogorath2018-04-173-11/+23
| |/ /
* | | Merge pull request #797 from SISheogorath/fix/LZErrorLogChristoph (Sheogorath) Kern2018-04-111-0/+9
|\ \ \
| * | | Add check for noteId lengthSheogorath2018-04-101-0/+9
| |/ /
* / / Fix typos for `allowAnonymousEdits`Sheogorath2018-04-103-4/+4
|/ /
* | Merge pull request #791 from SISheogorath/fix/extendedCSPPoliciesChristoph (Sheogorath) Kern2018-04-053-2/+17
|\ \
| * | Fix CSP for disqus and Google AnalyticsSheogorath2018-03-303-2/+17
* | | Add session data to env varsSheogorath2018-03-291-0/+2
|/ /
* | Merge pull request #780 from SISheogorath/fix/sessionSecretChristoph (Sheogorath) Kern2018-03-282-0/+10
|\ \
| * | Automatically generate a session secret if default is usedSheogorath2018-03-262-0/+10
* | | Merge pull request #786 from SISheogorath/fix/compatiblityConfigChristoph (Sheogorath) Kern2018-03-272-6/+6
|\ \ \ | |_|/ |/| |
| * | Fix logical error in legacy config expressionSheogorath2018-03-261-2/+2
| * | Rename forgotten valuesSheogorath2018-03-261-4/+4
| |/
* / Allow embedding of video and audio tagsSheogorath2018-03-251-0/+1
|/
* Change config to camel case with backwards compatibilitySheogorath2018-03-2525-182/+235
* Merge pull request #771 from SISheogorath/refactor/imageRouterChristoph (Sheogorath) Kern2018-03-217-132/+190
|\
| * Refactoring imageRouter to modularitySheogorath2018-03-207-132/+190
* | Merge pull request #770 from SISheogorath/fix/ldapUUIDChristoph (Sheogorath) Kern2018-03-181-1/+8
|\ \
| * | Add check for undefined UUIDSheogorath2018-03-181-1/+8
| |/
* | Merge pull request #743 from hackmdio/fix-to-use-url-safe-base64Christoph (Sheogorath) Kern2018-03-184-10/+53
|\ \
| * | 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
| * | Improve history migration performanceMax Wu2018-03-101-11/+5
| * | Update to use buffer in encode/decode note idMax Wu2018-02-271-2/+4