OpenSlides/client/src/app/site
Sean Engelhardt 3785545a35 Disable various expensive sorting functions
Prevents the usage of: "sortViewUsersByConfig" of the userRepository
since it's an incredibe heavy operation for ~500 (real) users.

I would advice to sort the datastore rather than the lists
in the view to prevent unnecessary sorting overhead
2019-02-22 17:17:29 +01:00
..
agenda Disable various expensive sorting functions 2019-02-22 17:17:29 +01:00
assignments Disable various expensive sorting functions 2019-02-22 17:17:29 +01:00
base Disable various expensive sorting functions 2019-02-22 17:17:29 +01:00
common Fix issues with minification 2019-02-12 09:28:54 +01:00
config Merge pull request #4341 from FinnStutzenstein/cleanup2 2019-02-14 14:13:08 +01:00
history Add history permission into client 2019-02-21 11:48:03 +01:00
login Remove redundant Submits 2019-02-14 14:17:17 +01:00
mediafiles Merge pull request #4384 from tsiegleauq/mediafiles-on-fly 2019-02-21 22:16:43 +01:00
motions Disable various expensive sorting functions 2019-02-22 17:17:29 +01:00
projector List of speakers slide 2019-02-21 12:34:41 +01:00
tags Force DataSource to refresh 2019-02-18 14:23:33 +01:00
users Merge pull request #4352 from FinnStutzenstein/losSlide 2019-02-21 13:00:02 +01:00
site-routing.module.ts Preloads modules on site component 2019-02-22 10:04:50 +01:00
site.component.html Update translations 2019-02-14 22:17:52 +01:00
site.component.scss adding and implementing logo component 2019-01-16 15:54:34 +01:00
site.component.scss-theme.scss OpenSlides theming (Fixes #4205) 2019-01-31 12:04:35 +01:00
site.component.spec.ts Initial tests for OpenSlides3. Parallel execution of server and client 2018-10-08 14:10:18 +02:00
site.component.ts Update translations 2019-02-14 22:17:52 +01:00
site.module.spec.ts Add modules and lazy loading 2018-08-15 10:19:46 +02:00
site.module.ts App initialization 2018-09-28 15:03:04 +02:00