summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* better check if we are passing a fileid to Cache::getRobin Appelman2012-11-251-1/+1
* sort output of getFolderContent by nameRobin Appelman2012-11-251-1/+1
* Merge branch 'master' into filesystemRobin Appelman2012-11-252-16/+35
|\
| * Merge pull request #556 from owncloud/postgres_insert_idThomas Müller2012-11-241-5/+12
| |\
| | * use lastval() to get the insert id in postgesqlRobin Appelman2012-11-231-5/+12
| * | remove left over tagFrank Karlitschek2012-11-241-1/+1
| * | A new function to create nice error page. And use it for fatal db errorsFrank Karlitschek2012-11-242-40/+23
| * | prettier error output. Let´s see how many more low hanging fruits I find on ...Frank Karlitschek2012-11-231-9/+38
| |/
* | Check if data variable in scanner isn't null before using itMichael Gapczynski2012-11-241-19/+23
* | change behaviour of Filesystem::getMountPoint when a mountpoint is passed as ...Robin Appelman2012-11-241-7/+1
* | remove fileatime from common storage backendRobin Appelman2012-11-242-5/+1
* | Add checks for storage objectMichael Gapczynski2012-11-241-95/+112
* | merge master into filesystemRobin Appelman2012-11-235-4/+47
|\|
| * [tx-robot] updated from transifexJenkins for ownCloud2012-11-231-1/+5
| * make it possible to manually override the hostname and protocol if the automa...Frank Karlitschek2012-11-221-0/+6
| * Merge pull request #483 from owncloud/archive_sizesThomas Müller2012-11-222-7/+20
| |\
| | * stop increasing folder sizes once we hit a non folderRobin Appelman2012-11-161-2/+15
| | * also return fileid in OC_Filecache::getRobin Appelman2012-11-161-2/+2
| | * typoRobin Appelman2012-11-161-3/+3
| * | [tx-robot] updated from transifexJenkins for ownCloud2012-11-223-3/+36
* | | explicitly sort files when using getFolderContentsRobin Appelman2012-11-231-7/+7
* | | don't redefine inherited functions as abstractRobin Appelman2012-11-221-13/+0
* | | add Scanner->backgroundScanRobin Appelman2012-11-221-0/+10
* | | add Cache->getIncomplete for use in background scanningRobin Appelman2012-11-221-0/+19
* | | emit a hooks during the filesystem scanRobin Appelman2012-11-221-0/+8
* | | fixing namespaceThomas Mueller2012-11-221-1/+1
* | | Create public function initMountPoints() for initializing a specified user's ...Michael Gapczynski2012-11-222-32/+37
* | | Remove incorrect extra parameter for init() callMichael Gapczynski2012-11-221-1/+1
* | | merge master into filesystemRobin Appelman2012-11-218-38/+436
|\| |
| * | Merge pull request #538 from Deltachaos/fix_537Thomas Müller2012-11-201-5/+7
| |\ \
| | * | Fixes update of shared files with mirall because it dose not update all metha...Maximilian Ruta2012-11-201-5/+7
| * | | [tx-robot] updated from transifexJenkins for ownCloud2012-11-212-11/+15
| |/ /
| * | [tx-robot] updated from transifexJenkins for ownCloud2012-11-202-2/+12
| * | Fix typo in getUrlContent fix #514Brice Maron2012-11-191-1/+1
| * | Merge pull request #383 from owncloud/contacts_apiThomas Müller2012-11-191-0/+103
| |\ \
| | * | function isEnabled() addedThomas Mueller2012-11-131-3/+13
| | * | public contacts api as discussed here https://github.com/owncloud/apps/issues...Thomas Mueller2012-11-121-0/+93
| * | | Merge pull request #280 from butonic/feature_bmp_supportFrank Karlitschek2012-11-192-24/+301
| |\ \ \
| | * | | add php-doc for ellipsisJörn Friedrich Dreyer2012-11-121-2/+8
| | * | | move code to better placesJörn Friedrich Dreyer2012-11-122-141/+146
| | * | | add php-docJörn Friedrich Dreyer2012-11-121-6/+23
| | * | | add bmp supportJörn Friedrich Dreyer2012-11-121-3/+252
| * | | | [tx-robot] updated from transifexJenkins for ownCloud2012-11-191-1/+5
* | | | | fix outdated permissions cache use in scannerRobin Appelman2012-11-181-2/+8
* | | | | merge master into filesystemRobin Appelman2012-11-1812-42/+162
|\| | | |
| * | | | Merge pull request #114 from riso/xsendfileThomas Müller2012-11-182-4/+64
| |\ \ \ \
| | * | | | Fixed style according to owncloud styleguideValerio Ponte2012-11-142-21/+32
| | * | | | Moved X-Sendfile headers into OC_Files::getValerio Ponte2012-11-143-34/+69
| | * | | | Implemented X-Sendfile supportValerio Ponte2012-11-141-0/+14
| * | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-11-183-3/+15