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
/
Http
/
Controllers
/
SetupController.php
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-16
Refactor controllers as request handlers
Greg Roach
1
-481
/
+0
2020-06-04
PHPdoc
Greg Roach
1
-9
/
+9
2020-06-04
PHPdoc
Greg Roach
1
-26
/
+33
2019-12-13
CodeStyle - strict types
Greg Roach
1
-2
/
+5
2019-11-24
Refactor caching to remove dependency on the illuminate implementation
Greg Roach
1
-3
/
+3
2019-11-11
Move language negotiation to middleware
Greg Roach
1
-22
/
+17
2019-11-07
Fix error updating account preferences; use constants for preference names
Greg Roach
1
-7
/
+7
2019-10-26
Remove LocaleInterface as dependency of LocalizationService
Greg Roach
1
-1
/
+0
2019-10-25
Remove global constant WT_LOCALE and store LocaleInterface in the request
Greg Roach
1
-3
/
+2
2019-10-21
Pass dependencies in the constructor
Greg Roach
1
-1
/
+7
2019-10-18
Type hints
Greg Roach
1
-1
/
+1
2019-10-17
PSR12
Greg Roach
1
-0
/
+1
2019-10-16
Remove global constant WT_DATA_DIR
Greg Roach
1
-9
/
+4
2019-10-12
Fix: #2621 - set baseurl during setup
Greg Roach
1
-2
/
+5
2019-10-12
Working on request/base URL logic
Greg Roach
1
-1
/
+1
2019-10-11
Working on routing
Greg Roach
1
-4
/
+0
2019-09-29
PSR12
Greg Roach
1
-0
/
+3
2019-06-29
Fix: setup needs to initialise request attributes
Greg Roach
1
-0
/
+9
2019-04-29
Define default layout for view-responses
Greg Roach
1
-2
/
+2
2019-04-21
Fix: database changes in e16a1bfd break setup
Greg Roach
1
-30
/
+57
2019-04-17
CodeStyle
Greg Roach
1
-1
/
+0
2019-04-16
Split Session class into session management and session persistence
Greg Roach
1
-1
/
+2
2019-04-14
Refactor the bootstrap process
Greg Roach
1
-2
/
+7
2019-04-10
Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17
Greg Roach
1
-25
/
+30
2019-04-03
Declare static closures
Greg Roach
1
-1
/
+1
2019-03-14
Catch 22 - setup needs language modules. Modules need a database. Database ...
Greg Roach
1
-2
/
+3
2019-03-14
Apply fixes from StyleCI (#2330)
Greg Roach
1
-2
/
+1
2019-03-14
Convert languages to modules
Greg Roach
1
-118
/
+134
2019-03-13
Allow custom modules to provide translations
Greg Roach
1
-1
/
+1
2019-03-08
Strict types and code review
Greg Roach
1
-1
/
+0
2019-03-07
Use better source of randomness
Greg Roach
1
-1
/
+3
2019-03-02
Simplify setup wizard. Autologin after setup
Greg Roach
1
-9
/
+7
2019-02-27
Apply fixes from StyleCI (#2278)
Greg Roach
1
-2
/
+1
2019-02-25
Fix: #1246 - show server errors on the control panel
Greg Roach
1
-158
/
+47
2019-02-24
Unused imports
Greg Roach
1
-2
/
+1
2019-02-22
Add PHP driver checks to setup wizard
Greg Roach
1
-43
/
+69
2019-02-22
Add warnings for PostgreSQL and SQL Server
Greg Roach
1
-2
/
+15
2019-02-22
Add experimental support for non-mysql databases
Greg Roach
1
-160
/
+158
2019-02-20
Move database migration and seeding to a service
Greg Roach
1
-9
/
+12
2019-01-31
Refactor class User - use NULL-object pattern for guests and temporary users,...
Greg Roach
1
-4
/
+19
2019-01-09
Fix: #2110 - Remove calls to deleted function Database::disconnect()
Greg Roach
1
-2
/
+0
2019-01-01
Happy 2019
Greg Roach
1
-1
/
+1
2018-12-27
Use illuminate/database for migrations and seeds
Greg Roach
1
-63
/
+53
2018-12-20
Remove unused imports
Greg Roach
1
-4
/
+0
2018-12-08
Move DebugBar code to middleware
Greg Roach
1
-10
/
+0
2018-11-18
Prefer class-constants to global-constants
Greg Roach
1
-4
/
+3
2018-10-12
Apply fixes from StyleCI (#1960)
Greg Roach
1
-1
/
+3
2018-10-12
More robust checking of disabled functions
Greg Roach
1
-1
/
+2
2018-10-08
Code style
Greg Roach
1
-0
/
+1
2018-10-05
Scrutinizer Auto-Fixes (#1942)
Scrutinizer Auto-Fixer
1
-5
/
+5
[next]