822 Commits

Author SHA1 Message Date
ssantos
cdfb87e6da Translated using Weblate (Portuguese)
Currently translated at 94.8% (110 of 116 strings)
2020-11-16 00:21:37 +01:00
Oğuz Ersen
3cb22e21af Translated using Weblate (Turkish)
Currently translated at 100.0% (116 of 116 strings)
2020-11-16 00:21:37 +01:00
Milo Ivir
434a0e4581 Translated using Weblate (Croatian)
Currently translated at 100.0% (116 of 116 strings)
2020-11-16 00:21:37 +01:00
Laurentiu Dobrota
3baa0640d6 Translated using Weblate (Romanian)
Currently translated at 75.8% (88 of 116 strings)
2020-11-16 00:21:37 +01:00
Milo Ivir
b013f40d59 Translated using Weblate (German)
Currently translated at 100.0% (116 of 116 strings)
2020-11-16 00:21:37 +01:00
Szylu
37b00b0475 Translated using Weblate (Polish)
Currently translated at 98.2% (114 of 116 strings)
2020-11-16 00:21:37 +01:00
ButterflyOfFire
d208d90a5f Translated using Weblate (Arabic)
Currently translated at 92.2% (107 of 116 strings)
2020-11-16 00:21:37 +01:00
Milo Ivir
e2496f2e68 Translated using Weblate (Croatian)
Currently translated at 100.0% (116 of 116 strings)
2020-11-16 00:21:37 +01:00
Milo Ivir
22b00cb92a Translated using Weblate (German)
Currently translated at 100.0% (116 of 116 strings)
2020-11-16 00:21:37 +01:00
Milo Ivir
2be05f1c6f Translated using Weblate (Croatian)
Currently translated at 95.6% (111 of 116 strings)
2020-11-16 00:21:37 +01:00
Milo Ivir
3d0c021847 Translated using Weblate (Croatian)
Currently translated at 94.8% (110 of 116 strings)
2020-11-16 00:21:37 +01:00
Jeannette L
6191c11794 Translated using Weblate (Italian)
Currently translated at 99.1% (115 of 116 strings)
2020-11-16 00:21:37 +01:00
Jeannette L
ed47c1edd8 Translated using Weblate (German)
Currently translated at 100.0% (116 of 116 strings)
2020-11-16 00:21:37 +01:00
Allan Nordhøy
55792c618c Translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (116 of 116 strings)
2020-11-16 00:21:37 +01:00
Jeannette L
6a0592ba8d Translated using Weblate (Italian)
Currently translated at 99.1% (115 of 116 strings)
2020-11-16 00:21:37 +01:00
Jeannette L
856a6fccea Translated using Weblate (German)
Currently translated at 93.1% (108 of 116 strings)
2020-11-16 00:21:37 +01:00
anonymous
66acd9b304 Translated using Weblate (French)
Currently translated at 100.0% (116 of 116 strings)
2020-11-16 00:21:37 +01:00
Allan Nordhøy
9040c556f6 Translated using Weblate (Norwegian Bokmål)
Currently translated at 99.1% (115 of 116 strings)
2020-11-16 00:21:37 +01:00
hüseyinyıldız
f6fd79d6b0 Translated using Weblate (Turkish)
Currently translated at 100.0% (116 of 116 strings)
2020-11-16 00:21:37 +01:00
Laurentiu Dobrota
2145c6a9ab Translated using Weblate (Romanian)
Currently translated at 76.7% (89 of 116 strings)
2020-11-16 00:21:37 +01:00
Jerome Jutteau
429e5a7251 [TASK] Add 4.2.0 changelog
Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
2020-11-16 00:19:58 +01:00
Jerome Jutteau
964faa704b [BUGFIX] always prefer using HTML5 features if available
Classic uploads (one single post request) were used even if HTML5 features were available as an optimization to avoid more requests than needed.
However, in case of badly configured server Jirafeau cannot try to resend a file with a lower size like async uploads.
Now, the js client is always using async uploads if HTML5 feature is available.

