Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 6.0.1 RC1v6.0.1RC1 | Frank Karlitschek | 2014-01-16 | 1 | -2/+2 |
| | |||||
* | Fix untranslated text when deleting user | Volkan Gezer | 2014-01-16 | 1 | -1/+1 |
| | | | | This should fix issue #6728 | ||||
* | updated the unit test for OCP\Share::unshareAll() to verify that shares by ↵ | ben-denham | 2014-01-16 | 1 | -4/+54 |
| | | | | all users are removed for an item. | ||||
* | Unshare all will now delete all shares for the item, instead of only for a ↵ | ben-denham | 2014-01-16 | 1 | -1/+9 |
| | | | | single owner. | ||||
* | Merge pull request #6783 from owncloud/backport-6530-stable6 | Thomas Müller | 2014-01-15 | 1 | -1/+1 |
|\ | | | | | Backport 6530 stable6 | ||||
| * | in order to work properly with encryption ocTransferId is added to the file ↵ | Thomas Müller | 2014-01-15 | 1 | -1/+1 |
| | | | | | | | | path - questionable usage of magic string | ||||
| * | Adding a random postfix to the part file. | Thomas Müller | 2014-01-15 | 1 | -1/+1 |
| | | |||||
* | | Fixed Dropbox/Google storage async save call | Vincent Petry | 2014-01-15 | 3 | -19/+33 |
|/ | | | | | | | | | | | | | When clicking "Grant access", the settings for Dropbox/Google were saved through a call that gets cancelled when redirecting to the grant page (for example in Firefox) This fix makes sure the "save settings" call finished before redirecting to the grant page. Fixes #6176 Backport of e13be94 to stable6 | ||||
* | extended test to also check the status messages | Bjoern Schiessle | 2014-01-15 | 1 | -11/+24 |
| | |||||
* | keep response message | Bjoern Schiessle | 2014-01-15 | 1 | -20/+22 |
| | |||||
* | call getFileInfo to enforce a file cache entry for the new version, fix #6286 | Bjoern Schiessle | 2014-01-15 | 1 | -2/+4 |
| | |||||
* | remove old code | Bjoern Schiessle | 2014-01-15 | 1 | -3/+0 |
| | |||||
* | don't try to encrypt/decrypt cache chunks or files in the trash bin | Bjoern Schiessle | 2014-01-15 | 1 | -2/+2 |
| | |||||
* | copy files to owner trash recursively | Bjoern Schiessle | 2014-01-15 | 1 | -3/+6 |
| | |||||
* | Merge pull request #6293 from owncloud/stable6-legacy-settings-popup | Morris Jobke | 2014-01-15 | 1 | -3/+11 |
|\ | | | | | Stable6 legacy settings popup | ||||
| * | fix shadow size and arrow position | Jan-Christoph Borchardt | 2013-12-10 | 1 | -2/+2 |
| | | |||||
| * | fix the legacy popup to make calendar settings look nicer | Jan-Christoph Borchardt | 2013-12-10 | 1 | -2/+10 |
| | | |||||
* | | Use storage_mtime when determining if we can reuse cached data while scanning | Robin Appelman | 2014-01-15 | 4 | -3/+20 |
| | | | | | | | | | | | | | | | | Backport to stable6 of the following commits, in order: - 203d5d0 - 4113042 - 7e4c80f - 16b898d | ||||
* | | Fix calculated folder size to use unencrypted size | Vincent Petry | 2014-01-14 | 2 | -5/+62 |
| | | | | | | | | | | | | | | | | The encrypted size was used when calculating folder sizes. This fix now also sums up the unencrypted size and shows that one when available. Backport of 4faba49 to stable6 | ||||
* | | Merge pull request #6612 from owncloud/user-no-change-displayname-stable | icewind1991 | 2014-01-14 | 7 | -91/+156 |
|\ \ | | | | | | | Backport: Re-add the config options to remove the ability for users to change their displayname | ||||
| * | | Pass config object in testGetHomeNotSupported | Robin Appelman | 2014-01-02 | 1 | -1/+4 |
| | | | |||||
| * | | Replace static usage of OC_Config and OC_Preferences with the injected ↵ | Robin Appelman | 2014-01-02 | 1 | -5/+13 |
| | | | | | | | | | | | | \OC\ConfigAll | ||||
| * | | fix the config option to remove the ability for users to set their displayname | Robin Appelman | 2014-01-02 | 3 | -9/+37 |
| | | | |||||
| * | | fix fallback overwriting result of getHome | Robin Appelman | 2014-01-02 | 1 | -1/+2 |
| | | | |||||
| * | | cache the home folder of a User | Robin Appelman | 2014-01-02 | 2 | -67/+73 |
| | | | |||||
| * | | Also add default to the \OCP\IConfig interface | Robin Appelman | 2014-01-02 | 2 | -5/+18 |
| | | | |||||
| * | | add default parameter for AllConfig->get*Value() | Robin Appelman | 2014-01-02 | 1 | -6/+12 |
| | | | |||||
* | | | it is not an urgent error... a DEBUG message is enough at this point | Bjoern Schiessle | 2014-01-14 | 1 | -1/+1 |
| | | | |||||
* | | | Fixed timezone issue with SMB storage | Vincent Petry | 2014-01-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Now forcing smbclient to also run on UTC Backport of 1eb5ebd to stable6 | ||||
* | | | Merge pull request #6408 from owncloud/ldap_fix_tls_detection | Thomas Müller | 2014-01-14 | 2 | -5/+9 |
|\ \ \ | | | | | | | | | LDAP fix TLS detection | ||||
| * | | | typo, grammar | Arthur Schiwon | 2014-01-08 | 1 | -1/+1 |
| | | | | |||||
| * | | | LDAP: only read config from database, if configID is given. Not what we want ↵ | Arthur Schiwon | 2013-12-13 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | to do when on-the-fly-testing settings from the admin page | ||||
| * | | | remove unused variables | Arthur Schiwon | 2013-12-13 | 1 | -2/+2 |
| | | | | |||||
| * | | | LDAP: fix TLS detection | Arthur Schiwon | 2013-12-13 | 1 | -2/+5 |
| | | | | |||||
* | | | | Merge pull request #6756 from owncloud/remove-ru_RU-stable6 | Andreas Fischer | 2014-01-14 | 19 | -3336/+0 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove ru_RU - it's almost untranslated * owncloud/remove-ru_RU-stable6: remove ru_RU - it's almost untranslated | ||||
| * | | | | remove ru_RU - it's almost untranslated | Thomas Müller | 2014-01-13 | 19 | -3336/+0 |
| | | | | | |||||
* | | | | | Merge pull request #6753 from owncloud/no_unshare_on_delete | Björn Schießle | 2014-01-13 | 1 | -8/+0 |
|\ \ \ \ \ | |/ / / / |/| | | | | don't unshare on delete | ||||
| * | | | | don't unshare on delete | Bjoern Schiessle | 2014-01-13 | 1 | -8/+0 |
| | | | | | |||||
* | | | | | Fixing Issue #6301 on master branch | Carlos Cerrillo | 2014-01-13 | 2 | -16/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Only set SSL things when ```$this->secure``` is ```true``` Fix ```createCertificateBundle``` and ```getCertificates``` methods from ```OC_Mount_config``` to use ```OC_User::getHome``` to get the path Backport of 7c264c88fe06c61ef602fa8a241428c99f220061, b245e2e3d86299092448e3223b0d658d88206873 and c06844c374c145b2f05ae0800678f68acc9ae2e3 to stable6 (squashed) | ||||
* | | | | | fixing typo in redirection query string | st3so | 2014-01-13 | 1 | -1/+1 |
|/ / / / | | | | | | | | | | | | | Backport of a2cae551f30a0166439af9d467134d4bd802e940 to stable6 | ||||
* | | | | Fixed various file name escaping issues in core apps | Vincent Petry | 2014-01-12 | 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 Backport to stable6 of 1042733 | ||||
* | | | | fix preview for reshared file | Georg Ehrke | 2014-01-11 | 1 | -1/+3 |
| | | | | |||||
* | | | | Prevent deleting storage root | Vincent Petry | 2014-01-10 | 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. Backport of f642ad3 to stable6 | ||||
* | | | | Infowarning about 32bit | Arthur Schiwon | 2014-01-09 | 1 | -0/+1 |
| | | | | |||||
* | | | | add tests for user counting | Arthur Schiwon | 2014-01-09 | 2 | -0/+81 |
| | | | | |||||
* | | | | if backends have the same class name, sum their users up instead of overwriting | Arthur Schiwon | 2014-01-09 | 1 | -1/+5 |
| | | | | |||||
* | | | | LDAP: add tests for countUsers | Arthur Schiwon | 2014-01-09 | 1 | -0/+54 |
| | | | | |||||
* | | | | remove unnecessary line | Arthur Schiwon | 2014-01-09 | 1 | -1/+0 |
| | | | | |||||
* | | | | LDAP: implement userCount action. This required to (finally) clean up and ↵ | Arthur Schiwon | 2014-01-09 | 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-09 | 2 | -0/+62 |
| | | | |