1
0
mirror of https://gitlab.com/timvisee/send.git synced 2024-09-21 00:21:32 +02:00
Commit Graph

208 Commits

Author SHA1 Message Date
Mark Liang
09c20f5933 Update UI 2017-08-23 17:10:10 +08:00
Danny Coates
e9405f49ee
xhr download as octet-stream 2017-08-17 10:19:18 -07:00
Danny Coates
a1d0eef8a5
debugging #524 2017-08-17 09:46:51 -07:00
Danny Coates
254b806fb4
fixes #523 copy & share text 2017-08-17 09:27:06 -07:00
Danny Coates
a7aee1450f
fixes #522 copy button check mark 2017-08-17 09:16:03 -07:00
Danny Coates
ad82d30dd9 Merge pull request #516 from mozilla/cache-assets
cache assets
2017-08-16 17:44:09 -07:00
Danny Coates
757ac14d1a
webpacked the heck out of the build 2017-08-16 14:21:01 -07:00
Danny Coates
127f73b4fe
fixes #519 drag & drop 2017-08-16 11:03:17 -07:00
Danny Coates
0ab8ddc894
groundwork for asset caching 2017-08-15 11:55:52 -07:00
Danny Coates
41351f877c
removed jquery from upload.js 2017-08-14 20:00:14 -07:00
Danny Coates
c6a4b089d9
use async and removed jquery from download.js 2017-08-14 11:14:47 -07:00
Danny Coates
eada94b262
use svg for progress 2017-08-13 18:46:05 -07:00
Danny Coates
43fa551a64
improved exist check 2017-08-13 18:44:59 -07:00
Danny Coates
8d26e0e742 Merge pull request #502 from mozilla/refactor-filelist
extracted filelist into its own file
2017-08-11 14:18:35 -07:00
Danny Coates
bed57af6c5
extracted filelist into its own file 2017-08-11 13:50:58 -07:00
John Gruen
fb468bd1bc fix japanese browse button 2017-08-11 13:41:14 +02:00
Danny Coates
1ad7edf5a9
fixed bad merge 2017-08-10 12:59:07 -07:00
Danny Coates
702134b3b1
use import/export in the frontend code 2017-08-10 10:03:22 -07:00
Danny Coates
314ab237ec Merge pull request #491 from mozilla/i387
added missing exit event cases
2017-08-10 09:06:57 -07:00
Danny Coates
09faedf059
make the site mostly work when cookies (localStorage) are disabled 2017-08-09 23:12:15 -07:00
Danny Coates
16aa7983ed
added missing exit event cases 2017-08-09 16:44:09 -07:00
Danny Coates
193664a8e8
set the mime type in the download blob 2017-08-09 14:25:37 -07:00
Danny Coates
c38d91db98
added progress to tab title when not in focus 2017-08-08 20:23:38 -07:00
Peter deHaan
77b6fb138f Increase font weight to 500 on <button>s and <label>s 2017-08-08 13:06:59 -07:00
Peter deHaan
38746078ed Add autoprefixer and cssnano support 2017-08-07 16:19:40 -07:00
Danny Coates
9a150ddb22
removed the file sha256 hash 2017-08-07 14:05:13 -07:00
Danny Coates
441fe86186
attach delete-file handler only after upload 2017-08-07 11:47:09 -07:00
Danny Coates
9172af48fd
added webpack 2017-08-07 10:33:41 -07:00
Danny Coates
c91d24cd86
factored out progress into progress.js 2017-08-06 23:45:22 -07:00
Danny Coates
b0d36529a1
refactored metrics 2017-08-05 16:38:08 -07:00
Johann-S
3c640061f0 Chain jQuery calls, do not use events alias and store often used selectors 2017-08-05 22:31:57 +02:00
Danny Coates
594b584500
formatting / links rel 2017-08-05 09:52:37 -07:00
Danny Coates
859554ce21
only _blank links while downloading. fixed safari link after download 2017-08-05 09:40:57 -07:00
Danny Coates
432a39d313
Merge remote-tracking branch 'origin/master' into shim-webcrypto 2017-08-04 21:08:32 -07:00
Danny Coates
02fc4d74db
Merge remote-tracking branch 'origin/master' into shim-webcrypto 2017-08-04 14:47:40 -07:00
Peter deHaan
2f9372e8e0
Prevent download button from being clicked multiple times 2017-08-04 10:17:15 -07:00
Erica
6dcbc19315 Merge pull request #409 from Johann-S/patch-1
Handle copy clipboard disabled
2017-08-04 10:32:24 -04:00
Johann-S
e0abfb5cf7 Handle copy clipboard disabled 2017-08-04 10:22:11 +02:00
Danny Coates
b93a33eba4
an ios friendly copy 2017-08-03 21:06:15 -07:00
Danny Coates
fb41a40128
use webcrypto-liner to support Safari 10 2017-08-03 19:13:38 -07:00
Danny Coates
376e1efa4c
don't preventDefault on links 2017-08-03 15:50:56 -07:00
Danny Coates
434f8b56cc Merge pull request #412 from mozilla/i151
throw key errors before download begins
2017-08-03 10:35:50 -07:00
Danny Coates
e36f685bd2
throw key errors before download begins 2017-08-03 10:04:09 -07:00
Peter deHaan
3f316fb8b0
Add noscript tag 2017-08-02 23:37:55 -07:00
Danny Coates
caeba94e04
format 2017-08-02 16:51:18 -07:00
Danny Coates
fef26e083a
removed extraneous captureException 2017-08-02 15:53:52 -07:00
Danny Coates
5944b85e67
filter the hash from error reports 2017-08-02 15:04:34 -07:00
Danny Coates
2897a39131
catch JSON.parse errors of storage metadata 2017-08-02 11:21:03 -07:00
Peter deHaan
40d6d1d4e6
Add trailing newline and run 'npm run format' 2017-07-31 08:32:55 -07:00
Danny Coates
6d20f09d0a Merge pull request #355 from pdehaan/issue-155
Make order of uploaded files in list consistent
2017-07-30 23:18:07 -07:00