summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* provide server side close option for EventStreamRobin Appelman2012-01-301-0/+7
* provide small wrapper around server side events and provide a fallback for IERobin Appelman2012-01-302-0/+74
* increase version number to 3. YeeHaw party!!Frank Karlitschek2012-01-271-2/+2
* fix appstore download.Frank Karlitschek2012-01-272-3/+3
* change https detection a bit, hopefully fixing an edge caseRobin Appelman2012-01-271-1/+1
* fix non-absolute symbolic linksRobin Appelman2012-01-271-1/+1
* initialize all storage backends when searching for a file, fixed searching in...Robin Appelman2012-01-261-0/+12
* bump version numberv3.0RC1Frank Karlitschek2012-01-211-2/+2
* make oc_image work when php_exif isn't enabledRobin Appelman2012-01-201-3/+5
* dont complain about non existing config filesRobin Appelman2012-01-161-1/+1
* fix database upgrading for pgsqlRobin Appelman2012-01-161-1/+1
* some aditional feedback during database upgradeRobin Appelman2012-01-162-4/+13
* properly check for write permissions to the config fileRobin Appelman2012-01-151-0/+4
* added vcards to the mimetype fix list and renamed the icon for vcardsGeorg Ehrke2012-01-151-0/+2
* add icon for log appGeorg Ehrke2012-01-141-1/+1
* constans for signals handlingBartek Przybylski2012-01-141-20/+105
* use admin icon for log menu enty untill we have a proper iconRobin Appelman2012-01-141-1/+1
* fix issue with moving music filesRobin Appelman2012-01-141-2/+17
* remove temporary files after updatingRobin Appelman2012-01-131-0/+4
* use absolute path for db_structure.xml when updatingRobin Appelman2012-01-131-1/+1
* Connect to the newly created database when checking if it needs to be filled.Daniel Köb2012-01-131-9/+22
* Don't chunk_split encoded image string.Thomas Tanghus2012-01-121-1/+1
* fix previous changeGeorg Ehrke2012-01-121-1/+1
* Merge branch 'master' of gitorious.org:owncloud/owncloudGeorg Ehrke2012-01-124-6/+11
|\
| * default table prefix to oc_ if not setTom Needham2012-01-101-1/+1
| * Just a comment ;-)Thomas Tanghus2012-01-091-0/+1
| * Missing line returnTom Needham2012-01-081-1/+1
| * save updated version number of apps after updatingRobin Appelman2012-01-081-0/+1
| * Merge branch 'master' of gitorious.org:owncloud/owncloudTom Needham2012-01-081-2/+5
| |\
| | * improve pgsql database detectionRobin Appelman2012-01-081-2/+5
| * | Merge branch 'master' of gitorious.org:owncloud/owncloud into jqueryuiTom Needham2012-01-089-76/+326
| |\|
| * | Fixed merge conflict in /files/ajax/move.phpTom Needham2012-01-046-40/+500
| |\ \
| * \ \ Fix merge conflictsTom Needham2012-01-016-26/+224
| |\ \ \
| * | | | Updated jquery ui js and css. Improved color scheme.Tom Needham2011-12-301-2/+2
* | | | | added a file to fix wrong recognised mime-typesGeorg Ehrke2012-01-122-1/+20
| |_|_|/ |/| | |
* | | | dont create a new user when it already existsRobin Appelman2012-01-081-9/+16
* | | | improve detection for mysql databasesRobin Appelman2012-01-081-3/+6
* | | | load reverse driver when updating databaseRobin Appelman2012-01-081-0/+1
* | | | don't try to upgrade what isn't installedRobin Appelman2012-01-081-7/+9
* | | | allow changing database backends between PDO and MDB2Robin Appelman2012-01-081-4/+19
* | | | Fix updateApp() and add extra check to updateApps()Michael Gapczynski2012-01-081-7/+9
* | | | update apps when their version number increasesRobin Appelman2012-01-082-0/+31
* | | | fix errors during database migrationRobin Appelman2012-01-081-7/+8
* | | | set the installed version after updating the databaseRobin Appelman2012-01-081-0/+1
* | | | fixes in the sqlite manager driverRobin Appelman2012-01-081-23/+49
* | | | automatically upgrade the main database on version number increase (doesnt wo...Robin Appelman2012-01-082-7/+12
* | | | small fix in sqlite3 driverRobin Appelman2012-01-081-3/+0
* | | | minor changes to mysql setupRobin Appelman2012-01-081-4/+4
* | | | some fixes in the sqlite3 driverRobin Appelman2012-01-082-7/+12
* | | | Merge branch 'master' of gitorious.org:owncloud/owncloudFrank Karlitschek2012-01-061-1/+1
|\ \ \ \