Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-25 | 59 | -1034/+1803 |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: apps/calendar/js/loader.js apps/contacts/index.php apps/contacts/js/loader.js apps/files/js/files.js apps/files_sharing/sharedstorage.php lib/filesystemview.php | ||||
| * | Fix filesystem hash, no longer using basicOperation() | Michael Gapczynski | 2012-07-25 | 4 | -6/+25 |
| | | |||||
| * | method not used externally, thus not needed in interface | Arthur Schiwon | 2012-07-25 | 1 | -10/+0 |
| | | |||||
| * | provide recursiveArraySearch as Helper function and make available through API | Arthur Schiwon | 2012-07-25 | 2 | -1/+38 |
| | | |||||
| * | Support for OCA namespace | Arthur Schiwon | 2012-07-25 | 1 | -0/+3 |
| | | |||||
| * | remove only internally used function from interface | Arthur Schiwon | 2012-07-25 | 1 | -9/+0 |
| | | |||||
| * | Offer User and Group interfaces in public API | Arthur Schiwon | 2012-07-25 | 2 | -0/+62 |
| | | |||||
| * | define an interface for the Group Backend | Arthur Schiwon | 2012-07-25 | 3 | -5/+91 |
| | | |||||
| * | define an interface for the User Backend | Arthur Schiwon | 2012-07-25 | 3 | -3/+72 |
| | | |||||
| * | add the calls for the new keyserver. Still not connectect to the encryption ↵ | Frank Karlitschek | 2012-07-24 | 1 | -4/+81 |
| | | | | | | | | system | ||||
| * | some indention fixes | Robin Appelman | 2012-07-24 | 9 | -183/+152 |
| | | |||||
| * | add option to clear user backends | Robin Appelman | 2012-07-23 | 1 | -1/+7 |
| | | |||||
| * | make it generic and implement a dummy call for quota set | Frank Karlitschek | 2012-07-23 | 1 | -27/+74 |
| | | |||||
| * | first part of the new new OCS CLOUD module. So far only quota is implemented. | Frank Karlitschek | 2012-07-23 | 1 | -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 database | Bjoern Schiessle | 2012-07-23 | 1 | -1/+1 |
| | | |||||
| * | quick fix for broken properties | Bjoern Schiessle | 2012-07-23 | 1 | -0/+1 |
| | | |||||
| * | Fix oc-1163: gzdecode function not always defined | Bart Visscher | 2012-07-22 | 1 | -0/+10 |
| | | | | | | | | This function is only found in newer php versions | ||||
| * | CSRF protection for eventsource | Robin Appelman | 2012-07-22 | 1 | -0/+3 |
| | | |||||
| * | cache fileid's in oc_cache | Robin Appelman | 2012-07-22 | 1 | -3/+29 |
| | | |||||
| * | add option to only get fast cache | Robin Appelman | 2012-07-22 | 1 | -16/+41 |
| | | |||||
| * | add prefix option to OC_Cache::clear | Robin Appelman | 2012-07-22 | 5 | -12/+16 |
| | | |||||
| * | add method to OC_Cache to check whether a fast cache (apc/xdebug/etc) is ↵ | Robin Appelman | 2012-07-22 | 1 | -0/+46 |
| | | | | | | | | available | ||||
| * | use file extension for determining mimetypes on default | Robin Appelman | 2012-07-22 | 3 | -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 Tanghus | 2012-07-21 | 1 | -174/+262 |
| | | |||||
| * | Merge branch 'master' into calendar_import | Georg Ehrke | 2012-07-21 | 40 | -199/+279 |
| |\ | |||||
| | * | Fix missing parameter decleration, thanks Jenkins :-) | Bart Visscher | 2012-07-21 | 1 | -1/+1 |
| | | | |||||
| | * | fix ununsed variables | Robin Appelman | 2012-07-21 | 1 | -1/+1 |
| | | | |||||
| | * | remove obsolete oc_filesystem::mountall | Robin Appelman | 2012-07-21 | 1 | -11/+0 |
| | | | |||||
| | * | Add missing public to function definition | Bart Visscher | 2012-07-21 | 1 | -1/+1 |
| | | | |||||
| | * | Fix parameter order in OC_Filestorage_Common->hash | Bart Visscher | 2012-07-21 | 1 | -1/+1 |
| | | | |||||
| | * | Add ETag support to the Sabre file connector. | Bart Visscher | 2012-07-21 | 4 | -7/+74 |
| | | | | | | | | | | | | This is based on the md5 of the file, can be changed later | ||||
| | * | adapted to new SabreDav version | Bjoern Schiessle | 2012-07-20 | 1 | -10/+12 |
| | | | |||||
| | * | Trying to get documentation to "Do The Right Thing" (TM) | Thomas Tanghus | 2012-07-20 | 1 | -70/+73 |
| | | | |||||
| | * | Fix strict standards warnings | Tom Needham | 2012-07-20 | 1 | -1/+1 |
| | | | |||||
| | * | Added some more documentation to OCP\JSON. | Thomas Tanghus | 2012-07-20 | 1 | -8/+57 |
| | | | |||||
| | * | Added some documentation for OCP\JSON::callCheck() | Thomas Tanghus | 2012-07-20 | 1 | -0/+15 |
| | | | |||||
| | * | forgot to make one function abstract | Robin Appelman | 2012-07-20 | 1 | -1/+1 |
| | | | |||||
| | * | remove unused variables | Robin Appelman | 2012-07-20 | 10 | -55/+27 |
| | | | |||||
| | * | remove unused and depricated getFolderSize | Robin Appelman | 2012-07-20 | 1 | -11/+1 |
| | | | |||||
| | * | dont try to create mountpoints automatically | Robin Appelman | 2012-07-20 | 1 | -3/+0 |
| | | | |||||
| | * | fix unused variables | Robin Appelman | 2012-07-20 | 16 | -47/+28 |
| | | | |||||
| | * | fix increasing folder sizes in filecache for custom roots | Robin Appelman | 2012-07-20 | 1 | -2/+2 |
| | | | |||||
| | * | fix eventsource fallback when more then one eventsource is active | Robin Appelman | 2012-07-20 | 1 | -1/+1 |
| | | | |||||
| | * | dont check for filecache updates when getting quota info over webdav | Robin Appelman | 2012-07-20 | 1 | -1/+1 |
| | | | |||||
| | * | dont use the mtimes stored in zip archives since they dont update correctly | Robin Appelman | 2012-07-20 | 1 | -2/+1 |
| | | | |||||
| | * | allow a more flexible way of using user backends | Robin Appelman | 2012-07-19 | 2 | -18/+22 |
| | | | |||||
| | * | revert to using fopen for webdav instead of readfile | Robin Appelman | 2012-07-16 | 1 | -1/+1 |
| | | | |||||
| | * | add warning in log if OC_L10N::tA was called | Georg Ehrke | 2012-07-16 | 1 | -0/+7 |
| | | | |||||
| | * | Delete old session files, suggested by Torben Nehmer, see bug oc-736 | Michael Gapczynski | 2012-07-15 | 1 | -1/+1 |
| | | | |||||
| | * | Check if user is already logged in for DAV auth, instead of logging in and ↵ | Michael Gapczynski | 2012-07-15 | 1 | -6/+11 |
| | | | | | | | | | | | | creating new sessions for every request |