summaryrefslogtreecommitdiff
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | 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-263-8/+33
* | | Merge pull request #757 from SISheogorath/fix/migrationChristoph (Sheogorath) Kern2018-03-171-0/+11
|\ \ \
| * | | Add missing migration for permissionsSheogorath2018-03-061-0/+11
* | | | Add helper function to fix number problemsSheogorath2018-03-162-3/+10
| |_|/ |/| |
* | | Merge pull request #761 from SISheogorath/feature/reportURIChristoph (Sheogorath) Kern2018-03-143-2/+11
|\ \ \
| * | | Add config option for report URI in CSPSheogorath2018-03-143-2/+11
| |/ /
* | | Convert HMD_MINIO_PORT into Number type.vazontang2018-03-151-1/+1
* | | Multiple emails from LDAP are already an ArrayFelix Schäfer2018-03-091-1/+1
|/ /
* | Remove unused LDAP option `tokenSecret`Felix Schäfer2018-03-052-2/+0
* | Introduce ldap.useridFieldDustin Frisch2018-03-013-1/+6
|/
* Fix to show 500 message when got error in parseNoteIdMax Wu2018-02-171-1/+2
* Fix field type to prevent data truncation of authorship (#721)Max Wu2018-02-093-2/+15
* Fix typo of DB migration scriptTakeaki Matsumoto2018-02-081-2/+2
* don't require referer to find note id in socket.io connections (fixes #623)Stefan Bühler2018-02-051-6/+14
* Fix uncaught exception for non-existent userSheogorath2018-01-301-0/+5
* Merge pull request #704 from SISheogorath/fix/ldapProviderNameChristoph (Sheogorath) Kern2018-01-291-0/+2
|\
| * Fix ldap provider name in templateSheogorath2018-01-261-0/+2
* | Remove camel case from `imageuploadtype` in configSheogorath2018-01-274-6/+14
|/
* Merge pull request #691 from SISheogorath/feature/uploadChristoph (Sheogorath) Kern2018-01-231-0/+20
|\
| * Allow more detailed configuration of upload mime typesSheogorath2018-01-201-0/+20
* | Fix broken port configSheogorath2018-01-231-1/+1
* | Merge pull request #506 from erasys/minioChristoph (Sheogorath) Kern2018-01-233-0/+48
|\ \
| * | Add support for minioMarc Deop2017-08-303-0/+48
* | | Merge pull request #598 from xxyy/feature/cspChristoph (Sheogorath) Kern2018-01-224-1/+92
|\ \ \
| * | | Move CSP logic to new file, Fix boolean config examplesLiterallie2017-10-221-0/+80
| * | | Change CSP config format to be more intuitiveLiterallie2017-10-222-9/+4
| * | | CSP: Allow more content typesLiterallie2017-10-221-3/+7
| * | | CSP: Add nonce to slide view inline JSLiterallie2017-10-221-1/+2
| * | | CSP: Upgrade insecure requests if possibleLiterallie2017-10-221-2/+3
| * | | Add basic CSP supportLiterallie2017-10-221-0/+10
* | | | Merge pull request #673 from fooker/masterChristoph (Sheogorath) Kern2018-01-203-1/+13
|\ \ \ \
| * | | | Allow posting new note with contentDustin Frisch2018-01-183-1/+13
* | | | | Add option to enable `freely` permission in closed instanceDario Ernst2018-01-205-2/+6
| |_|_|/ |/| | |