Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add required change for Google+ API deprecation | Sheogorath | 2019-03-09 | 1 | -1/+2 |
| | | | | | | | | | | | Since Google+ is shutting down soon, we need to get the profile data from another URL. Since the library already supports it, all we need to do is adding a single line of code. Details: https://github.com/hackmdio/codimd/issues/1160 Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | Change config to camel case with backwards compatibility | Sheogorath | 2018-03-25 | 1 | -3/+3 |
| | | | | | | | | This refactors the configs a bit to now use camel case everywhere. This change should help to clean up the config interface and make it better understandable. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | Give google the correct name. | Kaiyu Shi | 2017-09-04 | 1 | -3/+3 |
| | |||||
* | refactor(app.js, auth.js): Extract all auth method to individual modules | BoHong Li | 2017-05-08 | 1 | -0/+27 |