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