summaryrefslogtreecommitdiff
path: root/lib/web (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-27Fix typo of "grouptAttribute" in saml auth moduleMax Wu1-2/+2
2018-04-17Move letter-avatars into own requestSheogorath1-0/+7
2018-03-25Change config to camel case with backwards compatibilitySheogorath15-43/+43
2018-03-20Refactoring imageRouter to modularitySheogorath6-132/+183
2018-03-18Add check for undefined UUIDSheogorath1-1/+8
2018-03-09Multiple emails from LDAP are already an ArrayFelix Schäfer1-1/+1
2018-03-01Introduce ldap.useridFieldDustin Frisch1-1/+4
2018-01-30Fix uncaught exception for non-existent userSheogorath1-0/+5
2018-01-27Remove camel case from `imageuploadtype` in configSheogorath1-2/+2
2018-01-18Allow posting new note with contentDustin Frisch2-0/+11
2017-12-09Add setting `ldap.usernameField`Lukas Kalbertodt1-1/+7
2017-12-04added guide for SAML settingsNorihito Nakae1-1/+0
2017-11-29fixed the SAML callback URL to unconfigurable.Norihito Nakae1-1/+1
2017-11-28Initial support for SAML authenticationNorihito Nakae2-0/+97
2017-10-31Add mattermost authenticationChristoph Witzany2-0/+50
2017-10-12Fix LDAP problem about missing uidNumberSheogorath1-2/+3
2017-09-04Give google the correct name.Kaiyu Shi1-3/+3
2017-08-30Add support for minioMarc Deop1-0/+34
2017-06-14fix s3 us-east-1 region endpointKotaro Yamamoto1-1/+4
2017-05-17fix: export to gist occurred 404 not foundMax Wu1-0/+4
2017-05-08Rename checkURiValid.js to checkURIValid.jsMax Wu1-0/+0
2017-05-08fix(imageRouter): import missing dependency: getImageMimeTypeRaccoon Li1-1/+1
2017-05-08refactor(config.js): Extract config fileBoHong Li1-8/+8
2017-05-08refactor: Remove `require` extension filenameBoHong Li1-2/+1
2017-05-08refactor(baseRouter.js): Adjust style fit standardBoHong Li1-1/+0
2017-05-08refactor(auth.js): Remove base pathBoHong Li1-8/+8
2017-05-08refactor(app.js): Move passport serialize and deserialize to auth moduleBoHong Li1-0/+22
2017-05-08refactor(app.js): Extract tooBusyBoHong Li1-0/+13
2017-05-08refactor(app.js): Extract upload imageBoHong Li1-0/+95
2017-05-08refactor(app.js): Extract note actionBoHong Li1-0/+24
2017-05-08refactor(app.js): Extract /me pageBoHong Li1-0/+36
2017-05-08refactor(app.js): Extract history apiBoHong Li1-0/+19
2017-05-08refactor(app.js, auth.js): Extract all auth method to individual modulesBoHong Li10-0/+405
2017-05-08refactor(app.js): Extract status pagesBoHong Li1-0/+92
2017-05-08refactor(app.js): Extract index, 403, 404, 500 pagesBoHong Li1-0/+23
2017-05-08refactor(app.js): Extract urlencodedParser to utils moduleBoHong Li1-0/+9
2017-05-08refactor(app.js): Extract middleware to moduleBoHong Li2-0/+31