hedgedoc/lib/web
David Mehren 08655f06f9
Profile.emails is now a string array 🏷️
Dropbox wrapped their email attribute in another object. We now unwrap this object in the DropboxMiddleware and don't need to special-case the email attribute in User.parsePhotoByProfile and the Profile type anymore.

Signed-off-by: David Mehren <dmehren1@gmail.com>
2020-05-16 21:16:38 +02:00
..
auth Profile.emails is now a string array 🏷️ 2020-05-16 21:16:38 +02:00
imageRouter fixed bug with minio.ts 2020-04-25 16:04:11 +02:00
middleware Add middleware/index.ts and remove default exports 2020-04-25 16:04:13 +02:00
note findNoteOrCreate: Create new note with empty string instead of null 2020-04-26 22:10:20 +02:00
baseRouter.ts added baseRouter.ts 2020-04-25 16:04:10 +02:00
historyRouter.ts added historyRouter.ts 2020-04-25 16:04:10 +02:00
index.ts used the new named AuthRouter in app.ts 2020-04-25 16:04:13 +02:00
statusRouter.ts added statusRouter.ts 2020-04-25 16:04:10 +02:00
userRouter.ts added userRouter.ts 2020-04-25 16:04:12 +02:00
utils.ts removed 'use-strict' 2020-04-25 16:04:06 +02:00