Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #83 from SISheogorath/language/vietnamese | Sheogorath | 2019-05-26 | 3 | -1/+123 |
|\ | | | | | Add vietnamese language | ||||
| * | Add vietnamese language | Sheogorath | 2019-05-26 | 3 | -1/+123 |
|/ | | | | | | | | There was some awesome work by Hồng in the recent days who translated CodiMD completely into Vietnamese language! This patch provides this awesome contributions. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | Merge pull request #6 from SISheogorath/feautre/notTooBusy | Sheogorath | 2019-05-25 | 5 | -0/+9 |
|\ | | | | | Add config for toobusy middleware | ||||
| * | Add config for toobusy middleware | Sheogorath | 2019-05-25 | 5 | -0/+9 |
|/ | | | | | | | | | | With very low CPU frequency or bad IO situation, as well as not-loaded JS CodiMD happens to present unneeded "I'm busy"-messages to users. This patch allows to configure the lag. The default is taken from the libray but set in our own default configs. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | Merge pull request #77 from SISheogorath/fix/scrolling | Sheogorath | 2019-05-25 | 1 | -0/+8 |
|\ | | | | | Fix hidden header on link | ||||
| * | Fix hidden header on link | Sheogorath | 2019-05-24 | 1 | -0/+8 |
|/ | | | | | | | | | | | | | | | | | When people link a section or use the ToC to scroll to it upwards, it happens that those become hidden behind the navbar. This patch adds a little hack from StackOverflow[1] in order to fix this problem. By adding a pseudo element in front of any field that contains an id, it's possible to add the needed space. There was no negative impact found except of marking around the header areas in the rendered view requires a bit preciser work. This needs some more detailed testing. [1]: https://stackoverflow.com/a/24298427 Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | Merge pull request #73 from Amolith/master | Sheogorath | 2019-05-20 | 2 | -2/+5 |
|\ | | | | | fix issues #70 and #72 | ||||
| * | remove single quote preceding mastodon link | Amolith | 2019-05-20 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Amolith <amolith@nixnet.xyz> | ||||
| * | add mastodon link to index - complete #70 | Amolith | 2019-05-19 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Amolith <amolith@nixnet.xyz> | ||||
| * | add mastodon badge - partially fix #70 | Amolith | 2019-05-19 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: Amolith <amolith@nixnet.xyz> | ||||
| * | fix issue 72 | Amolith | 2019-05-19 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Amolith <amolith@nixnet.xyz> | ||||
* | Update es.json (POEditor.com) | Christoph (Sheogorath) Kern | 2019-05-17 | 1 | -103/+120 |
| | |||||
* | Merge branch 'feature/drop-node-6' | Claudius | 2019-05-14 | 7 | -48/+134 |
|\ | |||||
| * | travis config is now in stages | Claudius | 2019-05-13 | 1 | -28/+18 |
| | | | | | | | | Signed-off-by: Claudius <opensource@amenthes.de> | ||||
| * | updating travis config: readable job names, more recent distro | Claudius | 2019-05-13 | 1 | -7/+17 |
| | | | | | | | | Signed-off-by: Claudius <opensource@amenthes.de> | ||||
| * | drop node 6 support | Claudius | 2019-05-13 | 4 | -8/+8 |
| | | | | | | | | | | | | | | | | We will no longer test on node6 and instead focus on 8+. This won't break node6 immediately, but we will no longer go out of our way supporting a version that does not receive security updates. Signed-off-by: Claudius <opensource@amenthes.de> | ||||
| * | polyfilling scrypt for node 8.5+ | Claudius | 2019-05-13 | 3 | -5/+15 |
| | | | | | | | | Signed-off-by: Claudius <opensource@amenthes.de> | ||||
| * | asyncified setting and verifying the password | Claudius | 2019-05-13 | 5 | -18/+48 |
| | | | | | | | | Signed-off-by: Claudius <opensource@amenthes.de> | ||||
| * | getting password hashing into a hook where it could be async | Claudius | 2019-05-13 | 1 | -6/+14 |
| | | | | | | | | Signed-off-by: Claudius <opensource@amenthes.de> | ||||
| * | Adding the first few lines of user model test | Claudius | 2019-05-13 | 2 | -1/+39 |
|/ | | | | Signed-off-by: Claudius <opensource@amenthes.de> | ||||
* | Merge pull request #44 from pferreir/fix-23 | Claudius Coenen | 2019-05-12 | 7 | -69/+55 |
|\ | | | | | Fix toolbar day mode and upload button | ||||
| * | Remove sass-loader, to avoid confusion | Pedro Ferreira | 2019-05-12 | 1 | -12/+0 |
| | | | | | | | | Signed-off-by: Pedro Ferreira <pedro@dete.st> | ||||
| * | Add no-console as a warning | Pedro Ferreira | 2019-05-12 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Pedro Ferreira <pedro@dete.st> | ||||
| * | Fix toolbar day mode | Pedro Ferreira | 2019-05-12 | 5 | -54/+51 |
| | | | | | | | | | | | | Also moved the code to SCSS Signed-off-by: Pedro Ferreira <pedro@dete.st> | ||||
| * | Make upload button respect night mode | Pedro Ferreira | 2019-05-12 | 2 | -4/+4 |
|/ | | | | | | | Also set a title in the input field, so that the file name doesn't show up. Signed-off-by: Pedro Ferreira <pedro@dete.st> | ||||
* | Merge pull request #57 from boardfish/patch-1 | Christoph (Sheogorath) Kern | 2019-05-11 | 1 | -0/+50 |
|\ | | | | | Provide documentation for configuration with Keycloak | ||||
| * | Improve documentation | Simon Fish | 2019-05-06 | 1 | -16/+27 |
| | | | | | | | | Signed-off-by: Simon Fish <si@mon.fish> | ||||
| * | Provide documentation for configuration with Keycloak | Simon Fish | 2019-05-06 | 1 | -0/+39 |
|/ | | | | Signed-off-by: Simon Fish <si@mon.fish> | ||||
* | Update jQuery to version 3.4.1 | Sheogorath | 2019-05-06 | 7 | -230/+28 |
| | |||||
* | Merge pull request #61 from archemiro/archemiro/docs-setup-docker | Christoph (Sheogorath) Kern | 2019-05-06 | 1 | -1/+1 |
|\ | | | | | Add name of directory to clone into | ||||
| * | Add name of directory to clone into | Mauricio Robayo | 2019-05-05 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Mauricio Robayo <rfmajo@gmail.com> | ||||
* | Update sv.json (POEditor.com) | Christoph (Sheogorath) Kern | 2019-04-25 | 1 | -103/+120 |
| | |||||
* | Update de.json (POEditor.com) | Christoph (Sheogorath) Kern | 2019-04-20 | 1 | -1/+1 |
| | |||||
* | Update de.json (POEditor.com) | Christoph (Sheogorath) Kern | 2019-04-19 | 1 | -1/+5 |
| | |||||
* | Update zh-TW.json (POEditor.com) | Christoph (Sheogorath) Kern | 2019-04-19 | 1 | -1/+5 |
| | |||||
* | Update sr.json (POEditor.com) | Christoph (Sheogorath) Kern | 2019-04-19 | 1 | -3/+5 |
| | |||||
* | Update pl.json (POEditor.com) | Christoph (Sheogorath) Kern | 2019-04-19 | 1 | -1/+3 |
| | |||||
* | Update ja.json (POEditor.com) | Christoph (Sheogorath) Kern | 2019-04-19 | 1 | -1/+3 |
| | |||||
* | Update it.json (POEditor.com) | Christoph (Sheogorath) Kern | 2019-04-19 | 1 | -1/+3 |
| | |||||
* | Update fr.json (POEditor.com) | Christoph (Sheogorath) Kern | 2019-04-19 | 1 | -1/+3 |
| | |||||
* | Update zh-CN.json (POEditor.com) | Christoph (Sheogorath) Kern | 2019-04-19 | 1 | -1/+3 |
| | |||||
* | Merge pull request #51 from SISheogorath/fix/wurl | Christoph (Sheogorath) Kern | 2019-04-19 | 5 | -9/+7 |
|\ | | | | | Replace js-url with wurl | ||||
| * | Replace js-url with wurl | Sheogorath | 2019-04-16 | 5 | -9/+7 |
| | | | | | | | | | | | | | | | | js-url is outdated and wurl is it's successor. This will fix some vulnerabilities in the dependencies and also optimize the build process by removing the external library toward internal tooling. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | | Merge pull request #52 from codimd/snyk-fix-yfvllf | Christoph (Sheogorath) Kern | 2019-04-16 | 1 | -1/+1 |
|\ \ | | | | | | | [Snyk] Fix for 1 vulnerable dependencies | ||||
| * | | fix: package.json to reduce vulnerabilities | snyk-bot | 2019-04-16 | 1 | -1/+1 |
|/ / | | | | | | | | | The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-174183 | ||||
* | | Merge pull request #45 from ccoenen/master | Christoph (Sheogorath) Kern | 2019-04-16 | 1 | -18/+19 |
|\ \ | | | | | | | fixing manual upgrade instructions and completing requirements | ||||
| * | | fixing manual upgrade instructions and completing requirements | Claudius | 2019-04-15 | 1 | -18/+19 |
| | | | | | | | | | | | | Signed-off-by: Claudius <opensource@amenthes.de> | ||||
* | | | fix unix socket not removed on shutdown (#50) | naimo | 2019-04-16 | 1 | -0/+3 |
| |/ |/| | | | | | | | | | * fix unix socket not removed on shutdown Signed-off-by: naimo <nicolas@aimon.fr> | ||||
* | | Update yarn.lock | Sheogorath | 2019-04-16 | 1 | -26/+12 |
| | | |||||
* | | Merge pull request #48 from SISheogorath/fix/graphvizXSS | Christoph (Sheogorath) Kern | 2019-04-16 | 2 | -6/+8 |
|\ \ | |/ |/| | Fix stored XSS in the graphviz error message rendering |