Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1596 from owncloud/fix_470 | Thomas Müller | 2013-02-11 | 3 | -1/+63 |
|\ | |||||
| * | only check content lenght on PUT to make litmus happy | Jörn Friedrich Dreyer | 2013-02-11 | 2 | -14/+18 |
| * | delete partial file when file upload is aborted | Jörn Friedrich Dreyer | 2013-02-11 | 2 | -14/+17 |
| * | check Content-Length to detect aborted uploads | Jörn Friedrich Dreyer | 2013-02-11 | 2 | -0/+19 |
| * | also rename file when it has not been present before | Jörn Friedrich Dreyer | 2013-02-11 | 1 | -2/+2 |
| * | readd renaming and mtime handling to new directory nodes | Jörn Friedrich Dreyer | 2013-02-11 | 1 | -1/+17 |
| * | send back 'X-OC-MTime: accepted' when X-OC-MTime was applied | Jörn Friedrich Dreyer | 2013-02-11 | 1 | -1/+3 |
| * | add a custom header clients can use to skip a n additional propset request | Jörn Friedrich Dreyer | 2013-02-11 | 2 | -0/+18 |
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-02-11 | 4 | -7/+15 |
* | | Merge pull request #1578 from owncloud/mysql_admin_fix | Thomas Müller | 2013-02-11 | 1 | -52/+72 |
|\ \ | |||||
| * | | fixing indent | Thomas Mueller | 2013-02-11 | 1 | -3/+3 |
| * | | fixed argument for translation | Bernhard Posselt | 2013-02-11 | 1 | -4/+4 |
| * | | added l10n for db error messages | Bernhard Posselt | 2013-02-09 | 1 | -52/+72 |
* | | | Merge pull request #1608 from owncloud/fix-shared-links | Lukas Reschke | 2013-02-11 | 4 | -6/+6 |
|\ \ \ | |||||
| * | | | Update tests and apps to the new \OC\Files\Filesystem::init signature | Robin Appelman | 2013-02-11 | 2 | -3/+3 |
| * | | | Merge branch 'master' into fix-shared-links | Michael Gapczynski | 2013-02-10 | 20 | -19/+86 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | Proper fix for shared links | Michael Gapczynski | 2013-02-10 | 2 | -3/+3 |
* | | | | Merge pull request #1573 from owncloud/fixing-ctor-local-storage-master | Bernhard Posselt | 2013-02-11 | 2 | -0/+3 |
|\ \ \ \ | |||||
| * | | | | adding ctor to Local and revert call to it within Temporary | Thomas Müller | 2013-02-09 | 2 | -0/+3 |
* | | | | | I'm an evil bastard and I commit this 3 letter text fix without a pull request. | Frank Karlitschek | 2013-02-09 | 1 | -1/+1 |
* | | | | | Merge pull request #1493 from owncloud/fix_ldap_stored_homedir | Frank Karlitschek | 2013-02-11 | 1 | -1/+1 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | check whether user belongs to the backend before calling getHome() | Arthur Schiwon | 2013-02-06 | 1 | -1/+1 |
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-02-11 | 9 | -0/+17 |
* | | | | | Cache: allow file sizes >2GB | Robin Appelman | 2013-02-10 | 1 | -1/+1 |
* | | | | | Merge pull request #1592 from owncloud/display_name_setting | blizzz | 2013-02-10 | 1 | -4/+6 |
|\ \ \ \ \ | |||||
| * | | | | | add switch to enable/disable the possibility to change the display name by th... | Björn Schießle | 2013-02-10 | 1 | -4/+6 |
* | | | | | | Merge pull request #1581 from owncloud/mapper_md5 | Frank Karlitschek | 2013-02-10 | 1 | -6/+6 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Mapper: use md5 hashes for database indexes | Robin Appelman | 2013-02-10 | 1 | -6/+6 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #1588 from owncloud/etag_quotes | Frank Karlitschek | 2013-02-10 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | wrap etags in quotes when doing a propfind on a folder | Robin Appelman | 2013-02-10 | 1 | -1/+1 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #1590 from owncloud/fix_470 | Lukas Reschke | 2013-02-10 | 2 | -2/+24 |
|\ \ \ \ \ \ | |||||
| * | | | | | | append .part to put files | Jörn Friedrich Dreyer | 2013-02-10 | 2 | -2/+24 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #1589 from owncloud/use-sanitizeHTML | Lukas Reschke | 2013-02-10 | 1 | -2/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Coding style | Lukas Reschke | 2013-02-10 | 1 | -1/+2 |
| * | | | | | | Use sanitizeHTML instead of stripslashes + htmlspecialchars | Lukas Reschke | 2013-02-10 | 1 | -1/+1 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #1030 from hkjolhede/master | Lukas Reschke | 2013-02-10 | 1 | -0/+23 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Merge branch 'master' of https://github.com/hkjolhede/owncloud_core | Henrik Kjölhede | 2013-02-09 | 1 | -2/+1 |
| |\ \ \ \ \ | |||||
| | * | | | | | Update lib/filestorage/common.php | hkjolhede | 2013-01-27 | 1 | -2/+1 |
| * | | | | | | Merge branch 'master' of https://github.com/owncloud/core | Henrik Kjölhede | 2013-02-09 | 81 | -3485/+5567 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Merge remote-tracking branch 'upstream/master' | Henrik Kjölhede | 2013-01-26 | 83 | -1909/+2759 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Update lib/filestorage/common.php | hkjolhede | 2013-01-26 | 1 | -0/+24 |
* | | | | | | | | Merge pull request #1577 from owncloud/typo_catagory | Lukas Reschke | 2013-02-10 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Typo | Lukas Reschke | 2013-02-09 | 1 | -3/+3 |
* | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-02-10 | 2 | -0/+2 |
| |_|_|_|_|_|/ / |/| | | | | | | | |||||
* | | | | | | | | Merge pull request #1546 from owncloud/fix-loading-hooks | Thomas Müller | 2013-02-09 | 2 | -0/+18 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Always load the apps before trying to match a route | Bart Visscher | 2013-02-08 | 1 | -0/+1 |
| * | | | | | | | | Better way of getting the navigation entries for an app | Bart Visscher | 2013-02-08 | 1 | -0/+17 |
* | | | | | | | | | Merge pull request #1543 from owncloud/utf8-locale-master | Thomas Müller | 2013-02-09 | 2 | -8/+7 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | some systems use en_US.UTF8 instead of en_US.UTF-8 | Thomas Müller | 2013-02-08 | 2 | -8/+7 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge pull request #1569 from owncloud/clean-app-id | Thomas Müller | 2013-02-09 | 3 | -2/+11 |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | |