hedgedoc/src
Philip Molares 1df74df65c
FileMediaBackend: Fix generated urls
All urls should be of the form `uploads/<filename>.<extension>` regardless of what the uploadDirectory is, because the backend proxies all locally uploaded files.

Signed-off-by: Philip Molares <philip.molares@udo.edu>
2021-03-31 23:01:29 +02:00
..
api PrivateAPI: Add media controller 2021-03-25 21:20:56 +01:00
auth
authors
config MediaConfigMock: Change upload path 2021-03-31 22:58:15 +02:00
errors
frontend-config FrontendConfig: Add new service 2021-03-01 21:16:01 +01:00
groups Docs: Add ApiProperty to all Dtos 2021-03-19 12:08:34 +01:00
history Config: Move config mocks in own folder 2021-03-01 21:12:01 +01:00
logger
media FileMediaBackend: Fix generated urls 2021-03-31 23:01:29 +02:00
monitoring Docs: Add ApiProperty to all Dtos 2021-03-19 12:08:34 +01:00
notes Config: Move config mocks in own folder 2021-03-01 21:12:01 +01:00
permissions Config: Move config mocks in own folder 2021-03-01 21:12:01 +01:00
revisions Config: Move config mocks in own folder 2021-03-01 21:12:01 +01:00
users Docs: Add ApiProperty to all Dtos 2021-03-19 12:08:34 +01:00
utils Utils: Extract getServerVersionFromPackageJson into own file 2021-03-01 20:52:46 +01:00
app.module.ts FrontendConfig: Add new service 2021-03-01 21:16:01 +01:00
main.ts