summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix typos for `allowAnonymousEdits`Sheogorath2018-04-103-4/+4
* Release 1.1.0-ceSheogorath2018-04-061-1/+1
* Merge branch 'feature/releaseNotes1.1.0'Sheogorath2018-04-062-12/+83
|\
| * Minor fixes in relase notesSheogorath2018-04-061-9/+10
| * Add migration section to README.mdSheogorath2018-04-061-2/+9
| * Update release notesSheogorath2018-03-301-10/+73
* | Merge branch 'docs/features-1.1.0-ce'Sheogorath2018-04-061-3/+8
|\ \
| * | Provide feature changes in 1.1.0-ceSheogorath2018-03-301-3/+8
| |/
* | Merge pull request #796 from SISheogorath/feature/addMatrixChristoph (Sheogorath) Kern2018-04-065-5/+7
|\ \
| * | Add matrix.org / Riot linkSheogorath2018-04-055-5/+7
|/ /
* | Merge pull request #790 from SISheogorath/fix/nightModeCSSChristoph (Sheogorath) Kern2018-04-052-2/+21
|\ \
| * | Fix code blocks color in night modeSheogorath2018-04-051-0/+5
| * | Fix modal and panel colors in night modeSheogorath2018-03-291-2/+16
| |/
* | Merge pull request #791 from SISheogorath/fix/extendedCSPPoliciesChristoph (Sheogorath) Kern2018-04-056-9/+25
|\ \
| * | Fix CSP for disqus and Google AnalyticsSheogorath2018-03-306-9/+25
| |/
* | Merge pull request #789 from SISheogorath/fix/sessionSecretEnvChristoph (Sheogorath) Kern2018-03-293-0/+8
|\ \ | |/ |/|
| * Add session data to env varsSheogorath2018-03-293-0/+8
|/
* 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
* | | Merge pull request #788 from mcnesium/docs/gitlabChristoph (Sheogorath) Kern2018-03-274-0/+29
|\ \ \
| * | | Add documentation for setting up authentication with a self-hosted GitLabmcnesium2018-03-274-0/+29
|/ / /
* | | Merge pull request #779 from SISheogorath/fix/cspForVideoChristoph (Sheogorath) Kern2018-03-261-0/+1
|\ \ \ | |/ / |/| |
| * | Allow embedding of video and audio tagsSheogorath2018-03-251-0/+1
| |/
* | Merge pull request #778 from SISheogorath/fix/nightModeToggleChristoph (Sheogorath) Kern2018-03-261-0/+1
|\ \ | |/ |/|
| * Fix night mode button after restoreSheogorath2018-03-251-0/+1
|/
* Merge pull request #758 from SISheogorath/cleanup/configChristoph (Sheogorath) Kern2018-03-2529-238/+291
|\
| * Change config to camel case with backwards compatibilitySheogorath2018-03-2529-238/+291
* | Merge pull request #775 from SISheogorath/feature/nightModeChristoph (Sheogorath) Kern2018-03-241-3/+18
|\ \ | |/ |/|
| * Persist nightmode so we can re-enable itSheogorath2018-03-231-3/+18
|/
* Merge pull request #772 from SISheogorath/fix/chromeFileErrorChristoph (Sheogorath) Kern2018-03-211-4/+7
|\
| * Reorganize usage of `getAsFile()`Sheogorath2018-03-181-2/+5
| * Fix typo in vedor extensionSheogorath2018-03-181-2/+2
* | Merge pull request #771 from SISheogorath/refactor/imageRouterChristoph (Sheogorath) Kern2018-03-217-132/+190
|\ \
| * | Refactoring imageRouter to modularitySheogorath2018-03-207-132/+190
| |/
* | Update yarn.lockSheogorath2018-03-181-0/+4
* | 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-187-10/+101
|\ \
| * | Fix typoMax Wu2018-03-111-1/+1
| * | Update to show log on migrate LZString type note url in historyMax Wu2018-03-111-1/+1
| * | 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 migrate note url in the history of browser storage and cookieMax Wu2018-03-032-0/+47
| * | Update to use buffer in encode/decode note idMax Wu2018-02-271-2/+4
| * | Add migration for LZString compressed note id in historyMax Wu2018-02-261-1/+21
| * | Remove and replace all note id compression in LZString with base64urlMax Wu2018-02-264-8/+34