summaryrefslogtreecommitdiff
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Update documentation and messages to new default valueErik Michelson2020-09-081-1/+1
| * Changed default policy from 'strict' to 'lax' due to the reasons mentioned in...Erik Michelson2020-08-272-2/+2
| * Add config option for cookie SameSite policyErik Michelson2020-08-274-1/+9
* | Add missing unsafe-inline CSP directiveErik Michelson2020-08-231-1/+1
* | Add dropbox CSP directive if configured and make button clickableErik Michelson2020-08-231-0/+5
|/
* saml: make logger print actual error messageSimeon Keske2020-07-111-2/+2
* add error handling to saml-certsSimeon Keske2020-07-111-2/+15
* allow to set a saml client certificateSimeon Keske2020-07-113-0/+3
* Fixed meta parsing of lang-attribute for using it in the published-viewErik Michelson2020-07-042-1/+2
* Added dynamic lang-attr to pretty.ejsErik Michelson2020-07-031-0/+1
* Backport of #278 for 1.6.1Victor Berger2020-06-204-4/+8
* findNoteOrCreate: Create new note with empty string instead of `null`Sandro2020-04-281-1/+1
* Fix broken redirect on loginSheogorath2020-03-211-2/+4
* Backport Fix for relative theme pathSheogorath2020-03-211-1/+1
* Add fix for missing deletion of notes on user-deletion requestSheogorath2020-03-211-0/+61
* Update CDN defaultsSheogorath2020-02-091-1/+1
* Add Google oauth variable: hostedDomainike2020-02-084-4/+7
* Update RevealJS to version 3.9.2Sheogorath2020-02-011-1/+1
* Merge pull request #218 from hoijui/linkifyHeaderStyleSheogorath2019-12-032-1/+15
|\
| * allow to define header link generation style via environment varhoijui2019-10-301-1/+2
| * document `linkifyHeaderStyle` in default.jshoijui2019-10-301-0/+13
* | Making the linter happy by removing superfluous ;Ralph Krimmel2019-11-281-1/+1
* | Removing returnTo setting from referer in all other authentication sourcesRalph Krimmel2019-11-2812-28/+8
* | Moving the storage of referrer information to main authorization check instea...Ralph Krimmel2019-11-282-5/+5
* | Fixing linting problemsRalph Krimmel2019-11-271-4/+3
* | Fixing redirection after SAML loginfoobarable2019-11-271-2/+5
* | Merge pull request #213 from davidmehren/refactor_backend_notesSheogorath2019-11-2018-578/+561
|\ \ | |/ |/|
| * Inline renderPublishSlideDavid Mehren2019-10-271-8/+4
| * Inline responseCodiMDDavid Mehren2019-10-271-18/+14
| * Inline publish and slideDavid Mehren2019-10-271-10/+2
| * Inline renderPublishDavid Mehren2019-10-271-8/+4
| * Move showPublishNote and publishNoteActions to note controllerDavid Mehren2019-10-276-125/+99
| * Move showNote to note controllerDavid Mehren2019-10-273-133/+19
| * Move note actions into their own fileDavid Mehren2019-10-272-9/+131
| * Rename actions.js to controller.js and rename functions to be more descriptiveDavid Mehren2019-10-273-34/+33
| * Move slide actions to own fileDavid Mehren2019-10-274-85/+87
| * Fix errors constant in note/actions.jsDavid Mehren2019-10-271-7/+7
| * Move note actions to their own file.David Mehren2019-10-2715-387/+407
* | Fix crash in lutim integrationGirish Ramakrishnan2019-10-291-1/+1
|/
* Allow to generate lower case header references through the confighoijui2019-10-222-2/+4
* Fix broken error template due to missing opengraphSheogorath2019-10-111-1/+2
* Merge pull request #191 from ErikMichelson/feature/ogmetadataSheogorath2019-10-102-2/+15
|\
| * Added customizable og-metadata to notesErik Michelson2019-10-042-2/+15
* | remove unused variable to pass ci testing - #58Amolith2019-10-031-1/+0
* | remove legacy code to solve #58Amolith2019-10-031-10/+0
|/
* Merge pull request #170 from ErikMichelson/post-note-urlSheogorath2019-09-262-13/+19
|\
| * Refactored note-creation with given noteIdErik Michelson2019-09-042-14/+18
| * Added endpoint for note-creation with given aliasErik Michelson2019-09-042-2/+4
* | Updated forbiddenNoteIDsErik Michelson2019-09-181-1/+1
|/
* Merge pull request #168 from dargmuesli/fix/docker-secret-bufferSheogorath2019-09-031-1/+1
|\