.. |
api
|
NotesController: Double-check that req.user is defined
|
2021-05-09 20:59:31 +02:00 |
auth
|
Correctly type nullable columns
|
2021-05-09 20:59:31 +02:00 |
authors
|
Change year in copyright to 2021
|
2021-01-06 22:10:19 +01:00 |
config
|
Safely parse numbers from environment vars
|
2021-05-09 20:59:30 +02:00 |
errors
|
Errors: Add ForbiddenIdError
|
2021-02-27 23:04:52 +01:00 |
frontend-config
|
FrontendConfig DTOs: Make properties consistently optional
|
2021-05-09 20:59:31 +02:00 |
groups
|
GroupsService: Remove null from toGroupDto return type
|
2021-05-09 20:59:31 +02:00 |
history
|
HistoryService: Throw NotInDBError on empty DB result
|
2021-05-09 20:59:31 +02:00 |
logger
|
ConsoleLoggerService: Fix type of context properties
|
2021-05-09 20:59:31 +02:00 |
media
|
MediaUploadDto: Make noteId optional
|
2021-05-09 20:59:31 +02:00 |
monitoring
|
Utils: Extract getServerVersionFromPackageJson into own file
|
2021-03-21 19:58:37 +01:00 |
notes
|
NotesService: Fix type errors
|
2021-05-09 20:59:31 +02:00 |
permissions
|
Merge pull request #1039 from hedgedoc/fix/permissionsCreationAndFinding
|
2021-04-18 22:45:24 +02:00 |
revisions
|
RevisionsService: Throw NotInDBError on empty DB result
|
2021-05-09 20:59:30 +02:00 |
users
|
Correctly type nullable columns
|
2021-05-09 20:59:31 +02:00 |
utils
|
Utils: Fix getServerVersionFromPackageJson
|
2021-04-15 18:39:41 +02:00 |
app.module.ts
|
PrivateApi: Serve under /api/private
|
2021-04-22 23:34:51 +02:00 |
main.ts
|
Handle config initialisation error on app bootstrap
|
2021-05-09 20:59:31 +02:00 |
seed.ts
|
[Project] Add seed script
|
2021-04-29 14:31:07 +02:00 |