202 Commits

Author SHA1 Message Date
43331ae226 👽 Increase BOLLE App-Version header to 5 2023-10-07 09:44:21 +02:00
5638a8ecb5 🐛 Matching any substitution on empty lessons
If a timetable lesson is empty (eg. has no teacher),
just matching any lesson to it is not intended behaviour,
like it is the other way around.
2023-10-04 11:53:09 +02:00
c9e48fe8b4 🚑 Prevent duplicate substitutions within a file 2023-08-28 12:14:40 +02:00
607e304c50 🚑 Fix timetable and profile export charset 2023-08-28 11:51:36 +02:00
cce7bd55da 🚑 Prevent duplicate substitutions
- Prevent duplication if two substitution plan files are the same
2023-08-28 11:19:46 +02:00
38246db16b 🚸 Allow scrolling on login page 2023-08-27 22:01:46 +02:00
7705a299a0 🧑‍💻 Add simple filesystem file provider
- Allows parsing files from a local folder
2023-08-27 18:01:28 +02:00
0cb55eaf68 Add support for other substitution types
- Store and display original substitution type text
- Treat "eigenverantwortliches Arbeiten" as cancellation
2023-08-27 18:00:09 +02:00
2895efc43b 💄 Add "Darker" theme 2023-08-27 15:37:18 +02:00
f11fe89835 🐛 Fix timetable card in admin settings
- Now displays timetable class and ID again
2023-08-27 14:14:22 +02:00
493a6ee05b Implement caching of timetable data 2023-08-27 14:12:38 +02:00
21b2e68198 Add profile management
- Save class filter, timetable and timetable groups in profiles
- Easily switch between profiles
- Rename profiles
- Export/Import/Duplicate profiles
2023-08-26 21:54:02 +02:00
70238b4151 🎨 Run updated prettier 2023-08-25 14:42:38 +02:00
57807e7ce0 ⬆️ Upgrade dependencies 2023-08-25 14:42:13 +02:00
f18454c49a 🚑 Fix crash while extracting untis timestamp 2023-08-25 01:18:07 +02:00
108dbc98e8 🛂 Add script for creating an initial admin key 2023-06-30 22:35:16 +02:00
6d4a8e760b Blur keys by default 2023-06-30 21:25:41 +02:00
757cec7438 Add key management to admin settings 2023-06-30 20:52:36 +02:00
78cec1c24f 🚸 Show Ids in timetable editor 2023-06-30 19:51:52 +02:00
d984977f59 🐛 Allow keys to have multiple associated sessions 2023-06-30 18:17:25 +02:00
5a4e84f3c7 🚑 Set lesson of substitution to 0 if column empty 2023-06-30 17:32:55 +02:00
f286741557 🚑 Fix server crash on /info call if auth disabled 2023-06-30 17:31:37 +02:00
9aab04d4d2 Include class in history api response 2023-06-23 17:30:56 +02:00
0ae553cca8 🚧 Add admin api and ui for timetable management 2023-06-20 23:10:52 +02:00
0e2cc70a6b 🐛 Don't show delete button for remote timetables 2023-06-20 20:33:44 +02:00
41c0d329fb Allow updating remote timetables with permission 2023-06-20 20:22:51 +02:00
5d9317ac01 🛂 Add key-based permission system 2023-06-20 19:53:34 +02:00
917783d114 ⬆️ Upgrade dependencies 2023-06-20 18:39:46 +02:00
8b3809aeda 🚑 Fix insert/delete loop if plans have same date
- Fix loop if multiple plans have the same date but different data
- Instead join them into one single plan to parse all substitutions
- Swap teacher and changedTeacher of "Sondereinsa." substitutions
2023-06-20 15:40:05 +02:00
1bfd156a03 🚸 Improve UX in timetable editor 2023-06-20 15:25:16 +02:00
76b7946b13 🩹 Properly center info-card component 2023-06-20 00:36:59 +02:00
cd6801d625 Implement importing and exporting of timetables 2023-06-19 23:58:17 +02:00
9afae9b2cc 🐛 Fix bugs in timetable editor
- Turn off autocorrect / spellcheck
- Prevent some browsers from jumping to the start of the text field
- Correctly handle lesson lengths
2023-06-19 16:14:10 +02:00
67ac435331 🚑 Fix scrolling issue 2023-06-19 00:20:31 +02:00
4d4a92bff3 Implement timetable editing 2023-06-18 23:43:08 +02:00
46b235ba91 🎨 Make bottomnav hiding configurable in router 2023-06-18 21:18:00 +02:00
211d1d2b2f 🎨 Make date selector modular 2023-06-18 18:18:26 +02:00
3a8ce74f53 🎨 Move lesson card to seperate component 2023-06-18 16:33:58 +02:00
956058eef9 Implement duplication and deletion of timetables 2023-06-18 15:04:51 +02:00
f19d43396c Add basic handling for local timetables 2023-06-18 14:45:12 +02:00
48364d4c59 Add support for multiple remote timetables
- Add timetable "title" column to db
- Make API return array of timetables
- Add settings page for selecting a timetable
- Add InfoCard if no timetable is selected
2023-06-18 14:30:36 +02:00
dac0d09167 🐛 Fix issues with UTC time handling
- Using `.setUTCHours` can cause the day to shift at specific times
2023-06-11 23:54:18 +02:00
dee01cc21a 🩹 Fix double locale translation 2023-06-11 23:08:47 +02:00
1938b618d4 🚑 Fix timetable groups not getting saved 2023-06-06 23:54:53 +02:00
f12c59800a Add language options to appearance settings 2023-06-06 23:37:07 +02:00
89c1f18f0e Add timetable group settings 2023-06-06 23:23:11 +02:00
1ed9af766d 🚧 💄 Implement new settings menu and 3 subpages
- Implement new main settings menu
- Implement "filtering" page
- Implement "appearance" page
- Implement "about" page
- Make the Git hash a link to the Git repo
2023-06-06 22:39:08 +02:00
7183f467b4 ♻️ Use vite define instead of GitRevision package 2023-06-06 21:46:54 +02:00
baa4c19f1a 🐛 Default classList to an array 2023-06-06 21:07:29 +02:00
55517f6c1b ♻️ Replace relative paths with "@" alias 2023-06-06 21:02:09 +02:00