Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #6759 from owncloud/extstorage-smbtimezonefix | Vincent Petry | 2014-01-14 | 1 | -1/+1 |
|\ | | | | | Fixed timezone issue with SMB storage | ||||
| * | Fixed timezone issue with SMB storage | Vincent Petry | 2014-01-14 | 1 | -1/+1 |
| | | | | | | | | Now forcing smbclient to also run on UTC | ||||
* | | Merge pull request #6767 from owncloud/sharing_error_messages | Björn Schießle | 2014-01-14 | 1 | -1/+1 |
|\ \ | | | | | | | it is not an urgent error... a DEBUG message is enough at this point | ||||
| * | | it is not an urgent error... a DEBUG message is enough at this point | Bjoern Schiessle | 2014-01-14 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #6752 from owncloud/silence-test-listener | Thomas Müller | 2014-01-13 | 1 | -3/+3 |
|\ \ \ | |/ / |/| | | no warnings within unlinkDir() within the TestCleanupListener | ||||
| * | | no warnings within unlinkDir() within the TestCleanupListener | Thomas Müller | 2014-01-13 | 1 | -3/+3 |
| | | | |||||
* | | | Merge pull request #6755 from owncloud/remove-ru_RU-master | Andreas Fischer | 2014-01-14 | 19 | -3359/+0 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | remove ru_RU - it has bee removed from transifex * owncloud/remove-ru_RU-master: remove ru_RU - it has bee removed from transifex | ||||
| * | | | remove ru_RU - it has bee removed from transifex | Thomas Müller | 2014-01-13 | 19 | -3359/+0 |
| | | | | |||||
* | | | | don't unshare on delete | Bjoern Schiessle | 2014-01-13 | 1 | -8/+0 |
|/ / / | |||||
* | | | Merge pull request #6422 from ↵ | Vincent Petry | 2014-01-13 | 2 | -16/+32 |
|\ \ \ | | | | | | | | | | | | | | | | | ccerrillo/fixing-6301-external-mount-webdav-blank-files Fixing Issue #6301 on master branch | ||||
| * | | | Fix ```createCertificateBundle``` and ```getCertificates``` methods | Carlos Cerrillo | 2013-12-17 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | from ```OC_Mount_config``` to use ```OC_User::getHome``` to get the path | ||||
| * | | | Fixing tab/space coding style | Carlos Cerrillo | 2013-12-17 | 1 | -17/+21 |
| | | | | | | | | | | | | | | | | Only set SSL things when ```$this->secure``` is ```true``` | ||||
| * | | | Fixing Issue #6301 on master branch | Carlos Cerrillo | 2013-12-15 | 1 | -6/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added private var $certPath to store the user root cert Move logic to determine the $certPath path to the constructor and modify to get the path from OC_User::getHome() Add curl options to use the certificate to avoid certificate errors with self-signed certicates in the downdload/upload method so we don't get blank files | ||||
* | | | | Merge pull request #6734 from st3so/redirectfix | Frank Karlitschek | 2014-01-13 | 1 | -1/+1 |
|\ \ \ \ | |_|/ / |/| | | | fixing typo in redirection query string | ||||
| * | | | fixing typo in redirection query string | st3so | 2014-01-12 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #6694 from owncloud/fix-email-template-l10n | Thomas Müller | 2014-01-13 | 1 | -1/+1 |
|\ \ \ \ | |_|_|/ |/| | | | fix email template l10n, emphasize filename | ||||
| * | | | fix email template l10n, emphasize filename | Jan-Christoph Borchardt | 2014-01-09 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #6713 from owncloud/files-filenameescapingfixes | Lukas Reschke | 2014-01-12 | 9 | -50/+75 |
|\ \ \ \ | |_|/ / |/| | | | Fixed various file name escaping issues in core apps | ||||
| * | | | Fixed various file name escaping issues in core apps | Vincent Petry | 2014-01-10 | 9 | -50/+75 |
|/ / / | | | | | | | | | | | | | | | | | | | - Refactored file tr lookup into FileList.findFileEl that uses filterAttr to avoid escaping issues in jQuery selectors - Fixed versions and sharing app to properly escape file names in attributes | ||||
* | | | Merge pull request #6687 from owncloud/sharing-fixpartfilehandling | Vincent Petry | 2014-01-09 | 2 | -22/+16 |
|\ \ \ | | | | | | | | | Removed special handling of part files in shared storage rename | ||||
| * | | | Removed special handling of part files in shared storage rename | Vincent Petry | 2014-01-08 | 2 | -22/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | This fixes the issue introduced by the transfer id which itself wasn't taken into account by the shortcut code for part file in the shared storage class. | ||||
* | | | | Merge pull request #6693 from owncloud/fixing-apache-login | Thomas Müller | 2014-01-09 | 3 | -9/+11 |
|\ \ \ \ | |_|/ / |/| | | | Fixing apache login | ||||
| * | | | rename user-id to loginname to stay consistent | Thomas Müller | 2014-01-09 | 1 | -2/+2 |
| | | | | |||||
| * | | | set login name within apache auth backend | Thomas Müller | 2014-01-09 | 1 | -0/+2 |
| | | | | |||||
| * | | | fixing PHPDoc and use cameCase names | Thomas Müller | 2014-01-09 | 1 | -7/+7 |
|/ / / | |||||
* | | | Merge pull request #6681 from owncloud/userreport | blizzz | 2014-01-08 | 11 | -35/+391 |
|\ \ \ | | | | | | | | | add command line option to get user number statistics | ||||
| * | | | Infowarning about 32bit | Arthur Schiwon | 2014-01-08 | 1 | -0/+1 |
| | | | | |||||
| * | | | add tests for user counting | Arthur Schiwon | 2014-01-08 | 2 | -0/+81 |
| | | | | |||||
| * | | | if backends have the same class name, sum their users up instead of overwriting | Arthur Schiwon | 2014-01-08 | 1 | -1/+5 |
| | | | | |||||
| * | | | LDAP: add tests for countUsers | Arthur Schiwon | 2014-01-08 | 1 | -0/+54 |
| | | | | |||||
| * | | | remove unnecessary line | Arthur Schiwon | 2014-01-08 | 1 | -1/+0 |
| | | | | |||||
| * | | | LDAP: implement userCount action. This required to (finally) clean up and ↵ | Arthur Schiwon | 2014-01-08 | 3 | -28/+148 |
| | | | | | | | | | | | | | | | | refactor the search method, which will have a positive performance impact on paged search. | ||||
| * | | | Add command line tool to show numbers of users and user directories | Arthur Schiwon | 2014-01-07 | 2 | -0/+62 |
| | | | | |||||
| * | | | Introduce user count action to user management | Arthur Schiwon | 2014-01-07 | 3 | -7/+42 |
| | | | | |||||
* | | | | Merge pull request #6686 from owncloud/fixes-6685-master | Jan-Christoph Borchardt | 2014-01-08 | 1 | -1/+2 |
|\ \ \ \ | | | | | | | | | | | Fix ownCloud for php5.3.x | ||||
| * | | | | Fix ownCloud for php5.3.x | Thomas Müller | 2014-01-08 | 1 | -1/+2 |
|/ / / / | |||||
* | | | | Merge pull request #6680 from owncloud/core-preventunlinkstorageroot | Thomas Müller | 2014-01-08 | 2 | -0/+55 |
|\ \ \ \ | |_|/ / |/| | | | Prevent deleting storage root | ||||
| * | | | Prevent deleting storage root | Vincent Petry | 2014-01-08 | 2 | -0/+55 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | Storage mount points are not deletable, so make sure that the unlink operation and its hooks aren't run in such cases. Note that some storages might recursively delete their contents when calling unlink on their root. This fix prevents that as well. | ||||
* | | | Merge pull request #6515 from owncloud/autotest-enforcephpunitversion | Thomas Müller | 2014-01-08 | 1 | -2/+17 |
|\ \ \ | | | | | | | | | Enforce required phpunit version | ||||
| * | | | Enforce required phpunit version | Vincent Petry | 2013-12-19 | 1 | -2/+17 |
| | | | | | | | | | | | | | | | | | | | | This will prevent frustration and confusion when unit tests fail because the wrong phpunit version was used | ||||
* | | | | Merge pull request #6675 from owncloud/disable-mod_pagespeed | Vincent Petry | 2014-01-08 | 2 | -0/+6 |
|\ \ \ \ | | | | | | | | | | | turn off mod_pagespeed | ||||
| * \ \ \ | Merge branch 'master' into disable-mod_pagespeed | Thomas Müller | 2014-01-08 | 26 | -139/+192 |
| |\ \ \ \ | |||||
| * | | | | | turn off mod_pagespeed | Thomas Müller | 2014-01-08 | 2 | -0/+6 |
| | | | | | | |||||
* | | | | | | Merge pull request #5238 from owncloud/externalstorage-owncloudbackend | Thomas Müller | 2014-01-08 | 6 | -9/+109 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Added ownCloud backend for external storage | ||||
| * | | | | | Added ownCloud backend for external storage | Vincent Petry | 2013-10-09 | 6 | -9/+109 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To make it possible to use the short ownCloud URL (without specifying webdav.php or remote.php), a new backend is available for ownCloud. The user must specify the host + context path in the "Url" field (which is mapped to the "host" parameter) and the subdir to mount in the "Root" field. This is to prevent confusion because some users forget to append webdav.php or remote.php to the WebDAV URL. Fixes #4923 | ||||
* | | | | | | Merge pull request #6677 from owncloud/fixing-3rdparty-submodule | Thomas Müller | 2014-01-08 | 1 | -0/+0 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix submodule 3rdparty - translation sync broke that | ||||
| * | | | | | | Fix submodule 3rdparty - translation sync broke that | Thomas Müller | 2014-01-08 | 1 | -0/+0 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #6673 from ↵ | Vincent Petry | 2014-01-08 | 2 | -7/+13 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | owncloud/master-quota-insufficientstorageforfilesfix Now also preventing to override "files" dir size with -1 | ||||
| * | | | | | | Now also preventing to override "files" dir size with -1 | Vincent Petry | 2014-01-07 | 2 | -7/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #6526 | ||||
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-01-08 | 24 | -132/+179 |
| |_|/ / / / |/| | | | | |