Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Commits
b0613a69
Commit
b0613a69
authored
5 years ago
by
Jonathan Weth
Browse files
Options
Downloads
Plain Diff
Merge branch 'dev' into dev-1.1.1
# Conflicts: # COPYRIGHT # README.md
parents
c66f3df2
f87de5bf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!86
Merge school-apps
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+8
-0
8 additions, 0 deletions
CHANGELOG.md
COPYRIGHT
+0
-0
0 additions, 0 deletions
COPYRIGHT
schoolapps/static/common/serviceworker.js
+10
-9
10 additions, 9 deletions
schoolapps/static/common/serviceworker.js
with
18 additions
and
9 deletions
CHANGELOG.md
+
8
−
0
View file @
b0613a69
...
...
@@ -56,6 +56,14 @@ Weitere Nachbesserungen der Releases 1.0 sowie 1.0.1 "Aebli"
## 1.1 "Aebli"
### Änderungen
Weitere Verbesserungen der vorangegeangen Versionen dieses Releases.
*
Einführung eines neuen Dashboards auf JS-Basis
+
dynamische Aktualisierung
+
SMART PLAN
+
Aktuelle Termine
+
Aktueller Artikel von der Homepage
+
Benachrichtigungen/Hinweise
*
Verbesserung der PWA
*
Verbesserung der Geschwindigkeit
*
Überarbeitung des PDF-Vertretungsplans
+
Ausblenden der Stunden, die durch Veranstaltungen entfallen
+
Ausblenden der Änderungen an Verfügungsstunden
...
...
This diff is collapsed.
Click to expand it.
COPYRIGHT
0 → 100644
+
0
−
0
View file @
b0613a69
This diff is collapsed.
Click to expand it.
schoolapps/static/common/serviceworker.js
+
10
−
9
View file @
b0613a69
...
...
@@ -4,23 +4,24 @@ const CACHE = "schoolapps-cache";
const
precacheFiles
=
[
'
/
'
,
'
/faq
/
'
,
'
/faq
'
,
];
const
offlineFallbackPage
=
'
/offline
/
'
;
const
offlineFallbackPage
=
'
/offline
'
;
const
networkFirstPaths
=
[
];
const
avoidCachingPaths
=
[
'
/admin
/
'
,
'
/settings
/
'
,
'
/support
/
'
,
'
/faq/ask
/
'
,
'
/aub/apply_for
/
'
,
'
/aub/check1
/
'
,
'
/aub/check2
/
'
,
'
/admin
'
,
'
/settings
'
,
'
/support
'
,
'
/faq/ask
'
,
'
/aub/apply_for
'
,
'
/aub/check1
'
,
'
/aub/check2
'
,
'
/aktuell.pdf
'
,
'
/accounts/login
'
,
'
/timetable/aktuell.pdf
'
,
];
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment