summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Merge pull request #685 from hackmdio/fixImageAltChristoph (Sheogorath) Kern2018-01-191-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix image alt not render properly Fixes #638
| * | | | | | Fix image alt not render properlyWu Cheng-Han2018-01-191-1/+2
| |/ / / / /
* / / / / / It's 2018! :tada:Sheogorath2018-01-191-1/+1
|/ / / / /
* | | | | Release 1.0.0-ceSheogorath2018-01-183-3/+42
| | | | |
* | | | | Merge pull request #682 from SISheogorath/extend/gitignoreChristoph (Sheogorath) Kern2018-01-181-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Add package-lock.json to .gitignore
| * | | | | Add package-lock.json to .gitignoreSheogorath2018-01-181-0/+1
| | | | | |
* | | | | | Merge pull request #681 from SISheogorath/fix/420Christoph (Sheogorath) Kern2018-01-181-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Ignore empty values for revision.
| * | | | | 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.
* | | | | | Merge pull request #679 from SISheogorath/update/yarnlockChristoph (Sheogorath) Kern2018-01-171-3/+69
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update yarn.lock
| * | | | | | Update yarn.lockSheogorath2018-01-171-3/+69
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | | | | | Merge pull request #678 from hackmdio/fix-anchor-id-case-sensitiveChristoph (Sheogorath) Kern2018-01-161-1/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix anchor id to keep uppercase characters
| * | | | | | Fix anchor id to keep uppercase charactersMax Wu2018-01-161-1/+5
| | | | | | | | | | | | | | | | | | | | | id shouldn’t be converted to lowercase since id attribute is case sensitive
* | | | | | | Merge pull request #677 from hackmdio/realtime-minor-typosChristoph (Sheogorath) Kern2018-01-161-3/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Fix minor typos in realtime
| * | | | | | Fix minor typosMax Wu2018-01-161-3/+3
|/ / / / / / | | | | | | | | | | | | of wrong parameters passing order and wrong user object indexing in for each function
* | | | | | Merge pull request #664 from schneems/schneems/codetriage-badgeChristoph (Sheogorath) Kern2018-01-161-1/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | [ci skip] Add CodeTriage badge
| * | | | | | [ci skip] Add CodeTriage badgeschneems2018-01-031-1/+3
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [CodeTriage](https://www.codetriage.com/) is an app I have maintained for the past 4-5 years with the goal of getting people involved in Open Source projects like this one. The app sends subscribers a random open issue for them to help "triage". For some languages you can also suggested areas to add documentation. The initial approach was inspired by seeing the work of the small core team spending countless hours asking "what version was this in" and "can you give us an example app". The idea is to outsource these small interactions to a huge team of volunteers and let the core team focus on their work. I want to add a badge to the README of this project. The idea is to provide an easy link for people to get started contributing to this project. A badge indicates the number of people currently subscribed to help the repo. The color is based off of open issues in the project. Here are some examples of other projects that have a badge in their README: - https://github.com/crystal-lang/crystal - https://github.com/rails/rails - https://github.com/codetriage/codetriage Thanks for building open source software, I would love to help you find some helpers.
* | | | | | Merge pull request #668 from xuxiaodong/masterChristoph (Sheogorath) Kern2018-01-161-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix config.json.example format error
| * | | | | | Fix config.json.example format errorXiaodong Xu2018-01-091-1/+1
| |/ / / / /
* | | | | | Merge pull request #661 from edoardoo/darkThemeChristoph (Sheogorath) Kern2018-01-169-12/+199
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Implemented dark theme.
| * | | | | :sparkles: Implemented dark theme.Edoardo Odorico2018-01-059-12/+199
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Edoardo Odorico <edoubuntu@gmail.com>
* | | | | Merge pull request #656 from PeterDaveHello/fix-file-permissionChristoph (Sheogorath) Kern2017-12-145-0/+0
|\ \ \ \ \ | | | | | | | | | | | | Fix file permission, remove useless executable
| * | | | | Fix file permission, remove useless executablePeter Dave Hello2017-12-145-0/+0
|/ / / / /
* | | | | Merge pull request #650 from LukasKalbertodt/ldap-username-fieldChristoph (Sheogorath) Kern2017-12-125-1/+11
|\ \ \ \ \ | | | | | | | | | | | | Add setting `ldap.usernameField`
| * \ \ \ \ Merge branch 'master' into ldap-username-fieldChristoph (Sheogorath) Kern2017-12-124-8/+15
| |\ \ \ \ \
| * | | | | | Add setting `ldap.usernameField`Lukas Kalbertodt2017-12-095-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | Merge pull request #609 from monoxane/masterChristoph (Sheogorath) Kern2017-12-121-3/+3
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Correcting grammatical errors related to the document char count tooltip
| * | | | | | Merge pull request #1 from monoxane/monoxane-patch-1Oliver Herrmann2017-10-301-3/+3
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Corrected some grammatical issues with document length limits.
| | * | | | | | Corrected some grammatical issuesOliver Herrmann2017-10-301-3/+3
| |/ / / / / / | | | | | | | | | | | | | | Obviously caught up in a bad translation and didn't particularly make sense for native english speakers.
* | | | | | | Merge pull request #651 from alecdwm/ldap-auth-searchattributes-fixChristoph (Sheogorath) Kern2017-12-124-7/+14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Parse env var `HMD_LDAP_SEARCHATTRIBUTES` as a comma-separated array
| * | | | | | | parse HMD_LDAP_SEARCHATTRIBUTES env var as a comma-separated arrayalecdwm2017-12-094-7/+14
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alec WM <firstcontact@owls.io>
* | / / / / / Update README.mdChristoph (Sheogorath) Kern2017-12-091-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #578 from hackmdio/licenseChangeAgreementMax Wu2017-12-076-58/+1687
|\ \ \ \ \ \ | | | | | | | | | | | | | | License Change Agreement
| * | | | | | Update license field in package.jsonWu Cheng-Han2017-10-131-1/+1
| | | | | | |
| * | | | | | Update contributing guide for signed-off and DCOWu Cheng-Han2017-10-121-5/+5
| | | | | | |
| * | | | | | Fix typoWu Cheng-Han2017-10-121-1/+1
| | | | | | |
| * | | | | | Change license from MIT to AGPLv3Wu Cheng-Han2017-10-121-17/+656
| | | | | | |
| * | | | | | Update authors list and add contributors fileWu Cheng-Han2017-10-122-35/+971
| | | | | | |
| * | | | | | Add sign you work section in contributing and DCOWu Cheng-Han2017-10-122-0/+54
| | | | | | |
* | | | | | | Merge pull request #633 from nakaeeee/saml-authChristoph (Sheogorath) Kern2017-12-0419-4/+306
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Support SAML authentication
| * | | | | | added guide for SAML settingsNorihito Nakae2017-12-0412-6/+136
| | | | | | |
| * | | | | | added environment variables for SAMLNorihito Nakae2017-11-292-1/+22
| | | | | | |
| * | | | | | fixed the SAML callback URL to unconfigurable.Norihito Nakae2017-11-293-3/+1
| | | | | | |
| * | | | | | Initial support for SAML authenticationNorihito Nakae2017-11-2812-4/+157
| | | | | | |
* | | | | | | Merge pull request #646 from SISheogorath/fix/CIChristoph (Sheogorath) Kern2017-12-041-2/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix build problem by updating yarn version