nextcloud/lib/private/Files
Joas Schilling d111e88d4c Fix order of GREATEST for Oracle
As per https://docs.oracle.com/cd/B19306_01/server.102/b14200/functions060.htm
Oracle uses the first value to cast the rest or the values.
So when the first value is a plain int, instead of doing the math,
it will cast the expression to int and continue with a potential 0.

Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-07 15:57:44 +00:00
..
AppData Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Cache Fix order of GREATEST for Oracle 2020-11-07 15:57:44 +00:00
Config Remove @suppress SqlInjectionChecker 2020-09-16 15:53:56 +02:00
Mount set the mount id before calling storage wrapper 2020-08-31 16:38:47 +02:00
Node Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Notify Update license headers 2019-12-05 15:38:45 +01:00
ObjectStore Fix reading empty files from objectstorage 2020-09-09 20:45:13 +02:00
Search Use exactly one empty line after the namespace declaration 2020-04-09 11:48:10 +02:00
SimpleFS Update license headers for 19 2020-04-29 11:57:22 +02:00
Storage Do not fetch the normalized full path again if it is already available 2020-09-17 09:56:45 +02:00
Stream Cast float to int to avoid invalid scalar argument warning 2020-08-18 16:56:36 +02:00
Type Properly add both mimetypes to secure mimetype mapping 2020-09-07 16:42:11 +02:00
Utils Add visibility to all constants 2020-04-10 16:54:27 +02:00
FileInfo.php Update license headers for 19 2020-04-29 11:57:22 +02:00
Filesystem.php Merge pull request #22520 from nextcloud/normalize-path-invalid-utf8 2020-09-09 21:52:36 +02:00
View.php optimize View::getPath if we already know the storage id 2020-09-16 13:49:07 +02:00