Commit Graph

739 Commits

Author SHA1 Message Date
RobinLinus b40c5f2053 Theme cleanup 2020-12-20 22:00:36 +01:00
RobinLinus 3a3d722d59
Merge pull request #178 from fasih/master
Dark Mode Supported
2020-12-20 21:55:31 +01:00
RobinLinus 26352be478 "Download all" when receiving multiple files 2020-12-20 21:30:28 +01:00
RobinLinus 2c6ea6e008 Add clipboard.js to cache 2020-12-20 04:54:19 +01:00
RobinLinus ec39258da5 Merge branch 'master' of github.com:RobinLinus/snapdrop 2020-12-20 04:41:21 +01:00
RobinLinus a1eb71a768 Use native clipboard.writeText, Cleanup polyfill 2020-12-20 04:41:16 +01:00
RobinLinus 868c843573
Update README.md 2020-12-20 04:01:53 +01:00
RobinLinus 212562727f
Update faq.md 2020-12-19 22:21:20 +01:00
RobinLinus 226f5429bf Update title of donation button 2020-12-19 22:20:04 +01:00
RobinLinus 0cecd83d80 Link directly to Paypal 2020-12-19 22:07:58 +01:00
RobinLinus 7469086cda Combine browser name and unique name 2020-12-19 21:05:48 +01:00
RobinLinus 6044103bfc
Update faq.md 2020-12-16 07:13:58 +01:00
Fasih Ahmad Fakhri 026361fd8f
Merge branch 'master' into master 2020-12-16 11:29:23 +05:30
RobinLinus 4988e9fe7e
Update faq.md 2020-12-16 06:24:20 +01:00
RobinLinus f3e3f83f3f Fix sharing link from Android phone 2020-12-16 06:15:25 +01:00
RobinLinus 288be1fa49 Preserve line breaks in text messages 2020-12-16 06:04:58 +01:00
RobinLinus bb3277652c Select received text when double-clicking the dialog 2020-12-16 05:55:21 +01:00
RobinLinus 352e0c4ce5 Add title to PeerUI 2020-12-16 05:48:54 +01:00
RobinLinus 9a4b7ffb1a Fix link hover in receive text dialog 2020-12-16 05:30:57 +01:00
RobinLinus 830367651b Remove verbose punctuation 2020-12-16 04:53:36 +01:00
RobinLinus ee62b47305
Update local-dev.md 2020-12-16 04:41:28 +01:00
RobinLinus 85dedf03ce Cleanup 2020-12-16 04:18:42 +01:00
RobinLinus 612d8cf1ea Use device type as display name
Pro:
- Device types are more descriptive.
- Device types don’t change after every reload

Con:
- Device types may not be unique.
2020-12-16 04:16:21 +01:00
RobinLinus ea9ce95112 Simplify discoverability hint 2020-12-16 03:08:24 +01:00
RobinLinus 694d7bddca Update docs 2020-12-15 22:36:01 +01:00
RobinLinus 366f105ac1
Update README.md 2020-12-15 22:29:02 +01:00
RobinLinus b1c001bc0c
Merge pull request #200 from lowewenzel/master
Small typo fix on 'Transfering'
2020-12-15 22:22:28 +01:00
RobinLinus 9fe3ab0fac
Merge pull request #198 from Bellisario/patch-2
Changed "discover" message - Updated
2020-12-15 22:21:43 +01:00
RobinLinus 3ee361f235
Merge pull request #185 from fm-sys/fix_broken_link
Fix broken FAQ link
2020-12-15 22:17:49 +01:00
Wenzel a1fa992942
Smol typo fix 2020-12-14 19:35:23 -08:00
Bellisario 1d81e93c36
Update index.html 2020-12-13 18:43:52 +01:00
Florian d886106f22
Fix broken FAQ link 2020-11-04 16:29:08 +01:00
Fasih Ahmad Fakhri 6147e5200b Dark Mode Supported 2020-10-25 14:38:07 +05:30
RobinLinus 9db8c4ce8c
Merge pull request #166 from child-duckling/master
Overhauled Docs
2020-10-21 15:17:45 +02:00
child_duckling 528c4498da Merge branch 'master' of https://github.com/child-duckling/snapdrop 2020-09-13 18:00:38 -07:00
child_duckling a5baea1a72 mistake 2020-09-13 17:58:55 -07:00
child_duckling 5fe584bb0d
Caught a mistake 2020-09-13 17:57:30 -07:00
child_duckling 03ec4ebdac Revamped docs (v2) 2020-09-13 17:56:12 -07:00
child_duckling 9370be23f1 "Revamped" the docs 2020-09-13 17:53:11 -07:00
Ying Kanyang (Harry Ying) f9bace9a16
Add support for SIGINT and SIGTERM handling
Currently, server run by `node index.js` is not able to handle SIGTERM or SIGINT properly. The only fate is being killed. This change adds basic handling logic for these two signals, helping server to behave more properly as expected by many daemons and users.
2020-08-28 22:07:25 +08:00
RobinLinus 9c1fb153df
Fix typo 2020-08-17 12:48:00 +02:00
Will Stott 97121c438a Don't setProgress during file selection when file drop doesn't do that. 2020-08-12 15:19:33 +02:00
Paul Szymanski 26fd1aade3 Set peerid cookie with SameSite=None; Secure 2020-07-16 14:00:21 +02:00
Paul Szymanski 308aabac32 Remove offline TURN server 2020-07-14 22:55:52 +02:00
Paul Szymanski def2afcd8e Fix docker-compose 2020-07-14 22:41:41 +02:00
RobinLinus cf621addd9
Fix typos 2020-07-14 22:35:21 +02:00
RobinLinus 14320e7969
Update README.md 2020-07-14 22:30:09 +02:00
RobinLinus 4e4a0ac87e Add donation button in about page 2020-07-14 22:28:41 +02:00
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