karadav/doc/CHANGES.md

65 lines
1.8 KiB
Markdown
Raw Normal View History

2023-09-10 21:51:03 +00:00
## 0.3.13 - September 10, 2023
* Use files inodes as file ID, so that we keep the same id when the file is moved or renamed.
2023-09-10 23:45:48 +00:00
* Fix a bug in the NextCloud Android app, where the "Plus" button was disabled, because the NextCloud app doesn't respect the NextCloud spec.
2023-09-10 21:51:03 +00:00
2023-06-11 22:06:22 +00:00
## 0.3.12
* Fix issue on NextCloud Android after they changed OC-FileId from string to integer
2023-04-24 20:01:24 +00:00
## 0.3.11
* Fix warning in PHP 8.2 (@lubiana)
2023-03-12 19:40:55 +00:00
## 0.3.10
* Allow to install as a subdirectory
## 0.3.9
* Allow to disable recursive directory size / mtime for slow filesystems
## 0.3.8
* Allow to have "unlimited" quota for users (actually, up to the maximum space available on disk) by setting `-1` as user quota
* Change method for recursive disk space and recursive directory delete
## 0.3.7
* Fix issue #25 dynamic properties with PHP 8.2
## 0.3.6
* Fix division by zero error when quota is zero
## 0.3.5
* Add ERRORS_SHOW configuration constant to allow hiding PHP errors details
* Expose all ErrorManager options: add ERRORS_LOG, ERRORS_EMAIL, ERRORS_REPORT_URL constants to configure the path to the error log, an email address that should receive the errors, and a errbit/airbrake compatible API endpoint to sent the error reports to.
2022-11-15 12:11:49 +00:00
## 0.3.4
* Security fix
* Fix issues with directories containing brackets in their names
2022-11-14 00:56:45 +00:00
## 0.3.3
* Get around more NextCloud desktop client bugs
## 0.3.2
* Fix issue with Cyberduck (Windows)
* Move auto-detection code for WWW_URL outside of config.local.php, if WWW_URL is not defined, then KaraDAV will trigger auto-detection
2022-11-14 00:56:45 +00:00
## 0.3.1
* Fix issue with NextCloud direct URLs crashing
2022-11-14 00:56:45 +00:00
## 0.3.0
* Fix typos
* Fix security issues
* Add list of tested clients in README
* Add systemd service file
* Don't store WOPI tokens in database, instead use a time-limited HMAC hash