| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace mentions of `config.js` with `config.json` | David Mehren | 2020-11-27 | 1 | -3/+3 |
* | apply review suggestions | Tilman Vatteroth | 2020-11-15 | 1 | -1/+1 |
* | Correct repo name | Tilman Vatteroth | 2020-11-14 | 1 | -1/+1 |
* | Replace CodiMD with HedgeDoc | Erik Michelson | 2020-11-14 | 6 | -6/+6 |
* | Merge pull request #509 from pierreozoux/quick-fix | David Mehren | 2020-11-13 | 1 | -1/+1 |
|\ |
|
| * | Makes the mime also work with upper case extension | pierreozoux | 2020-11-12 | 1 | -1/+1 |
* | | Save note title to database when creating a note | David Mehren | 2020-11-11 | 1 | -1/+2 |
* | | Generic OAuth2: Set state: true | Dexter Chua | 2020-10-22 | 1 | -1/+2 |
* | | Merge pull request #486 from codimd/feature/cookie-policy | David Mehren | 2020-09-25 | 4 | -1/+9 |
|\ \
| |/
|/| |
|
| * | Update documentation and messages to new default value | Erik Michelson | 2020-09-08 | 1 | -1/+1 |
| * | Changed default policy from 'strict' to 'lax' due to the reasons mentioned in... | Erik Michelson | 2020-08-27 | 2 | -2/+2 |
| * | Add config option for cookie SameSite policy | Erik Michelson | 2020-08-27 | 4 | -1/+9 |
* | | Add missing unsafe-inline CSP directive | Erik Michelson | 2020-08-23 | 1 | -1/+1 |
* | | Add dropbox CSP directive if configured and make button clickable | Erik Michelson | 2020-08-23 | 1 | -0/+5 |
|/ |
|
* | saml: make logger print actual error message | Simeon Keske | 2020-07-11 | 1 | -2/+2 |
* | add error handling to saml-certs | Simeon Keske | 2020-07-11 | 1 | -2/+15 |
* | allow to set a saml client certificate | Simeon Keske | 2020-07-11 | 3 | -0/+3 |
* | Fixed meta parsing of lang-attribute for using it in the published-view | Erik Michelson | 2020-07-04 | 2 | -1/+2 |
* | Added dynamic lang-attr to pretty.ejs | Erik Michelson | 2020-07-03 | 1 | -0/+1 |
* | Backport of #278 for 1.6.1 | Victor Berger | 2020-06-20 | 4 | -4/+8 |
* | findNoteOrCreate: Create new note with empty string instead of `null` | Sandro | 2020-04-28 | 1 | -1/+1 |
* | Fix broken redirect on login | Sheogorath | 2020-03-21 | 1 | -2/+4 |
* | Backport Fix for relative theme path | Sheogorath | 2020-03-21 | 1 | -1/+1 |
* | Add fix for missing deletion of notes on user-deletion request | Sheogorath | 2020-03-21 | 1 | -0/+61 |
* | Update CDN defaults | Sheogorath | 2020-02-09 | 1 | -1/+1 |
* | Add Google oauth variable: hostedDomain | ike | 2020-02-08 | 4 | -4/+7 |
* | Update RevealJS to version 3.9.2 | Sheogorath | 2020-02-01 | 1 | -1/+1 |
* | Merge pull request #218 from hoijui/linkifyHeaderStyle | Sheogorath | 2019-12-03 | 2 | -1/+15 |
|\ |
|
| * | allow to define header link generation style via environment var | hoijui | 2019-10-30 | 1 | -1/+2 |
| * | document `linkifyHeaderStyle` in default.js | hoijui | 2019-10-30 | 1 | -0/+13 |
* | | Making the linter happy by removing superfluous ; | Ralph Krimmel | 2019-11-28 | 1 | -1/+1 |
* | | Removing returnTo setting from referer in all other authentication sources | Ralph Krimmel | 2019-11-28 | 12 | -28/+8 |
* | | Moving the storage of referrer information to main authorization check instea... | Ralph Krimmel | 2019-11-28 | 2 | -5/+5 |
* | | Fixing linting problems | Ralph Krimmel | 2019-11-27 | 1 | -4/+3 |
* | | Fixing redirection after SAML login | foobarable | 2019-11-27 | 1 | -2/+5 |
* | | Merge pull request #213 from davidmehren/refactor_backend_notes | Sheogorath | 2019-11-20 | 18 | -578/+561 |
|\ \
| |/
|/| |
|
| * | Inline renderPublishSlide | David Mehren | 2019-10-27 | 1 | -8/+4 |
| * | Inline responseCodiMD | David Mehren | 2019-10-27 | 1 | -18/+14 |
| * | Inline publish and slide | David Mehren | 2019-10-27 | 1 | -10/+2 |
| * | Inline renderPublish | David Mehren | 2019-10-27 | 1 | -8/+4 |
| * | Move showPublishNote and publishNoteActions to note controller | David Mehren | 2019-10-27 | 6 | -125/+99 |
| * | Move showNote to note controller | David Mehren | 2019-10-27 | 3 | -133/+19 |
| * | Move note actions into their own file | David Mehren | 2019-10-27 | 2 | -9/+131 |
| * | Rename actions.js to controller.js and rename functions to be more descriptive | David Mehren | 2019-10-27 | 3 | -34/+33 |
| * | Move slide actions to own file | David Mehren | 2019-10-27 | 4 | -85/+87 |
| * | Fix errors constant in note/actions.js | David Mehren | 2019-10-27 | 1 | -7/+7 |
| * | Move note actions to their own file. | David Mehren | 2019-10-27 | 15 | -387/+407 |
* | | Fix crash in lutim integration | Girish Ramakrishnan | 2019-10-29 | 1 | -1/+1 |
|/ |
|
* | Allow to generate lower case header references through the config | hoijui | 2019-10-22 | 2 | -2/+4 |
* | Fix broken error template due to missing opengraph | Sheogorath | 2019-10-11 | 1 | -1/+2 |