summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* look for migrate.php in appinfo folderTom Needham2012-03-271-1/+1
* Stop error on exportTom Needham2012-03-271-4/+5
* Merge branch 'master' into migrationTom Needham2012-03-2716-572/+619
|\
| * 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
| * | Contacts: UI updates and ajax methods for categories.Thomas Tanghus2012-03-071-23/+43
| * | Fix merge conflict.Thomas Tanghus2012-02-222-13/+8
| |\ \
| * | | Check for empty value in ctor and being conservative about configvalue name ;-)Thomas Tanghus2012-02-211-22/+4
| * | | Forgot to assign param.Thomas Tanghus2012-02-211-3/+1
| * | | Review changes of OC_VCategoryBart Visscher2012-02-201-25/+39
| * | | Added OC_VCategories::rescan()Thomas Tanghus2012-02-201-10/+45
| * | | Switch from using separate db table to use OC_Preferences.Thomas Tanghus2012-02-191-67/+29
| * | | Merge gitorious.org:owncloud/owncloud into vcategoriesThomas Tanghus2012-02-1910-26/+136
| |\ \ \
| * | | | Added first draft of OC_VCategories.Thomas Tanghus2012-02-181-0/+198
| * | | | ETags must be quoted.Thomas Tanghus2012-02-161-1/+1
* | | | | Fix instance importTom Needham2012-03-211-1/+1
* | | | | Try to use old uid when importingTom Needham2012-03-201-3/+8