aboutsummaryrefslogtreecommitdiffstats
path: root/inc/lib_base.php
Commit message (Expand)AuthorAgeFilesLines
...
* provide layout for smaller screens on android/iphoneRobin2010-05-141-0/+12
* mergeRobin2010-05-101-1/+1
|\
| * initial work on making connections between seperate owncloud installations po...Robin2010-05-021-0/+1
* | more checks on server enviroment and some bugfixes in admin and firstrun dialogRobin2010-05-091-1/+68
* | provide option for automatic backupRobin2010-05-081-0/+15
* | use an abstraction for file system functions to allow premisions and multiply...Robin2010-05-071-0/+3
* | port OC_DB to MDB2Robin2010-05-041-231/+161
* | give a chance to configure CONFIG_DATADIRECTORYThibaut GRIDEL2010-05-021-1/+1
|/
* fix webdav when not using the default data directoryRobin2010-05-021-3/+4
* mergeRobin2010-05-021-1/+2
|\
| * More bug fixes, mostly IE relatedRobin Appelman2010-05-011-1/+1
| * fix bug on windows hosts where serverroor uses \ in the path and documentroot...Robin Appelman2010-04-301-0/+1
* | simple fixesThibaut GRIDEL2010-05-021-9/+1
|/
* fix determing the user specific data directory when the data directory is not...Robin2010-04-281-1/+1
* mergeRobin2010-04-281-0/+4
* bugfix when filling the database in first run dialogRobin2010-04-251-0/+1
* remove dependency on set_include_path because not all hosts support itRobin2010-04-241-10/+107
* change the config system to support multi userRobin2010-04-231-1/+2
* (very) early multiuser supportRobin2010-04-221-45/+41
* same fixes, this time hopefully without merge conflictRobin2010-04-191-5/+10
* add Open Collaboration API support. You can now connect your ownCloud with th...Frank Karlitschek2010-04-141-2/+2
* Merge commit 'refs/merge-requests/17' of git://gitorious.org/owncloud/owncloudFrank Karlitschek2010-04-091-0/+3
|\
| * fixed automatic creation/filling of mysql databasesRobin2010-04-081-0/+3
* | Merge commit 'refs/merge-requests/16' of git://gitorious.org/owncloud/owncloudFrank Karlitschek2010-04-061-2/+2
|\ \
| * | broken relative links are fixedTürker Sezer2010-03-301-2/+2
* | | Merge commit 'refs/merge-requests/15' of git://gitorious.org/owncloud/owncloudFrank Karlitschek2010-03-311-16/+81
|\ \ \ | |/ / |/| / | |/
| * added MySQL support, user can now choose between MySQL and SQLiteRobin2010-03-301-16/+81
* | Merge commit 'refs/merge-requests/14' of git://gitorious.org/owncloud/owncloudFrank Karlitschek2010-03-301-1/+1
|\ \ | |/ |/|
| * show file actions in a dropdown menuRobin2010-03-291-1/+1
* | Merge commit 'refs/merge-requests/12' of git://gitorious.org/owncloud/ownclou...Frank Karlitschek2010-03-291-1/+11
|\|
| * added option to load js files from phpRobin2010-03-281-1/+11
* | move to sqlite mergedFrank Karlitschek2010-03-291-32/+20
|/
* rename variablesFrank Karlitschek2010-03-241-8/+7
* small css and path fixesFrank Karlitschek2010-03-241-1/+1
* Merge commit 'refs/merge-requests/6' of git://gitorious.org/owncloud/owncloudFrank Karlitschek2010-03-221-4/+4
|\
| * using base tag solves issue when owncloud installed in subdirectoryroot2010-03-191-4/+4
* | fixed bug when checking if a navigation item made by a plugin is selectedRobin2010-03-171-2/+3
|/
* moved the config functions to /inc/lib_config.phpRobin2010-03-161-74/+37
* cleanup autoconfiguration wizard, add settings page, make it run from subdire...root2010-03-161-13/+136
* do not asume owncloud is installed in the root of the webserverRobin2010-03-151-11/+12
* Merge commit 'refs/merge-requests/3' of git://gitorious.org/owncloud/owncloudFrank Karlitschek2010-03-141-4/+4
|\
| * <img /> tags need alternative content with "alt" attribute. "dots.png" is not...CharlyCoste2010-03-141-1/+1
| * "border" attribute is not a valid attribute for <img /> tags. Using proper CS...CharlyCoste2010-03-141-1/+1
| * <br /> is not a valid strict xhtml1.0 tag. Not semantic. Replacing it by CSS ...CharlyCoste2010-03-141-3/+3
| * center is not a valid strict xhtml1.0 tag (not semantic). At least, replacing...CharlyCoste2010-03-141-1/+1
| * bgcolor is not a valid "xhtml1.0 strict" attribute. Replacing it by a css bac...CharlyCoste2010-03-141-1/+1
* | Changed spelling of lisener to listenerAaron Reichman2010-03-131-2/+2
|/
* commiting ownCloud 1.0 beta 1v1.0.0beta1Frank Karlitschek2010-03-101-0/+300