No description
Find a file
Dominik George 130c005a8c Merge branch 'renovate/django_select2-8.x' into 'master'
Update dependency django_select2 to v8

See merge request AlekSIS/official/AlekSIS-Core!1109
2022-11-30 18:20:36 +00:00
aleksis/core Merge branch 'renovate/django_select2-8.x' into 'master' 2022-11-30 18:20:36 +00:00
docs Use Selenium for generating PDFs using chromium 2022-09-04 13:46:05 +02:00
.editorconfig Remove emacs-specific line from editorconfig. 2019-05-30 00:30:14 +02:00
.eslintrc.js Activate reformat and lint for JS and other files 2022-11-01 17:33:43 +01:00
.gitignore Properly integrate webpack bundling 2022-08-02 20:29:23 +02:00
.gitlab-ci.yml Reformat and fix lint 2022-11-01 17:33:52 +01:00
.gitmodules Drop submodules 2020-11-13 21:54:37 +01:00
.mailmap Add t.teichler@babiel.com to mailmap 2021-12-15 23:22:07 +01:00
.prettierignore Activate reformat and lint for JS and other files 2022-11-01 17:33:43 +01:00
.stylelintrc.json Activate reformat and lint for JS and other files 2022-11-01 17:33:43 +01:00
CHANGELOG.rst Merge branch 'master' into '747-taskuserassignment-matching-query-does-not-exist' 2022-11-23 18:34:49 +00:00
conftest.py Add selenium test for PDF generation 2021-04-13 20:32:07 +02:00
docker-startup.sh Do not clear cache in migration container die to session invalidation issues 2022-02-07 14:50:23 +01:00
Dockerfile Use Selenium for generating PDFs using chromium 2022-09-04 13:46:05 +02:00
LICENCE.rst [Docs] Remove hairspace in licence to ease LaTeX builds 2022-01-10 17:02:10 +01:00
pyproject.toml Merge branch 'renovate/django_select2-8.x' into 'master' 2022-11-30 18:20:36 +00:00
README.rst Update copyright 2022-11-04 16:02:42 +01:00
renovate.json Revert "[CI] Enable lock file maintenance in renovate." 2020-01-02 11:59:31 +01:00
tox.ini Fix command for eslint 2022-11-02 11:29:44 +01:00

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

AlekSIS (School Information System)Core (Core functionality and app framework)
=================================================================================

This is the core of the AlekSIS framework and the official distribution
(see below). It bundles functionality for all apps, and utilities for
developers and administrators.

If you are looking for the AlekSIS standard distribution, i.e. the complete
software product ready for installation and usage, please visit the `AlekSIS®`_
website or the distribution repository on `EduGit`_.

Features
--------

The AlekSIS core currently provides the following features:

* For users:

 * Authentication via local account, LDAP, or social accounts
 * Two factor authentication via Yubikey, OTP or SMS
 * Configurable dashboard with widgets
 * User-specific preferences
 * Global search
 * Manage announcements
 * Manage groups and types of groups
 * Manage roles and additional, informative fields per group
 * Manage persons
 * Notifications via SMS, email or dashboard
 * PWA with offline caching
 * User registration, password changes and password reset
 * User invitations with invite codes and targeted invites

* For admins

 * `aleksis-admin` script to wrap django-admin with pre-configured settings
 * Manage school terms
 * Custom menu entries (e.g. in footer)
 * Automatic backup of database, static and media files
 * OAuth2 and OpenID Connect provider support
 * Serve prometheus metrics
 * System health and data checks
 * Configuration of low-level settings via configuration files
 * System-wide preferenes
 * Creating dashboard widgets for external links/apps

* For developers

 * Generic PDF generation with chromium
 * Caching with Redis
 * Django REST framework for apps to use at own discretion
 * Injection of fields, methods, permissions and properties via custom `ExtensibleModel`
 * K8s compatible, read-only Docker image
 * Object-level permissions and rules with `django-guardian` and `django-rules`
 * Query caching with `django-cachalot`
 * uWSGI and Celery via `django-uwsgi` in development
 * Extensible dashbaord widget system
 * Extensible OAuth/OpenID Connect scope and claims system

Licence
-------

::

  Copyright © 2017, 2018, 2019, 2020, 2021, 2022 Jonathan Weth <dev@jonathanweth.de>
  Copyright © 2017, 2018, 2019, 2020 Frank Poetzsch-Heffter <p-h@katharineum.de>
  Copyright © 2018, 2019, 2020, 2021, 2022 Hangzhi Yu <yuha@katharineum.de>
  Copyright © 2018, 2019, 2020, 2021, 2022 Julian Leucker <leuckeju@katharineum.de>
  Copyright © 2019, 2020, 2021, 2022 Dominik George <dominik.george@teckids.org>
  Copyright © 2019, 2020, 2021, 2022 Tom Teichler <tom.teichler@teckids.org>
  Copyright © 2019 mirabilos <thorsten.glaser@teckids.org>
  Copyright © 2021, 2022 magicfelix <felix@felix-zauberer.de>
  Copyright © 2021 Lloyd Meins <meinsll@katharineum.de>
  Copyright © 2022 Benedict Suska <benedict.suska@teckids.org>
  Copyright © 2022 Lukas Weichelt <lukas.weichelt@teckids.org>

  Licenced under the EUPL, version 1.2 or later, by Teckids e.V. (Bonn, Germany).

Please see the LICENCE.rst file accompanying this distribution for the
full licence text or on the `European Union Public Licence`_ website
https://joinup.ec.europa.eu/collection/eupl/guidelines-users-and-developers
(including all other official language versions).

Trademark
---------

AlekSIS® is a registered trademark of the AlekSIS open source project, represented
by Teckids e.V. Please refer to the `trademark policy`_ for hints on using the trademark
AlekSIS®.

.. _AlekSIS®: https://aleksis.org
.. _European Union Public Licence: https://eupl.eu/
.. _EduGit: https://edugit.org/AlekSIS/official/AlekSIS
.. _trademark policy: https://aleksis.org/pages/about