summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* allow multiply group backendsRobin Appelman2012-04-136-140/+407
* OC_VCategories: sort categories in natural order using usortBart Visscher2012-04-121-1/+2
* Implement default categories in OC_VCategoriesBart Visscher2012-04-121-3/+2
* Fix a session fixation vulnerabilityFlorian Preinstorfer2012-04-121-2/+4
* UTF8 locale by defaultGrundik2012-04-122-2/+4
* Use OC_Helper::serverHost() in OC_Helper::linkToAbsolute()Daniele E. Domenichelli2012-04-121-1/+1
* Add method OC_Helper::serverHost()Daniele E. Domenichelli2012-04-121-0/+22
* tests for oc_filesystemRobin Appelman2012-04-121-0/+8
* increase version to show that we are not the same as stableFrank Karlitschek2012-04-111-2/+2
* Silence error for missing appinfo info fileBart Visscher2012-04-101-1/+1
* Copy over all file app data for imported userTom Needham2012-04-081-2/+2
* Fix sqlite version detectionTom Needham2012-04-081-3/+7
* Emit hooks for user creationTom Needham2012-04-071-0/+9
* Return JSON for import and export methods of OC_MigrateTom Needham2012-04-071-21/+21
* Merge branch 'master' into migrationTom Needham2012-04-0710-18/+69
|\
| * mimetype filter for filepickerBartek Przybylski2012-04-052-5/+5
| * Merge commit 'refs/merge-requests/102' of git://gitorious.org/owncloud/ownclo...Florian Hülsmann2012-04-041-1/+2
| |\
| | * as preperation for the sgf viewer app i added a file icon for .sgf files (sav...Nils Jansen2012-03-231-1/+2
| * | Check blacklist before saving to filesystemTom Needham2012-04-032-0/+16
| * | Move writable check into local filestorage so shared files can be renamedMichael Gapczynski2012-04-012-1/+5
| * | the core apps don't have typesRobin Appelman2012-04-011-1/+1
| * | oc_db is not pdoRobin Appelman2012-04-011-4/+4
| * | Try to configure php to enable big file uploads.Frank Karlitschek2012-04-011-0/+18
| * | Show the different editions to the user. Used in the status call, on the pers...Frank Karlitschek2012-04-012-0/+9
| * | Check file handle exists before trying to read fileMichael Gapczynski2012-04-011-6/+9
* | | 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