summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* return path of tmp file like filestorage/common does. Fixes broken folder-/mu...Arthur Schiwon2012-03-271-4/+5
* Do not use always the same name for download-zip to avoid collisions.Arthur Schiwon2012-03-271-2/+2
* Overwrite Download-ZIP if it already exists. We do not want to show alien con...Arthur Schiwon2012-03-271-2/+2
* fix square images not getting proper thumbnailsRobin Appelman2012-03-271-1/+1
* crop and resize in a single step when creating thumbnailRobin Appelman2012-03-261-6/+20
* some more memory cleanup in OC_ImageRobin Appelman2012-03-261-4/+2
* some more memory cleanup in OC_ImageRobin Appelman2012-03-261-0/+8
* Move Google Docs storage backend to files_remote appMichael Gapczynski2012-03-241-411/+0
* Implement fopen() for Google Docs storage backendMichael Gapczynski2012-03-241-26/+96
* make sure we can load OC_Config when we need itRobin Appelman2012-03-231-1/+9
* donĀ“t show ugly error messageFrank Karlitschek2012-03-231-1/+1
* make it possible to connect to other ocs appstores and other ocs knowledgebas...Frank Karlitschek2012-03-232-8/+53
* Config file is more appropriate hereArthur Schiwon2012-03-211-2/+2
* add microsoft office mimetypes to the fixlist - bugfix for oc-357Georg Ehrke2012-03-201-1/+7
* Cleanup the template code for redundant codeBart Visscher2012-03-191-127/+128
* Split the init function in lib/base.php a bitBart Visscher2012-03-191-36/+49
* fix mimetype detectionGeorg Ehrke2012-03-191-3/+1
* enable admin to turn off ZIP downloadsArthur Schiwon2012-03-191-3/+18
* check if selected files for zip archive are not too largeArthur Schiwon2012-03-161-1/+43
* make Files settings workArthur Schiwon2012-03-161-2/+3
* fix adding photo to incorrect galleryBartek Przybylski2012-03-151-1/+1
* Contacts: Modifications for using categories.Thomas Tanghus2012-03-121-19/+21
* oc_db isn't pdoRobin Appelman2012-03-111-2/+2
* gallery migration to events systemBartek Przybylski2012-03-111-1/+1
* 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