summaryrefslogtreecommitdiffstats
path: root/inc
Commit message (Expand)AuthorAgeFilesLines
* Fix licencing, make headers refer to intended AGPL, include copy of AGPLJonathan Riddell2011-02-0913-13/+13
* fix ocs private data handeling.Robin Appelman2011-02-061-27/+110
* only load mdb2 when we use the databaseRobin Appelman2011-02-061-6/+9
* fix ocs private data get/set queries for mysqlRobin Appelman2011-01-232-32/+51
* check if we can read the file before trying to get it's mime typeRobin Appelman2011-01-221-85/+87
* Add closing tag to config file.Robin Appelman2011-01-221-0/+1
* fix another typoRobin Appelman2011-01-201-1/+1
* fix typoRobin Appelman2011-01-201-1/+1
* remove debug statementRobin Appelman2011-01-201-1/+0
* improve handeling of linksRobin Appelman2011-01-201-1/+5
* don't try to use *nix file premissions on windows hostsRobin Appelman2011-01-181-34/+38
* Return a '/' instead of 'false' when listing the root folder.Matthew Dawson2011-01-061-0/+3
* Merge commit 'refs/merge-requests/41' of git://gitorious.org/owncloud/ownclou...Robin Appelman2011-01-041-2/+4
|\
| * Fix a warning when there is no included files in a plugin.Matthew Dawson2011-01-041-2/+4
* | Add similar check to the canWrite function.Matthew Dawson2011-01-031-1/+1
* | Fix a chroot issue where the path /.. (and related paths) are not caught and ...Matthew Dawson2011-01-031-1/+1
|/
* Fix further typos in comments, too (lisen → listen).Elias Probst2011-01-011-2/+2
* Fixed typo (Lisener → Listener)Elias Probst2011-01-016-18/+18
* Merge branch 'master' of git://gitorious.org/owncloud/owncloudRobin Appelman2010-12-041-1/+1
|\
| * file download from web interface now works correctly with file names containi...Florian2010-12-041-1/+1
* | Fix for https://bugs.kde.org/show_bug.cgi?id=258144Robin Appelman2010-11-301-1/+6
|/
* fix warning message that sometimes broke webdavRobin Appelman2010-11-161-1/+1
* Add support for hosts where open_basedir restriction is in effect.François KUBLER2010-11-161-44/+57
* fix login issue after logging outRobin Appelman2010-11-041-0/+3
* set version number to 1.1v1.1Robin Appelman2010-10-311-1/+1
* fix some typo'sRobin Appelman2010-10-311-1/+1
* Fixed small bug, added global $SERVERROOT to OC_UTILKees Huiberts2010-10-211-1/+1
* plugin managerRobin Appelman2010-10-181-0/+77
* fix small bug in filesystem abstractionRobin Appelman2010-10-181-2/+1
* Merge branch 'master' of git://gitorious.org/owncloud/owncloudRobin Appelman2010-10-151-2/+2
|\
| * fix a couple of typosRiccardo Iaconelli2010-10-061-2/+2
* | plugin manager and plugin installerRobin Appelman2010-10-153-10/+68
|/
* fix bug in detecting mountpoints of file storages within chrooted filesystemRobin Appelman2010-10-031-0/+6
* make paths returned by OC_FILESYSTEM::getTree relative to the fakerootRobin Appelman2010-09-281-0/+1
* fix sqlite compatibility for webdav serverRobin Appelman2010-09-281-16/+22
* mergeRobin Appelman2010-09-281-10/+117
|\
| * automatically install databased of pluginsRobin Appelman2010-09-281-10/+119
* | add function to list all pluginsRobin Appelman2010-09-281-5/+23
|/
* Fix content type header in downloadsSteven2010-09-261-0/+2
* initial version for user managment tab in the settings pageRobin Appelman2010-09-207-50/+189
* use mysql instead of mysqli when creating mysql user/databaseRobin Appelman2010-09-201-20/+35
* Merge branch 'master' of http://git.gitorious.org/owncloud/owncloudRobin Appelman2010-09-192-0/+27
|\
| * add functions to get a list of all users or groupsRobin Appelman2010-09-152-0/+27
* | fix loading of plugin defined stylesheetsRobin Appelman2010-09-191-1/+1
|/
* use caching for user-group relationsRobin Appelman2010-09-121-24/+57
* do not initialize mdb2_scheme if we don't use it, saves a lot of timeRobin Appelman2010-09-111-2/+8
* fix fallback for mimetype detection using the 'file' commandRobin Appelman2010-09-081-13/+3
* provide a basic viewer for text filesRobin Appelman2010-09-082-0/+12
* provide a defealt, empty, filesystem configuration to suppress some errorsRobin Appelman2010-09-061-0/+1
* make the filesystem configurable (no gui yet)Robin Appelman2010-09-063-3/+73