-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathCHANGES.txt
96 lines (66 loc) · 2.11 KB
/
CHANGES.txt
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
2.2 (unreleased)
================
- Nothing changed yet.
2.1.1 (2017-02-01)
==================
- Documentation RST fix
[tomgross]
2.1 (2017-02-01)
================
- Don't fail, if config properties are set as raw attributes
[davidjb]
- Update default buildout to Plone 5.0
[tomgross]
- Support periodic user properties updates
[sebasgo]
- Exclude user creation and update from plone.protect's CSRF protection
[sebasgo]
- Test on Plone 5.1
[tomgross]
2.0 (2016-01-14)
================
- Added challenge header and replacement pattern from WSA
[tomgross]
- Plone 4.1 - 5.0 compatibility
[tomgross]
- Ported tests to plone.app.testing
[tomgross]
- Allow other default roles than Member
[Sebastian Gottfried]
1.1 (2014-11-06)
================
- Remove triggering of UserLoggedInEvent (shouldn't be done in PAS plugin)
[gweis]
1.0 (2014-02-26)
================
- Let PAS decide where to store user properties. Allows e.g. Membrane
to store properties on the user object itself. [gweis]
- Make update of users's properties optional. [gweis]
0.9 (2014-02-04)
================
- Move the password generation function to be an instance method.
This allows for the potential to override this function and performance
actions using information drawn from the plugin, request etc.
[davidjb]
- Update a user's properties when they authenticate. This
handles the situation where a user's details may change (such as name,
email address, etc) upon next authentication.
[davidjb]
- Allow other PAS plugins to handle credentials by calling
``updateCredentials`` when authenticating. This allows for existing
session or cookie plugins (implementing ``ICredentialsUpdatePlugin``)
to take over handling a user's authentication.
[davidjb]
- Ensure tests pass on Plone 4.1+.
[davidjb]
0.8b1 (2010-11-04)
==================
- Factored out setting of local roles to ShibbolethPermissions
- Trigger UserLoggedInEvent
- Added challenge-plugin
0.8a1 (2010-04-06)
==================
- authzMappings needs to be a persistent list all the time
[tom_gross]
- copied from old-style product 0.7
[tom_gross]