Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-11-26 | 4 | -0/+8 |
| | |||||
* | Merge branch 'master' into calc_version_size | Bjoern Schiessle | 2013-11-26 | 62 | -187/+489 |
|\ | |||||
| * | Fixed FTP storage unit tests to use the correct class | Vincent Petry | 2013-11-25 | 1 | -4/+4 |
| | | |||||
| * | Merge pull request #5641 from owncloud/filestrash-emptytrash | Björn Schießle | 2013-11-25 | 5 | -26/+77 |
| |\ | | | | | | | Deleting all files in trash now only sends a single flag | ||||
| | * | Deleting all files in trash now only sends a single flag | Vincent Petry | 2013-11-11 | 5 | -26/+77 |
| | | | | | | | | | | | | | | | | | | | | | | | | To prevent having to send the list of all files for deletion, only set a flag "allfiles". This should make it a bit smoother when deleting 5000+ files. Also fixes some "empty trash" message issues. | ||||
| * | | Fixed ext storage touch function to return true on success | Vincent Petry | 2013-11-25 | 3 | -3/+8 |
| | | | | | | | | | | | | | | | | | | | | | Some ext storage impl didn't return true on success. Fixes #5943 (Dropbox) Fixes #6010 (WebDAV) | ||||
| * | | Merge pull request #5991 from owncloud/extstorage-mountpointvalidation | Morris Jobke | 2013-11-25 | 2 | -0/+56 |
| |\ \ | | | | | | | | | Prevent using root as mount point for external storage | ||||
| | * | | Now also preventing the user of "Shared" as mountpoint | Vincent Petry | 2013-11-22 | 2 | -2/+4 |
| | | | | |||||
| | * | | Added unit test for root mount point validation | Vincent Petry | 2013-11-21 | 1 | -0/+49 |
| | | | | |||||
| | * | | Prevent using root as mount point for external storage | Vincent Petry | 2013-11-21 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | Fixes #5981 | ||||
| * | | | Merge pull request #5995 from owncloud/extstorage-isreadablefix | Vincent Petry | 2013-11-24 | 7 | -52/+0 |
| |\ \ \ | | | | | | | | | | | Return plausible isReadable() default impl for ext storage | ||||
| | * | | | Moved default isReadable/isUpdatable impl into Common class | Vincent Petry | 2013-11-22 | 7 | -57/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Also adjusted all ext storage backends to not override these when the default behavior is expected. | ||||
| | * | | | Return plausible isReadable() default impl for ext storage | Vincent Petry | 2013-11-22 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When an ext storage doesn't implement isReadable(), always returning true made the file scanner believe that the file exists and creates a cache entry with the size zero. This fix makes the default impl of isReadable() use file_exists(). Fixes #5940 | ||||
| * | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-11-24 | 8 | -4/+25 |
| |/ / / | |||||
| * | | | fixed documentation | Thomas Müller | 2013-11-22 | 1 | -1/+1 |
| | | | | |||||
| * | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-11-21 | 5 | -1/+7 |
| | | | | |||||
| * | | | Merge pull request #5970 from owncloud/extstorage-webdavdotdirfix | Vincent Petry | 2013-11-21 | 1 | -5/+3 |
| |\ \ \ | | | | | | | | | | | Fixed path normalization to prevent dot dirs | ||||
| | * | | | Fixed path normalization to prevent dot dirs | Vincent Petry | 2013-11-21 | 1 | -5/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #5945 where stat(.) would cause the backend OC to cache a dot dir (only in older versions) | ||||
| * | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-11-21 | 24 | -53/+170 |
| | | | | | |||||
| * | | | | Merge pull request #5715 from owncloud/quota-sharing-wrapotherusershome | Vincent Petry | 2013-11-21 | 1 | -0/+15 |
| |\ \ \ \ | | |_|/ / | |/| | | | Quota storage wrapper is now used for all users in sharing mode | ||||
| | * | | | Quota storage wrapper is now used for all users in sharing mode | Vincent Petry | 2013-11-21 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When accessing a shared folder, the folder's owner appears as mountpoint but wasn't wrapped by a quota storage wrapper. This fix makes sure that all home storages are wrapped by a quota storage wrapper, if applicable, to make sure quotas are respected when uploading into shared folders. | ||||
| * | | | | Merge pull request #5988 from owncloud/files-mobilequickfix | Morris Jobke | 2013-11-21 | 1 | -0/+3 |
| |\ \ \ \ | | |_|/ / | |/| | | | Added min width to files table | ||||
| | * | | | Added min width to files table | Vincent Petry | 2013-11-21 | 1 | -0/+3 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Having a too small widths for the files table doesn't make sense as it overlaps file actions with the files themselves and make them unclickable, especially when viewed on mobile phone. The compromise that this fix introduces is to have a minimum width that will trigger horizontal scrolling, which will at least make it possible to click files on mobile phones. | ||||
| * | | | Merge pull request #5979 from owncloud/fix5881 | blizzz | 2013-11-21 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | LDAP Wizard: add objectclass for group detection in Zimbra | ||||
| | * | | | LDAP Wizard: add objectclass for group detection in Zimbra | Arthur Schiwon | 2013-11-21 | 1 | -1/+1 |
| | |/ / | |||||
| * | | | disable trahs in files_sharing/public.php | Bjoern Schiessle | 2013-11-21 | 2 | -1/+2 |
| | | | | |||||
| * | | | fix undefined index errors if public share view | Bjoern Schiessle | 2013-11-21 | 2 | -2/+9 |
| |/ / | |||||
| * | | Merge pull request #5897 from hkjolhede/master | Vincent Petry | 2013-11-21 | 1 | -6/+8 |
| |\ \ | | | | | | | | | Fixed error-checking error in sftp.php | ||||
| | * | | Fixed error-checking error in sftp.php | hkjolhede | 2013-11-15 | 1 | -6/+8 |
| | | | | |||||
| * | | | Fixed move operation to pass the whole URL as expected | Vincent Petry | 2013-11-20 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The MOVE and COPY spec expect the "Destination" header to receive the full URL, not only the root. Fixes #5942 | ||||
| * | | | Merge pull request #5967 from owncloud/encryption-extstorage-fixsizereset | Vincent Petry | 2013-11-20 | 2 | -1/+5 |
| |\ \ \ | | | | | | | | | | | Fix for extstorage + encryption where unencrypted size is not kept | ||||
| | * | | | Fix for extstorage + encryption where unencrypted size is not kept | Vincent Petry | 2013-11-20 | 2 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for external storage with encryption where the unencrypted size is first written in the DB, then set back to zero, causing performance issue because the file needs to be reopened every time to find out the unencrypted size (and potentially needs a full redownload) | ||||
| * | | | | check if it is a cached file or a version to resolve the correct path to the ↵ | Bjoern Schiessle | 2013-11-20 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | file key | ||||
| * | | | | only check if the key file exists to decide if it is an encrypted file or not. | Bjoern Schiessle | 2013-11-20 | 4 | -25/+17 |
| |/ / / | | | | | | | | | | | | | This solves problems with external storage which doesn't support fseek | ||||
| * | | | make sure that the owners home is mounted correctly | Bjoern Schiessle | 2013-11-19 | 1 | -0/+4 |
| | | | | |||||
| * | | | Fixed SMB file deletion success detection | Vincent Petry | 2013-11-19 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since unlink() smb4php doesn't return true on deletion success, we need to check whether the file was deleted to confirm success. Fixes #5866 | ||||
| * | | | Removing trailing dot in path that samba doesn't seem to like | Vincent Petry | 2013-11-19 | 2 | -1/+47 |
| | | | | | | | | | | | | | | | | | | | | Fixes #5778 Added unit test for getId() and constructUrl() | ||||
| * | | | Fixed delete action to show error message as notification | Vincent Petry | 2013-11-19 | 1 | -1/+11 |
| | | | | |||||
* | | | | remove unused variable | Bjoern Schiessle | 2013-11-22 | 1 | -2/+0 |
| | | | | |||||
* | | | | use oc filesystem operations to calc the versions size. This makes sure that ↵ | Bjoern Schiessle | 2013-11-19 | 1 | -12/+13 |
|/ / / | | | | | | | | | | we can handle missing directories correctly | ||||
* | | | Merge pull request #5916 from owncloud/extstorage-smb-ignorenetbioserror | Morris Jobke | 2013-11-18 | 1 | -1/+8 |
|\ \ \ | | | | | | | | | SMB ignore connection errors when NetBIOS is disabled | ||||
| * | | | SMB ignore connection errors when NetBIOS is disabled | Vincent Petry | 2013-11-18 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When NetBIOS is blocked or disabled, a smb::look() call can still get the list of shares from smbclient, even though the name resolution at the end of the command fails. This fix makes it ignore the connection error if we already got the list of shares. Fixed #5860 | ||||
* | | | | Merge pull request #5923 from owncloud/font-weight | Jan-Christoph Borchardt | 2013-11-18 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | change bold 'deleted files' button to normal for less focus | ||||
| * | | | | change bold 'deleted files' button to normal for less focus | Jan-Christoph Borchardt | 2013-11-18 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | fix filtering number like filenames in filelist | Jörn Friedrich Dreyer | 2013-11-18 | 1 | -1/+1 |
|/ / / / | | | | | | | | | forward port of https://github.com/owncloud/core/commit/847ad6c40b951cbd3d187e3c72cb55dc3acd6951 | ||||
* | | | | Merge pull request #5908 from owncloud/fix_errorpage_call | Vincent Petry | 2013-11-18 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | [encryption] fix redirectToErrorPage() call | ||||
| * | | | call error page with session as parameter | Bjoern Schiessle | 2013-11-17 | 1 | -1/+1 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-11-15 | 19 | -19/+134 |
| |/ / |/| | | |||||
* | | | Merge pull request #5894 from owncloud/readd_sharing_token | Vincent Petry | 2013-11-15 | 2 | -0/+2 |
|\ \ \ | | | | | | | | | readd sharing token to public template | ||||
| * | | | readd sharing token to public template | Jörn Friedrich Dreyer | 2013-11-15 | 2 | -0/+2 |
| |/ / | | | | | | | | | | necessary for https://github.com/owncloud/apps/pull/1476 |