Commits on Source (55)
-
Jonathan Weth authored
-
Jonathan Weth authored
-
Jonathan Weth authored
-
Jonathan Weth authored
-
Jonathan Weth authored
-
Nik | Klampfradler authored
We must ensure we only use supported backends, but as this contains PostgreSQL, MySQL and SQLite, I see no blocker there.
-
Nik | Klampfradler authored
-
Jonathan Weth authored
-
Nik | Klampfradler authored
Fix celery usage in system status page after celery upgrade See merge request !403
-
Nik | Klampfradler authored
-
magicfelix authored
-
Nik | Klampfradler authored
Stop promoting a specific TOTP app See merge request !404
-
-
-
-
Nik | Klampfradler authored
Resolve "Review and fix/improve PWA behaviour and serviceworker" Closes #230 See merge request !336
-
Hangzhi Yu authored
-
Jonathan Weth authored
-
Jonathan Weth authored
-
Tom Teichler authored
-
Nik | Klampfradler authored
Reformat README. Advances AlekSIS#1 See merge request !406
-
Jonathan Weth authored
-
Jonathan Weth authored
Resolve "Test django-cachalot" Closes #310 See merge request !379
-
Jonathan Weth authored
Currently translated at 100.0% (363 of 363 strings) Translation: AlekSIS/AlekSIS-Core Translate-URL: https://translate.edugit.org/projects/aleksis/aleksis/de/
-
Julian authored
Currently translated at 14.6% (53 of 363 strings) Translation: AlekSIS/AlekSIS-Core Translate-URL: https://translate.edugit.org/projects/aleksis/aleksis/la/
-
Weblate authored
-
Jonathan Weth authored
-
Jonathan Weth authored
-
Jonathan Weth authored
-
Nik | Klampfradler authored
-
Julian authored
-
Nik | Klampfradler authored
Add aleksis-admin script See merge request !407
-
Jonathan Weth authored
-
Jonathan Weth authored
-
Julian authored
-
Julian authored
-
Julian authored
-
Jonathan Weth authored
Resolve "Add sortablejs" Closes #326 See merge request !408
-
Jonathan Weth authored
Important: Doesn't include support for ordering or sizing yet
-
Jonathan Weth authored
-
Hangzhi Yu authored
Move offline fallback page template direction to make it accessible by django-pwa view, remove custom view from views and urls
-
Hangzhi Yu authored
-
Nik | Klampfradler authored
Resolve "Fix PWA offline fallback page" Closes #324 See merge request !405
-
Jonathan Weth authored
-
Jonathan Weth authored
-
Nik | Klampfradler authored
Resolve "Frontend for DashboardWidget creation" Closes #314 See merge request !409
-
Nik | Klampfradler authored
Sizing of dashboard widgets See merge request !410
-
Jonathan Weth authored
-
Nik | Klampfradler authored
-
Nik | Klampfradler authored
Merge branch 'feature/ordering-of-dashboard-widgets' of edugit.org:AlekSIS/official/AlekSIS-Core into feature/ordering-of-dashboard-widgets
-
Jonathan Weth authored
-
Jonathan Weth authored
Resolve "Fix circle icons" Closes #323 See merge request !400
-
Nik | Klampfradler authored
Ordering of dashboard widgets Closes #191 See merge request !411
-
Hangzhi Yu authored
-
Nik | Klampfradler authored
Resolve "Drop unused functions in serviceworker" Closes #330 See merge request !412
Showing
- README.rst 11 additions, 58 deletionsREADME.rst
- aleksis/core/forms.py 26 additions, 1 deletionaleksis/core/forms.py
- aleksis/core/locale/ar/LC_MESSAGES/django.po 2 additions, 2 deletionsaleksis/core/locale/ar/LC_MESSAGES/django.po
- aleksis/core/locale/de_DE/LC_MESSAGES/django.po 8 additions, 8 deletionsaleksis/core/locale/de_DE/LC_MESSAGES/django.po
- aleksis/core/locale/fr/LC_MESSAGES/django.po 2 additions, 2 deletionsaleksis/core/locale/fr/LC_MESSAGES/django.po
- aleksis/core/locale/la/LC_MESSAGES/django.po 9 additions, 10 deletionsaleksis/core/locale/la/LC_MESSAGES/django.po
- aleksis/core/locale/nb_NO/LC_MESSAGES/django.po 2 additions, 2 deletionsaleksis/core/locale/nb_NO/LC_MESSAGES/django.po
- aleksis/core/locale/tr_TR/LC_MESSAGES/django.po 2 additions, 2 deletionsaleksis/core/locale/tr_TR/LC_MESSAGES/django.po
- aleksis/core/menus.py 11 additions, 0 deletionsaleksis/core/menus.py
- aleksis/core/migrations/0006_dashboard_widget_size.py 36 additions, 0 deletionsaleksis/core/migrations/0006_dashboard_widget_size.py
- aleksis/core/migrations/0007_dashboard_widget_order.py 35 additions, 0 deletionsaleksis/core/migrations/0007_dashboard_widget_order.py
- aleksis/core/models.py 44 additions, 0 deletionsaleksis/core/models.py
- aleksis/core/rules.py 13 additions, 0 deletionsaleksis/core/rules.py
- aleksis/core/settings.py 27 additions, 0 deletionsaleksis/core/settings.py
- aleksis/core/static/js/edit_dashboard.js 22 additions, 0 deletionsaleksis/core/static/js/edit_dashboard.js
- aleksis/core/static/js/serviceworker.js 7 additions, 36 deletionsaleksis/core/static/js/serviceworker.js
- aleksis/core/static/style.scss 8 additions, 0 deletionsaleksis/core/static/style.scss
- aleksis/core/tables.py 21 additions, 0 deletionsaleksis/core/tables.py
- aleksis/core/templates/core/base.html 2 additions, 0 deletionsaleksis/core/templates/core/base.html
- aleksis/core/templates/core/dashboard_widget/create.html 23 additions, 0 deletionsaleksis/core/templates/core/dashboard_widget/create.html
aleksis/core/static/js/edit_dashboard.js
0 → 100644