Lars Jung
70e112a43a
Update.
2020-07-09 09:47:07 +02:00
Lars Jung
e8434f5d89
Update.
2020-07-09 09:46:32 +02:00
Lars Jung
673ee7ccc7
Update.
2020-03-07 13:57:56 +01:00
Lars Jung
059b2e16ed
Update.
2020-03-07 13:53:53 +01:00
Lars Jung
84d84e163b
Merge pull request #732 from Woet/patch-1
...
Close the session for writing when sending a file
2020-03-07 13:18:29 +01:00
Woet
6da08269d8
Close the session for writing when sending a file
...
Right now, if you download an archive, you won't be able to browse within h5ai until the download is finished. This is because the session data is locked to prevent concurrent writes, which also prevents concurrent requests.
By adding session_write_close() in the on_download function, the session lock is released and concurrent requests will work.
2020-02-27 11:41:56 +08:00
Lars Jung
ce939c3115
Update.
2020-02-19 18:56:23 +01:00
Lars Jung
8889ac4e2e
Update.
2020-02-19 18:36:12 +01:00
Lars Jung
2a3f860473
Update.
2020-02-16 17:08:31 +01:00
Lars Jung
5e72d0f6a3
Update.
2020-02-16 02:38:06 +01:00
Lars Jung
bc4f964b24
Update.
2020-02-16 02:37:00 +01:00
Lars Jung
3930e8c204
Merge pull request #726 from thomo/patch-1
...
Fix cache path in thumbnail comment
2020-02-16 02:25:01 +01:00
Thomas Mohaupt
b1960a0d15
Fix cache path in thumbnail comment
...
The mentioned cache path does not exists.
2019-12-15 10:48:08 +01:00
Lars Jung
a1bb7552dc
Update changelog.
2019-08-12 22:00:22 +02:00
Lars Jung
324242a584
Update deps.
2019-08-12 21:54:07 +02:00
Lars Jung
78d6bf6c27
Update.
2019-05-05 23:03:07 +02:00
Lars Jung
745985bf18
Update.
2019-04-24 02:12:12 +02:00
Lars Jung
50167d3382
Update.
2019-04-24 02:09:57 +02:00
Lars Jung
24d8359a2e
Clean up.
2019-04-16 20:59:05 +02:00
Lars Jung
869f1f5cda
Merge pull request #694 from Daniel15/header-footer-basedir
...
Stop searching for header/footer files at web root
2019-04-16 14:19:56 +02:00
Lars Jung
5ffc5cf6fd
Clean up.
2019-04-16 14:17:41 +02:00
Lars Jung
8966a517c6
Merge pull request #619 from djtm/patch-1
...
Fix Invalid argument supplied for foreach() in class-archive.php:138
2019-04-16 14:08:23 +02:00
Lars Jung
a92c44ef0a
Merge pull request #687 from Retrobottega/master
...
Update Italian Translation
2019-04-16 14:06:55 +02:00
Lars Jung
59a41665b0
Merge pull request #683 from Azhe403/patch-1
...
add Indonesian as id.json
2019-04-16 14:06:39 +02:00
Lars Jung
f7333eb51c
Merge pull request #586 from thadius856/master
...
Update options.json
2019-04-16 14:06:04 +02:00
Lars Jung
02bf7079dd
Merge pull request #584 from carloshbcabral/master
...
Update pt-pt.json and added pt-br.json
2019-04-16 14:05:49 +02:00
Lars Jung
8a15390694
Update deps.
2019-04-16 14:03:51 +02:00
Lars Jung
6f61a12772
Update.
2019-04-05 23:02:49 +02:00
Lars Jung
566338020a
Update.
2019-04-05 23:02:26 +02:00
Lars Jung
52ff7462a9
Clean code.
2019-03-22 23:01:35 +01:00
Lars Jung
427ca82722
Maintenance.
2019-03-22 02:33:58 +01:00
Lars Jung
c521ecd055
Update deps.
2019-02-20 22:06:03 +01:00
Daniel Lo Nigro
946c862dc4
Add option to stop searching for header/footer files once the root is reached
...
References https://github.com/lrsjng/h5ai/issues/669
2019-02-19 00:47:06 -08:00
SalGnt
2d371d112d
Update it.json
2018-10-02 15:24:33 +02:00
Azhe-kun
77d6f4af7f
add Indonesian as id.json
2018-09-03 18:59:06 +07:00
djtm
e2a743bca5
Fix Invalid argument supplied for foreach() in class-archive.php:139
...
Before this change, when trying to download a folder oder single file via the download (nginx/php7.1-fpm) option I get below error.
```
[error] 22294#22294: *1376 FastCGI sent in stderr: "PHP message: PHP Warning: Invalid argument supplied for foreach() in ..._h5ai/private/php/ext/class-archive.php on line 138
PHP message: PHP Stack trace:
PHP message: PHP 1. {main}() ..._h5ai/public/index.php:0
PHP message: PHP 2. Bootstrap::run() /..._h5ai/public/index.php:17
PHP message: PHP 3. Api->apply() /..._h5ai/private/php/class-bootstrap.php:19
PHP message: PHP 4. Api->on_download() /..._h5ai/private/php/core/class-api.php:20
PHP message: PHP 5. Archive->output() /..._h5ai/private/php/core/class-api.php:37
PHP message: PHP 6. Archive->add_hrefs() /..._h5ai/private/php/ext/class-archive.php:28" while reading response header from upstream,
client: 10.0.2.2, server: localhost.dev, request: "POST /downloads/? HTTP/1.1",
upstream: "fastcgi://127.0.0.1:9000", host: "localhost.dev:28888", referrer: "http://localhost.dev:28888/downloads/ "
```
2017-04-24 03:09:21 +02:00
thadius856
ab4fa886c3
Update options.json
...
Fixed comment to indicate correct path.
2016-09-23 22:02:22 -07:00
Carlos Cabral
4b08092c18
Update pt-br.json
2016-09-09 03:38:40 -03:00
Carlos Cabral
0fd57cad51
Update and rename pt.json to pt-pt.json
2016-09-09 03:38:36 -03:00
Carlos Cabral
db764b6780
Create pt-br.json
2016-09-09 03:35:55 -03:00
Lars Jung
44e53ab213
Dev options.
2016-08-13 20:24:54 +02:00
Lars Jung
5af71185ff
Release v0.29.0.
2016-08-12 14:57:36 +02:00
Lars Jung
d714ea90fb
Prepare release.
2016-08-12 14:49:20 +02:00
Lars Jung
1e12faa756
Clean PHP.
2016-08-12 14:35:34 +02:00
Lars Jung
85ddff9c2d
Turn onReady/Load into promised code.
2016-08-12 12:28:56 +02:00
Lars Jung
00232389ad
Update changelog.
2016-08-11 19:51:55 +02:00
Lars Jung
e10fe49cc0
Add chunksize to thumbnail requests.
2016-08-11 19:50:28 +02:00
Lars Jung
6c52ae659f
Update deps.
2016-08-11 17:31:42 +02:00
Lars Jung
3c54c1d66c
Add space.
2016-08-11 16:43:06 +02:00
Lars Jung
940608d02a
Fix selector field.
2016-08-11 00:53:43 +02:00