| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Move config out of statics path | Sheogorath | 2018-06-24 | 1 | -0/+17 |
* | | Fix breaking regex | Sheogorath | 2018-06-24 | 1 | -1/+1 |
|/ |
|
* | Fix possible error if HackMD is started with wrong workdir | Sheogorath | 2018-06-23 | 1 | -1/+1 |
* | Merge pull request #830 from SISheogorath/feature/GDPR | Christoph (Sheogorath) Kern | 2018-06-17 | 1 | -0/+84 |
|\ |
|
| * | Add note export function | Sheogorath | 2018-05-26 | 1 | -0/+56 |
| * | Add token based security feature | Sheogorath | 2018-05-25 | 1 | -8/+12 |
| * | Add delete function for authenticated users | Sheogorath | 2018-05-25 | 1 | -0/+24 |
* | | Merge pull request #784 from pferreir/add-oauth2-support | Christoph (Sheogorath) Kern | 2018-06-04 | 2 | -0/+107 |
|\ \ |
|
| * | | Add support for generic OAuth2 providers | Pedro Ferreira | 2018-03-26 | 2 | -0/+107 |
* | | | Fix callback validation | Adam Hoka | 2018-06-01 | 4 | -4/+7 |
* | | | Add Azure Blob Storage support | Ádám Hóka | 2018-06-01 | 1 | -0/+35 |
| |/
|/| |
|
* | | Fix typo of "grouptAttribute" in saml auth module | Max Wu | 2018-04-27 | 1 | -2/+2 |
* | | Move letter-avatars into own request | Sheogorath | 2018-04-17 | 1 | -0/+7 |
|/ |
|
* | Change config to camel case with backwards compatibility | Sheogorath | 2018-03-25 | 15 | -43/+43 |
* | Merge pull request #771 from SISheogorath/refactor/imageRouter | Christoph (Sheogorath) Kern | 2018-03-21 | 6 | -132/+183 |
|\ |
|
| * | Refactoring imageRouter to modularity | Sheogorath | 2018-03-20 | 6 | -132/+183 |
* | | Add check for undefined UUID | Sheogorath | 2018-03-18 | 1 | -1/+8 |
|/ |
|
* | Multiple emails from LDAP are already an Array | Felix Schäfer | 2018-03-09 | 1 | -1/+1 |
* | Introduce ldap.useridField | Dustin Frisch | 2018-03-01 | 1 | -1/+4 |
* | Fix uncaught exception for non-existent user | Sheogorath | 2018-01-30 | 1 | -0/+5 |
* | Remove camel case from `imageuploadtype` in config | Sheogorath | 2018-01-27 | 1 | -2/+2 |
* | Merge pull request #506 from erasys/minio | Christoph (Sheogorath) Kern | 2018-01-23 | 1 | -0/+34 |
|\ |
|
| * | Add support for minio | Marc Deop | 2017-08-30 | 1 | -0/+34 |
* | | Allow posting new note with content | Dustin Frisch | 2018-01-18 | 2 | -0/+11 |
* | | Add setting `ldap.usernameField` | Lukas Kalbertodt | 2017-12-09 | 1 | -1/+7 |
* | | added guide for SAML settings | Norihito Nakae | 2017-12-04 | 1 | -1/+0 |
* | | fixed the SAML callback URL to unconfigurable. | Norihito Nakae | 2017-11-29 | 1 | -1/+1 |
* | | Initial support for SAML authentication | Norihito Nakae | 2017-11-28 | 2 | -0/+97 |
* | | Add mattermost authentication | Christoph Witzany | 2017-10-31 | 2 | -0/+50 |
* | | Merge pull request #562 from SISheogorath/fix/LDAP | Sheogorath | 2017-10-27 | 1 | -2/+3 |
|\ \ |
|
| * | | Fix LDAP problem about missing uidNumber | Sheogorath | 2017-10-12 | 1 | -2/+3 |
| |/ |
|
* / | Give google the correct name. | Kaiyu Shi | 2017-09-04 | 1 | -3/+3 |
|/ |
|
* | fix s3 us-east-1 region endpoint | Kotaro Yamamoto | 2017-06-14 | 1 | -1/+4 |
* | fix: export to gist occurred 404 not found | Max Wu | 2017-05-17 | 1 | -0/+4 |
* | Rename checkURiValid.js to checkURIValid.js | Max Wu | 2017-05-08 | 1 | -0/+0 |
* | fix(imageRouter): import missing dependency: getImageMimeType | Raccoon Li | 2017-05-08 | 1 | -1/+1 |
* | refactor(config.js): Extract config file | BoHong Li | 2017-05-08 | 1 | -8/+8 |
* | refactor: Remove `require` extension filename | BoHong Li | 2017-05-08 | 1 | -2/+1 |
* | refactor(baseRouter.js): Adjust style fit standard | BoHong Li | 2017-05-08 | 1 | -1/+0 |
* | refactor(auth.js): Remove base path | BoHong Li | 2017-05-08 | 1 | -8/+8 |
* | refactor(app.js): Move passport serialize and deserialize to auth module | BoHong Li | 2017-05-08 | 1 | -0/+22 |
* | refactor(app.js): Extract tooBusy | BoHong Li | 2017-05-08 | 1 | -0/+13 |
* | refactor(app.js): Extract upload image | BoHong Li | 2017-05-08 | 1 | -0/+95 |
* | refactor(app.js): Extract note action | BoHong Li | 2017-05-08 | 1 | -0/+24 |
* | refactor(app.js): Extract /me page | BoHong Li | 2017-05-08 | 1 | -0/+36 |
* | refactor(app.js): Extract history api | BoHong Li | 2017-05-08 | 1 | -0/+19 |
* | refactor(app.js, auth.js): Extract all auth method to individual modules | BoHong Li | 2017-05-08 | 10 | -0/+405 |
* | refactor(app.js): Extract status pages | BoHong Li | 2017-05-08 | 1 | -0/+92 |
* | refactor(app.js): Extract index, 403, 404, 500 pages | BoHong Li | 2017-05-08 | 1 | -0/+23 |
* | refactor(app.js): Extract urlencodedParser to utils module | BoHong Li | 2017-05-08 | 1 | -0/+9 |