summaryrefslogtreecommitdiff
path: root/lib/response.js (follow)
Commit message (Expand)AuthorAgeFilesLines
* change default mode to "both" when clicking editStéphane Guillou2019-04-051-2/+2
* Fix empty serverURL did not redirect properlytoshi01232019-03-041-1/+1
* Fix broken PDF export by wrong unlink callSheogorath2019-01-241-1/+1
* Disallow creation of robots.txt in freeurlDaan Sprenkels2018-11-171-1/+1
* Merge pull request #1027 from asg017/masterChristoph (Sheogorath) Kern2018-11-121-0/+3
|\
| * forgot break statementAlex Garcia2018-10-271-0/+1
| * Add download action to published notesAlex Garcia2018-10-271-0/+2
* | removing global site layout vars from individual routers, putting them into a...Claudius2018-11-031-50/+2
|/
* Fix #1001: get only project user is member of (and return max of results)Cédric Couralet2018-10-091-1/+1
* Add OpenID to CodiMDSheogorath2018-10-051-1/+3
* Merge pull request #940 from WilliButz/fix-configurable-pathsChristoph (Sheogorath) Kern2018-10-051-6/+6
|\
| * removing superfluous config parameters for template filesClaudius2018-09-261-6/+6
* | Fix little bug in length limitSheogorath2018-09-281-1/+1
* | Fix document length limit on postSheogorath2018-09-261-1/+9
|/
* Fix server crash on PDF creationSheogorath2018-09-241-0/+4
* Add possibility to choose between version v3 or v4 for the gitlab api.Cédric Couralet2018-07-311-2/+2
* Final replacementsSheogorath2018-06-241-1/+1
* Do final internal renameingSheogorath2018-06-241-2/+2
* Rename HackMD view to CodiMDSheogorath2018-06-241-1/+1
* Merge pull request #856 from hackmdio/fix/lineEndingsChristoph (Sheogorath) Kern2018-06-241-1/+3
|\
| * Fix possible line-ending issues for init noteSheogorath2018-06-241-1/+3
* | Fix broken images in PDF caused by misconfigred server URLSheogorath2018-06-241-1/+4
|/
* Merge pull request #830 from SISheogorath/feature/GDPRChristoph (Sheogorath) Kern2018-06-171-4/+26
|\
| * Add token based security featureSheogorath2018-05-251-4/+23
| * Add privacy and ToS linksSheogorath2018-05-241-1/+4
* | Merge pull request #784 from pferreir/add-oauth2-supportChristoph (Sheogorath) Kern2018-06-041-0/+4
|\ \
| * | Add support for generic OAuth2 providersPedro Ferreira2018-03-261-0/+4
* | | Merge pull request #785 from pferreir/redirect-to-loginChristoph (Sheogorath) Kern2018-05-311-1/+7
|\ \ \ | |_|/ |/| |
| * | 403: redirect user to login page if not logged inPedro Ferreira2018-03-271-1/+7
| |/
* | Fix typos for `allowAnonymousEdits`Sheogorath2018-04-101-2/+2
* | Fix CSP for disqus and Google AnalyticsSheogorath2018-03-301-1/+2
|/
* Change config to camel case with backwards compatibilitySheogorath2018-03-251-44/+44
* Remove and replace all note id compression in LZString with base64urlMax Wu2018-02-261-6/+5
* Fix to show 500 message when got error in parseNoteIdMax Wu2018-02-171-1/+2
* Fix ldap provider name in templateSheogorath2018-01-261-0/+2
* Merge pull request #598 from xxyy/feature/cspChristoph (Sheogorath) Kern2018-01-221-1/+2
|\
| * CSP: Add nonce to slide view inline JSLiterallie2017-10-221-1/+2
* | Merge pull request #673 from fooker/masterChristoph (Sheogorath) Kern2018-01-201-1/+2
|\ \
| * | Allow posting new note with contentDustin Frisch2018-01-181-1/+2
* | | Add option to enable `freely` permission in closed instanceDario Ernst2018-01-201-0/+2
|/ /
* | Fix file permission, remove useless executablePeter Dave Hello2017-12-141-0/+0
* | Initial support for SAML authenticationNorihito Nakae2017-11-281-0/+2
* | Fix mattermost breaking notesSheogorath2017-10-311-0/+1
* | Add mattermost authenticationChristoph Witzany2017-10-311-0/+1
* | Adds 403 response if PDF export is disabledgeekyd2017-10-251-1/+6
* | Adds PDF export via configgeekyd2017-10-251-1/+3
|/
* Fix slide might not provide slideOptions metaWu Cheng-Han2017-06-051-1/+1
* check if reveal theme existsbutlerx2017-06-011-1/+2
* add the ability to set slide theme in slide optionsbutlerx2017-05-311-0/+1
* refactor(config.js): Extract config fileBoHong Li2017-05-081-16/+16