Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-18 | 140 | -1156/+1917 |
| | |||||
* | LDAP: fix MySQL-query with DUAL table by removing wrong backticks. Got broke ↵ | Arthur Schiwon | 2012-09-17 | 1 | -1/+1 |
| | | | | when they were added to SQL queries. | ||||
* | fix problem with quota proxy when using copy | Robin Appelman | 2012-09-17 | 1 | -2/+6 |
| | |||||
* | dont trigger filesystem hooks when not using the default view | Robin Appelman | 2012-09-17 | 1 | -72/+84 |
| | |||||
* | Fix 'Search only shows the app name of the first app' | Bart Visscher | 2012-09-17 | 1 | -1/+1 |
| | | | | Fixes: oc-1369 | ||||
* | Check format of chunked filename | Bart Visscher | 2012-09-17 | 1 | -0/+3 |
| | |||||
* | Check if the versioned file exists before trying to do the versioning | Bart Visscher | 2012-09-17 | 1 | -0/+6 |
| | | | | This didn't work with chunked uploading | ||||
* | Fix return statement | Bart Visscher | 2012-09-17 | 1 | -1/+1 |
| | |||||
* | Normalize path before calling removeETagPropertyForPath | Bart Visscher | 2012-09-17 | 1 | -0/+1 |
| | | | | This should also fix the dirname problem on windows | ||||
* | timestamp uses emptystring as NULL default | Jörn Friedrich Dreyer | 2012-09-17 | 1 | -0/+1 |
| | |||||
* | Fix oc-1726, cannot delete multiple files one by one without refresh | Tom Needham | 2012-09-17 | 1 | -1/+0 |
| | |||||
* | Merge branch 'master' of github.com:owncloud/core | Björn Schießle | 2012-09-17 | 4 | -26/+14 |
|\ | |||||
| * | fix default values: 1. remove whitespace, don't use emptystring for int, ↵ | Jörn Friedrich Dreyer | 2012-09-17 | 1 | -25/+11 |
| | | | | | | | | remove empty default for nullable columns to use NULL as default | ||||
| * | use user name as db name for oracle connection made with service name | Jörn Friedrich Dreyer | 2012-09-17 | 1 | -0/+1 |
| | | |||||
| * | Use correct translation file | Thomas Müller | 2012-09-17 | 1 | -1/+1 |
| | | | | | | every translation within the sub folder 'settings' need to use 'settings' on OC_L10N::get | ||||
| * | $l was undefined | Thomas Müller | 2012-09-17 | 1 | -0/+1 |
| | | |||||
* | | add leading '?' to parameter list (fixes bug #1732) | Björn Schießle | 2012-09-17 | 1 | -2/+5 |
|/ | |||||
* | Enhanced space handling - thx fmms | Thomas Müller | 2012-09-17 | 1 | -4/+4 |
| | |||||
* | Adding a few more string to translation | Thomas Müller | 2012-09-17 | 1 | -6/+6 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-17 | 187 | -1720/+1882 |
| | |||||
* | i just learned that we also have to check if directories are readable. it ↵ | Frank Karlitschek | 2012-09-16 | 1 | -3/+3 |
| | | | | seams that is_readable also checks for 'x' right. | ||||
* | add a bit more space | Frank Karlitschek | 2012-09-16 | 1 | -1/+1 |
| | |||||
* | Add chosen script and style, bug fix for oc-1745 | Michael Gapczynski | 2012-09-16 | 1 | -0/+2 |
| | |||||
* | makes cron config layout similar to the sharing one | Alessandro Cosentino | 2012-09-16 | 1 | -6/+21 |
| | |||||
* | structure the settings options a bit better. | Frank Karlitschek | 2012-09-16 | 1 | -1/+5 |
| | |||||
* | Merge branch 'master' of https://github.com/owncloud/core | Frank Karlitschek | 2012-09-16 | 2 | -3/+5 |
|\ | |||||
| * | show the size of new files when using New->From Url | Robin Appelman | 2012-09-16 | 2 | -3/+5 |
| | | |||||
* | | add a legend tag. it´s consistent and looks nicer | Frank Karlitschek | 2012-09-16 | 1 | -1/+2 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-16 | 13 | -20/+25 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-15 | 19 | -73/+96 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-14 | 45 | -267/+452 |
| | |||||
* | Check if categories is an array. | Thomas Tanghus | 2012-09-13 | 1 | -1/+4 |
| | |||||
* | mark as an updated beta 3 with some more fixes | Frank Karlitschek | 2012-09-13 | 1 | -1/+1 |
| | |||||
* | Set configured to true after configuring Dropbox storage | Michael Gapczynski | 2012-09-12 | 1 | -0/+1 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-13 | 105 | -432/+895 |
| | |||||
* | Enable post_write trigger | Bart Visscher | 2012-09-13 | 1 | -2/+2 |
| | | | | This is used when uploading a file with webdav. The trigger will add the file to the cache and make it show up in listings | ||||
* | dirname can also return '.' for empty path | Bart Visscher | 2012-09-13 | 1 | -1/+1 |
| | |||||
* | Don't hide errors doing the versioning copy | Bart Visscher | 2012-09-13 | 1 | -1/+1 |
| | |||||
* | correctly calculate the MDB2 portability | Jörn Friedrich Dreyer | 2012-09-12 | 1 | -1/+1 |
| | |||||
* | log details for an error when upgrading the schema | Jörn Friedrich Dreyer | 2012-09-12 | 1 | -1/+2 |
| | |||||
* | fix schema updates with oracle\n basically this took me all day to debug and ↵ | Jörn Friedrich Dreyer | 2012-09-12 | 2 | -22/+79 |
| | | | | hack, we need a new db layer! MDB2 is dead and pecl oci8 even more so! It has officially been deprecated in php 5.4: http://www.php.net/manual/de/function.ocifetchinto.php | ||||
* | add proper logging to filecache | Jörn Friedrich Dreyer | 2012-09-12 | 1 | -2/+13 |
| | |||||
* | Don't get metadata directly from the 'cached' file cache after upload | Michael Gapczynski | 2012-09-12 | 1 | -1/+1 |
| | |||||
* | Fixed bug oc-1659 - history dialogue cannot be closed once opened | Sam Tuke | 2012-09-12 | 1 | -22/+43 |
| | |||||
* | add proper error logging in OC_User database queriesv4.5.0beta3 | Jörn Friedrich Dreyer | 2012-09-12 | 1 | -10/+33 |
| | |||||
* | add getErrorMessage to OC_DB | Jörn Friedrich Dreyer | 2012-09-12 | 1 | -0/+24 |
| | |||||
* | show the current username. This confused some people | Frank Karlitschek | 2012-09-12 | 1 | -1/+1 |
| | |||||
* | this is now 4.5 beta 3 | Frank Karlitschek | 2012-09-12 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of https://github.com/owncloud/core | Frank Karlitschek | 2012-09-12 | 1 | -1/+1 |
|\ | |||||
| * | return a message when app could not be enabled | Jörn Friedrich Dreyer | 2012-09-12 | 1 | -1/+1 |
| | |