This website requires JavaScript.
Explore
Help
Register
Sign In
mbk-lab
/
nextcloud
Watch
2
Star
0
Fork
You've already forked nextcloud
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
50874de1ca
nextcloud
/
tests
/
lib
/
files
/
storage
/
wrapper
History
Martin
491250320a
Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isIgnoredDir($file)). Eases to find where this operation is used.
2015-09-22 17:53:15 +02:00
..
availability.php
Store storage availability in database
2015-07-20 16:27:26 +01:00
encryption.php
occ script to disable encryption and to decrypt all files again
2015-09-15 22:39:44 +02:00
jail.php
Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isIgnoredDir($file)). Eases to find where this operation is used.
2015-09-22 17:53:15 +02:00
permissionsmask.php
Add storage and cache wrappers to apply a permissions mask to a storage
2014-11-27 15:25:57 +01:00
quota.php
Only use quota stream wrapper on "files"
2015-05-28 18:31:20 +02:00
wrapper.php
Use base class to reset the file mapper
2014-11-19 14:52:07 +01:00