Commit Graph
31 Commits
Author SHA1 Message Date
Yuriy Kulakov c047e37577 Updated .gitignore 2021-05-13 20:31:17 +03:00
Yuriy Kulakov 6a4756f3f9 Added some tests to the control page 2021-05-03 13:04:19 +03:00
Yuriy Kulakov a0c3a41360 Changed styles of inactive users in table 2021-04-25 20:22:19 +03:00
Yuriy Kulakov af63ee29f3 Now the first column of table at control page is checkbox 2021-04-18 19:15:23 +03:00
Yuriy Kulakov fea4575562 Control page displays all users from zendesk and db 2021-04-11 17:35:42 +03:00
Yuriy Kulakov 30407e09dc Removed django context, now uses only React 2021-04-04 20:03:35 +03:00
Yuriy Kulakov a8ca0b0eae Added notificcations about role changes 2021-03-21 19:47:42 +03:00
Yuriy Kulakov e75e93287e Added fixture with base users 2021-03-14 17:54:55 +03:00
Yuriy Kulakov a434a4a30b Merge feature/periodic into develop 2021-03-12 15:39:54 +03:00
Yuriy Kulakov d300cc2f06 Merge branch 'develop' into feature/periodic
# Conflicts:
#	access_controller/settings.py
#	access_controller/urls.py
#	main/extra_func.py
#	main/views.py
2021-03-12 15:37:50 +03:00
Yuriy Kulakov c1a10b6f2c Fixed bug with disappearance of table rows in control page at start 2021-03-12 14:54:57 +03:00
Yuriy Kulakov abe44fec5f Refactored some functions in AdminPageView 2021-03-12 13:01:41 +03:00
Yuriy Kulakov 72b70cc585 Fixed bug with api response 2021-03-11 19:29:16 +03:00
Yuriy Kulakov 8488ea88c2 Added Django REST but have some bugs 2021-03-07 21:30:02 +03:00
Кулаков Юрий fa3716c2df Merge branch 'develop' into feature/adm_ruleset/backend 2021-03-04 20:46:25 +03:00
Кулаков Юрий 9ddf1db2a3 Fixed bug with permissions 2021-03-04 20:45:55 +03:00
Yuriy Kulakov 525bb25697 Merge branch 'develop' into feature/adm_ruleset/backend 2021-03-04 19:06:45 +03:00
Yuriy Kulakov 1fac1b4835 Merge branch 'develop' into feature/adm_ruleset/backend
# Conflicts:
#	main/views.py
2021-03-04 18:32:08 +03:00
Yuriy Kulakov d46b90010d Added permissions system to control page 2021-03-04 18:22:49 +03:00
Кулаков Юрий 8df2b66b7a Added engineers and light_agents count from organization to control page 2021-02-25 21:57:04 +03:00
Кулаков Юрий a12476ff70 changed function name 2021-02-25 20:41:05 +03:00
Кулаков Юрий 62b4b912e8 changed function name 2021-02-25 20:38:29 +03:00
Yuriy Kulakov 8ac6b10af2 merged with develop 2021-02-25 19:31:26 +03:00
Yuriy Kulakov 918306aa48 Merge branch 'develop' into feature/adm_ruleset/backend
# Conflicts:
#	access_controller/settings.py
#	access_controller/urls.py
#	main/forms.py
#	main/views.py
2021-02-25 18:41:08 +03:00
Yuriy Kulakov baf02cca44 Added user list function 2021-02-23 19:46:43 +03:00
Yuriy Kulakov 034c3eed70 Added admin control page 2021-02-21 21:35:36 +03:00
Кулаков Юрий 7e8bcb96e7 Added a model for logging user role changes 2021-02-17 20:30:57 +03:00
Кулаков Юрий 4326d12b5c Login template now extends base/base.html 2021-02-09 23:42:23 +03:00
Кулаков Юрий d4d7fe49f2 Merge branch 'feature/base/html' into feature/authorization
# Conflicts:
#	access_controller/urls.py
2021-02-09 23:32:33 +03:00
Кулаков Юрий d1dcb9b1bf Added additional LoginView in the urls.py to define extra_context later 2021-02-07 20:28:15 +03:00
Кулаков Юрий f6193a837a Added authorization page 2021-02-07 20:17:27 +03:00