Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ignore empty values for revision. | Sheogorath | 2018-01-18 | 1 | -2/+2 |
| | | | | Fixes #420 | ||||
* | Merge pull request #636 from laysdra7265/fix/sslcapath | Christoph (Sheogorath) Kern | 2018-01-18 | 2 | -2/+5 |
|\ | | | | | Fix sslcapath bug | ||||
| * | Update index.js | Christoph (Sheogorath) Kern | 2017-12-22 | 1 | -1/+1 |
| | | |||||
| * | Simplify loop | Christoph (Sheogorath) Kern | 2017-12-22 | 1 | -8/+3 |
| | | |||||
| * | fixed sslcapath bug | LaysDragon | 2017-12-05 | 2 | -2/+10 |
| | | |||||
* | | Merge pull request #567 from ccoenen/fix-mysql-text-length | Christoph (Sheogorath) Kern | 2018-01-18 | 3 | -4/+20 |
|\ \ | | | | | | | converting all content fields to MEDIUMTEXT (affects MySQL only) | ||||
| * | | Fix #521 by converting content fields to LONGTEXT in MySQL, to prevent ↵ | Claudius Coenen | 2017-10-16 | 3 | -4/+20 |
| | | | | | | | | | | | | truncation of data. | ||||
* | | | Merge pull request #679 from SISheogorath/update/yarnlock | Christoph (Sheogorath) Kern | 2018-01-17 | 1 | -3/+69 |
|\ \ \ | | | | | | | | | Update yarn.lock | ||||
| * | | | Update yarn.lock | Sheogorath | 2018-01-17 | 1 | -3/+69 |
|/ / / | | | | | | | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | | | Merge pull request #678 from hackmdio/fix-anchor-id-case-sensitive | Christoph (Sheogorath) Kern | 2018-01-16 | 1 | -1/+5 |
|\ \ \ | | | | | | | | | Fix anchor id to keep uppercase characters | ||||
| * | | | Fix anchor id to keep uppercase characters | Max Wu | 2018-01-16 | 1 | -1/+5 |
| | | | | | | | | | | | | id shouldn’t be converted to lowercase since id attribute is case sensitive | ||||
* | | | | Merge pull request #677 from hackmdio/realtime-minor-typos | Christoph (Sheogorath) Kern | 2018-01-16 | 1 | -3/+3 |
|\ \ \ \ | |/ / / |/| | | | Fix minor typos in realtime | ||||
| * | | | Fix minor typos | Max Wu | 2018-01-16 | 1 | -3/+3 |
|/ / / | | | | | | | of wrong parameters passing order and wrong user object indexing in for each function | ||||
* | | | Merge pull request #664 from schneems/schneems/codetriage-badge | Christoph (Sheogorath) Kern | 2018-01-16 | 1 | -1/+3 |
|\ \ \ | | | | | | | | | [ci skip] Add CodeTriage badge | ||||
| * | | | [ci skip] Add CodeTriage badge | schneems | 2018-01-03 | 1 | -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/master | Christoph (Sheogorath) Kern | 2018-01-16 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Fix config.json.example format error | ||||
| * | | | | Fix config.json.example format error | Xiaodong Xu | 2018-01-09 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge pull request #661 from edoardoo/darkTheme | Christoph (Sheogorath) Kern | 2018-01-16 | 9 | -12/+199 |
|\ \ \ \ | |/ / / |/| | | | Implemented dark theme. | ||||
| * | | | :sparkles: Implemented dark theme. | Edoardo Odorico | 2018-01-05 | 9 | -12/+199 |
|/ / / | | | | | | | | | | Signed-off-by: Edoardo Odorico <edoubuntu@gmail.com> | ||||
* | | | Merge pull request #656 from PeterDaveHello/fix-file-permission | Christoph (Sheogorath) Kern | 2017-12-14 | 5 | -0/+0 |
|\ \ \ | | | | | | | | | Fix file permission, remove useless executable | ||||
| * | | | Fix file permission, remove useless executable | Peter Dave Hello | 2017-12-14 | 5 | -0/+0 |
|/ / / | |||||
* | | | Merge pull request #650 from LukasKalbertodt/ldap-username-field | Christoph (Sheogorath) Kern | 2017-12-12 | 5 | -1/+11 |
|\ \ \ | | | | | | | | | Add setting `ldap.usernameField` | ||||
| * \ \ | Merge branch 'master' into ldap-username-field | Christoph (Sheogorath) Kern | 2017-12-12 | 4 | -8/+15 |
| |\ \ \ | |||||
| * | | | | Add setting `ldap.usernameField` | Lukas Kalbertodt | 2017-12-09 | 5 | -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/master | Christoph (Sheogorath) Kern | 2017-12-12 | 1 | -3/+3 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Correcting grammatical errors related to the document char count tooltip | ||||
| * | | | | Merge pull request #1 from monoxane/monoxane-patch-1 | Oliver Herrmann | 2017-10-30 | 1 | -3/+3 |
| |\ \ \ \ | | | | | | | | | | | | | Corrected some grammatical issues with document length limits. | ||||
| | * | | | | Corrected some grammatical issues | Oliver Herrmann | 2017-10-30 | 1 | -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-fix | Christoph (Sheogorath) Kern | 2017-12-12 | 4 | -7/+14 |
|\ \ \ \ \ | | | | | | | | | | | | | Parse env var `HMD_LDAP_SEARCHATTRIBUTES` as a comma-separated array | ||||
| * | | | | | parse HMD_LDAP_SEARCHATTRIBUTES env var as a comma-separated array | alecdwm | 2017-12-09 | 4 | -7/+14 |
|/ / / / / | | | | | | | | | | | | | | | | Signed-off-by: Alec WM <firstcontact@owls.io> | ||||
* | / / / | Update README.md | Christoph (Sheogorath) Kern | 2017-12-09 | 1 | -1/+1 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #578 from hackmdio/licenseChangeAgreement | Max Wu | 2017-12-07 | 6 | -58/+1687 |
|\ \ \ \ | | | | | | | | | | | License Change Agreement | ||||
| * | | | | Update license field in package.json | Wu Cheng-Han | 2017-10-13 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Update contributing guide for signed-off and DCO | Wu Cheng-Han | 2017-10-12 | 1 | -5/+5 |
| | | | | | |||||
| * | | | | Fix typo | Wu Cheng-Han | 2017-10-12 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Change license from MIT to AGPLv3 | Wu Cheng-Han | 2017-10-12 | 1 | -17/+656 |
| | | | | | |||||
| * | | | | Update authors list and add contributors file | Wu Cheng-Han | 2017-10-12 | 2 | -35/+971 |
| | | | | | |||||
| * | | | | Add sign you work section in contributing and DCO | Wu Cheng-Han | 2017-10-12 | 2 | -0/+54 |
| | | | | | |||||
* | | | | | Merge pull request #633 from nakaeeee/saml-auth | Christoph (Sheogorath) Kern | 2017-12-04 | 19 | -4/+306 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Support SAML authentication | ||||
| * | | | | added guide for SAML settings | Norihito Nakae | 2017-12-04 | 12 | -6/+136 |
| | | | | | |||||
| * | | | | added environment variables for SAML | Norihito Nakae | 2017-11-29 | 2 | -1/+22 |
| | | | | | |||||
| * | | | | fixed the SAML callback URL to unconfigurable. | Norihito Nakae | 2017-11-29 | 3 | -3/+1 |
| | | | | | |||||
| * | | | | Initial support for SAML authentication | Norihito Nakae | 2017-11-28 | 12 | -4/+157 |
| | | | | | |||||
* | | | | | Merge pull request #646 from SISheogorath/fix/CI | Christoph (Sheogorath) Kern | 2017-12-04 | 1 | -2/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix build problem by updating yarn version | ||||
| * | | | | | Fix build problem by updating yarn version | Sheogorath | 2017-12-04 | 1 | -2/+3 |
|/ / / / / | |||||
* | | | | | Merge pull request #639 from mosterdt/master | Christoph (Sheogorath) Kern | 2017-12-03 | 3 | -2/+6 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix small spelling mistake and add untranslated sentences to locale | ||||
| * | | | | | close open tags | Thomas De Backer | 2017-12-01 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Add untranslated sentences to locale | Thomas De Backer | 2017-11-30 | 3 | -2/+6 |
|/ / / / / | |||||
* | | | | | Merge pull request #631 from SISheogorath/update/yarn | Christoph (Sheogorath) Kern | 2017-11-27 | 1 | -70/+75 |
|\| | | | | | | | | | | | | | | Update yarn | ||||
| * | | | | Update yarn | Sheogorath | 2017-11-27 | 1 | -70/+75 |
|/ / / / | |||||
* | | | | Merge pull request #627 from SISheogorath/fix/XSS | Christoph (Sheogorath) Kern | 2017-11-24 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Prevent XSS vulnerbility by srcdoc in iframe |