aboutsummaryrefslogtreecommitdiffstats
path: root/inc
Commit message (Collapse)AuthorAgeFilesLines
...
* clean the admin configuration form of db related entries and data_dirrectory ↵Robin2010-05-221-1/+3
| | | | (as long as we don't move the data when that changes)
* when not admin, only show logs of the current userRobin2010-05-221-2/+7
|
* use MDB2's escape instead of mysql_escapeRobin2010-05-222-18/+19
|
* remove old unused _can_excecuteRobin2010-05-221-44/+0
|
* mergeRobin2010-05-2220-20268/+35
|\
| * webdav: fix getDir file attributesThibaut GRIDEL2010-05-201-2/+2
| |
| * drop PEAR::DBThibaut GRIDEL2010-05-1616-15861/+0
| |
| * remove backup fileThibaut GRIDEL2010-05-161-4359/+0
| |
| * fix ocs path and queriesThibaut GRIDEL2010-05-162-23/+21
| |
| * code duplication: use lib_filesystem.php insteadThibaut GRIDEL2010-05-161-59/+3
| |
| * log read/write filesThibaut GRIDEL2010-05-162-91/+95
| |
* | small webdav fixesRobin2010-05-223-7/+28
| |
* | fix when owncloud is installed in the root of a serverRobin2010-05-211-1/+2
|/
* fixes in log and ocsRobin2010-05-154-21/+34
|
* small fixesRobin2010-05-151-2/+2
|
* provide layout for smaller screens on android/iphoneRobin2010-05-143-2/+27
|
* imporovement in mimetype detectionRobin2010-05-121-0/+5
|
* webdav fixesRobin2010-05-113-23/+38
|
* mergeRobin2010-05-103-3/+165
|\
| * initial work on making connections between seperate owncloud installations ↵Robin2010-05-023-1/+165
| | | | | | | | possible
* | more checks on server enviroment and some bugfixes in admin and firstrun dialogRobin2010-05-094-53/+140
| |
* | provide option for automatic backupRobin2010-05-086-247/+462
| |
* | use an abstraction for file system functions to allow premisions and ↵Robin2010-05-075-283/+648
| | | | | | | | multiply storage backends
* | port OC_DB to MDB2Robin2010-05-0432-258/+25952
| |
* | some more includesThibaut GRIDEL2010-05-022-4/+4
| |
* | give a chance to configure CONFIG_DATADIRECTORYThibaut GRIDEL2010-05-021-1/+1
|/
* fix bug in webdavRobin2010-05-021-1/+1
|
* fix first run dialog in konquerorRobin2010-05-022-2/+8
|
* fix webdav when not using the default data directoryRobin2010-05-021-3/+4
|
* mergeRobin2010-05-025-45/+14
|\
| * webdav fixesRobin2010-05-022-764/+5
| |
| * fix layout bug in first run wizardRobin2010-05-011-5/+2
| |
| * More bug fixes, mostly IE relatedRobin Appelman2010-05-012-1/+4
| |
| * fix bug on windows hosts where serverroor uses \ in the path and ↵Robin Appelman2010-04-301-0/+1
| | | | | | | | documentroot uses /
* | simple fixesThibaut GRIDEL2010-05-021-9/+1
| |
* | webdav: fix icewind's new Filesystem.php versionThibaut GRIDEL2010-05-012-58/+41
| |
* | webdav: remove merge copyThibaut GRIDEL2010-05-011-726/+1
|/
* fix problem caused by wrong mergingRobin2010-04-282-6/+3
|
* fix determing the user specific data directory when the data directory is ↵Robin2010-04-281-1/+1
| | | | not the default one
* mergeRobin2010-04-288-0/+4
|
* fix merge conflictsRobin2010-04-289-347/+1883
|\
| * bug fix in mimetype detect codeRobin2010-04-251-1/+44
| |
| * bugfix when filling the database in first run dialogRobin2010-04-252-3/+16
| |
| * bug fix when starting multiply uploads while the old ones arent finsihed, ↵Robin2010-04-251-0/+66
| | | | | | | | detect file actions on mimetype not on extention
| * some cleanup/refactoringRobin2010-04-251-122/+187
| |
| * fix broken requires in webdavRobin2010-04-242-7/+5
| |
| * remove dependency on set_include_path because not all hosts support itRobin2010-04-244-17/+124
| |
| * bug fix first run wizzard take 3Robin2010-04-231-9/+19
| |
| * bug fix first run wizzard take 2Robin2010-04-231-1/+9
| |
| * bug fix first run wizzardRobin2010-04-231-1/+1
| |