Commit Graph

1341 Commits

Author SHA1 Message Date
RobinLinus 7bb0305d88 Merge branch 'master' of github.com:RobinLinus/snapdrop 2020-07-14 22:15:15 +02:00
RobinLinus 17a46e773b Update README.md 2020-07-14 22:14:55 +02:00
Paul Szymanski 338c17b5b9 Fix .gitignore 2020-07-14 22:14:40 +02:00
RobinLinus 9bc2bd1d44 Cleanup root folder 2020-07-14 22:12:10 +02:00
RobinLinus 6725a60d04
Update README.md 2020-07-14 21:32:50 +02:00
Paul Szymanski 4b1417224b Increase ws keepalive interval to 30 seconds 2020-07-14 02:34:13 +02:00
Paul Szymanski 150fdc8bc1 Change layout of peer name and remove unneccessary text 2020-07-13 23:56:58 +02:00
Paul Szymanski 3f2bcfb0b7 Add certs dir to .gitignore 2020-07-13 23:31:54 +02:00
CLASSIFIED 507951fc42 Fixed a few more formatting issues
Thank you so much for making Snapdrop! It's been very helpful to me, and I can't wait to see it as it continues to develop!
2020-07-13 22:37:45 +02:00
Paul Szymanski 10cfa962f2 Update unique-names-generator 2020-07-12 20:15:17 +02:00
Paul Szymanski ff96b2446a Update ua-parser-js 2020-07-12 20:14:56 +02:00
Paul Szymanski 2c8dc9ed1d Update ws node package 2020-07-12 20:03:02 +02:00
Paul Szymanski 229df6f3d6 Fix race condition 2020-07-12 19:23:07 +02:00
Paul Szymanski ff2d146078 Add cache-control: no-cache to nginx config 2020-07-12 19:02:29 +02:00
PaulSzymanski 3d9a185baf
Update service-worker.js 2020-07-12 15:01:42 +02:00
Paul Szymanski 695d00bd97 Change unique name layout 2020-07-12 14:52:26 +02:00
Paul Szymanski d89a92b217 Upgrade unique-names-generator 2020-07-12 14:52:26 +02:00
Mrigank Krishan e7c484f428 show displayName on UI 2020-07-12 14:52:26 +02:00
Mrigank Krishan 0c7abfbf1d generate unique peer names
use unique-names-generator to generate peer names instead of relying on
UA. This prevents confusion when there are multiple clients on the network
with same UA.
2020-07-12 14:52:26 +02:00
RobinLinus ff42ee1a3e
Merge pull request #140 from 2br-2b/patch-1
Added note about encryption
2020-06-06 04:12:07 +02:00
CLASSIFIED b1b4ae1d71
Added note about encryption
See #128
2020-06-05 16:44:34 -05:00
RobinLinus 2349d0b20b
Update service-worker.js 2020-05-19 22:52:27 +02:00
RobinLinus f21d7a1418
Update service-worker.js 2020-05-19 22:15:27 +02:00
RobinLinus 955cc566db
Fix background animation in new Chrome 2020-05-19 22:14:10 +02:00
RobinLinus 921fc22d4e
Merge pull request #125 from RobinLinus/revert-124-revert-122-patch-1
Revert "Revert "Update README.md""
2020-04-13 14:51:26 +02:00
RobinLinus bc40684e14
Revert "Revert "Update README.md"" 2020-04-13 14:50:25 +02:00
RobinLinus 084d35b648
Merge pull request #124 from RobinLinus/revert-122-patch-1
Revert "Update README.md"
2020-04-13 13:31:07 +02:00
RobinLinus 2099db6501
Revert "Update README.md" 2020-04-13 13:30:29 +02:00
RobinLinus 58a4e8b3f0
Merge pull request #122 from seongilp/patch-1
Update README.md
2020-04-13 13:29:05 +02:00
Seongil Park 1aed4cc36f
Update README.md
To clone git repo, please use below command.
git clone https://github.com/RobinLinus/snapdrop.git
2020-04-12 22:30:36 +09:00
RobinLinus 6427616e75
Create FUNDING.yml 2020-03-28 17:50:03 +01:00
PaulSzymanski 984d1e75ec Less logging 2020-03-24 15:23:20 +01:00
PaulSzymanski 2c16116868
Mention where the TLS site is served 2020-03-24 15:15:52 +01:00
PaulSzymanski 6910099873 Set up tls for developing PWA features 2020-03-24 15:11:08 +01:00
RobinLinus 283a76f7e9
Update README.md 2020-03-24 00:40:23 +01:00
RobinLinus aaa951bed3
Update README.md 2020-03-24 00:21:02 +01:00
RobinLinus 2449841dcf
Merge pull request #115 from RobinLinus/revert-95-master
Revert "Enable standalone display mode (PWA)"
2020-03-09 22:55:29 +01:00
RobinLinus f1ba56b66a
Revert "Enable standalone display mode (PWA)" 2020-03-09 22:55:12 +01:00
RobinLinus 4b9af1a2ff
Merge pull request #95 from myfrom/master
Enable standalone display mode (PWA)
2020-03-09 22:51:26 +01:00
RobinLinus 7120a74f97
Update ui.js 2020-03-09 22:49:59 +01:00
RobinLinus 097c3c3f50
Update ui.js 2020-03-09 22:47:35 +01:00
RobinLinus 3be3be6926
Update ui.js 2020-03-09 22:40:57 +01:00
RobinLinus 787f03b022
Merge pull request #108 from sonicblis/master
Paste image item from clipboard
2020-03-09 22:35:52 +01:00
CJ a838062564
Merge pull request #1 from sonicblis/paste-clipboard-image
Paste image content from the clipboard
2020-03-03 09:16:08 -05:00
CJ 5efd9a3bba
Paste image content from the clipboard
This allows someone to take a screen capture and send it to a peer without having to save it as a file.  This only works if only one peer is connected as I wasn't sure what the UI flow should be if there are multiple peers.  If nothing else, maybe this can be used to implement the full flow for multiple peers. =]
2020-03-03 09:15:32 -05:00
RobinLinus 662a2e48de
Update README.md 2020-01-31 09:35:21 +01:00
RobinLinus 2f79e9b6ee
Update README.md 2020-01-31 09:34:18 +01:00
RobinLinus 836d2fbf76
Update README.md 2020-01-31 09:33:46 +01:00
RobinLinus 85ec77b0c4
Update README.md 2020-01-31 09:33:02 +01:00
RobinLinus 65818dc857
Update README.md 2020-01-31 09:31:00 +01:00