summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add some chinese translationsSheogorath2018-01-222-2/+8
| | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* 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>
* | Merge pull request #688 from hackmdio/add-ce-text-on-indexChristoph (Sheogorath) Kern2018-01-201-0/+1
|\ \ | | | | | | Add CE text on index title
| * | Update body.ejsMax Wu2018-01-201-0/+1
| | | | | | | | | Add CE text on index title
* | | Merge pull request #690 from Nebukadneza/add_allow_anonymous_editsChristoph (Sheogorath) Kern2018-01-207-3/+9
|\ \ \ | | | | | | | | Add option to enable `freely` permission in closed instance
| * | | Add option to enable `freely` permission in closed instanceDario Ernst2018-01-207-3/+9
| |/ / | | | | | | | | | | | | | | | | | | | | | 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 #687 from SISheogorath/refactor/contactChristoph (Sheogorath) Kern2018-01-206-14/+17
|\ \ \ | | | | | | | | Remove/update contact details
| * | | Remove/update contact detailsSheogorath2018-01-206-14/+17
| |/ / | | | | | | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | | Merge pull request #693 from SISheogorath/translate/germanChristoph (Sheogorath) Kern2018-01-201-1/+4
|\ \ \ | |/ / |/| | Extent german translation
| * | Extent german translationSheogorath2018-01-201-1/+4
|/ / | | | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | Release 1.0.1-ceSheogorath2018-01-192-1/+15
| |
* | Merge pull request #680 from hackmdio/show-ce-on-titleChristoph (Sheogorath) Kern2018-01-191-1/+1
|\ \ | | | | | | Update README.md
| * | Update README.mdMax Wu2018-01-181-1/+1
| | | | | | | | | To show "Community Edition" on title.
* | | 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>
* | | | Merge pull request #684 from hackmdio/fixDropboxAppKeyChristoph (Sheogorath) Kern2018-01-194-4/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix not passing app key correctly in dropbox config ⚠️ Dropbox ClientSecret was leaked ⚠️ Fixes #683
| * | | | Fix not passing app key correctly in dropbox configWu Cheng-Han2018-01-194-4/+7
| |/ / /
* | | | 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