Commit Graph

195 Commits

Author SHA1 Message Date
Marcel Pociot
62aa85f092 wip 2021-05-31 16:34:43 +02:00
Marcel Pociot
bbbabcebaf Apply fixes from StyleCI 2021-05-31 14:19:51 +00:00
Marcel Pociot
3c07660c2c wip 2021-05-31 16:19:43 +02:00
Marcel Pociot
ad2ef94958 Apply fixes from StyleCI 2021-05-31 12:48:18 +00:00
Marcel Pociot
5de11e90f7 Merge branch 'master' of github.com:beyondcode/phunnel 2021-05-31 14:47:52 +02:00
Marcel Pociot
9444d1aacb Add statistic tracking 2021-05-31 14:47:48 +02:00
Marcel Pociot
400361dd71 Apply fixes from StyleCI 2021-05-28 14:52:25 +00:00
Marcel Pociot
7f6be8cae2 Merge branch 'master' of github.com:beyondcode/phunnel 2021-05-28 16:51:58 +02:00
Marcel Pociot
a3d1735b6e Allow specifying maximum connection counts per user 2021-05-28 16:51:48 +02:00
Marcel Pociot
6c0aa790e5 Apply fixes from StyleCI 2021-05-21 15:21:13 +00:00
Marcel Pociot
717e8cf05c wip 2021-05-21 17:20:48 +02:00
Marcel Pociot
9220e83798 Merge branch 'master' of github.com:beyondcode/phunnel 2021-05-19 20:53:35 +02:00
Marcel Pociot
9e67b5ef5d Ensure that migrations are sorted properly 2021-05-19 20:52:56 +02:00
Marcel Pociot
9342a5ce36 Apply fixes from StyleCI 2021-05-19 18:21:43 +00:00
Marcel Pociot
db57f83bdf Dashboard UI updates, allow multiple expose servers, exclude subdomains 2021-05-19 20:21:19 +02:00
Marcel Pociot
c1f7125f72 Get rid of deprecated method calls 2021-05-19 12:10:13 +02:00
Marcel Pociot
96fa7c653f Merge branch 'dashboard-modifications' into share-files 2021-05-19 11:57:25 +02:00
Marcel Pociot
44dca53687 Make server configurable when sharing files. Fix react/http compatibility issues 2021-05-19 11:35:27 +02:00
Marcel Pociot
60af8bce19 Merge branch 'master' into share-files 2021-05-18 12:42:28 +02:00
Marcel Pociot
60ce7816a2 wip 2021-05-18 12:39:12 +02:00
Dennis Koch
8d5a4410f7 feat: Config option to set default protocol to https (#110)
* feat: Config option to set default protocol to https

* style: Fix for StyleCI
2021-03-31 07:41:34 +02:00
Marcel Pociot
a9699eb254 Use config auth when sharing TCP ports 2021-03-05 09:14:03 +01:00
Marcel Pociot
5c141986fe Allow overriding DNS server. Set DNS if internal docker host is being shared 2021-03-02 16:39:51 +01:00
Marcel Pociot
986428fe00 Add PHP 8 compatible build 2021-01-14 13:23:45 +01:00
Marcel Pociot
2934731c7a Add PHP8 compatibility to v1.x (#177)
* Add PHP8 compatible requirements
* Readd DNS to allow resolving local shared domains
2021-01-14 13:20:59 +01:00
Marcel Pociot
ff232d9ef4 Merge branch '1.0' of github.com:beyondcode/phunnel into 1.0 2020-12-07 23:31:08 +01:00
Marcel Pociot
5b8cc4d985 Allow specifying server host and port in share command 2020-12-07 23:30:57 +01:00
Marcel Pociot
28cc353c30 Apply fixes from StyleCI 2020-12-04 23:34:24 +00:00
Marcel Pociot
7bfb618d93 wip 2020-12-05 00:34:01 +01:00
Siebe Vanden Eynden
f6d04777e1 Allow custom config file path (#145)
* allow custom config file path

* Update configuration.md
2020-12-04 22:45:29 +01:00
Tii
bded9f754e Added command line options for server-host and server-port (#147)
* Added server options

* Restored box.json

* Reverted build and versioning...

* Please the style gods
2020-12-04 22:44:25 +01:00
Tii
c92d4b258c Removed fixed IP address for DNS (#148) 2020-12-04 22:39:57 +01:00
Marcel Pociot
da39fb8ad8 Apply fixes from StyleCI 2020-11-01 19:34:33 +00:00
Marcel Pociot
5b7a80bb0c Merge branch 'master' of github.com:beyondcode/phunnel 2020-11-01 20:34:21 +01:00
Marcel Pociot
7459c0189b Apply fixes from StyleCI 2020-11-01 16:47:29 +00:00
Marcel Pociot
c56f05c030 Apply fixes from StyleCI 2020-11-01 16:44:06 +00:00
Marcel Pociot
ce945e1326 Add fileserver support 2020-11-01 17:43:42 +01:00
Marcel Pociot
880259657f Rewrite location header 2020-10-25 23:40:45 +01:00
Marcel Pociot
538c7da446 Better memory management for binary responses. Fixes #140 2020-10-17 21:07:29 +02:00
Marcel Pociot
26de32d375 Allow users to reserve subdomains (#131) 2020-09-09 21:57:42 +02:00
Marcel Pociot
2f57fa1952 Add ability to expose TCP connections (#123) 2020-09-08 16:27:39 +02:00
Marcel Pociot
d9ab55f308 Apply fixes from StyleCI 2020-09-07 18:20:13 +00:00
Marcel Pociot
0ebe6a4ce4 Add a new flag to users to allow the specification of custom subdomains 2020-09-07 20:19:56 +02:00
Marcel Pociot
47b2350631 Associate shared sites with auth tokens 2020-09-07 13:33:40 +02:00
Marcel Pociot
55a456d5e1 Apply fixes from StyleCI 2020-08-12 22:20:06 +00:00
Marcel Pociot
f9084c3c31 Merge pull request #83 from ahmedash95/detect-valet-links
Auto detect valet links
2020-08-13 00:19:47 +02:00
Marcel Pociot
eaf04a8eae Don't try to log requests as curl when the requests are bigger than 256kb 2020-07-31 10:55:32 +02:00
Marcel Pociot
bf0025979e Apply fixes from StyleCI 2020-07-27 20:11:50 +00:00
Ahmed Ashraf
8db13e70af set path only if exists 2020-07-03 12:53:31 +02:00
Ahmed Ashraf
dfe889692b auto detect valet links 2020-07-03 12:50:08 +02:00