OpenSlides/client/src/app/site/mediafiles
Sean 820a47123a Fix malfunctions in Firefox ESR
Various cryptic issues that had no usefull debug output.

ngx-translates "translate" directive was causing Firefox ESR
to jump in the "drainMicroTaskQueue" infinite recursion when
using the directive in the same component as nGrid.

Therefore, I changed all uses of the translate directive
to the pipe (arround 700 or so, regex is my best friend now)

open todo: adjust the linter that we may never use the translate
directive again.

There was another cryptic issue with the current version
of exceljs which was also causing firefox to go crash
when loading a workbook object. It was sufficient to
have any Workbook() function declared in a module to cause
firefox to crash.
2020-04-06 20:36:24 +02:00
..
components Fix malfunctions in Firefox ESR 2020-04-06 20:36:24 +02:00
models [WIP] External postgres as mediafile store 2020-02-17 14:38:32 +01:00
services [WIP] External postgres as mediafile store 2020-02-17 14:38:32 +01:00
mediafile.config.ts Initial work for supporting voting 2020-03-17 07:24:34 +01:00
mediafiles-routing.module.ts Multiselect in mediafiles 2019-08-09 10:08:45 +02:00
mediafiles.module.spec.ts Add modules and lazy loading 2018-08-15 10:19:46 +02:00
mediafiles.module.ts New linting rules and ordering of imports 2019-07-30 09:53:14 +02:00