summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-182-2/+30
|
* 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
|
* Check format of chunked filenameBart Visscher2012-09-171-0/+3
|
* 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
* Merge branch 'master' of github.com:owncloud/coreBjörn Schießle2012-09-171-0/+1
|\
| * use user name as db name for oracle connection made with service nameJörn Friedrich Dreyer2012-09-171-0/+1
| |
* | add leading '?' to parameter list (fixes bug #1732)Björn Schießle2012-09-171-2/+5
|/
* 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.
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-151-3/+3
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-141-1/+3
|
* 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
|
* 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
|
* 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
|
* add proper logging to filecacheJörn Friedrich Dreyer2012-09-121-2/+13
|
* 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
|
* this is now 4.5 beta 3Frank Karlitschek2012-09-121-2/+2
|
* Don't call clearCache() for OC_Minimizer statically, create OC_Minimizer ↵Michael Gapczynski2012-09-121-2/+4
| | | | objects for both CSS and JS to clear cache after upgrade
* Treat getUsers() as case insensitive, helpful for showing proper results in ↵Michael Gapczynski2012-09-121-1/+1
| | | | the share with autocomplete
* Merge branch 'master' into share_expirationMichael Gapczynski2012-09-12122-2897/+3372
|\ | | | | | | | | | | Conflicts: core/js/share.js lib/util.php
| * Temporarily disable sharing with contacts and emails, will come in next releaseMichael Gapczynski2012-09-121-20/+20
| |
| * [tx-robot] updated from transifexJenkins for ownCloud2012-09-121-1/+4
| |
| * added hint to restart the web server in case recetly installed php modules ↵Thomas Mueller2012-09-111-0/+14
| | | | | | | | are still not available
| * allow using only dbname for oracleJörn Friedrich Dreyer2012-09-111-6/+14
| |
| * don't set values with oc_appconfig when oc is not installed yet, allows to ↵Jörn Friedrich Dreyer2012-09-111-1/+1
| | | | | | | | render guest page for installation again
| * Fix problem with non share collection item types being treated as collectionsMichael Gapczynski2012-09-111-6/+14
| |
| * [tx-robot] updated from transifexJenkins for ownCloud2012-09-111-1/+2
| |
| * fix file uploadGeorg Ehrke2012-09-101-2/+2
| |
| * Merge branch 'master' of github.com:owncloud/coreJörn Friedrich Dreyer2012-09-101-88/+82
| |\
| | * Respect coding styleThomas Müller2012-09-101-88/+82
| | |
| * | use tabs for indentationJörn Friedrich Dreyer2012-09-101-189/+189
| |/
| * Respect coding styleThomas Müller2012-09-101-26/+26
| |
| * Respect coding styleThomas Müller2012-09-101-3/+3
| |
| * Respect coding styleThomas Müller2012-09-101-5/+4
| |
| * Respect coding styleThomas Müller2012-09-101-1/+1
| |
| * Respect coding styleThomas Müller2012-09-101-3/+9
| |
| * Respect coding styleThomas Müller2012-09-101-2/+2
| |
| * Respect coding styleThomas Müller2012-09-101-1/+1
| |
| * Respect coding styleThomas Müller2012-09-101-15/+15
| |
| * Respect coding styleThomas Müller2012-09-101-33/+33
| |
| * Don't display actions for children in shared collections, show the parent ↵Michael Gapczynski2012-09-091-1/+6
| | | | | | | | collection the child is shared in
| * Fix shared collection item searchingMichael Gapczynski2012-09-091-29/+38
| |
| * Normalize the file path for shared children as a precautionMichael Gapczynski2012-09-081-1/+2
| |
| * Insert id for unique user group share rowsMichael Gapczynski2012-09-081-0/+1
| |
| * Fix fetching shared children items, fixes problem with displaying owner of a ↵Michael Gapczynski2012-09-081-10/+19
| | | | | | | | shared file inside a shared folder