Commit Graph

15 Commits

Author SHA1 Message Date
Chocobozzz
c199c427d4
Better typings 2018-10-18 14:35:31 +02:00
BO41
244b4ae397 NoImplicitAny flag true (#1157)
this enables the `noImplicitAny` flag in the Typescript compiler

> When the noImplicitAny flag is true and the TypeScript compiler cannot infer the type, it still generates the JavaScript files, but it also reports an error. Many seasoned developers prefer this stricter setting because type checking catches more unintentional errors at compile time.

closes: #1131
replaces #1137
2018-10-18 09:08:59 +02:00
Chocobozzz
cc68049424
Fix video import of some youtube videos 2018-09-26 15:55:45 +02:00
Rigel Kent
4a216666e7
add shortcuts icon in menu 2018-09-26 14:23:19 +02:00
Chocobozzz
ad76628b17
Fix admin access to moderators 2018-09-19 09:54:38 +02:00
Rigel Kent
1a00c5619f
refactor theme toggle into a service 2018-09-06 12:00:53 +02:00
Rigel Kent
8c985ef5ce hotkey to toggle dark theme 2018-09-04 23:24:34 +02:00
Rigel Kent
9a0fc8409c add theming via css custom properties
and a bonus dark color theme toggle
2018-09-04 23:24:34 +02:00
Chocobozzz
8afc19a612
Add ability to choose the language 2018-06-28 15:53:12 +02:00
Chocobozzz
b1d40cff89
Add i18n attributes 2018-06-05 08:43:01 +02:00
Rigel Kent
ff2c1fe813 feature: IP filtering on signup page
disable registration form on IP not in range
checking the CIDR list before filtering with it
placing the cidr filters as an attribute object in the config
2018-05-22 19:44:34 +02:00
Chocobozzz
d3e91a5f72
Add video channel account list 2018-04-25 15:43:19 +02:00
Chocobozzz
c5911fd347
Begin to add avatar to actors 2017-12-29 19:10:13 +01:00
Chocobozzz
2295ce6c4e
Add account avatar 2017-12-04 10:34:40 +01:00
Chocobozzz
b33f657c30
Begin new menu design 2017-12-01 10:55:56 +01:00