Andrew Kennedy
9aeef01a1b
Fix missing brace + comma
2021-08-04 02:29:37 -07:00
Andrew Kennedy
70991aebaa
Properly handle searchParams
...
This should avoid the pitfalls of trying to manually decide to attach inline=true with a ? or a &.
2021-08-04 02:28:39 -07:00
Andrew Kennedy
73932a666d
Fix 401 error in share view open file button
...
This link would be generated with a `?token=<hash>?inline=true` when it should be `?token=<hash>&inline=true`. This was causing 401 Unauthorized errors because `URL.Query().Get("token")` would return the empty string and so (authenticateShareRequest)[dee465ab86/http/public.go (L126) ] would try to verify the password in the header, which doesn't exist for these requests.
2021-08-03 02:28:45 -07:00
Ramires Viana
ba8c09f454
feat: show more button on share
2021-04-23 11:59:34 +00:00
Ramires Viana
16a34defc0
feat: file name on page title
2021-04-23 11:59:04 +00:00
Ramires Viana
7d1e03075d
feat: mod time title on file info
2021-04-23 11:57:56 +00:00
Ramires Viana
1c25f6ee69
feat: open file option on share
2021-04-23 11:55:56 +00:00
Ramires Viana
aa172b8bb5
feat: gzip encoding for static js files
2021-04-22 12:48:45 +00:00
Ramires Viana
4711e7bcd5
chore: set public path on the fly
2021-04-20 19:51:10 +00:00
Ramires Viana
190cb99a79
feat: browser cache directives
2021-04-19 12:49:40 +00:00
Ramires Viana
603203848a
feat: display error messages on settings
2021-04-16 15:07:05 +00:00
Ramires Viana
5e6f14b5dc
feat: message for connection error
2021-04-16 14:01:10 +00:00
Ramires Viana
976eb5583d
feat: loading spinner on views navigation
2021-04-16 12:47:50 +00:00
Ramires Viana
7ec24d9d77
feat: support for IE11 browser
2021-04-15 12:28:19 +00:00
Ramires Viana
20ebbf6611
fix: copying files with special characters
2021-04-15 11:50:30 +00:00
Ramires Viana
ba7e71a7c3
fix: inconsistent double click on listing item
2021-04-14 15:29:06 +00:00
Ramires Viana
18889ad725
fix: no items displayed on file listing
2021-04-14 11:51:33 +00:00
Ramires Viana
a76e01d2b7
feat: dynamic autoplay on previewer
2021-03-26 17:31:27 +00:00
Ramires Viana
1516d9932b
fix: buttons without permission on header
2021-03-26 12:45:17 +00:00
Ramires Viana
fcb115f42d
fix: mouse wheel zoom on previewer
2021-03-25 19:37:54 +00:00
Ramires Viana
e410272e6b
feat: dynamic zoom limit on previewer
2021-03-25 19:36:53 +00:00
Ramires Viana
87f1881b42
fix: list item interactions on share
2021-03-25 15:47:49 +00:00
Ramires Viana
c0d85f3d85
fix: image quality switch on previewer
2021-03-25 14:24:46 +00:00
Ramires Viana
98d79b8ed9
fix: missing bold variation for Roboto font
2021-03-24 19:06:56 +00:00
Ramires Viana
fe80730bb1
fix: no header button animations on file listing
2021-03-24 19:05:15 +00:00
Ramires Viana
6c8ee96e6a
feat: dynamic item count on file listing
2021-03-24 17:50:16 +00:00
Ramires Viana
b521dec8f9
fix: hidden editor header on Safari
2021-03-24 12:23:05 +00:00
adrium
7dd5b34d42
feat: add EXIF thumbnail support for JPEG files ( #1234 )
2021-03-29 11:40:00 +02:00
Oleg Lobanov
da54bd6c21
fix: display public routes with header proxy auth
2021-03-21 14:24:23 +01:00
Oleg Lobanov
dacd511d24
chore: run npm update
2021-03-21 13:05:22 +01:00
Oleg Lobanov
c44b37c50c
chore: add prettier frontent linter
2021-03-21 12:51:58 +01:00
Ramires Viana
22f4be8f54
fix: qr code url on share
2021-03-18 13:10:10 +00:00
Ramires Viana
bdd523190e
chore: frontend DirFS for development
2021-03-15 14:06:21 +00:00
Oleg Lobanov
9c79105c02
chore: prevent deleting .gitignore from dist folder
2021-03-14 19:59:55 +01:00
Ramires Viana
488d98045e
fix: download current dir on file listing
2021-03-12 15:28:49 +00:00
Ramires Viana
7955e0720b
fix: encoded file path on share
2021-03-12 15:15:56 +00:00
Ramires Viana
f8df76f526
fix: header dropdown icon color on previewer
2021-03-11 16:01:54 +00:00
Ramires Viana
11ebaec5f0
fix: modified time on info prompt
2021-03-11 15:20:37 +00:00
Ramires Viana
326b35a7ac
fix: item dragging on file listing
2021-03-11 12:09:12 +00:00
Ramires Viana
6a734c0139
fix: stuck icon on header button
2021-03-10 15:32:10 +00:00
Ramires Viana
81b6f4d6f6
fix: update image cache when replacing
2021-03-10 15:14:01 +00:00
Oleg Lobanov
fc5506179a
refactor: migrate from rice to embed.FS
2021-03-09 19:09:32 +01:00
Ramires Viana
2a1f759e9e
chore: remove prompts events
2021-03-04 14:40:18 +00:00
Ramires Viana
edb9e85efd
chore: share view logic responsability
2021-03-03 17:46:37 +00:00
Ramires Viana
d8306559fd
chore: breadcrumbs component
2021-03-03 12:25:59 +00:00
Ramires Viana
7b6579ac8a
chore: files view dynamic component
2021-03-01 16:12:17 +00:00
Ramires Viana
057307181e
chore: removed header buttons components
2021-03-01 13:41:35 +00:00
Ramires Viana
4fb832c042
feat: increased header button counter size
2021-03-01 12:57:39 +00:00
Ramires Viana
e503cb69f2
chore: files pages logic responsability
2021-02-26 15:10:21 +00:00
Ramires Viana
95811e99bc
chore: header bar component
2021-02-25 18:37:07 +00:00