Change to ENG lang, allow any google account, fix issue with uppercase file extensions
- Allow any Google account (not just
(fri|student).uni-lj.si
) - Change to ENG language
- Fix the issue where the custom component for text/image/video files was only shown when the file had a lowercase extension (did not handle uppercase letters), fixed with
file_extension.toLowerCase()