summaryrefslogtreecommitdiffstats
path: root/lib/connector/sabre/quotaplugin.php
Commit message (Collapse)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-97/+0
| | | | | Conflicts: lib/private/vcategories.php
* lacy initialization of fileView - in case basic auth is used FileSystem is ↵Thomas Müller2013-08-261-4/+16
| | | | not yet initialized during the initialize() call
* Merge branch 'master' into fixing-4343-masterThomas Müller2013-08-221-1/+1
|\ | | | | | | | | Conflicts: lib/connector/sabre/quotaplugin.php
| * use renamed constantsRobin Appelman2013-07-251-1/+1
| |
* | adding unit tests for quota checksThomas Müller2013-08-081-32/+43
| |
* | adding unit tests to determine lengthThomas Müller2013-08-081-1/+1
| |
* | fixes #4343Thomas Müller2013-08-081-2/+16
|/
* Reuse $freeSpace variableMichael Gapczynski2013-02-231-1/+1
|
* Don't throw insufficient storage exception if free space is unknownMichael Gapczynski2013-02-231-1/+2
|
* merge master into filesystemRobin Appelman2013-01-071-1/+1
|
* throwing InsufficientStorage in case the quota is reachedThomas Mueller2012-12-121-1/+1
|
* Style: Remove all the dangling white spacesFelix Moeller2012-11-041-8/+8
|
* code style changesscambra2012-10-301-4/+6
|
* fix checking quota in webdav, adding a sabredav pluginscambra2012-10-301-0/+57