ref #234

Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
2020-11-15 23:57:48 +01:00
Jerome Jutteau
2cca8753a5 [BUGFIX] show proper error on classic upload failure
Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
2020-11-15 23:53:27 +01:00
Jerome Jutteau
196fff8e98 [BUGFIX] retry on communication error with server
Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
2020-11-15 23:44:33 +01:00
Jerome Jutteau
0a6bf57aaa [BUGFIX] detect and adapt server limitation
This fix retry to transfer when js client gets a 413 (Request Entity Too Large).
Chunk size is lowered at each retry.
Jirafeau administrators seeing 413 errors should check their server settings.

fixes #234

Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
2020-11-15 23:35:57 +01:00
Jerome Jutteau
04a1d908e1 [TASK] add default lighttpd max-request-value
usefull for eventual debug purposes

Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
2020-11-15 23:35:57 +01:00
Jerome Jutteau
1adc727390 [TASK] move changelog and upgrade doc to separate file
Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
2020-11-15 22:09:11 +01:00
Jerome Jutteau
78a1c41c40 [TASK] fix email of Jérôme Jutteau
Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
2020-11-15 21:44:21 +01:00
Jerome Jutteau
2e4d09c865 [BUGFIX] fixing upload speed units
closes #225

Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
2020-11-15 21:37:35 +01:00
Jerome Jutteau
eff708d9f1 [TASK] fix documentation
closes #229

Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
2020-11-15 21:24:01 +01:00
Jerome Jutteau
a9ab012f12 [TASK] remove outdated comment
fixes #232
2020-11-15 21:16:30 +01:00
Jerome Jutteau
9d07b167c0 Ignore file starting with dot
(commit from @Indigo744)
2020-11-15 21:09:46 +01:00
Allan Nordhøy
cd4892472b Spelling: Apostrophe added, bangs removed 2020-06-29 03:56:52 +00:00
flsabourin
7991901d3f Add Upload password capabilities 2020-06-27 21:17:07 +02:00
Your Name
e91b93baaa unprivilidged user, port 8080, docs 2020-06-27 21:13:17 +02:00
Your Name
b7cba998a5 dayly cleanup 2020-06-27 21:13:17 +02:00
Your Name
880e59e188 support mcrypt 2020-06-27 21:13:17 +02:00
Jerome Jutteau
2b4714c704 [FEATURE] Compute data folder in admin pannel
Few fix added after original LucTech's MR
https://gitlab.com/mojo42/Jirafeau/-/merge_requests/70

Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
2020-04-07 22:45:39 +02:00
Erik Lundin
41cde93bc1 Work around LiteSpeed's truncation of large files 2020-04-07 22:17:35 +02:00
Erik Lundin
208418c2e0 Make one time download optional 2020-04-07 22:17:15 +02:00
Jeannette L
6a31336d1a
Translated using Weblate (French)
Currently translated at 100.0% (114 of 114 strings)
2020-03-23 04:46:57 +01:00
Sylke Vicious
0b95e04f8c
Translated using Weblate (Italian)
Currently translated at 99.1% (113 of 114 strings)
2020-03-04 11:32:57 +01:00
Tymofij Lytvynenko
fb66c96084
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (114 of 114 strings)
2020-02-22 21:32:49 +01:00
Tymofij Lytvynenko
31ff867136
Translated using Weblate (Ukrainian)
Currently translated at 50.0% (57 of 114 strings)
2020-02-21 16:32:52 +01:00
Степанчук Максим
79ac6eb202
Translated using Weblate (Russian)
Currently translated at 76.3% (87 of 114 strings)
2020-02-21 16:32:49 +01:00
Tymofij Lytvynenko
ab1f77e7c2
Added translation using Weblate (Ukrainian) 2020-02-20 01:06:11 +01:00
ButterflyOfFire
71e2757e6e
Translated using Weblate (Arabic)
Currently translated at 92.1% (105 of 114 strings)
2020-02-06 13:50:12 +01:00
Alper Burcu Torun
b013aca5f1
Translated using Weblate (Turkish)
Currently translated at 100.0% (114 of 114 strings)
2020-01-16 18:21:19 +01:00
ssantos
eacea40554
Translated using Weblate (Portuguese)
Currently translated at 100.0% (114 of 114 strings)
2020-01-05 22:21:17 +01:00
Jerome Jutteau
0b2a810134 [TASK] add REUSE compliance
Jirafeau is now compliant with version 3.0 of REUSE
More information on https://reuse.software/

Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
2019-12-17 19:31:29 +01:00