Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | don't redefine inherited functions as abstract | Robin Appelman | 2012-11-22 | 1 | -13/+0 | |
* | | | | | | add Scanner->backgroundScan | Robin Appelman | 2012-11-22 | 1 | -0/+10 | |
* | | | | | | add Cache->getIncomplete for use in background scanning | Robin Appelman | 2012-11-22 | 1 | -0/+19 | |
* | | | | | | emit a hooks during the filesystem scan | Robin Appelman | 2012-11-22 | 1 | -0/+8 | |
* | | | | | | fixing namespace | Thomas Mueller | 2012-11-22 | 1 | -1/+1 | |
* | | | | | | Create public function initMountPoints() for initializing a specified user's ... | Michael Gapczynski | 2012-11-22 | 2 | -32/+37 | |
* | | | | | | Remove incorrect extra parameter for init() call | Michael Gapczynski | 2012-11-22 | 1 | -1/+1 | |
* | | | | | | merge master into filesystem | Robin Appelman | 2012-11-21 | 8 | -38/+436 | |
|\| | | | | | ||||||
| * | | | | | Merge pull request #538 from Deltachaos/fix_537 | Thomas Müller | 2012-11-20 | 1 | -5/+7 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Fixes update of shared files with mirall because it dose not update all metha... | Maximilian Ruta | 2012-11-20 | 1 | -5/+7 | |
| | | |/ / / | | |/| | | | ||||||
| * / | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-11-21 | 2 | -11/+15 | |
| |/ / / / | ||||||
| * | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-11-20 | 2 | -2/+12 | |
| * | | | | Fix typo in getUrlContent fix #514 | Brice Maron | 2012-11-19 | 1 | -1/+1 | |
| * | | | | Merge pull request #383 from owncloud/contacts_api | Thomas Müller | 2012-11-19 | 1 | -0/+103 | |
| |\ \ \ \ | ||||||
| | * | | | | function isEnabled() added | Thomas Mueller | 2012-11-13 | 1 | -3/+13 | |
| | * | | | | public contacts api as discussed here https://github.com/owncloud/apps/issues... | Thomas Mueller | 2012-11-12 | 1 | -0/+93 | |
| * | | | | | Merge pull request #280 from butonic/feature_bmp_support | Frank Karlitschek | 2012-11-19 | 2 | -24/+301 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | add php-doc for ellipsis | Jörn Friedrich Dreyer | 2012-11-12 | 1 | -2/+8 | |
| | * | | | | | move code to better places | Jörn Friedrich Dreyer | 2012-11-12 | 2 | -141/+146 | |
| | * | | | | | add php-doc | Jörn Friedrich Dreyer | 2012-11-12 | 1 | -6/+23 | |
| | * | | | | | add bmp support | Jörn Friedrich Dreyer | 2012-11-12 | 1 | -3/+252 | |
| * | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-11-19 | 1 | -1/+5 | |
* | | | | | | | fix outdated permissions cache use in scanner | Robin Appelman | 2012-11-18 | 1 | -2/+8 | |
* | | | | | | | merge master into filesystem | Robin Appelman | 2012-11-18 | 12 | -42/+162 | |
|\| | | | | | | ||||||
| * | | | | | | Merge pull request #114 from riso/xsendfile | Thomas Müller | 2012-11-18 | 2 | -4/+64 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Fixed style according to owncloud styleguide | Valerio Ponte | 2012-11-14 | 2 | -21/+32 | |
| | * | | | | | | Moved X-Sendfile headers into OC_Files::get | Valerio Ponte | 2012-11-14 | 3 | -34/+69 | |
| | * | | | | | | Implemented X-Sendfile support | Valerio Ponte | 2012-11-14 | 1 | -0/+14 | |
| * | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-11-18 | 3 | -3/+15 | |
| * | | | | | | | Little case fix | Brice Maron | 2012-11-17 | 1 | -1/+1 | |
| * | | | | | | | Add User agent when OC does a request | Brice Maron | 2012-11-17 | 1 | -1/+1 | |
| * | | | | | | | Merge pull request #375 from tdevos/master | Thomas Müller | 2012-11-17 | 2 | -11/+41 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Remove parentheses in return, modify description, and fix a mistake | thomas | 2012-11-15 | 1 | -3/+3 | |
| | * | | | | | | | change and transfert getUrlContent | thomas | 2012-11-14 | 2 | -21/+40 | |
| | * | | | | | | | Add connection time out option | thomas | 2012-11-12 | 1 | -0/+1 | |
| | * | | | | | | | Use curl to get remote file content | thomas | 2012-11-12 | 1 | -10/+20 | |
| * | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-11-17 | 5 | -5/+23 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'master' into filesystem | Robin Appelman | 2012-11-16 | 20 | -8/+50 | |
|\| | | | | | | | ||||||
| * | | | | | | | Merge pull request #454 from Raydiation/master | Thomas Müller | 2012-11-15 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | When using routing in apps, no apps are loaded in the left navigation tree. T... | Bernhard Posselt | 2012-11-15 | 1 | -0/+1 | |
| * | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-11-16 | 18 | -7/+45 | |
| * | | | | | | | | Merge pull request #433 from owncloud/user_setting_fixes | Thomas Müller | 2012-11-15 | 1 | -1/+4 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||||
| | * | | | | | | | Better place to check for user removal | Bart Visscher | 2012-11-15 | 1 | -1/+4 | |
| | * | | | | | | | Better check and handing of user deletion | Bart Visscher | 2012-11-14 | 1 | -1/+1 | |
| | * | | | | | | | Better check and handling of user creation | Bart Visscher | 2012-11-14 | 1 | -1/+1 | |
| | | |/ / / / / | | |/| | | | | | ||||||
* | | | | | | | | add getFileInfo and getDirectoryContent to OC_Files for compatibility | Robin Appelman | 2012-11-15 | 1 | -0/+8 | |
* | | | | | | | | add OC_FilesystemView alias for compatibility | Robin Appelman | 2012-11-15 | 1 | -0/+8 | |
* | | | | | | | | Merge branch 'master' into filesystem | Robin Appelman | 2012-11-15 | 1 | -0/+6 | |
|\| | | | | | | | ||||||
| * | | | | | | | really check if mod_deflate is loaded | Arthur Schiwon | 2012-11-15 | 1 | -1/+1 | |
| * | | | | | | | coding style | Arthur Schiwon | 2012-11-15 | 1 | -3/+3 |