Releases: binwiederhier/pcopy
v0.5.2
Changelog
55ab5f6 Add "Download" tab, resolves #45
1acf2ec Add /favicon.ico route, add og: meta tags, resolves #58, resolves #56
69c7a5f Add more tests for content type writer
032d43d Bump instructions
5cc9f8a Fix 'pcopy join' error, add test for it
f0810ec Merge branch 'master' of github.com:binwiederhier/pcopy
dab93cd Store paste tab selection in local storage, resolves #53
3eac241 Store ttl selection in local storage, #53
fa17d31 Update README.md
6176fee Use go1.16rc1, closes #55
Docker images
docker pull binwiederhier/pcopy:latest
docker pull binwiederhier/pcopy:v0.5.2
docker pull binwiederhier/pcopy:v0.5
v0.5.1
Changelog
9044a44 Add ClipboardName config option
55da8b4 Add ServerRouter tests
2ae54bd Demo instructions for curl
c20ca98 Derp
8ad9df8 Dividers, properly place items in header
bc24aa1 Fixing Firefox's 413 bug by not even attempting to upload large files, resolves #51
2a00e83 Hopefully fix tests
d6af062 Styles
d680842 TTL dropdown, works
35fb76d Test 'pcopy leave'
cf37098 Test config some more
e20e2c4 Update readme
Docker images
docker pull binwiederhier/pcopy:latest
docker pull binwiederhier/pcopy:v0.5.1
docker pull binwiederhier/pcopy:v0.5
v0.5.0
Changelog
0b91ccb Add clipboard name to log messsages
236710d Add default route if only one server per port
a74fc5b Add mu, remove data race
111c451 Add succeeding test for #46, streaming random curl things
c71edbf Add tests for curl POST/GET
5efbbd7 Break things up a little
cea9a09 FileID linting thing
3707e1a Fix ?a= links with base64 URL encoding without padding
9db81a4 Fix tests
fb24606 Introduce ServerRouter
52912c7 Introduce StartManager/StopManager and test it
a4726ca More staticcheck things
9bc1727 Remove listenHTTP(S) vars
84457dd Replace stdin/out/err in tests with bytes.Buffer; test pcp --stream
21fb589 Simplify port routing
6692163 This sorta works
5bfd6ac WIP: Allow serving multple clipboards on one port, relates to #48
3f0f22d vhost working
Docker images
docker pull binwiederhier/pcopy:latest
docker pull binwiederhier/pcopy:v0.5.0
docker pull binwiederhier/pcopy:v0.5
v0.4.12
Changelog
f6ff596 Add /random endpoint to avoid curl awkwardness in -T
f97e36a Derp
4cc1bb7 Fix curl POST + streaming with short payloads, resolves #46
1023393 Get rid of Reserved field; move some JS to fetch(); now streaming with curl is broken
bd55a32 Linters and such
bcb01d8 Make JS/UI use the reservation stuff
50cbaeb Move checkPUT to its own function
827b726 Replace ReadAll with more safe ReadFull
b42f8b8 Start testing the CLI
8e5dd6d Updated README, another sniff test
82170ae req() function in UI
Docker images
docker pull binwiederhier/pcopy:latest
docker pull binwiederhier/pcopy:v0.4.12
docker pull binwiederhier/pcopy:v0.4
v0.4.11
v0.4.10
v0.4.9
Changelog
ecb201c Add f=json to PUT
cf2ba45 Add first streaming tests
ff31406 Add logging back
2b59fcc Add more tests, fix data race
4426a4b Add reservation logic for streams
7e926d2 Added curl help page
2ff533a All clipboard things in clipboard.go now; it's not pretty but it works
83ac465 Better file mode handling; server.go is getting uglier by the minute
52f1ce7 Expires
f038377 Fix formatting, add redirect test
a3de7f4 Fix staticcheck
900a2be Fix tests
2ff8a15 Introduce clipboard.go, first version
dc566c3 Make random file streaming work again with 'pcp -r'
1249718 Make streams work with random filenames
93dc970 More tests
7d0e5ba Move more things into clipboard.go
5c65051 Print instructions to curl
e95b5b5 Really bad implementation of readonly+TTL
f29855c Really fix tests
3a4747d Remove todo
6fea575 Tests, move meta suffix in const
a205a74 Update readme
7de8f7f Use TTL, etc from server instead of generating client side
436db95 White spaces
0435044 iMove most of the clipboard functionality into clipboard.go
Docker images
docker pull binwiederhier/pcopy:latest
docker pull binwiederhier/pcopy:v0.4.9
docker pull binwiederhier/pcopy:v0.4
v0.4.8
Changelog
dfd2393 Add more restricted paths
6aaceb7 Disallow stream+random file name
670c325 Fix tests
a0781c9 Hide logout button
347a735 Join instructions for UI
eb6330c Join semantics
db3af4c ListenHTTPS + ListenHTTP
f021700 Make HTTP work
c4dd4a8 Oops
b9c71d2 Random file ID on PUT, relates to #34
619594f Remove "FindConfigFile", make config dir user specific, without multiple locations
73b24db Remove 'pcopy invite' command
dcbb9be Trying to fix the config
1ffee41 Update config file docs
1d0fd25 When removing key, make sure UI doesn't add ?a=...
Docker images
docker pull binwiederhier/pcopy:latest
docker pull binwiederhier/pcopy:v0.4.8
docker pull binwiederhier/pcopy:v0.4
v0.4.7
Changelog
0978b78 Added to gohtml
9d13b79 Cont'd
aa3d3a6 Ctrl-D
37e43ab Flex ui
58b270c Login padding on mobile
beb6e66 Make CLI more like GUI, show links with -l
1b0e8d2 Mobile UI polishing
521a3cb Mobile view looks good. Add close button
90ee70e More flex
7360c90 Padding
b36363d Properly handle "broken pipe" when piping/streaming, resolves #25
3636e1c Update install instructions
Docker images
docker pull binwiederhier/pcopy:latest
docker pull binwiederhier/pcopy:v0.4.7
docker pull binwiederhier/pcopy:v0.4
v0.4.6
Changelog
5c7ed73 A little bit of cleanup; resolves #24
b6abe1d Add "Info" button with join instructions and limits
6d431c2 Better duration formatting
277783e Better show/hide semantics
777b324 Copied to clipboard tooltip
e2a4bc9 File name validation in Web UI, resolves #26
1db3f4a Fix tests
2bfbd05 It's so pretty now
a940e8c Merge branch 'master' of github.com:binwiederhier/pcopy
87ffc62 Merge branch 'master' of github.com:binwiederhier/pcopy
0d3870d New Web UI demo
d97489c Nicer error messages for limits
27bbd3e Stream UI
4c19619 Update README
93a7861 Update README.md
dedaaee Update README.md
bff78e6 gofmt
Docker images
docker pull binwiederhier/pcopy:latest
docker pull binwiederhier/pcopy:v0.4.6
docker pull binwiederhier/pcopy:v0.4