summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | improve the documentation for the cron config a bitFrank 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-12981-13794/+26627
|\ | | | | | | | | | | Conflicts: core/js/share.js lib/util.php
| * Add lock and clock icon for sharingMichael Gapczynski2012-09-126-2/+32
| |
| * Temporarily disable sharing with contacts and emails, will come in next releaseMichael Gapczynski2012-09-123-42/+42
| |
| * [tx-robot] updated from transifexJenkins for ownCloud2012-09-1227-150/+223
| |
| * 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
| |
| * Change version number update occurs on to prevent problem with betas, users ↵Michael Gapczynski2012-09-101-1/+1
| | | | | | | | using the 4.5 betas will have to manually trigger the update if they want to get their old shared files back again
| * [tx-robot] updated from transifexJenkins for ownCloud2012-09-1129-140/+217
| |
| * 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
| |