summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into sharingMichael Gapczynski2011-07-246-757/+570
|\
| * Merge branch 'sabredav'Jakob Sack2011-07-226-757/+570
| |\
| | * Merge branch 'sabredav' of git://anongit.kde.org/owncloud into sabredavJakob Sack2011-07-221-1/+1
| | |\
| | | * fix problem with removing locksRobin Appelman2011-07-221-1/+1
| | * | Remove HTTP_WebdavJakob Sack2011-07-221-757/+0
| | |/
| | * Properties work fine nowJakob Sack2011-07-222-15/+19
| | * properties nearly workJakob Sack2011-07-222-1/+93
| | * Support for locks, minor changesJakob Sack2011-07-225-6/+144
| | * Use SabreDAV authentication Code!Jakob Sack2011-07-201-0/+35
| | * Integration of SabreDAVJakob Sack2011-07-203-0/+301
* | | Merge branch 'master' into sharingMichael Gapczynski2011-07-212-1/+7
|\| |
| * | add getLocalFile to local storage providerRobin Appelman2011-07-221-0/+4
| * | only remove old sqlite database if it existsRobin Appelman2011-07-211-1/+3
* | | Change all occurences of ['user_id'] to OC_USER::getUser()Michael Gapczynski2011-07-201-2/+2
* | | Update database.xml to current database fields, remove hard coded MTGap when ...Michael Gapczynski2011-07-201-2/+2
* | | Merge branch 'master' into sharingMichael Gapczynski2011-07-204-66/+107
|\| |
| * | remember login addedBartek Przybylski2011-07-201-0/+16
| |/
| * move list of mimetypes by extention to a seperate file.Robin Appelman2011-07-172-63/+88
| * Fix typo in setup, thanks for pointing it out ab0ooMichael Gapczynski2011-07-131-3/+3
| * Add missing argument for fromTmpFile() inside of rename()Michael Gapczynski2011-07-131-1/+1
* | Add missing argument for fromTmpFile() inside of rename()Michael Gapczynski2011-07-131-1/+1
* | Merge branch 'master' into sharingMichael Gapczynski2011-07-121-1/+1
|\|
| * Add missing parameter for fromTmpFile() inside of copy()Michael Gapczynski2011-07-121-1/+1
* | Merge branch 'master' into sharingMichael Gapczynski2011-07-121-2/+2
|\|
| * Fix post_create and post_write hooks in copy(), was referencing an undefined ...Michael Gapczynski2011-07-121-2/+2
* | Fix bug in opendir() and remove getStorageMountPoint(), now using datadir arg...Michael Gapczynski2011-07-122-10/+1
* | Merge branch 'master' into sharingMichael Gapczynski2011-07-061-0/+8
|\|
| * introducing simple file size, only MB as unit, details on hoverJan-Christoph Borchardt2011-07-071-0/+8
* | Fix bugs in getSource() and implement new target path standardMichael Gapczynski2011-07-051-0/+10
* | Fix conflicts with master in lib/base.phpMichael Gapczynski2011-07-041-3/+0
* | Merge branch 'master' into sharingMichael Gapczynski2011-07-0427-416/+5194
|\|
| * Fix to make the Unlock mechanism of WebDAV work. Previously when using unlock...Kunal Ghosh2011-07-021-1/+6
| * not all http server add index.php to $_SERVER[SCRIPT_NAME], do it manuallyRobin Appelman2011-06-261-1/+5
| * allow plugins/apps to add custom headers to all pagesRobin Appelman2011-06-242-9/+18
| * redirect_url to be respected in linkTo functionAamir Khan2011-06-251-5/+12
| * provide an option to add custom elements to the header of templatesRobin Appelman2011-06-241-2/+20
| * fix 404Kamil Domanski2011-06-232-2/+2
| * no indexing in generated htaccessKamil Domanski2011-06-232-0/+2
| * fix creating usersRobin Appelman2011-06-231-9/+17
| * Use new user backend APIDominik Schmidt2011-06-231-9/+10
| * Detect backend features dynamically instead of trial-and-error usageDominik Schmidt2011-06-232-61/+144
| * add oc_user::getUser to get the user id of the loggedin userRobin Appelman2011-06-223-3/+16
| * prefix the mysql user name to avoid collissionsRobin Appelman2011-06-211-4/+11
| * install shipped apps also in "installed apps" pageKamil Domanski2011-06-212-27/+39
| * Multiply changes to user systemRobin Appelman2011-06-214-139/+127
| * Merge branch 'master' of git://anongit.kde.org/owncloudJakob Sack2011-06-201-1/+1
| |\
| | * fixed page reload after logoutKamil Domanski2011-06-201-1/+1
| * | New i18n-structureJakob Sack2011-06-201-4/+4
| |/
| * Fix linkTo()Jakob Sack2011-06-201-4/+11
| * moved core stuff to /coreJakob Sack2011-06-202-11/+24