Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixing comment + adding unit test for checkPasswordProtectedShare | Thomas Müller | 2014-01-21 | 2 | -1/+49 |
| | |||||
* | in case no share is found for the given token we can return right away | Thomas Müller | 2014-01-21 | 1 | -0/+3 |
| | |||||
* | adding password protection check to getShareByToken() | Thomas Müller | 2014-01-21 | 2 | -5/+33 |
| | |||||
* | Merge pull request #6869 from ↵ | Thomas Müller | 2014-01-21 | 8 | -5/+35 |
|\ | | | | | | | | | owncloud/fix-setupfs-only-for-existing-users-stable6 Fix setupfs only for existing users stable6 | ||||
| * | OC_Util::setupFS($user) will create a data dir for the given string - no ↵ | Thomas Müller | 2014-01-21 | 8 | -5/+35 |
| | | | | | | | | | | | | | | matter if the user really exists - OCP\JSON::checkUserExists($owner); introduces a ready to use check which will bail out with an JSON error Conflicts: lib/public/json.php | ||||
* | | webdav: return SPACE_UNKNOWN if server do not support quota | Tigran Mkrtchyan | 2014-01-21 | 1 | -1/+1 |
| | | | | | | | | Backport of a78dc117327a3109805d2a4cbfe28b9a5ca49a81 to stable6 | ||||
* | | Replaced time() with uniqid() to make sure the file name is unique | Vincent Petry | 2014-01-21 | 7 | -31/+31 |
| | | | | | | | | | | | | | | | | | | | | | | The cache isn't cleared properly because unlink() doesn't remove the cache entry which caused side-effects when reusing the same file name (which randomly happens when time() returns the same value) This fix first makes sure the unit tests don't fail any more. The unlink() case with the cache will be investigated separately. Backport of f09c19c to stable6 | ||||
* | | Merge pull request #6867 from owncloud/protect-versions-preview-stable6 | Björn Schießle | 2014-01-21 | 3 | -15/+14 |
|\ \ | | | | | | | don't use the user id within the versions preview call as it could be us... | ||||
| * | | don't use the user id within the versions preview call as it could be used ↵ | Thomas Müller | 2014-01-21 | 3 | -15/+14 |
| |/ | | | | | | | to access previews of another user | ||||
* | | Merge pull request #6456 from owncloud/fix_home_storage_quota_stable6 | Thomas Müller | 2014-01-21 | 1 | -0/+10 |
|\ \ | |/ |/| | Fix home storage quota stable6 | ||||
| * | add getOwner impementation to Home Storage | Jörn Friedrich Dreyer | 2014-01-21 | 1 | -0/+10 |
| | | |||||
* | | Merge pull request #6865 from owncloud/fix_user_ldap_sql_on_oracle_stable6 | Thomas Müller | 2014-01-21 | 1 | -4/+11 |
|\ \ | |/ |/| | user workarount to compare CLOB column with CHAR value | ||||
| * | user workarount to compare CLOB column with CHAR value | Jörn Friedrich Dreyer | 2014-01-21 | 1 | -4/+11 |
|/ | |||||
* | Merge pull request #6862 from owncloud/neutral_download_zip_default_name_stable6 | Thomas Müller | 2014-01-21 | 1 | -1/+1 |
|\ | | | | | use 'download.zip' as default name for zip downloads instead of 'owncloud.zip' | ||||
| * | use 'download.zip' as default name for zip downloads instead of 'owncloud.zip' | Jörn Friedrich Dreyer | 2014-01-21 | 1 | -1/+1 |
|/ | |||||
* | When reading the size of "files" mountpoints need to be excluded | Vincent Petry | 2014-01-20 | 2 | -2/+2 |
| | | | | | | | | | | | | | The versions and trashbin app are now passing "includeMountPoints=false" to "getFileInfo()" to make sure that the calculated total size doesn't include mount points like Shared or external storage. This is because the default call (legacy) used to return the size of mount points as well. Fixes #6731 Backport of ca57a84 to stable6 | ||||
* | Fixed quota wrapper to not wrap failed fopen streams | Vincent Petry | 2014-01-20 | 2 | -1/+20 |
| | | | | | | | | | | | | When calling fopen() on some storage types, these return false instead of throwing an exception. This fix makes sure that in case the stream wasn't opened (for example when a file doesn't exist any more) the stream isn't wrapped. Also added 'rb' as another case that doesn't need to be wrapped. Fixes #6832 | ||||
* | added trigger to redo selection text on a directory change | rnveach | 2014-01-20 | 1 | -0/+2 |
| | |||||
* | fixed selector string and removed all checkbox if it was selected | rnveach | 2014-01-20 | 1 | -1/+2 |
| | |||||
* | Merge pull request #6828 from owncloud/dont_add_queuedtasks_during_upgrade | Thomas Müller | 2014-01-18 | 1 | -2/+4 |
|\ | | | | | add needUpgrade() check to addQueuedTask() | ||||
| * | add needUpgrade() check to addQueuedTask() | Jörn Friedrich Dreyer | 2014-01-17 | 1 | -2/+4 |
|/ | |||||
* | Fix array access syntax for older PHP | Vincent Petry | 2014-01-17 | 1 | -2/+3 |
| | | | | There was a syntax error when running tests in PHP 5.3.10. | ||||
* | updated description of the files encryption app | Bjoern Schiessle | 2014-01-17 | 1 | -1/+1 |
| | |||||
* | Fix to not destroy draggable when no draggable was set | Vincent Petry | 2014-01-16 | 1 | -1/+4 |
| | | | | | | | | | | When a dir has no delete permission, the draggable isn't initialized on files. This fix makes sure we don't try to destroy a draggable when it wasn't inited in the first place. Fixes #6254 Backport of 8135828 to stable6 | ||||
* | 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 |
| | | |