Commit Graph

86 Commits

Author SHA1 Message Date
Booteille 3ab54f6dae
Formatting 2024-08-02 08:07:17 +02:00
Booteille d071467ea7
update Lufi API 2024-08-02 08:07:06 +02:00
Booteille 0f33341b73
Do not b64 encode/decode since lufi-api handles that already. Do not read the file since it's not needed 2024-08-01 17:07:08 +02:00
Booteille 77a0d12920
Update lufi-api to last commit 2024-08-01 17:06:04 +02:00
Booteille 8597fcfac5
Remove sjcl dependency 2024-06-28 12:26:13 +02:00
Booteille 9695a615da
Use lufi-api and WebCrypto 2024-06-26 15:56:04 +02:00
Luc Didry 769109b66b
🩹 — Fix Roboto font warnings in js console 2023-12-25 07:12:12 +01:00
Luc Didry 1d39f7b488
— Replace moment.js with Date().toLocaleDateString(…) 2023-12-25 07:11:22 +01:00
Luc Didry cd4168d2b8
🎨 — Use template literals in js 2023-12-24 07:44:36 +01:00
Luc Didry 43ee9fc4da
🩹 — Fix a format query parameter 2023-12-24 06:03:25 +01:00
Luc Didry a001963c3a
⬆ — Update jQuery 2023-12-24 06:02:27 +01:00
Luc Didry ff9b320347
🔒 Fix unauthorized manipulations of invitations (#254) 2021-11-03 09:15:39 +01:00
Luc Didry e32ef3685f
🔒 Fix XSS where using zip feature (#254) 2021-11-03 09:15:04 +01:00
Luc Didry 295e660461
🐛 Fix `Notification not defined` in Duckduckgo browser (Fix #224 again) 2021-06-16 11:45:29 +02:00
Paco 7509be7cba `Notification not defined` fix #192 (may fix #224) 2021-01-13 15:46:36 +01:00
Luc Didry 1adf8e7455
🐛 Try to avoid clients constantly hitting /download/XXX 2020-12-03 12:49:36 +01:00
Luc Didry c0a12abdb6
🐛Fix #188 — Add background color to body 2020-05-07 16:44:08 +02:00
Luc Didry 25cba3a8c8
Small improvements to !47 (Fix #181) 2020-03-22 11:22:41 +01:00
Nicolas Constant b2c4a7f0e0
added internationalization 2020-03-22 11:21:37 +01:00
Nicolas Constant 538bf77cbe
added browser notifications 2020-03-22 11:21:36 +01:00
Luc Didry 4097047921
️ — Smoother progress of progress bar (use smaller chunks) 2019-10-14 11:39:27 +02:00
Luc Didry 074729d043
🐛🌐 — Fix untranslated string 2019-10-10 23:12:10 +02:00
Luc Didry 7c3bd95361
🐛Fix #164 — Fix typo that leads to error in Safari 2019-10-08 00:16:53 +02:00
Luc Didry 24d1f62375
🐛Fix #166 — Same behavior on files and invitations tables
e.g. striped, invert selection button
+ Change row color on hover
2019-10-08 00:01:56 +02:00
Luc Didry dc2ca1b10b
🐛 Fix #157 — Fix logout button color on mobile view 2019-08-14 18:13:37 +02:00
Luc Didry 5910c83648
🐛🖼 Fix navbar bug (there can be too much items for some settings) 2019-08-09 20:56:19 +02:00
Luc Didry 8d85cdf8eb
Fix #154 — Make localStorage key prefix-dependant 2019-08-09 19:34:27 +02:00
Luc Didry 76ce6f4072
🖼️ — Modify UI for zip feature 2019-08-02 16:25:29 +02:00
Luc Didry d1627ea997
✉️🗜 Restore zip option for guests + 🐛 fix bugs
The bugs were:
- bad hiding/showing parts when ending/cancelling uploads
- bad behavior when mixing zip and regular uploads
2019-08-01 19:50:41 +02:00
Luc Didry a201060e69
🐜 Fix mobile version 2019-08-01 19:50:41 +02:00
Luc Didry 41c656efe1
🐜 Hide some elements if files are sent by a guest 2019-08-01 19:50:38 +02:00
Luc Didry 0b34761a3c
🐜 Do not display download and delete links after when being invited 2019-08-01 19:50:38 +02:00
Luc Didry 8b68d7e821
Fix #150✉️ Implement invitations to other people when using LDAP auth 2019-08-01 19:50:36 +02:00
Luc Didry d9928e61c1
🗜️ New Zip UI + 🐜 fix bug in upload cancellation 2019-08-01 19:50:10 +02:00
Luc Didry 0700ea7375
Fix #130 — Allow to individually download files from zip 2019-08-01 19:50:08 +02:00
Luc Didry 1fe07734d3
Show size of files contained in zip 2019-08-01 19:50:07 +02:00
Luc Didry 659e430578
Allow to see what files are in zip files 2019-08-01 19:50:07 +02:00
Luc Didry cf79936070
Allow to zip the files before upload 2019-08-01 19:50:04 +02:00
Luc Didry 6b5727ce91
Fix #128 — Prevent XSS in localStorage import 2018-10-28 16:45:43 +01:00
Luc Didry da7cb658df
Add CSRF token challenge on logout 2018-10-26 16:03:21 +02:00
Luc Didry 501db916a4
Fix #58 - Display max size on upload page 2018-10-24 23:30:14 +02:00
Luc Didry e41b08601d
Add a test suite 2018-10-24 21:56:37 +02:00
Luc Didry c51145bf7e
Small CSS change for language dropdown 2018-10-23 07:43:12 +02:00
Luc Didry 986e7793db
Allow to choose your language 2018-10-22 23:54:20 +02:00
Luc Didry cc012f51ad
Fix #22 - Mitigate genRandomKey exception risk 2018-10-22 20:30:37 +02:00
Luc Didry 377ba0d0b8
Add Content-Security-Policy header - related to #80 2018-10-21 20:20:54 +02:00
Luc Didry ed472d705e
Fix #115 - Display file size when uploading 2018-10-21 18:47:46 +02:00
Luc Didry c2e9268cc7
Fix #123 - Option to force "Burn after reading" for each uploaded file 2018-10-21 14:49:24 +02:00
Luc Didry d4ac8f678d Related to #80
This commit is dedicated to Jean-Yves Toumit, who is supporting me with Ğ1.
Many thanks :-)
2018-04-12 18:25:48 +02:00
Luc Didry a2a578cdfe Fix #103 Add a fixed_domain option
This commit is dedicated to Schoumi, who is supporting me on Tipeee.
Many thanks :-)
2018-04-12 18:25:48 +02:00