This repository has been archived by the owner on May 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
executable file
·83 lines (64 loc) · 2.6 KB
/
ChangeLog
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
2013-07-24 Nicole Cordes <[email protected]>
* version 1.1.9
* fixed respecting of domain records for multi domain systems
2013-07-23 Nicole Cordes <[email protected]>
* version 1.1.8
* format code according to coding guidelines
2013-04-09 Toby Merz <[email protected]>
* version 1.1.7
* adapted extension to clean up requirements for TER
2012-02-15 Dimitri Koenig <[email protected]>
* version 1.1.6
* added loginas field in fe_users table due to TYPO3 4.5 tca conventions
2011-10-06 Nils Blattner <[email protected]>
* version 1.1.5
* fixed a bug when no domain record based redirect was set
2011-09-21 Nils Blattner <[email protected]>
* version 1.1.4
* added the possibility to redirect after the login to a specific page, based on the domain
* added an option in ext_conf_template.txt to enable the additional fields in sys_domain (enableDomainBasedRedirect)
* added the new field to ext_tables.sql and ext_tables.php
2011-06-29 Dimitri Koenig <[email protected]>
* version 1.1.3
* fixed bug in hashkey generation
2011-05-11 Nils Blattner <[email protected]>
* version 1.1.2
* changed sv1 to store a value in the session data, so that loginas users could be tracked
2011-02-04 Nils Blattner <[email protected]>
* version 1.1.1
* fixed cabag_loginas.js so it really does not produce a JS-Error when the loginas-menu is not present
2010-11-16 Nils Blattner <[email protected]>
* version 1.1.0
* fixed cabag_loginas.js so it does not produce a JS-Error when the loginas-menu is not present
2010-09-07 Dimitri Koenig <[email protected]>
* version 1.0.10
* limited display of FE users to 15, just in case you have over 400.000 fe_users with the same email address. Thx to Nils Blattner :-)
2010-07-02 Dimitri Koenig <[email protected]>
* version 1.0.9
* changed fixed http:// path to relative path
2010-07-02 Dimitri Koenig <[email protected]>
* version 1.0.8
* ter upload
* extended timeout from 300 to 3600 seconds
2010-03-19 Dimitri Koenig <[email protected]>
* version 0.0.7
* better toolbar menu allowing multiple fe_user accounts with the same email address to be shown
2010-03-16 Dimitri Koenig <[email protected]>
* version 0.0.6
* small css change
2010-03-16 Dimitri Koenig <[email protected]>
* version 0.0.5
* additional security
* toolbar button if a fe_user exist with same email address as backend user
2010-02-15 Dimitri Koenig <[email protected]>
* version 0.0.4
* username will be shown instead of name
2010-02-15 Dimitri Koenig <[email protected]>
* version 0.0.3
* fixed display icons bug
2010-02-15 Dimitri Koenig <[email protected]>
* version 0.0.2
* fixed auth service bug
2010-02-15 Dimitri Koenig <[email protected]>
* version 0.0.1
* initial code generated with kickstarter