Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| | | | | | | | | Signed-off-by: Dustin Frisch <fooker@lab.sh> | |||||
* | | Add setting `ldap.usernameField` | Lukas Kalbertodt | 2017-12-09 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | | | This determines which ldap field is used as the username on HackMD. By default, the "id" is used as username, too. The id is taken from the fields `uidNumber`, `uid` or `sAMAccountName`. To give the user more flexibility, they can now choose the field used for the username instead. | |||||
* | | 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 | |||||
| * | | Fix LDAP problem about missing uidNumber | Sheogorath | 2017-10-12 | 1 | -2/+3 | |
| |/ | | | | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | |||||
* / | 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 | |
| | | | | | * Separate different config source to each files * Freeze config object | |||||
* | 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 | |
| | ||||||
* | refactor(app.js): Extract middleware to module | BoHong Li | 2017-05-08 | 2 | -0/+31 | |
extract check URi is valid, redirect without trailing slashes |