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
/
MessageController.php
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-01
Fix: #2719 cannot send messages using ugly urls; refactor controller as reque...
Greg Roach
1
-527
/
+0
2019-10-30
Fix: #2716 - missing parameter in view
Greg Roach
1
-0
/
+4
2019-10-30
Add assertions for route parameters
Greg Roach
1
-4
/
+13
2019-10-25
Remove global constant WT_LOCALE and store LocaleInterface in the request
Greg Roach
1
-1
/
+2
2019-10-19
Fix: #2646 - broadcast messages should not have a 'sent from URL' footer
Greg Roach
1
-5
/
+1
2019-10-18
Strict types
Greg Roach
1
-2
/
+2
2019-10-17
PSR12
Greg Roach
1
-0
/
+1
2019-10-14
Working on routing
Greg Roach
1
-1
/
+2
2019-10-12
Working on request/base URL logic
Greg Roach
1
-3
/
+3
2019-10-10
Working on routing
Greg Roach
1
-3
/
+5
2019-09-29
PSR12
Greg Roach
1
-0
/
+1
2019-09-29
Add tree to request; preparing for router
Greg Roach
1
-15
/
+14
2019-09-18
Fix: #1945 - registration emails now go to admins, not genealogy contacts
Greg Roach
1
-5
/
+4
2019-09-18
Fix: #2575 and #1945 - update email from/reply-to fields, allow registration ...
Greg Roach
1
-2
/
+2
2019-09-13
Refactor Mail into MailService
Greg Roach
1
-3
/
+10
2019-06-25
Fix: #2447 - better detection of client_ip and request_uri
Greg Roach
1
-3
/
+3
2019-05-17
Add support for reverse-proxy configurations
Greg Roach
1
-1
/
+3
2019-05-17
PHPdoc
Greg Roach
1
-1
/
+0
2019-05-09
PSR-7 requests
Greg Roach
1
-38
/
+39
2019-04-25
Strict types
Greg Roach
1
-2
/
+2
2019-04-10
Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17
Greg Roach
1
-40
/
+39
2019-04-03
Declare static closures
Greg Roach
1
-3
/
+3
2019-03-08
Error handling
Greg Roach
1
-1
/
+6
2019-03-05
Dual type-hints upset vimeo/psalm, but are useful in PhpStorm
Greg Roach
1
-1
/
+2
2019-03-03
Convert from Carbon (v1) to CarbonImmutable (v2)
Greg Roach
1
-3
/
+3
2019-02-26
Remove global constant WT_TIMESTAMP
Greg Roach
1
-2
/
+7
2019-01-31
Refactor class User - use NULL-object pattern for guests and temporary users,...
Greg Roach
1
-54
/
+69
2019-01-21
Simplify API function name
Greg Roach
1
-1
/
+1
2019-01-18
Add support for illuminate/cache and refactor class User
Greg Roach
1
-27
/
+11
2019-01-09
Use illuminate/database in message controller
Greg Roach
1
-26
/
+24
2019-01-01
Happy 2019
Greg Roach
1
-1
/
+1
2018-12-01
Update swiftmailer from v5 to v6
Greg Roach
1
-1
/
+1
2018-11-18
Rename Tree::getTitle() to title()
Greg Roach
1
-1
/
+1
2018-11-18
Rename Tree::getTreeName() to name()
Greg Roach
1
-2
/
+2
2018-10-29
Error handling
Greg Roach
1
-1
/
+1
2018-10-29
Error handling
Greg Roach
1
-2
/
+2
2018-10-28
PHPdoc
Greg Roach
1
-1
/
+1
2018-10-28
Strict types
Greg Roach
1
-1
/
+1
2018-10-07
PHPdoc
Greg Roach
1
-1
/
+1
2018-09-24
Scrutinizer Auto-Fixes (#1929)
Scrutinizer Auto-Fixer
1
-4
/
+4
2018-09-22
Reduced if/else complexity, removed not require else conditions (#1866)
Rico Sonntag
1
-22
/
+22
2018-09-21
PHPdoc
Greg Roach
1
-2
/
+2
2018-08-27
Added PHP7 return types to methods according doc block (#1864)
Rico Sonntag
1
-1
/
+1
2018-08-18
CodeStyle
Greg Roach
1
-17
/
+17
2018-08-13
Type hint closure return types
Greg Roach
1
-2
/
+2
2018-08-10
Create system for dependency injection and apply it to controllers and middle...
Greg Roach
1
-30
/
+14
2018-07-17
Refactor views
Greg Roach
1
-1
/
+1
2018-07-16
Use PSR2 code style
Greg Roach
1
-372
/
+410
2018-07-15
Fix: #1538 - redirect to tree page after login (if no URL specified
Greg Roach
1
-2
/
+2
2018-05-10
Code style / unused variables
Greg Roach
1
-6
/
+0
[next]