OpenSlides/openslides/core
Norman Jäckel 3a19218bd5 Refactored parts of users app.
Refactored user creation and update via REST API. Used new serializer.
Cleaned up management commands, signals and imports. Moved code from 'api.py' to 'models.py'.
Changed usage of group 'Registered'. Now the users don't have to be members to gain its permissions. Used customized auth backend for this.
Added and changed some tests.
2015-02-14 02:29:53 +01:00
..
management Refactored parts of users app. 2015-02-14 02:29:53 +01:00
static Used AngularUI Router for more generic URL routing. 2015-02-12 09:52:07 +01:00
templates Update to bootstrap 3.3.1. 2015-01-21 12:23:32 +01:00
templatetags Use python3 2014-08-24 21:21:11 +02:00
__init__.py Added Django's application configuration. 2014-12-10 17:16:58 +01:00
apps.py Added REST api for motion, mediafile and config app. Refactor REST api in other apps. 2015-01-31 14:15:10 +01:00
chatbox.py Merge branch 'stable/1.7.x' 2015-01-23 02:33:17 +01:00
exceptions.py Merge branch 'stable/1.6.x' 2015-01-06 13:04:07 +01:00
forms.py Use python3 2014-08-24 21:21:11 +02:00
main_menu.py Update to bootstrap 3.3.1. 2015-01-21 12:23:32 +01:00
models.py Added REST api for motion, mediafile and config app. Refactor REST api in other apps. 2015-01-31 14:15:10 +01:00
serializers.py Updated ViewSets to Django REST Framework 3.0.5. Refactored imports from openslides/utils/rest_api.py for better overriding them later. 2015-02-12 19:19:44 +01:00
signals.py Refactored parts of users app. 2015-02-14 02:29:53 +01:00
urls.py Merge branch 'stable/1.6.x' 2015-01-06 13:04:07 +01:00
views.py Updated ViewSets to Django REST Framework 3.0.5. Refactored imports from openslides/utils/rest_api.py for better overriding them later. 2015-02-12 19:19:44 +01:00
widgets.py Added Django's application configuration. 2014-12-10 17:16:58 +01:00