Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update de.json (POEditor.com) | Sheogorath | 2019-10-08 | 1 | -2/+2 |
| | |||||
* | Update en.json (POEditor.com) | Sheogorath | 2019-10-08 | 1 | -120/+121 |
| | |||||
* | Update zh-TW.json (POEditor.com) | Sheogorath | 2019-10-08 | 1 | -1/+2 |
| | |||||
* | Merge pull request #189 from PetrTodorov/master | Sheogorath | 2019-10-05 | 3 | -1/+123 |
|\ | | | | | Added Czech translation | ||||
| * | Added Czech translation | PetrTodorov | 2019-10-03 | 3 | -1/+123 |
| | | | | | | | | Signed-off-by: PetrTodorov <info@petrtodorov.cz> | ||||
* | | Merge pull request #187 from Amolith/master | Sheogorath | 2019-10-05 | 1 | -11/+0 |
|\ \ | |/ |/| | remove legacy code to solve #58 | ||||
| * | remove unused variable to pass ci testing - #58 | Amolith | 2019-10-03 | 1 | -1/+0 |
| | | | | | | | | Signed-off-by: Amolith <amolith@nixnet.xyz> | ||||
| * | remove legacy code to solve #58 | Amolith | 2019-10-03 | 1 | -10/+0 |
|/ | | | | Signed-off-by: Amolith <amolith@nixnet.xyz> | ||||
* | Merge pull request #186 from codimd/snyk-fix-67ec214d52c0e9b5cf1620e19ace6b1a | Sheogorath | 2019-09-30 | 1 | -1/+1 |
|\ | | | | | [Snyk] Fix for 1 vulnerabilities | ||||
| * | fix: package.json to reduce vulnerabilities | snyk-bot | 2019-09-30 | 1 | -1/+1 |
|/ | | | | | The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HELMETCSP-469436 | ||||
* | Merge pull request #185 from codimd/snyk-fix-905c5c88626d5047fb1568d93ce366ca | Sheogorath | 2019-09-26 | 1 | -1/+1 |
|\ | | | | | [Snyk] Fix for 1 vulnerabilities | ||||
| * | fix: package.json to reduce vulnerabilities | snyk-bot | 2019-09-26 | 1 | -1/+1 |
| | | | | | | | | | | The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-469063 | ||||
* | | Merge pull request #170 from ErikMichelson/post-note-url | Sheogorath | 2019-09-26 | 2 | -13/+19 |
|\ \ | |/ |/| | Added endpoint for note-creation with given alias | ||||
| * | Refactored note-creation with given noteId | Erik Michelson | 2019-09-04 | 2 | -14/+18 |
| | | | | | | | | | | | | | | Known bugs/features: - pushing towards an existing note results in an error 500 Signed-off-by: Erik Michelson <erik@liltv.de> | ||||
| * | Added endpoint for note-creation with given alias | Erik Michelson | 2019-09-04 | 2 | -2/+4 |
| | | | | | | | | Signed-off-by: Erik Michelson <erik@liltv.de> | ||||
* | | Merge pull request #180 from ErikMichelson/fix/trailingSlashRedirect | Sheogorath | 2019-09-18 | 2 | -4/+4 |
|\ \ | | | | | | | Fixed #179 (redirect loop with a trailing slash) | ||||
| * | | Updated forbiddenNoteIDs | Erik Michelson | 2019-09-18 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Erik Michelson <erik@liltv.de> | ||||
| * | | Fixed #179 (redirect loop with a trailing slash) | Erik Michelson | 2019-09-18 | 1 | -3/+3 |
|/ / | | | | | | | Signed-off-by: Erik Michelson <erik@liltv.de> | ||||
* | | Merge pull request #173 from ErikMichelson/docs | Sheogorath | 2019-09-18 | 2 | -4/+45 |
|\ \ | | | | | | | Extended config.js documentation on login methods and libravatar | ||||
| * | | Added link to libravatar.org | Erik Michelson | 2019-09-09 | 2 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Erik Michelson <erik@liltv.de> | ||||
| * | | Extended login methods section | Erik Michelson | 2019-09-09 | 1 | -2/+43 |
| | | | | | | | | | | | | Signed-off-by: Erik Michelson <erik@liltv.de> | ||||
| * | | Changed Gravatar to Libravatar | Erik Michelson | 2019-09-09 | 2 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Erik Michelson <erik@liltv.de> | ||||
* | | | Merge pull request #176 from SISheogorath/docs/security | Sheogorath | 2019-09-12 | 1 | -0/+32 |
|\ \ \ | |/ / |/| | | Add security note to repository | ||||
| * | | Add security note to repository | Sheogorath | 2019-09-10 | 1 | -0/+32 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | In order to simplify the communication with security researcher and allow reporting of issues, this document should provide a rough idea about: 1. What versions are supported 2. Who to contact 3. How to send findings properly secured 4. What to expect from an approved security issue 5. What if it's not considered a security issue Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | | Merge pull request #171 from soulchild/master | Sheogorath | 2019-09-07 | 1 | -1/+1 |
|\ \ | |/ |/| | Move sequelize-cli from devDependencies to dependencies, because it is needed to run migrations at run-time | ||||
| * | Move sequelize-cli from devDependencies to dependencies, because it is ↵ | Tobias Kremer | 2019-09-06 | 1 | -1/+1 |
|/ | | | | | | needed to run migrations at run-time Signed-off-by: Tobias Kremer <tobias.kremer@gmail.com> | ||||
* | Merge pull request #168 from dargmuesli/fix/docker-secret-buffer | Sheogorath | 2019-09-03 | 1 | -1/+1 |
|\ | | | | | Config: Return String Instead Of Buffer For Docker Secrets | ||||
| * | Docker Secrets: Use Encoding Parameter Directly | Jonas Thelemann | 2019-09-03 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Jonas Thelemann <e-mail@jonas-thelemann.de> | ||||
| * | Config: Return String Instead Of Buffer For Docker Secrets | Jonas Thelemann | 2019-09-03 | 1 | -1/+1 |
| | | | | | | | | | | | | Prevents "TypeError: Cannot freeze array buffer views with elements". Signed-off-by: Jonas Thelemann <e-mail@jonas-thelemann.de> | ||||
* | | Merge pull request #167 from dargmuesli/fix/docker-secret-path | Sheogorath | 2019-09-03 | 1 | -1/+1 |
|\ \ | |/ |/| | Docker Secrets: Correct Source Path | ||||
| * | Docker Secrets: Correct Source Path | Jonas Thelemann | 2019-09-02 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Jonas Thelemann <e-mail@jonas-thelemann.de> | ||||
* | Merge pull request #147 from codimd/snyk-fix-0aa72a9ec7fcf1d8b1832518c29b6f4c | Sheogorath | 2019-09-02 | 1 | -2/+2 |
|\ | | | | | [Snyk] Fix for 2 vulnerable dependencies | ||||
| * | fix: package.json to reduce vulnerabilities | snyk-test | 2019-08-20 | 1 | -2/+2 |
| | | | | | | | | | | | | The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AUTOLINKER-73494 - https://snyk.io/vuln/SNYK-JS-SEQUELIZE-459751 | ||||
* | | Merge pull request #143 from Fonata/improve-docs | Sheogorath | 2019-09-02 | 4 | -30/+31 |
|\ \ | | | | | | | Slightly improve documentation | ||||
| * | | Documentation: improved 'Users and Privileges' section | Christian Bläul | 2019-08-17 | 2 | -5/+5 |
| | | | | | | | | | | | | Signed-off-by: Christian Bläul <christian@blaeul.de> | ||||
| * | | Documentation: improved English | Christian Bläul | 2019-08-17 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Christian Bläul <christian@blaeul.de> | ||||
| * | | Not serverurl, but serverURL is used as a default for issuer | Christian Bläul | 2019-08-17 | 2 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Christian Bläul <christian@blaeul.de> | ||||
| * | | Documentation: improved sessionLife description | Christian Bläul | 2019-08-17 | 2 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Christian Bläul <christian@blaeul.de> | ||||
| * | | Documentation: improved 'Email (local account)' sections | Christian Bläul | 2019-08-17 | 2 | -4/+4 |
| | | | | | | | | | | | | Signed-off-by: Christian Bläul <christian@blaeul.de> | ||||
| * | | Documentation: improved dbURL description | Christian Bläul | 2019-08-17 | 2 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Christian Bläul <christian@blaeul.de> | ||||
| * | | Documentation: Improved descriptions of 'Users and Privileges' section | Christian Bläul | 2019-08-17 | 1 | -3/+3 |
| | | | | | | | | | | | | Signed-off-by: Christian Bläul <christian@blaeul.de> | ||||
| * | | Documentation: converted descriptions to sentences to allow more details | Christian Bläul | 2019-08-17 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | No content was added; this is just a formatting commit. Signed-off-by: Christian Bläul <christian@blaeul.de> | ||||
| * | | Improved docs for YAML metadata | Christian Bläul | 2019-08-17 | 1 | -2/+3 |
| | | | | | | | | | | | | Signed-off-by: Christian Bläul <christian@blaeul.de> | ||||
| * | | Config documentation: Improved spelling and capitalization of services | Christian Bläul | 2019-08-17 | 1 | -6/+6 |
| | | | | | | | | | | | | Signed-off-by: Christian Bläul <christian@blaeul.de> | ||||
| * | | Documentation of config options: Improve loglevel | Christian Bläul | 2019-08-17 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Christian Bläul <christian@blaeul.de> | ||||
| * | | Documentation of config options: Improve db | Christian Bläul | 2019-08-17 | 1 | -1/+1 |
| |/ | | | | | | | Signed-off-by: Christian Bläul <christian@blaeul.de> | ||||
* | | Merge pull request #32 from codimd/aws-endpoints | Sheogorath | 2019-09-02 | 2 | -2/+5 |
|\ \ | | | | | | | make aws s3 endpoint configurable | ||||
| * | | make aws s3 endpoint configurable | Mathias Merscher | 2019-02-11 | 2 | -2/+5 |
| | | | | | | | | | | | | Signed-off-by: Mathias Merscher <Mathias.Merscher@dg-i.net> | ||||
* | | | Merge pull request #165 from morpheus-87/imprint-docs | Sheogorath | 2019-09-02 | 1 | -0/+9 |
|\ \ \ | | | | | | | | | Add documentation for the new imprint feature | ||||
| * | | | Remove useless blank line | Matthias Lindinger | 2019-09-02 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | Signed-off-by: Matthias Lindinger <m.lindinger@live.de> |