summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fix incorrect variable name in libfilestorageRobin Appelman2011-06-041-1/+1
* merge refactoring in masterRobin Appelman2011-06-021-5/+0
* delete old plugin stuffRobin Appelman2011-06-021-381/+0
* fix OC_HELPER::linkTo againRobin Appelman2011-06-021-5/+4
* fix OC_HELPER::linkto() when the link is not a valid file.Robin Appelman2011-06-021-1/+1
* add dateOnly option to formatDateRobin Appelman2011-06-021-3/+4
* install apps that are shipped with owncloud the first time they are loadedRobin Appelman2011-06-011-0/+13
* Make max upload filesize configurable for apache hostsRobin Appelman2011-05-292-1/+22
* recursive deletion is now in OC_HELPERRobin Appelman2011-05-291-18/+0
* recursive copy is now in OC_HELPERRobin Appelman2011-05-291-16/+0
* App installer backend.Robin Appelman2011-05-283-8/+146
* fix a strict error in webdavRobin Appelman2011-05-281-1/+1
* fix a potential infinite loop when installing with sqliteRobin Appelman2011-05-281-0/+2
* changed the path in imagePath againAlessandro Cosentino2011-05-171-2/+2
* New installer.François Kubler2011-05-172-89/+141
* Fixing the image link for appsJakob Sack2011-05-171-2/+2
* use simplexml instead of dom for OC_APP::getAppInfo()Robin Appelman2011-05-161-11/+6
* moved app install/remove/update functions to lib/installer.phpRobin Appelman2011-05-152-90/+141
* Renamed a few columns in order t ohave both sqlite and mysql up and runningJakob Sack2011-05-154-33/+35
* renamed installer.php to setup.phpJakob Sack2011-05-061-12/+12
* no hooks for OC_FILESTORAGE the one from OC_FILESYSTEM should be enoughRobin Appelman2011-04-291-48/+7
* mergeRobin Appelman2011-04-2811-50/+291
|\
| * fix oc_appconfig for sqliteRobin Appelman2011-04-281-5/+5
| * make logs work with sqliteRobin Appelman2011-04-282-4/+23
| * move sqlite database into the data folder, makes it easier to set the correct...Robin Appelman2011-04-283-20/+6
| * add search functionality, for now only searches files but plugins/apps can ex...Robin Appelman2011-04-245-1/+163
| * fix chmodrRobin Appelman2011-04-241-2/+2
| * stylesheets have .css as extention, not .jsRobin Appelman2011-04-231-1/+1
| * make OC_HOOKS actually workRobin Appelman2011-04-232-5/+17
| * properly load css and js files for appsRobin Appelman2011-04-231-2/+11
| * change printPageNavi() to getPageNavi() to allow some more flexibilityRobin Appelman2011-04-211-3/+3
| * loging systemRobin Appelman2011-04-211-5/+42
| * bugfixes on GET requests via WebDAVMarco Michelino2011-04-201-5/+9
| * Avoid // in URIsMarco Michelino2011-04-192-3/+15
* | Show currect filename when downloading filesRobin Appelman2011-04-261-1/+1
|/
* now my uppercase Wikileaks folder is correctly sorted below pr0n, like it sho...Jan-Christoph Borchardt2011-04-181-3/+3
* renamed application-octet-stream.png to file.pngJan-Christoph Borchardt2011-04-181-1/+1
* send proper headersRobin Appelman2011-04-181-1/+1
* dissable loggin for nowRobin Appelman2011-04-181-2/+3
* correct them the right way this timeRobin Appelman2011-04-181-2/+2
* typo's ...Robin Appelman2011-04-181-2/+2
* clarify OC_FILES::get() documentationRobin Appelman2011-04-181-1/+1
* Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoringJakob Sack2011-04-181-0/+16
|\
| * create .htaccess files during installation for apache usersRobin Appelman2011-04-181-0/+16
* | Made the "change password" thingie in settings workingJakob Sack2011-04-181-4/+4
|/
* 404 error pageRobin Appelman2011-04-181-1/+4
* Even more fixes on user management. Any designers here that want to make it g...Jakob Sack2011-04-181-0/+2
* More error checking in user managementJakob Sack2011-04-182-0/+19
* disable the backup system for nowRobin Appelman2011-04-181-9/+9
* seperate hooks for OC_FILESYSTEM and OC_FILESTORAGERobin Appelman2011-04-183-24/+86