summaryrefslogtreecommitdiff
path: root/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #673 from fooker/masterChristoph (Sheogorath) Kern2018-01-203-1/+13
|\ | | | | Allow posting new note with content
| * Allow posting new note with contentDustin Frisch2018-01-183-1/+13
| | | | | | | | Signed-off-by: Dustin Frisch <fooker@lab.sh>
* | Add option to enable `freely` permission in closed instanceDario Ernst2018-01-205-2/+6
| | | | | | | | | | | | | | | | Before, closed disallowed guest edits completely, by removing the `freely` permission. This makes it possible to explicitely bring back guest-editing, but not guest-note-creation, to closed instances. Signed-off-by: Dario Ernst <dario@kanojo.de>
* | Merge pull request #686 from SISheogorath/feature/configVersionChristoph (Sheogorath) Kern2018-01-191-1/+3
|\ \ | | | | | | Load version from package.json
| * | Load version from package.jsonSheogorath2018-01-191-1/+3
| | | | | | | | | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | | Fix not passing app key correctly in dropbox configWu Cheng-Han2018-01-193-3/+6
|/ /
* | Release 1.0.0-ceSheogorath2018-01-181-1/+1
| |
* | Ignore empty values for revision.Sheogorath2018-01-181-2/+2
| | | | | | | | Fixes #420
* | Merge pull request #636 from laysdra7265/fix/sslcapathChristoph (Sheogorath) Kern2018-01-182-2/+5
|\ \ | | | | | | Fix sslcapath bug
| * | Update index.jsChristoph (Sheogorath) Kern2017-12-221-1/+1
| | |
| * | Simplify loopChristoph (Sheogorath) Kern2017-12-221-8/+3
| | |
| * | fixed sslcapath bugLaysDragon2017-12-052-2/+10
| | |
* | | Merge pull request #567 from ccoenen/fix-mysql-text-lengthChristoph (Sheogorath) Kern2018-01-183-4/+20
|\ \ \ | | | | | | | | converting all content fields to MEDIUMTEXT (affects MySQL only)
| * | | Fix #521 by converting content fields to LONGTEXT in MySQL, to prevent ↵Claudius Coenen2017-10-163-4/+20
| | | | | | | | | | | | | | | | truncation of data.
* | | | Fix minor typosMax Wu2018-01-161-3/+3
| |_|/ |/| | | | | of wrong parameters passing order and wrong user object indexing in for each function
* | | Fix file permission, remove useless executablePeter Dave Hello2017-12-141-0/+0
| | |
* | | Merge branch 'master' into ldap-username-fieldChristoph (Sheogorath) Kern2017-12-122-5/+12
|\ \ \
| * | | parse HMD_LDAP_SEARCHATTRIBUTES env var as a comma-separated arrayalecdwm2017-12-092-5/+12
| | | | | | | | | | | | | | | | Signed-off-by: Alec WM <firstcontact@owls.io>
* | | | Add setting `ldap.usernameField`Lukas Kalbertodt2017-12-093-1/+9
|/ / / | | | | | | | | | | | | | | | | | | | | | This determines which ldap field is used as the username on HackMD. By default, the "id" is used as username, too. The id is taken from the fields `uidNumber`, `uid` or `sAMAccountName`. To give the user more flexibility, they can now choose the field used for the username instead.
* | | added guide for SAML settingsNorihito Nakae2017-12-043-3/+0
| | |
* | | added environment variables for SAMLNorihito Nakae2017-11-291-1/+12
| | |
* | | fixed the SAML callback URL to unconfigurable.Norihito Nakae2017-11-292-2/+1
| | |
* | | Initial support for SAML authenticationNorihito Nakae2017-11-287-0/+129
| |/ |/|
* | Fix mattermost breaking notesSheogorath2017-10-311-0/+1
| |
* | Add mattermost authenticationChristoph Witzany2017-10-318-0/+75
| |
* | Merge pull request #562 from SISheogorath/fix/LDAPSheogorath2017-10-271-2/+3
|\ \ | | | | | | Fix LDAP problem about missing uidNumber
| * | Fix LDAP problem about missing uidNumberSheogorath2017-10-121-2/+3
| | | | | | | | | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | | Adds 403 response if PDF export is disabledgeekyd2017-10-251-1/+6
| | |
* | | Adds PDF export via configgeekyd2017-10-254-4/+10
| |/ |/|
* | Add env vars for extra HSTS optionsLiterallie2017-10-131-0/+3
| |
* | Add on/off env var for HSTSLiterallie2017-10-131-0/+3
| |
* | Make HSTS behaviour configurable; Fixes #584Literallie2017-10-131-0/+6
| |
* | Merge pull request #581 from SISheogorath/fix/HMD_URL_ADDPORTSheogorath2017-10-121-1/+1
|\ \ | | | | | | Fix missing boolean setting for HMD_URL_ADDPORT
| * | Fix missing boolean setting for HMD_URL_ADDPORTSheogorath2017-10-111-1/+1
| | | | | | | | | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | | createdAt DESC with quotation marks did not work with MySQL fixes #565Claudius Coenen2017-10-091-4/+4
|/ /
* | Merge pull request #550 from SISheogorath/fix/gitlabAvatarSheogorath2017-10-081-2/+6
|\ \ | | | | | | | | | | | | Fix broken profile images in GitLab Fixes #549
| * | Fix broken profile imagesSheogorath2017-09-221-2/+6
| |/
* / Give google the correct name.Kaiyu Shi2017-09-041-3/+3
|/
* fix s3 us-east-1 region endpointKotaro Yamamoto2017-06-141-1/+4
|
* Fix typo in the db configWu Cheng-Han2017-06-051-1/+1
|
* Fix slide might not provide slideOptions metaWu Cheng-Han2017-06-051-1/+1
|
* Merge pull request #471 from butlerx/reveal/themeMax Wu2017-06-032-0/+11
|\ | | | | add the ability to set slide theme in slide options
| * switch to __dirnamebutlerx2017-06-021-1/+1
| |
| * check if reveal theme existsbutlerx2017-06-012-1/+11
| |
| * add the ability to set slide theme in slide optionsbutlerx2017-05-311-0/+1
| |
* | Read to correct tlsca file pathtkykm2017-06-011-2/+2
|/
* fix: export to gist occurred 404 not foundMax Wu2017-05-171-0/+4
|
* fix(config): ssl environment configs not parse properlyRaccoon Li2017-05-083-7/+20
|
* fix(config): some environment config not parse properlyRaccoon Li2017-05-082-7/+7
|
* Rename checkURiValid.js to checkURIValid.jsMax Wu2017-05-081-0/+0
|