summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into subadminGeorg Ehrke2012-07-2636-849/+1499
|\
| * declare OCP\App::register as deprecatedGeorg Ehrke2012-07-261-0/+15
| |
| * Create uniqid ETag for directoriesBart Visscher2012-07-254-1/+40
| |
| * Rename functionsBart Visscher2012-07-254-6/+6
| | | | | | | | | | getETagPropertyForFile -> getETagPropertyForPath removeETagPropertyForFile -> removeETagPropertyForPath
| * Fix filesystem hash, no longer using basicOperation()Michael Gapczynski2012-07-254-6/+25
| |
| * method not used externally, thus not needed in interfaceArthur Schiwon2012-07-251-10/+0
| |
| * provide recursiveArraySearch as Helper function and make available through APIArthur Schiwon2012-07-252-1/+38
| |
| * Support for OCA namespaceArthur Schiwon2012-07-251-0/+3
| |
| * remove only internally used function from interfaceArthur Schiwon2012-07-251-9/+0
| |
| * Offer User and Group interfaces in public APIArthur Schiwon2012-07-252-0/+62
| |
| * define an interface for the Group BackendArthur Schiwon2012-07-253-5/+91
| |
| * define an interface for the User BackendArthur Schiwon2012-07-253-3/+72
| |
| * add the calls for the new keyserver. Still not connectect to the encryption ↵Frank Karlitschek2012-07-241-4/+81
| | | | | | | | system
| * some indention fixesRobin Appelman2012-07-249-183/+152
| |
| * add option to clear user backendsRobin Appelman2012-07-231-1/+7
| |
| * make it generic and implement a dummy call for quota setFrank Karlitschek2012-07-231-27/+74
| |
| * first part of the new new OCS CLOUD module. So far only quota is implemented.Frank Karlitschek2012-07-231-419/+470
| | | | | | | | | | | | | | | | The specification is developed here: http://www.freedesktop.org/wiki/Specifications/open-collaboration-services-1.7#CLOUD will be moved to http://www.freedesktop.org/wiki/Specifications/open-collaboration-services as soon as everything is done.
| * fix broken properties in the databaseBjoern Schiessle2012-07-231-1/+1
| |
| * quick fix for broken propertiesBjoern Schiessle2012-07-231-0/+1
| |
| * Fix oc-1163: gzdecode function not always definedBart Visscher2012-07-221-0/+10
| | | | | | | | This function is only found in newer php versions
| * CSRF protection for eventsourceRobin Appelman2012-07-221-0/+3
| |
| * cache fileid's in oc_cacheRobin Appelman2012-07-221-3/+29
| |
| * add option to only get fast cacheRobin Appelman2012-07-221-16/+41
| |
| * add prefix option to OC_Cache::clearRobin Appelman2012-07-225-12/+16
| |
| * add method to OC_Cache to check whether a fast cache (apc/xdebug/etc) is ↵Robin Appelman2012-07-221-0/+46
| | | | | | | | available
| * use file extension for determining mimetypes on defaultRobin Appelman2012-07-223-39/+25
| | | | | | | | | | should be more reliable for files that "look like" other types based on their magic numbers such as odf and docx files also a lot faster then the old way
| * Code style. One down...Thomas Tanghus2012-07-211-174/+262
| |
| * Merge branch 'master' into calendar_importGeorg Ehrke2012-07-2140-199/+279
| |\
| * \ Merge branch 'master' into calendar_importGeorg Ehrke2012-07-153-29/+31
| |\ \
| * \ \ Merge branch 'master' into calendar_importGeorg Ehrke2012-07-1120-61/+278
| |\ \ \
| * \ \ \ Merge branch 'master' into calendar_importGeorg Ehrke2012-07-061-8/+8
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into calendar_importGeorg Ehrke2012-07-052-19/+5
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into calendar_importGeorg Ehrke2012-07-041-0/+8
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into calendar_importGeorg Ehrke2012-07-032-1/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into calendar_importGeorg Ehrke2012-07-031-2/+2
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into calendar_importGeorg Ehrke2012-07-037-42/+149
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into calendar_importGeorg Ehrke2012-06-301-1/+1
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into calendar_importGeorg Ehrke2012-06-295-15/+54
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into calendar_importGeorg Ehrke2012-06-275-29/+45
| |\ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | add some hooks for subadminsGeorg Ehrke2012-07-211-1/+24
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'master' into subadminGeorg Ehrke2012-07-2136-170/+235
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Fix missing parameter decleration, thanks Jenkins :-)Bart Visscher2012-07-211-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | fix ununsed variablesRobin Appelman2012-07-211-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | remove obsolete oc_filesystem::mountallRobin Appelman2012-07-211-11/+0
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Add missing public to function definitionBart Visscher2012-07-211-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Fix parameter order in OC_Filestorage_Common->hashBart Visscher2012-07-211-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Add ETag support to the Sabre file connector.Bart Visscher2012-07-214-7/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is based on the md5 of the file, can be changed later
| * | | | | | | | | | | | | adapted to new SabreDav versionBjoern Schiessle2012-07-201-10/+12
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Trying to get documentation to "Do The Right Thing" (TM)Thomas Tanghus2012-07-201-70/+73
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Fix strict standards warningsTom Needham2012-07-201-1/+1
| | | | | | | | | | | | | |