summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* spaces to tabs replacementBartek Przybylski2012-03-091-4/+4
* filescan by mimetype scanBartek Przybylski2012-03-091-5/+6
* filecache search comparition fixBartek Przybylski2012-03-091-2/+2
* Fix conflict.Thomas Tanghus2012-03-0733-667/+1511
|\
| * fix for webdav when having additional storage backends mountedRobin Appelman2012-03-071-2/+2
| * revert an accidental changeRobin Appelman2012-03-031-3/+2
| * small improvement for is_dirRobin Appelman2012-03-031-1/+4
| * fix commong filestorage for files without extentionRobin Appelman2012-03-031-2/+10
| * also delete childs of folders from the cacheRobin Appelman2012-03-031-10/+19
| * better handeling of files that can behave like folder (e.g. archives)Robin Appelman2012-03-034-10/+10
| * fix file_get_content on empty files for filestorage commonRobin Appelman2012-03-031-1/+8
| * Remove the link between the principals table and the sabre principals connector.Jakob Sack2012-03-022-48/+0
| * add streamwrapper that provides a callback on stream closeRobin Appelman2012-03-022-0/+87
| * add search implementation to filestorage commonRobin Appelman2012-03-022-4/+20
| * don't try to seach apps in hidden foldersRobin Appelman2012-03-021-1/+1
| * Search: Change provider registration to class name, for lazy loading of searc...Bart Visscher2012-03-014-13/+6
| * Files: Fix wrong attribute name in OC_Search_Provider_FileBart Visscher2012-03-011-2/+2
| * Simplify stripping the last part off WEBROOT and SERVERROOT for 3rdparty and ...Bart Visscher2012-03-011-16/+4
| * Small cleanupsBart Visscher2012-03-011-1/+9
| * load streamwrappers earlierRobin Appelman2012-03-011-9/+10
| * Merge branch 'master' of gitorious.org:owncloud/owncloudFrank Karlitschek2012-03-019-111/+190
| |\
| | * add touch() to all storage backands, and make parameter optionalRobin Appelman2012-02-296-5/+15
| | * remove debug outputRobin Appelman2012-02-291-2/+0
| | * Fix opendir for folders aka Google Docs collectionsMichael Gapczynski2012-02-291-2/+1
| | * More work on Google Docs storage backendMichael Gapczynski2012-02-281-104/+175
| | * dialogs library for appsBartek Przybylski2012-02-281-0/+1
| * | undo the change of the webroot detection. seams to be buggyFrank Karlitschek2012-03-011-2/+2
| |/
| * change the detection of the webroot. it is simpler now and also works for app...Frank Karlitschek2012-02-281-18/+20
| * make sure the streamwrappers are registered earlyRobin Appelman2012-02-282-7/+5
| * never try to load an non existing template,css,img.Frank Karlitschek2012-02-282-4/+18
| * add test case for getLocalFileRobin Appelman2012-02-281-2/+2
| * use in-memory files for the datase scheme during installationRobin Appelman2012-02-281-6/+6
| * use temporary file managmentRobin Appelman2012-02-283-7/+7
| * fix temporary file creationRobin Appelman2012-02-281-1/+5
| * fix copy/paste error in common filestorageRobin Appelman2012-02-281-1/+1
| * add temporary file managmentRobin Appelman2012-02-282-0/+28
| * Initial work on Google Docs storage backendMichael Gapczynski2012-02-271-22/+238
| * spaces -> tabsFrank Karlitschek2012-02-272-50/+50
| * some cleanup in filestorageRobin Appelman2012-02-272-15/+5
| * extend filestorage common and provide test implementationRobin Appelman2012-02-275-77/+216
| * make OC_FileStorage abstractRobin Appelman2012-02-271-25/+25
| * first part of the abstraction work of the apps folder. more to comeFrank Karlitschek2012-02-266-66/+91
| * add more valid fopen modesRobin Appelman2012-02-261-0/+8
| * merge master into encryptionRobin Appelman2012-02-2612-40/+146
| |\
| | * improved password hashing based one phpassRobin Appelman2012-02-261-7/+42
| | * add OC_Geo classGeorg Ehrke2012-02-261-0/+31
| | * hopefully a fix for webroot detectionRobin Appelman2012-02-261-0/+7
| | * chunked implementation for readfileRobin Appelman2012-02-264-13/+8
| | * intval() of a number seems unnecessaryRobin Appelman2012-02-261-1/+1
| | * improve log browsingRobin Appelman2012-02-261-11/+15