398 Commits

Author SHA1 Message Date
Lonnie Ezell
1ee282023d
Remove caching option for now. 2018-09-11 22:54:03 -05:00
Lonnie Ezell
f79c6a867a
RouteCollection revised to use new centralized auto-discovery mechanism. 2018-09-09 22:51:39 -05:00
Lonnie Ezell
2ae947cdc0
Auto-discover events 2018-09-08 00:34:24 -05:00
Lonnie Ezell
b35a618949
Added centralized config file to set what things should be auto-discovered, and tweaked so that Registrars are auto-disovered. 2018-09-08 00:24:29 -05:00
Lonnie Ezell
06a4980af3
Merge pull request #1178 from sugenganthos/develop
Adjust log level to match RFC 5424
2018-09-03 22:39:20 -05:00
Abdul Malik Ikhsan
ea4dd36e4e
add writable/session directory and set default App::sessionSavePath to it 2018-09-02 13:33:16 +07:00
sugenganthos
2832ac7a84
Update Logger.php 2018-08-24 15:31:44 +07:00
Christoph Potas
cf6a63c03b
~ make debugbar loading under csp
Signed-off-by: Christoph Potas <christoph286@googlemail.com>
2018-08-02 11:18:37 +02:00
Master Yoda
d88520b20a
Merge branch 'develop' into testing3/http 2018-07-16 09:27:19 -07:00
Master Yoda
cc5e82eefa
Beef up HTTP\Request testing, correct docs 2018-07-16 09:25:24 -07:00
Lonnie Ezell
88fea3d88a
Remove findWhere and deleteWhere methods from Model. #865 2018-07-15 22:45:19 -05:00
Lonnie Ezell
fa8c1c725a
Convert all usages on Config\App through config function for performance gains. 2018-07-09 23:04:07 -05:00
Lonnie Ezell
ca34c680f4
Tweak how memory usage is calculated. Fixes #1049 2018-07-09 22:35:50 -05:00
Lonnie Ezell
107753d415
Allow redirecting on CSRF failures. Fixes #1012 2018-07-09 00:04:28 -05:00
Master Yoda
7a07b531e5
Flesh out html_helper testing 2018-06-29 12:59:46 -07:00
Nwoke David Udoka
33e431bb54 Fixed the cached class error.
Signed-off-by: Nwoke David Udoka <dvdnwoke@gmail.com>
2018-06-09 12:59:12 +01:00
Nwoke David Udoka
3d04f1b4be Honeypot Implementation - Modification with Documentation 2018-06-08 19:46:27 +01:00
Nwoke David Udoka
c4dc0d844b Merge branch 'develop' into honeypot 2018-06-05 21:11:02 +01:00
Nwoke David Udoka
8e0c7d4fbe Honeypot Implementation 2018-06-05 16:11:28 +01:00
Nwoke David Udoka
90a0ff2297 Merge branch 'develop' of git://github.com/bcit-ci/CodeIgniter4 into honeypot 2018-06-03 08:53:52 +01:00
Nwoke David Udoka
a12c409162 Honeypot Implementation 2018-06-03 08:10:17 +01:00
Christoph Potas
ee5926e883
+ added manifest to ContentSecurityPolicy
Signed-off-by: Christoph Potas <christoph286@googlemail.com>
2018-06-01 14:01:31 +02:00
Master Yoda
6df1861131
Simplify folder paths in bootstrap 2018-05-29 13:52:38 -07:00
Lonnie Ezell
7dcffb6bcf
Hopefully getting coverage working correctly again. 2018-05-25 23:08:35 -05:00
Christoph Potas
f3a078236f
~ rename base_uri to baseURI and set its default to none
Signed-off-by: Christoph Potas <christoph286@googlemail.com>
2018-05-08 10:54:24 +02:00
Lonnie Ezell
e83d18f021
Change cache/path variable name so it doesn't conflict with OS-level path var. Fixes #978 2018-04-19 23:09:17 -05:00
Lonnie Ezell
4d87f68a62
Merge pull request #910 from natanfelles/toolbar_formats
Debug Toolbar Enhancements
2018-04-12 23:16:32 -05:00
Lonnie Ezell
bbf0ceccaa
Providing placeholders in email config file for sender info. 2018-02-26 23:24:58 -06:00
Lonnie Ezell
d942df026b
Allow exceptions to display user-overridden response and request classes. 2018-02-18 22:20:44 -06:00
Lonnie Ezell
0ff7c8c3cd
Error Exception view fix. Session edge case fix 2018-02-15 23:45:57 -06:00
Lonnie Ezell
bd0409d89f
Ported over the UserAgent library. Needs docs 2018-02-12 00:19:38 -06:00
Natan Felles
a59c255fd3
Update debugbar 2018-01-31 08:55:29 -02:00
Natan Felles
3dbea14ea7
Respond debugbar html or header link and initialize AJAX tracking 2018-01-20 23:16:17 -02:00
Natan Felles
803b460eed
Saves the encoded debugbar data and enables decoding by content type 2018-01-18 09:48:23 -02:00
Lonnie Ezell
059ff644ce
Working. 2018-01-01 00:24:25 -06:00
Lonnie Ezell
af218921a3
Initial import of CI3 email library and basic refactoring to meet our styles and workflow. 2017-12-22 00:12:18 -06:00
Lonnie Ezell
2a781e599b
Automatically inject validation errors from withInput() into view data. Default view to saveData = true for better usability. 2017-11-25 15:42:47 -06:00
Lonnie Ezell
6c175688c7
Make the debugtoolbar folder if not present to ease migrations of test projects 2017-11-17 11:29:19 -06:00
Lonnie Ezell
66c85156e2
New config tab for the debug toolbar. Would like it to become a place to warn about potential errors or misconfigurations, also. 2017-11-17 00:15:44 -06:00
Lonnie Ezell
55779d9d54
Toolbar cleanup. Fixes #773 2017-11-14 22:54:38 -06:00
Lonnie Ezell
0b3deb194a Merge branch 'debug_bar_file' of git://github.com/gustavojm/CodeIgniter4 into gustavojm-debug_bar_file 2017-11-14 22:29:05 -06:00
Natan Felles
bbfe4c70e3
Update PHPDocs 2017-11-04 05:49:12 -02:00
gustavojm
609e6543e7
moved event handler clossure to a method in CodeIgniter\Debug\Toolbar class 2017-10-26 01:08:18 -03:00
gustavojm
97e9f28e09
stripped the trailing / in site_url
if $indexPage = index.php in App.php the toolbar will be loaded from
index.php/?debugbar generating a HTTP 301 redirect
2017-10-25 23:46:52 -03:00
Natan Felles
610c894b4a
Update DebugToolbar to use time as id and put script before body close 2017-10-25 22:52:32 -02:00
Natan Felles
53d16f4989
Add Event to handle the toolbar 2017-10-25 22:50:15 -02:00
gustavojm
1f78c89f4a Debug Toolbar loaded via AJAX, working fine 2017-10-25 01:01:45 -03:00
Lonnie Ezell
62af36ad9c
[ci_skip] Quick note to the Checks controller 2017-10-16 21:36:06 -05:00
gustavojm
53178c6fea
toolbar loaded on an <iframe> really gets the toolbar source code out of the way
works but ViewsHints no longer can modify the DOM, also toolbar position cannot
change on the full page, just inside the <iframe>...
2017-10-13 01:58:56 -03:00
gustavojm
7c5af1928e toolbar loaded on an <iframe> really gets the toolbar source code out of the way
works but ViewsHints no longer can modify the DOM, also toolbar position cannot
change on the full page, just inside the <iframe>...
2017-10-13 01:55:43 -03:00