mirror of
https://github.com/Yetangitu/owncloud-apps.git
synced 2025-10-02 14:49:17 +02:00
files_reader: v1.0.4, fixes #43 (by removing table aliases to avoid
being bit by querybuilder/doctrine/MySQL incompatibility/idiosyncracy), informs about solution for #39, #41 and #42 (MySQL/MariaDB needs 4-byte support enabled, see https://docs.nextcloud.com/server/11/admin_manual/maintenance/mysql_4byte_support.html)
This commit is contained in:
parent
caf49f86b6
commit
3143b469da
4 changed files with 8 additions and 4 deletions
BIN
dist/files_reader-1.0.4.tar.gz
vendored
Normal file
BIN
dist/files_reader-1.0.4.tar.gz
vendored
Normal file
Binary file not shown.
|
@ -1,3 +1,8 @@
|
|||
## 1.0.4 - 2017-04-09
|
||||
### Fixed
|
||||
- #43, remove table aliases in hooks to avoid being bit by querybuilder/doctrine/MySQL incompatibility/idiosyncracy
|
||||
- #39, #41 and #42, NOTE: if you're on MySQL or MariaDB you might need to enable 4-byte support if this has not been done yet, otherwise you'll get a '1071 Specified key was too long' error on install. More information on this issue - which also occurs when trying to use Emoji characters in a NC/OC installation on a MySQL or MariaDB database - can be found here: https://docs.nextcloud.com/server/11/admin_manual/maintenance/mysql_4byte_support.html
|
||||
|
||||
## 1.0.3 - 2017-03-29
|
||||
### Fixed
|
||||
- #40, detect shared file OR folder and (try to) get fileId for such when applicable
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
- add hook to delete book info when books are deleted
|
||||
- do this for files_opds as well
|
||||
- add hook to delete book info when books are deleted (DONE)
|
||||
- do this for files_opds as well (not yet done)
|
||||
- for maximize page area, disable two-column when in portrait mode
|
||||
- maybe always disable two-column in portrait mode
|
||||
- swipe gestures for open/close sidebar, page turn
|
||||
- disable wide page turn when placing markers
|
||||
|
|
|
@ -121,7 +121,7 @@ The same Android device showing a zoomed-in part of a page|![The same Android de
|
|||
[SS18]: https://github.com/Yetangitu/owncloud-apps/blob/master/screenshots/photo_2017-03-15_18-28-56.jpg?raw=true "The same Android device showing a zoomed-in part of a page"
|
||||
]]>
|
||||
</description>
|
||||
<version>1.0.3</version>
|
||||
<version>1.0.4</version>
|
||||
<licence>AGPL</licence>
|
||||
<author>Frank de Lange</author>
|
||||
<documentation>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue