Commit graph

79 commits

Author SHA1 Message Date
a9cbe37e9b Merge branch 'django3' of https://github.com/c-base/cbmi into django3 2022-09-27 20:54:38 +02:00
7ed4a39b36 upgrade django 2022-09-27 20:54:21 +02:00
cmile
e6deff28c4 Merge branch 'django3' of https://github.com/c-base/cbmi into django3 2022-09-27 20:52:36 +02:00
cmile
3589cd0c48 get ldap admins directly from ldap 2022-09-27 20:51:40 +02:00
e8fa8f6d13 django4 fixes 2022-06-11 21:10:41 +02:00
cmile
4bd1b62e64 upgrade to django3.2 2022-05-25 23:38:10 +02:00
Matthias
09af25761c
Fixes IndexError on save with removed member forwarding email (#11)
* Fixed IndexError if a non existent field gets queried for a value. Using dict.get to either get a value or provide a reasonable default
* Removed list construction around new_key value
* Clean up source code with 80x25 terminal and vim (complies with PEP-8)
* Added some docstrings
2020-12-05 23:23:19 +01:00
Uwe Kamper
4f093c0899 fix bug in PIN hash 2018-11-07 23:35:27 +01:00
Uwe Kamper
e502ea7493 fix bug in login page 2018-11-07 23:17:27 +01:00
f7daa526be fixed indoor pin bug 2018-11-07 23:05:58 +01:00
cmile
c7cfe9f719 encode bla... 2018-10-05 22:02:08 +02:00
cmile
3dcd65d7de cleanup 2018-10-04 08:42:58 +02:00
cmile
bc0258ea8f upgrade to django 1.11.16 and python3.6 2018-10-03 00:16:28 +02:00
b32465e85f disabled access control for indoor pin 2018-09-07 11:41:23 +02:00
4c7d8e75cc temporarily disabled cteward 2018-02-14 15:57:28 +01:00
6934a9eacc bug fix for django 1.8 update ldap group checks 2015-12-01 23:46:36 +01:00
Uwe Kamper
a8ea7e2237 migrations 2015-12-01 22:13:21 +01:00
Uwe Kamper
a153ca8d1c Use e-mail field, add preferred email to main navigation menu #8 2015-12-01 00:42:55 +01:00
Uwe Kamper
eacbb841a7 added preferred email view, added possibility to delete ldap keys (when a None is provided as value 2015-12-01 00:32:51 +01:00
78bc4a1e04 fixed bug in admin form due to django upgrade 2015-09-30 09:25:26 +02:00
Uwe Kamper
7dc04063d8 merging bump-django1.8 2015-09-29 21:48:02 +02:00
Uwe Kamper
ebe3a3a7e1 upgrade templates to named urls for django-1.8 2015-09-29 21:34:54 +02:00
43260fb59f first efforts bumping to django-1.8.4
- most things are working
- I had to throw away the db and run `manage.py migrate`
- the top-nav in once logged in is still broken
2015-09-26 19:22:25 +02:00
6748dcc4b7 added uidNumner to admin user list 2015-09-26 17:54:04 +02:00
cd6f655deb added mote details from cteward 2015-09-26 17:24:52 +02:00
ac372412fd indoor pin and cteward integration 2015-09-24 21:40:54 +02:00
0c7b3b9d62 cey members can now also set a c-lab pin 2015-02-25 21:29:25 +01:00
Andreas 'count' Kotes
071af9f084 fix some language fuzzyness and adjust some phrases 2014-11-28 21:52:36 +01:00
Andreas 'count' Kotes
950bf17c64 fix mailaddress for buerocratic stuff, remove broken link to balance 2014-11-28 21:03:45 +01:00
Uwe Kamper
afe6655e84 Resolve an error that corrupts the local database when a user logs in with a mixed-case username 2014-02-13 23:20:20 +01:00
1cbeb07b1e fixed username case sensitivity problems 2014-02-08 20:39:08 +01:00
a07c196929 Fix typo in german translation 2013-12-17 01:19:37 +01:00
0a5be1626b refactoring localization de 2013-12-01 00:47:24 +01:00
1ac9214892 refactored l10n de 2013-11-30 23:36:10 +01:00
980af131ac add link to github/issues (closes #21) 2013-11-25 17:55:39 +01:00
f000503d79 fix bug in check_nickname feature 2013-11-25 00:15:13 +01:00
e66ba60bf1 check nickname feature - closes #20 2013-11-24 23:49:12 +01:00
05f4514b5c cleaning up landing-page 2013-11-24 23:00:49 +01:00
062c45a92d adding is_ceymaster field to profile 2013-11-24 22:56:32 +01:00
99859a7c79 bumping admin view to use profile_flag filter 2013-11-24 21:41:40 +01:00
44e95f2638 fixing bug in syncing profile_flags 2013-11-24 21:35:01 +01:00
114572dac2 better aproach of limiting a view to c-lab group 2013-11-24 19:01:32 +01:00
1ba9082a19 this closed #4 2013-11-24 18:10:42 +01:00
87902e0024 including jquery-1.10.1 into sources 2013-11-23 20:50:20 +01:00
4e25c4eb30 fixed i18n 2013-11-15 23:00:43 +01:00
e7952df108 fixed i18n 2013-11-15 22:59:34 +01:00
f127cab3eb Merge branch 'develop' of github.com:c-base/cbmi into develop 2013-11-12 21:28:22 +01:00
a7d11a9f9d fixed typo 2013-11-12 21:28:11 +01:00
8bf6c36bcb added real names to admin user list combo 2013-11-12 21:28:00 +01:00
Uwe Kamper
36b9cfa6f2 removed bug in form validation for PINs 2013-11-12 20:10:30 +01:00