freek
3f0391c8a1
Merge branch 'master' of github.com:spatie/dnsrecords.io
2019-09-04 13:33:37 +02:00
Laravel Shift
2e0a47d63e
Shift core files
2019-09-04 11:32:15 +00:00
Laravel Shift
fa8bd08893
Adopt Laravel coding style
...
The Laravel framework adopts the PSR-2 coding style with some additions.
Laravel apps *should* adopt this coding style as well.
However, Shift allows you to customize the adopted coding style through
the [.shiftrc][1] file by using your [PHP CS Fixer][2] config.
[1]: https://laravelshift.com/shiftrc-configuration-file
[2]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
2019-09-04 11:32:15 +00:00
freek
7b1fb3479d
fix tests
2019-02-28 14:25:15 +01:00
Bart van Raaij
fd1366d173
Fix double html-character encoding by removing htmlentities() in DnsLookup
2018-09-28 12:48:51 +02:00
freek
43d6fe101d
commit
2018-09-04 21:32:05 +02:00
Laravel Shift
399a312705
Shift Middleware
2018-09-04 18:31:18 +00:00
Freek Van der Herten
d1e5e7ac5b
Laravel 5.6 Shift ( #42 )
...
* Shift Middleware
* Shift log references
* Shift configuration
* Shift Laravel dependencies
2018-09-04 16:12:23 +02:00
Willem Van Bockstal
89ccab757d
Format output for meta description
2018-08-21 14:04:17 +02:00
Brent Roose
3f6d453493
Add nullable commands
2018-06-27 11:38:41 +02:00
freek
2a00b40944
commit
2017-11-18 19:23:09 +01:00
Brent Roose
3213255df6
The new DNS package throws an exception when no records were found. This PR catches that exception. ( #37 )
2017-11-18 19:21:45 +01:00
Brent Roose
887171faaf
Sanitize HTML tags
2017-11-17 14:42:05 +01:00
Brent Roose
97a8e3b1d3
Make triple dots work ( #36 )
2017-11-06 19:40:56 +01:00
freek
3a3811e897
commit
2017-11-03 22:30:38 +01:00
freek
004cd592f3
commit
2017-11-03 22:28:53 +01:00
freek
3df4d2ed04
use dns package
2017-11-03 14:14:15 +01:00
Brent Roose
e6f737a2b9
Add support for DNS lookup of . (root) ( #34 )
...
* Add support for DNS lookup of . (root)
* Prefer the POST command over the GET command
2017-11-02 12:43:10 +01:00
freek
90ab8fa2b1
code style
2017-11-01 16:47:24 +01:00
freek
a882a5cf1a
refactor middleware
2017-11-01 16:43:47 +01:00
freek
9566a5baaf
rename middleware
2017-11-01 16:38:17 +01:00
freek
bda68e1818
rename middleware
2017-11-01 16:38:02 +01:00
Brent Roose
13864f5d56
Handle special characters ( #33 )
...
* Add POST route on / so that special characters like ? and . don't trigger a bad request.
* Add domain lookup sanitizer middleware
* Add domain to page title
2017-11-01 15:48:48 +01:00
Willem Van Bockstal
825a399c0d
Add bookmarklet instructions ( #32 )
2017-11-01 09:36:07 +01:00
Freek Van der Herten
c06b983d0d
Append URLs ( #19 )
...
Append the entered command to the URL, and allow users to browse directly to a command
2017-10-29 12:55:35 +01:00
freek
629482b968
Merge branch 'master' of github.com:spatie/dnsrecords.io
2017-10-29 12:35:16 +01:00
freek
e28e9b5059
fix dns records not found
2017-10-29 12:35:03 +01:00
Willem Van Bockstal
77c073a587
Alert CSS fix
2017-10-28 12:23:56 +02:00
freek
b43def25b2
add type hint
2017-10-28 11:25:28 +02:00
freek
614d212ddb
commit
2017-10-28 11:17:36 +02:00
freek
3b4621689d
fix color
2017-10-28 11:16:56 +02:00
freek
02f5db326c
fix namespaces
2017-10-28 11:15:42 +02:00
freek
ad73fc1e83
refactor controller
2017-10-28 11:10:43 +02:00
freek
427fdd77c4
fix idn to ascii failure
2017-10-27 19:42:18 +02:00
freek
e031890357
refactor
2017-10-27 19:40:19 +02:00
freek
fc59420e07
refactor
2017-10-27 19:32:58 +02:00
freek
1b58013db2
refactor
2017-10-27 19:25:34 +02:00
freek
ee2daca4d6
small refactor
2017-10-27 19:05:53 +02:00
freek
c4fda197d0
fix for ascii domains
2017-10-27 18:56:03 +02:00
freek
1e6e6172e6
add doom
2017-10-27 16:15:32 +02:00
freek
5e4349fae0
extra fix for #9
2017-10-27 15:34:28 +02:00
freek
ab38590e3f
nitpick
2017-10-27 15:32:27 +02:00
freek
d0939d720e
nitpicks
2017-10-27 15:31:40 +02:00
freek
963800c991
fixes #10
2017-10-27 15:31:28 +02:00
Freek Van der Herten
0ca2b87a8b
Merge pull request #8 from bbashy/patch-1
...
Add IPv6 (AAAA) results
2017-10-27 15:22:43 +02:00
Yasen Slavov
ac1671fb6a
Used parse_url() to parse the host instead of a regex.
2017-10-27 15:47:32 +03:00
Yasen Slavov
0b3e9dde3c
Filtered non-alphanumeric chars, excluding dot.
2017-10-27 15:37:16 +03:00
Ben Sampson
4e6b8b37ae
Add IPv6 (AAAA) results
2017-10-27 13:36:43 +01:00
freek
b4127002a3
simplyfy exception handling
2017-10-27 10:28:48 +02:00
freek
36035612c5
fix merge
2017-10-27 10:12:26 +02:00