summaryrefslogtreecommitdiff
path: root/app.json (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-27Update links to new repositoriesSheogorath1-1/+1
After a long discussion, it turned out that CodiMD as community project and HackMD as a company, have fundamental different views on the project governance. Due to this, it came to point where the decision for a fork was made. After the fork and move towards an own organisation, this patch updates all links inside the project to the new repositories. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2019-03-02Fix wrong domain in app.jsonSheogorath1-1/+1
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-06-24Rebrand HackMD to CodiMDSheogorath1-3/+3
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-05-16Removing google drive integrationSheogorath1-4/+0
It's sad but it's not working. For multiple releases this should be already broken which shows how often it's used. As there is also a security issue related to that, it's better to remove the feature completely. Whoever wants to rewrite it, feel free to go. This commit removes the Google Drive integration from HackMD's Frontend editor and this way removes the need to provide any API key and Client ID in the frontend. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-03-29Add session data to env varsSheogorath1-0/+4
Currently the session secret can only be set by config.json or docker secrets. This creates a problem on Heroku hosted instances that can not set a session secret. Since we automatically generate them on startup this results in an logout of all users on every config change in Heroku. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2017-10-31Add mattermost authenticationChristoph Witzany1-0/+12
2017-10-25Adds PDF export via configgeekyd1-0/+4
2017-10-13Add env vars for extra HSTS optionsLiterallie1-0/+12
2017-10-13Add on/off env var for HSTSLiterallie1-1/+4
2017-05-14Remove redundant HMD_PORT config from app.jsonYukai Huang1-5/+0
2017-05-07Remove postdeploy migrationYukai Huang1-3/+0
2017-03-23Fix front-end constants generation not getting config properlyWu Cheng-Han1-0/+8
2017-03-14Add config option for gitlab api scope and auto adapt gitlab snippet feature ↵Wu Cheng-Han1-0/+4
on it
2016-12-24Add missing HMD_ALLOW_ORIGIN variablebananaappletw1-1/+6
2016-11-17Add libvips heroku buildpackYukai Huang1-0/+8
2016-10-16Add more config variableYukai Huang1-29/+107
2016-10-16Config heroku deploymentYukai Huang1-0/+33