summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Hide instance import as it eats dataTom Needham2012-04-071-0/+1
* try to use transactions to replace dbTom Needham2012-04-012-10/+9
* Fix user app data exportTom Needham2012-04-011-3/+7
* Merge branch 'master' into migrationTom Needham2012-03-311-1/+1
|\
| * Fix owncloud logTom Needham2012-03-311-1/+1
* | Remove db tmp file after export creationTom Needham2012-03-311-2/+9
* | Merge branch 'master' into migrationTom Needham2012-03-3111-131/+329
|\|
| * fix eventsource for ieRobin Appelman2012-03-311-1/+1
| * dont send to much when scanning large foldersRobin Appelman2012-03-311-4/+3
| * send more progress updates when scanning large foldersRobin Appelman2012-03-311-3/+9
| * make sure output buffering is dissabled when using eventsourceRobin Appelman2012-03-311-0/+1
| * Move logfile determination to init functionBart Visscher2012-03-301-6/+7
| * checkUpgrade has to be after template initializationBart Visscher2012-03-301-1/+1
| * Move more from base init to separate functionsBart Visscher2012-03-301-29/+35
| * Add support for logging to syslogBart Visscher2012-03-303-55/+131
| * clean pre-path_hash fscache entriesRobin Appelman2012-03-301-0/+8
| * add path_hash to the filesystem cacheRobin Appelman2012-03-302-15/+15
| * add the option to only load apps of a specific typeRobin Appelman2012-03-302-6/+52
| * optimizations for loadAppsRobin Appelman2012-03-301-5/+16
| * optimizations for updateAppsRobin Appelman2012-03-302-10/+23
| * add support for installing apps from a subfolder in the zip/tgz fileRobin Appelman2012-03-291-0/+11
| * add support for installing apps from tgzRobin Appelman2012-03-291-7/+17
| * add tempory folder utility to OC_HelperRobin Appelman2012-03-281-1/+14
| * remove check for variable which was set one line above - bugfix for oc-324Georg Ehrke2012-03-281-3/+0
* | Use ajax to download file, OC_Dialogs for errorsTom Needham2012-03-311-2/+2
* | Fix commentsTom Needham2012-03-291-1/+2
* | import method returns each apps' import statusTom Needham2012-03-272-15/+27
* | check for sqliteTom Needham2012-03-271-0/+6
* | 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