-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGES
161 lines (108 loc) · 2.58 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
Release 1.7
-----------
* removed UNICEFAzureADB2COAuth2
Release 1.6.3
-------------
* admin tweaks for users
Release 1.6.2
-------------
* admin tweaks for users
Release 1.6.1
-------------
* user admin tweaks
Release 1.6
-----------
* added support to Django 5.0
* added support to python 3.11, 3.12
* fix user admin creation
* addd flag to disable admin login without SSO
Release 1.5.1
-----------------------------
* remove old login button
Release 1.5
-----------------------------
* replace swappable model with mixin
Release 1.4.4
-----------------------------
* fix create unicef user - new claim
Release 1.4.3
-----------------------------
* fix logout url
Release 1.4.2
-----------------------------
* fix ci
Release 1.4.1
-----------------------------
* fixed logout url
Release 1.4
-----------------------------
* added support to django 4.2
* added support to python 3.11
* fixed unauthorized template
* compatible with latest social core
Release 1.3
-----------------------------
* added support to django 4.1
* simplified UNICEFAzureADB2COAuth2
* tweaked UNICEFLogoutView
* tweaked UNICEFSocialAuthExceptionMiddleware
Release 1.2.1
-----------------------------
* fix reverse url
Release 1.2
-----------------------------
* fix logout url
Release 1.1
-----------------------------
* OauthExt: update backend name
* tweaked pipelines
* added Unauthorized view
Release 1.0.1
-----------------------------
* fixed backend
Release 1.0
-----------------------------
* added support to django 4.0
* removed business area
Release 0.8
-----------------------------
* added support to jwt>2.0
* fixed templates
Release 0.7
-----------------------------
* added support to django 3.2
* updated to newest admin-extra-urls
* removed support to python 3.7
Release 0.6
-----------------------------
* added UNICEFUserFilter admin filter
* added create_unicef_user pipeline step
Release 0.5
-----------------------------
* added support to django 3.1
* added support to python 3.9
Release 0.4.1
-----------------------------
* tweaked urls
* added logout url
Release 0.4
-----------------------------
* added support to django 3.0
* removed support to django 2.1
* added health check middleware
* added UnicefSocialAuthExceptionMiddleware
* added pipeline
Release 0.3.1
-----------------------------
* fixed api configuration
Release 0.3
-----------------------------
* adapted to new insight api
Release 0.2
-----------------------------
* added support to python 3.8
* removed support to python 3.6
* added UnicefAzureADBBCOAuth2
Release 0.1
-----------------------------
* initial release