nextcloud/lib/private/legacy
Roeland Jago Douma 4a73f645e5
Use zip32 if possible
* OSX doesn't handle 64zip that well
* Some other implentations don't handle it perfectly either
* If the file is belog 4GiB (some overhead) => zip32
* This covers the 99% case I bet

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-04-06 15:59:30 +02:00
..
db Return value immediately instead of assigning to a one-time variable 2018-01-26 00:02:03 +01:00
template Use type casting instead of *val() method 2018-01-26 11:35:42 +01:00
api.php Remove unused methods and constants from legacy OC_API 2018-03-12 18:03:25 +01:00
app.php Use isInstalled of AppManger instead of reimplement it 2018-03-21 11:34:18 +01:00
db.php Return value immediately instead of assigning to a one-time variable 2018-01-26 00:02:03 +01:00
defaults.php Use customclient_* values by default and do not use them in custom themes anymore 2018-03-26 19:26:36 +02:00
eventsource.php Remove unused methods of OC_Json 2018-03-21 14:36:34 +01:00
filechunking.php Update with robin 2016-07-21 18:13:58 +02:00
files.php Use zip32 if possible 2018-04-06 15:59:30 +02:00
helper.php Remove unneeded semicolon and parentheses 2018-01-26 23:46:40 +01:00
hook.php Update with robin 2016-07-21 18:13:58 +02:00
image.php Remove unneeded semicolon and parentheses 2018-01-26 23:46:40 +01:00
json.php Remove unused methods of OC_Json 2018-03-21 14:36:34 +01:00
response.php Fix the HTTP 1.0 status code and properly detect 1.0 vs 1.1&2.0 2018-03-13 09:22:26 +01:00
template.php Pass template parameters to parent template 2018-02-27 12:25:52 +01:00
user.php Remove deprecated OCP\User::getDisplayname 2018-03-25 20:42:03 +02:00
util.php Use proper method to format absolute timestamp 2018-03-12 15:16:52 +01:00