- Feb 12, 2021
-
-
Nik | Klampfradler authored
-
Nik | Klampfradler authored
> commit ec6d2531c59466924b645f314ac33f54470d7ac3 > Author: William Schwartz <wkschwartz@gmail.com> > Date: Mon Jan 4 08:50:49 2021 -0600 > > Fixed #32314 -- Fixed detection when started non-django modules with "python -m" in autoreloader. > > django.utils.autoreload.get_child_arguments() detected when Python was > started with the `-m` option only for `django` module. This commit > changes the logic to check __spec__, see > https://docs.python.org/3/reference/import.html#main-spec > > Now packages can implement their own __main__ with the runserver > command. Thanks to William for breaking the API in a a.b.c.d.e patch-level release
! -
Nik | Klampfradler authored
Resolve "Reinvestigate how to do global permissions" Closes #344 See merge request !453
-
Jonathan Weth authored
Ignore results from haystack_update_index job Closes #369 und #361 See merge request !481
-
- Feb 11, 2021
-
-
Nik | Klampfradler authored
This saves us some 50,000 database updates each day in a production environment.
-
Nik | Klampfradler authored
Closes #361
-
Tom Teichler authored
Update lockfile See merge request !482
-
Tom Teichler authored
-
- Feb 10, 2021
-
-
Nik | Klampfradler authored
Resolve "Favicon should contain only school bag" Closes #254 See merge request !479
-
Tom Teichler authored
-
-
- Feb 08, 2021
-
-
Hangzhi Yu authored
-
Hangzhi Yu authored
-
Hangzhi Yu authored
-
Nik | Klampfradler authored
Resolve "Provide request in DashboardWidget.get_context" Closes #352 See merge request !452
-
Jonathan Weth authored
Set password of LDAP-logged-in user in database See merge request !475
-
- Feb 07, 2021
-
-
Nik | Klampfradler authored
Having a local password is needed to make changing passwords easier. In order to catch password changes in a universal way and forward them to backends (like LDAP, in this case), getting the old password first is necessary to authenticate as that user to LDAP. We buy the small insecurity of having a hash of the password in the Django database in order to not require it to have global admin permissions on the LDAP directory. In addition, we fail early by raising PermissionDenied if LDAP cannot authenticate the user, so as to not allow logins with ghost users that were removed in LDAP or changed their password there.
-
Nik | Klampfradler authored
Resolve "Customise django-colorfield for use with Materialize" Closes #366 See merge request !473
-
Jonathan Weth authored
-
Jonathan Weth authored
-
Jonathan Weth authored
Add SuccessNextMixin for automatic redirecting after finishing an action See merge request !471
-
Jonathan Weth authored
-
Nik | Klampfradler authored
-
Jonathan Weth authored
Some JS and CSS were added, too.
-
- Feb 06, 2021
-
-
Nik | Klampfradler authored
Add template for pull requests at GitHub for mirroring See merge request !472
-
Julian authored
-
Jonathan Weth authored
-
Jonathan Weth authored
-
- Feb 04, 2021
-
-
Hangzhi Yu authored
-
- Feb 03, 2021
-
-
Nik | Klampfradler authored
Resolve "Add possibility to upload files via CKEditor" Closes #364 See merge request !470
-
Hangzhi Yu authored
-
Nik | Klampfradler authored
Resolve "Provide landscape print template" Closes #311 See merge request !469
-
Hangzhi Yu authored
-
- Jan 25, 2021
-
-
Nik | Klampfradler authored
Update poetry.lock See merge request !466
-
Nik | Klampfradler authored
-
Nik | Klampfradler authored
Merge branch '333-add-possibility-to-manage-object-level-permissions-for-group-and-person-models-in-admin' into 'master' Resolve "Add possibility to manage object-level permissions for Group and Person models in admin interface" Closes #333 See merge request !418
-
Nik | Klampfradler authored
Include support for icons in Materialize chips template See merge request !462
-
Jonathan Weth authored
Resolve "CSS arrows for django-tables2 materialize" Closes #358 See merge request !465
-
Julian authored
-
- Jan 24, 2021
-
-
Nik | Klampfradler authored
Make help text in Materialize forms smaller See merge request !463
-