aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* provide caching for file metadataRobin Appelman2011-11-095-118/+351
* remove OC_Filesystem::fromUploadedFileRobin Appelman2011-11-083-36/+4
* remove OC_Filesystem::fileatimeRobin Appelman2011-11-084-8/+1
* remove the need to register storage providers, pass the classname during moun...Robin Appelman2011-11-083-44/+8
* remove outdated remote storage prototypeRobin Appelman2011-11-081-350/+0
* Make OC_Connector_Sabre_File::get() return a PHP stream instead of the file c...Florian Vichot2011-11-061-1/+1
* Display correctly the error message when nothing is retrieved from OCS serversBrice Maron2011-11-061-0/+2
* Avoid Huge error message when unable to read log fileBrice Maron2011-11-061-0/+3
* use database table prefix from installer, not the old configured valueRobin Appelman2011-11-031-2/+2
* attempt to manage some special chars in file listBrice Maron2011-11-011-0/+5
* Add sequence name in insertid to be more portableBrice Maron2011-10-291-2/+8
* Enable php display_errors settingBart Visscher2011-10-271-0/+3
* provide function for updating the database schemeRobin Appelman2011-10-231-2/+35
* improve detection of database backendRobin Appelman2011-10-231-2/+13
* improve mimetype detectionRobin Appelman2011-10-231-9/+12
* fix fopenRobin Appelman2011-10-231-1/+3
* change the error hint from suggesting to change the owner of a directory to c...Frank Karlitschek2011-10-222-3/+3
* change licencing headers for sqlite3 driverRobin Appelman2011-10-226-265/+120
* fix log level checkRobin Appelman2011-10-221-1/+1
* escape filenames for getMimeTypeRobin Appelman2011-10-201-0/+1
* Merge commit 'refs/merge-requests/64' of git://gitorious.org/owncloud/owncloudRobin Appelman2011-10-207-25/+26
|\
| * Don't use sys_get_temp_dir(), as it reports the wrong path in restricted envi...Hendrik Langer2011-10-197-25/+26
* | prevent sql error while initializing apps on sqlite2Robin Appelman2011-10-201-1/+1
|/
* make sharing work with the new mouting mechanismRobin Appelman2011-10-183-11/+8
* mount filesystems on demandRobin Appelman2011-10-182-32/+12
* Remove unnecessary exec for getting timezone and fix spacingsBrice Maron2011-10-171-6/+6
* prevent the remaining ob_clean related errorsRobin Appelman2011-10-171-2/+2
* fix now() function for sqlite3Robin Appelman2011-10-171-1/+1
* Fix bookmarks app to work with postgresql.Brice Maron2011-10-161-1/+10
* use OC_Log instead of error_logRobin Appelman2011-10-164-15/+12
* make log level configurableRobin Appelman2011-10-161-4/+1
* provide a logging mechanismRobin Appelman2011-10-162-0/+73
* some minor tweaks to oc_dbRobin Appelman2011-10-161-2/+4
* Fix typo in getting var from configBrice Maron2011-10-161-1/+1
* Fetch prefix from config at installation instead of a hardcoded valueBrice Maron2011-10-161-3/+3
* Fix installer for postgresql : correct table detection queryBrice Maron2011-10-161-2/+2
* Merge branch 'calendar' of gitorious.org:owncloud/owncloudGeorg Ehrke2011-10-161-0/+4
|\
| * Merge branch 'master' into calendarGeorg Ehrke2011-10-134-3/+20
| |\
| * \ Merge branch 'master' into calendarGeorg Ehrke2011-10-101-2/+2
| |\ \
| * \ \ Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editorTom Needham2011-10-071-6/+6
| |\ \ \
| * \ \ \ Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editorTom Needham2011-10-071-26/+39
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editorTom Needham2011-10-042-2/+6
| |\ \ \ \ \
| * \ \ \ \ \ Added breadcrumb and control bar.Tom Needham2011-10-038-25/+90
| |\ \ \ \ \ \
| * | | | | | | Implemented ace-edtior as an app. Basic file editing and saving supported.Tom Needham2011-09-281-0/+4
* | | | | | | | merge database into masterRobin Appelman2011-10-161-136/+216
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | webdav workaround for apache+php-cgiRobin Appelman2011-10-132-0/+12
| * | | | | | | merge master into databaseRobin Appelman2011-10-1021-374/+470
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'master' of gitorious.org:owncloud/owncloudRobin Appelman2011-10-101-2/+2
| | |\ \ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | |
| | * | | | | | | mimetype icon improvementsRobin Appelman2011-10-081-0/+6
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | always use mdb2 for installationRobin Appelman2011-09-181-2/+1