Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix bug in transactions with PDO | Robin Appelman | 2012-02-05 | 1 | -1/+1 |
| | |||||
* | provide server side close option for EventStream | Robin Appelman | 2012-01-30 | 1 | -0/+7 |
| | |||||
* | provide small wrapper around server side events and provide a fallback for IE | Robin Appelman | 2012-01-30 | 2 | -0/+74 |
| | |||||
* | increase version number to 3. YeeHaw party!! | Frank Karlitschek | 2012-01-27 | 1 | -2/+2 |
| | |||||
* | fix appstore download. | Frank Karlitschek | 2012-01-27 | 2 | -3/+3 |
| | |||||
* | change https detection a bit, hopefully fixing an edge case | Robin Appelman | 2012-01-27 | 1 | -1/+1 |
| | |||||
* | fix non-absolute symbolic links | Robin Appelman | 2012-01-27 | 1 | -1/+1 |
| | |||||
* | initialize all storage backends when searching for a file, fixed searching ↵ | Robin Appelman | 2012-01-26 | 1 | -0/+12 |
| | | | | in the Shared folder | ||||
* | bump version numberv3.0RC1 | Frank Karlitschek | 2012-01-21 | 1 | -2/+2 |
| | |||||
* | make oc_image work when php_exif isn't enabled | Robin Appelman | 2012-01-20 | 1 | -3/+5 |
| | |||||
* | dont complain about non existing config files | Robin Appelman | 2012-01-16 | 1 | -1/+1 |
| | |||||
* | fix database upgrading for pgsql | Robin Appelman | 2012-01-16 | 1 | -1/+1 |
| | |||||
* | some aditional feedback during database upgrade | Robin Appelman | 2012-01-16 | 2 | -4/+13 |
| | |||||
* | properly check for write permissions to the config file | Robin Appelman | 2012-01-15 | 1 | -0/+4 |
| | |||||
* | added vcards to the mimetype fix list and renamed the icon for vcards | Georg Ehrke | 2012-01-15 | 1 | -0/+2 |
| | |||||
* | add icon for log app | Georg Ehrke | 2012-01-14 | 1 | -1/+1 |
| | |||||
* | constans for signals handling | Bartek Przybylski | 2012-01-14 | 1 | -20/+105 |
| | |||||
* | use admin icon for log menu enty untill we have a proper icon | Robin Appelman | 2012-01-14 | 1 | -1/+1 |
| | |||||
* | fix issue with moving music files | Robin Appelman | 2012-01-14 | 1 | -2/+17 |
| | |||||
* | remove temporary files after updating | Robin Appelman | 2012-01-13 | 1 | -0/+4 |
| | |||||
* | use absolute path for db_structure.xml when updating | Robin Appelman | 2012-01-13 | 1 | -1/+1 |
| | |||||
* | Connect to the newly created database when checking if it needs to be filled. | Daniel Köb | 2012-01-13 | 1 | -9/+22 |
| | |||||
* | Don't chunk_split encoded image string. | Thomas Tanghus | 2012-01-12 | 1 | -1/+1 |
| | | | | | Don't return json error but null if card can't be parsed. Small check for non-parsable card in index.php. | ||||
* | fix previous change | Georg Ehrke | 2012-01-12 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of gitorious.org:owncloud/owncloud | Georg Ehrke | 2012-01-12 | 4 | -6/+11 |
|\ | |||||
| * | default table prefix to oc_ if not set | Tom Needham | 2012-01-10 | 1 | -1/+1 |
| | | |||||
| * | Just a comment ;-) | Thomas Tanghus | 2012-01-09 | 1 | -0/+1 |
| | | |||||
| * | Missing line return | Tom Needham | 2012-01-08 | 1 | -1/+1 |
| | | |||||
| * | save updated version number of apps after updating | Robin Appelman | 2012-01-08 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'master' of gitorious.org:owncloud/owncloud | Tom Needham | 2012-01-08 | 1 | -2/+5 |
| |\ | |||||
| | * | improve pgsql database detection | Robin Appelman | 2012-01-08 | 1 | -2/+5 |
| | | | |||||
| * | | Merge branch 'master' of gitorious.org:owncloud/owncloud into jqueryui | Tom Needham | 2012-01-08 | 9 | -76/+326 |
| |\| | |||||
| * | | Fixed merge conflict in /files/ajax/move.php | Tom Needham | 2012-01-04 | 6 | -40/+500 |
| |\ \ | |||||
| * \ \ | Fix merge conflicts | Tom Needham | 2012-01-01 | 6 | -26/+224 |
| |\ \ \ | |||||
| * | | | | Updated jquery ui js and css. Improved color scheme. | Tom Needham | 2011-12-30 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | added a file to fix wrong recognised mime-types | Georg Ehrke | 2012-01-12 | 2 | -1/+20 |
| |_|_|/ |/| | | | |||||
* | | | | dont create a new user when it already exists | Robin Appelman | 2012-01-08 | 1 | -9/+16 |
| | | | | |||||
* | | | | improve detection for mysql databases | Robin Appelman | 2012-01-08 | 1 | -3/+6 |
| | | | | |||||
* | | | | load reverse driver when updating database | Robin Appelman | 2012-01-08 | 1 | -0/+1 |
| | | | | |||||
* | | | | don't try to upgrade what isn't installed | Robin Appelman | 2012-01-08 | 1 | -7/+9 |
| | | | | |||||
* | | | | allow changing database backends between PDO and MDB2 | Robin Appelman | 2012-01-08 | 1 | -4/+19 |
| | | | | |||||
* | | | | Fix updateApp() and add extra check to updateApps() | Michael Gapczynski | 2012-01-08 | 1 | -7/+9 |
| | | | | |||||
* | | | | update apps when their version number increases | Robin Appelman | 2012-01-08 | 2 | -0/+31 |
| | | | | |||||
* | | | | fix errors during database migration | Robin Appelman | 2012-01-08 | 1 | -7/+8 |
| | | | | |||||
* | | | | set the installed version after updating the database | Robin Appelman | 2012-01-08 | 1 | -0/+1 |
| | | | | |||||
* | | | | fixes in the sqlite manager driver | Robin Appelman | 2012-01-08 | 1 | -23/+49 |
| | | | | |||||
* | | | | automatically upgrade the main database on version number increase (doesnt ↵ | Robin Appelman | 2012-01-08 | 2 | -7/+12 |
| | | | | | | | | | | | | | | | | work with sqlite for now) | ||||
* | | | | small fix in sqlite3 driver | Robin Appelman | 2012-01-08 | 1 | -3/+0 |
| | | | | |||||
* | | | | minor changes to mysql setup | Robin Appelman | 2012-01-08 | 1 | -4/+4 |
| | | | | |||||
* | | | | some fixes in the sqlite3 driver | Robin Appelman | 2012-01-08 | 2 | -7/+12 |
| | | | |