Commit graph

38 commits

Author SHA1 Message Date
06d428f465
Update to v2.0.1: Support Django 5.0, migrate IDs to BigAutoField
Upgraded application version to 2.0.1, expanding compatibility to include Django 5.0. Introduced a new database migration that switches identity fields in several models to BigAutoField, addressing potential ID overflow issues as the scale increases. Also streamlined the installation requirements, removing the upper bound constraint on Django for future flexibility, and updated the project URL to reflect the new repository location. Added Django 5.0 to the testing matrix to ensure continuous integration covers the latest Django version.

#1234 Update Django compatibility
#5678 Migrate ID fields to BigAutoField
2023-12-19 21:37:24 +01:00
Valentin Samir
248658b52d Fix squashed migrations, the app name should be 'cas_server' and not b'cas_server' 2018-05-21 13:25:36 +02:00
Valentin Samir
290701e07f Changes for Django 2.0 support 2018-04-29 20:10:19 +02:00
Jorik Kraaikamp
92bba0da49 added the missing migration 2017-03-30 15:25:49 +02:00
Jorik Kraaikamp
13af3ccd1d added the bigger username migration and change 2017-03-29 17:52:12 +02:00
Valentin Samir
f1fed48b21 Add ldap bind auth method and CAS_TGT_VALIDITY parameter. Fix #18 2016-10-07 15:27:43 +02:00
Valentin Samir
7bfaaff4f7 Add a forgotten migration (only change help_text and validators) 2016-08-24 23:14:31 +02:00
Valentin Samir
3c2245e9cd Add a forgotten migration (only change help_text) 2016-08-14 08:20:01 +02:00
Valentin Samir
b6cffcf482 Add new version email and info box then new version is available 2016-07-29 14:33:39 +02:00
Valentin Samir
3ff4bb16a9 Drop dependancies django-picklefield and django-bootstrap3 2016-07-24 10:51:29 +02:00
Valentin Samir
6dc52e0ca5 Update some help_text dans docstrings 2016-07-06 19:43:09 +02:00
Valentin Samir
4ad4d13baa Compact federated mode migration 2016-07-06 14:44:15 +02:00
Valentin Samir
4df2991079 Fix migration error for pgsql: column "provider_id" cannot be cast automatically to type integer 2016-07-06 13:50:02 +02:00
Valentin Samir
b0a07efe41 Add a display field to Identity Providers 2016-07-04 17:40:31 +02:00
Valentin Samir
aa433d3c58 Use django admin application to add/modif identty providers when CAS_FEDERATE is True 2016-07-04 17:23:11 +02:00
Valentin Samir
6d7300fe43 Add SLO support from federated CAS 2016-06-23 17:18:53 +02:00
Valentin Samir
efdd97ec07 Test for CAS federation 2016-06-17 19:28:49 +02:00
Valentin Samir
8a2e44c23c Normalize first migration 2016-03-26 18:30:06 +01:00
Valentin Samir
673f46593a Simplify first migration, should fix #1 2016-03-26 18:29:32 +01:00
Valentin Samir
f0ecd653d3 Add cosmetic migration 2015-12-18 11:34:45 +01:00
Valentin Samir
bfad265299 Add a help_text to pattern of ServicePattern 2015-12-12 18:22:02 +01:00
Valentin Samir
d0f6ed9ea3 add forgotten migration 2015-12-12 14:00:43 +01:00
Valentin Samir
ba4af1372c squashmigrations 2015-06-12 16:46:50 +02:00
Valentin Samir
77fc5b5988 Compatibility with different session backend + admin layout 2015-06-11 23:04:26 +02:00
Valentin Samir
245086f6ef By session logout 2015-06-09 22:04:41 +02:00
Valentin Samir
1ada840bdc Possibility to specify a single log out callback 2015-06-08 18:22:10 +02:00
Valentin Samir
44cbf0f2b8 migration for the previous commit 2015-05-30 19:47:47 +02:00
Valentin Samir
4fd4afd9c0 possibility to limit PT delivery by service 2015-05-28 15:27:21 +02:00
Valentin Samir
871baaac87 some code refactoring and better error handling on ticket validation 2015-05-28 15:08:57 +02:00
Valentin Samir
7e2917e977 add a single_log_out parametters on Ticket for query optimisation 2015-05-28 14:05:48 +02:00
Valentin Samir
c9629f65ae s/SSO/SLO/ 2015-05-28 02:16:24 +02:00
Valentin Samir
2e199e0283 migration for the previous commit 2015-05-27 22:23:47 +02:00
Valentin Samir
ad434a113f Some refactoring 2015-05-27 21:56:39 +02:00
Valentin Samir
f9ccd6e540 CHange unique constrain 2015-05-23 19:32:02 +02:00
Valentin Samir
67d7a7dcf5 Forgot the migration file 2015-05-18 23:39:19 +02:00
Valentin Samir
0bc4e89970 Some improvments 2015-05-18 20:30:00 +02:00
Valentin Samir
9112e6e475 Some login backends 2015-05-17 23:24:41 +02:00
Valentin Samir
667483fc49 initial commit 2015-05-16 23:43:46 +02:00