summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-18140-1156/+1917
|
* LDAP: fix MySQL-query with DUAL table by removing wrong backticks. Got broke ↵Arthur Schiwon2012-09-171-1/+1
| | | | when they were added to SQL queries.
* fix problem with quota proxy when using copyRobin Appelman2012-09-171-2/+6
|
* dont trigger filesystem hooks when not using the default viewRobin Appelman2012-09-171-72/+84
|
* Fix 'Search only shows the app name of the first app'Bart Visscher2012-09-171-1/+1
| | | | Fixes: oc-1369
* Check format of chunked filenameBart Visscher2012-09-171-0/+3
|
* Check if the versioned file exists before trying to do the versioningBart Visscher2012-09-171-0/+6
| | | | This didn't work with chunked uploading
* Fix return statementBart Visscher2012-09-171-1/+1
|
* Normalize path before calling removeETagPropertyForPathBart Visscher2012-09-171-0/+1
| | | | This should also fix the dirname problem on windows
* timestamp uses emptystring as NULL defaultJörn Friedrich Dreyer2012-09-171-0/+1
|
* Fix oc-1726, cannot delete multiple files one by one without refreshTom Needham2012-09-171-1/+0
|
* Merge branch 'master' of github.com:owncloud/coreBjörn Schießle2012-09-174-26/+14
|\
| * fix default values: 1. remove whitespace, don't use emptystring for int, ↵Jörn Friedrich Dreyer2012-09-171-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 nameJörn Friedrich Dreyer2012-09-171-0/+1
| |
| * Use correct translation fileThomas Müller2012-09-171-1/+1
| | | | | | every translation within the sub folder 'settings' need to use 'settings' on OC_L10N::get
| * $l was undefinedThomas Müller2012-09-171-0/+1
| |
* | add leading '?' to parameter list (fixes bug #1732)Björn Schießle2012-09-171-2/+5
|/
* Enhanced space handling - thx fmmsThomas Müller2012-09-171-4/+4
|
* Adding a few more string to translationThomas Müller2012-09-171-6/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-17187-1720/+1882
|
* i just learned that we also have to check if directories are readable. it ↵Frank Karlitschek2012-09-161-3/+3
| | | | seams that is_readable also checks for 'x' right.
* add a bit more spaceFrank Karlitschek2012-09-161-1/+1
|
* Add chosen script and style, bug fix for oc-1745Michael Gapczynski2012-09-161-0/+2
|
* makes cron config layout similar to the sharing oneAlessandro Cosentino2012-09-161-6/+21
|
* structure the settings options a bit better.Frank Karlitschek2012-09-161-1/+5
|
* Merge branch 'master' of https://github.com/owncloud/coreFrank Karlitschek2012-09-162-3/+5
|\
| * show the size of new files when using New->From UrlRobin Appelman2012-09-162-3/+5
| |
* | add a legend tag. it´s consistent and looks nicerFrank Karlitschek2012-09-161-1/+2
|/
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-1613-20/+25
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-1519-73/+96
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-1445-267/+452
|
* Check if categories is an array.Thomas Tanghus2012-09-131-1/+4
|
* mark as an updated beta 3 with some more fixesFrank Karlitschek2012-09-131-1/+1
|
* Set configured to true after configuring Dropbox storageMichael Gapczynski2012-09-121-0/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-13105-432/+895
|
* Enable post_write triggerBart Visscher2012-09-131-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 pathBart Visscher2012-09-131-1/+1
|
* Don't hide errors doing the versioning copyBart Visscher2012-09-131-1/+1
|
* correctly calculate the MDB2 portabilityJörn Friedrich Dreyer2012-09-121-1/+1
|
* log details for an error when upgrading the schemaJörn Friedrich Dreyer2012-09-121-1/+2
|
* fix schema updates with oracle\n basically this took me all day to debug and ↵Jörn Friedrich Dreyer2012-09-122-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 filecacheJörn Friedrich Dreyer2012-09-121-2/+13
|
* Don't get metadata directly from the 'cached' file cache after uploadMichael Gapczynski2012-09-121-1/+1
|
* Fixed bug oc-1659 - history dialogue cannot be closed once openedSam Tuke2012-09-121-22/+43
|
* add proper error logging in OC_User database queriesv4.5.0beta3Jörn Friedrich Dreyer2012-09-121-10/+33
|
* add getErrorMessage to OC_DBJörn Friedrich Dreyer2012-09-121-0/+24
|
* show the current username. This confused some peopleFrank Karlitschek2012-09-121-1/+1
|
* this is now 4.5 beta 3Frank Karlitschek2012-09-121-2/+2
|
* Merge branch 'master' of https://github.com/owncloud/coreFrank Karlitschek2012-09-121-1/+1
|\
| * return a message when app could not be enabledJörn Friedrich Dreyer2012-09-121-1/+1
| |