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