index
:
webtrees
firebird
webtrees suite with firebird driver
lester@lsces.co.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
Session.php
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-07
Code style and testing
Greg Roach
1
-10
/
+10
2019-03-03
Convert from Carbon (v1) to CarbonImmutable (v2)
Greg Roach
1
-1
/
+0
2019-01-09
Use Str::random() for random strings
Greg Roach
1
-6
/
+2
2019-01-09
Use illuminate/database for session
Greg Roach
1
-30
/
+18
2019-01-01
Happy 2019
Greg Roach
1
-1
/
+1
2018-12-30
Use illuminate/database
Greg Roach
1
-1
/
+5
2018-10-05
Add declare(strict_types=1) to all PHP scripts
Greg Roach
1
-0
/
+2
2018-08-30
PHPdoc
Greg Roach
1
-6
/
+20
2018-08-27
Added PHP7 return types to methods according doc block (#1864)
Rico Sonntag
1
-6
/
+6
2018-08-26
Replace Filter::get() and Filter::post() with $request
Greg Roach
1
-0
/
+21
2018-08-09
Fix: #1813 - session expiry
Greg Roach
1
-2
/
+1
2018-07-27
Use native functions instead of ini_set() to initialise session
Greg Roach
1
-19
/
+23
2018-07-16
Use PSR2 code style
Greg Roach
1
-198
/
+214
2018-02-22
Use new PHP7 null coalescing operator (#1630)
Rico Sonntag
1
-5
/
+1
2018-01-07
Happy new year - 2018
Greg Roach
1
-1
/
+1
2017-11-10
Fetch client-ip address as needed
Greg Roach
1
-6
/
+10
2017-11-10
PHPDoc
Greg Roach
1
-1
/
+1
2017-11-10
Refactor session code into class
Greg Roach
1
-0
/
+121
2017-10-19
Strict types
Greg Roach
1
-6
/
+6
2017-03-08
2017
Greg Roach
1
-1
/
+1
2016-12-23
Code style - short array syntax
Greg Roach
1
-4
/
+4
2016-04-15
Fix #900 - sessions not needed during installation
Greg Roach
1
-1
/
+1
2016-01-30
Update copyright year
Greg Roach
1
-1
/
+1
2016-01-17
Two spaces have no effect in HTML
Greg Roach
1
-1
/
+1
2015-06-08
PHPDoc
Greg Roach
1
-4
/
+2
2015-05-30
Code style
Greg Roach
1
-7
/
+7
2015-05-05
Fix #573 - wrong session parameter names
Greg Roach
1
-2
/
+2
2015-04-29
Fix #571 - need to clear session data on logout
Greg Roach
1
-0
/
+10
2015-04-26
Replace Zend_Session with our own class
Greg Roach
1
-0
/
+110