Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | improve the documentation for the cron config a bit | Frank Karlitschek | 2012-09-12 | 1 | -2/+2 |
|/ | |||||
* | Don't call clearCache() for OC_Minimizer statically, create OC_Minimizer ↵ | Michael Gapczynski | 2012-09-12 | 1 | -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 Gapczynski | 2012-09-12 | 1 | -1/+1 |
| | | | | the share with autocomplete | ||||
* | Merge branch 'master' into share_expiration | Michael Gapczynski | 2012-09-12 | 981 | -13794/+26627 |
|\ | | | | | | | | | | | Conflicts: core/js/share.js lib/util.php | ||||
| * | Add lock and clock icon for sharing | Michael Gapczynski | 2012-09-12 | 6 | -2/+32 |
| | | |||||
| * | Temporarily disable sharing with contacts and emails, will come in next release | Michael Gapczynski | 2012-09-12 | 3 | -42/+42 |
| | | |||||
| * | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-12 | 27 | -150/+223 |
| | | |||||
| * | added hint to restart the web server in case recetly installed php modules ↵ | Thomas Mueller | 2012-09-11 | 1 | -0/+14 |
| | | | | | | | | are still not available | ||||
| * | allow using only dbname for oracle | Jörn Friedrich Dreyer | 2012-09-11 | 1 | -6/+14 |
| | | |||||
| * | don't set values with oc_appconfig when oc is not installed yet, allows to ↵ | Jörn Friedrich Dreyer | 2012-09-11 | 1 | -1/+1 |
| | | | | | | | | render guest page for installation again | ||||
| * | Fix problem with non share collection item types being treated as collections | Michael Gapczynski | 2012-09-11 | 1 | -6/+14 |
| | | |||||
| * | Change version number update occurs on to prevent problem with betas, users ↵ | Michael Gapczynski | 2012-09-10 | 1 | -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 transifex | Jenkins for ownCloud | 2012-09-11 | 29 | -140/+217 |
| | | |||||
| * | fix file upload | Georg Ehrke | 2012-09-10 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'master' of github.com:owncloud/core | Jörn Friedrich Dreyer | 2012-09-10 | 1 | -88/+82 |
| |\ | |||||
| | * | Respect coding style | Thomas Müller | 2012-09-10 | 1 | -88/+82 |
| | | | |||||
| * | | use tabs for indentation | Jörn Friedrich Dreyer | 2012-09-10 | 1 | -189/+189 |
| |/ | |||||
| * | Respect coding style | Thomas Müller | 2012-09-10 | 1 | -26/+26 |
| | | |||||
| * | Respect coding style | Thomas Müller | 2012-09-10 | 1 | -3/+3 |
| | | |||||
| * | Respect coding style | Thomas Müller | 2012-09-10 | 1 | -5/+4 |
| | |