Commit Graph

6847 Commits (49038545f8d658b75865413444aebddedf178dec)

Author SHA1 Message Date
Bjoern Schiessle 9c4b8ae54c fix typo in comment 13 years ago
Jenkins for ownCloud ba0e09adce [tx-robot] updated from transifex 13 years ago
Vincent Petry c62cce8269 Moved default isReadable/isUpdatable impl into Common class 13 years ago
Vincent Petry a49e873d3f Return plausible isReadable() default impl for ext storage 13 years ago
Thomas Müller c67b8f2b22 fixed documentation 13 years ago
Jenkins for ownCloud 60cfdae503 [tx-robot] updated from transifex 13 years ago
Vincent Petry 39cbdca429 Fixed path normalization to prevent dot dirs 13 years ago
Jenkins for ownCloud 5d9731cef2 [tx-robot] updated from transifex 13 years ago
Vincent Petry 14ad1ebf53 Added min width to files table 13 years ago
Bjoern Schiessle 9d16353e09 disable trahs in files_sharing/public.php 13 years ago
Vincent Petry 356eef0739 Quota storage wrapper is now used for all users in sharing mode 13 years ago
Bjoern Schiessle c9646ddc4c fix undefined index errors if public share view 13 years ago
Arthur Schiwon dd5e1092c7 LDAP Wizard: add objectclass for group detection in Zimbra 13 years ago
Bjoern Schiessle c7dc6dc2c2 fix getFileKey() call 13 years ago
Bjoern Schiessle 2b361ea085 better distinction between userID and keyId 13 years ago
Bjoern Schiessle 318db64b2d adapt tests to the new code 13 years ago
Bjoern Schiessle b9c18d16fe make sure that we always use the correct user id 13 years ago
Bjoern Schiessle e11afd3066 fix some getShareKey() and getFileKey() calls 13 years ago
Vincent Petry e26500045f Fixed move operation to pass the whole URL as expected 13 years ago
Bjoern Schiessle c5cb4206f5 [wip] make encryption work with public gallery sharing 13 years ago
Vincent Petry fe44024868 Fix for extstorage + encryption where unencrypted size is not kept 13 years ago
Bjoern Schiessle f3e2a63712 check if it is a cached file or a version to resolve the correct path to the file key 13 years ago
Bjoern Schiessle 0c24c7c420 only check if the key file exists to decide if it is an encrypted file or not. 13 years ago
Bjoern Schiessle b823505bd1 make sure that the owners home is mounted correctly 13 years ago
Vincent Petry 5b6d1d79d0 Fixed SMB file deletion success detection 13 years ago
Vincent Petry 8ab40f1959 Removing trailing dot in path that samba doesn't seem to like 13 years ago
Vincent Petry a7962faa56 Fixed delete action to show error message as notification 13 years ago
Jörn Friedrich Dreyer 5da2929180 fix filtering number like filenames in filelist 13 years ago
Jan-Christoph Borchardt f2d18867af change bold 'deleted files' button to normal for less focus 13 years ago
Vincent Petry 7e6f3817d0 SMB ignore connection errors when NetBIOS is disabled 13 years ago
Bjoern Schiessle 82f30d37ca call error page with session as parameter 13 years ago
Jenkins for ownCloud c3746e866a [tx-robot] updated from transifex 13 years ago
hkjolhede 3e2d4c1bc1 Fixed error-checking error in sftp.php 13 years ago
Bjoern Schiessle f36ee69855 tests added 13 years ago
Jörn Friedrich Dreyer 11425d142d readd sharing token to public template 13 years ago
Vincent Petry f9a64d2b27 Fix for smb4php fseek 13 years ago
Bjoern Schiessle faa08da944 instead of writing etmp files we write the dummy file to data/user/cache to avoid that etmp files show up in the users files list 13 years ago
Vincent Petry 008c3b80d6 Files app backend now normalizes paths before rendering templates 13 years ago
Bjoern Schiessle 2624a6cb32 remove debug output 13 years ago
Bjoern Schiessle 2df3763675 test encryptAll() and decryptAll() to make sure that mtime and etag stay the same 13 years ago
Arthur Schiwon 84a882c651 LDAP Wizard: make 'Configuration OK' and 'Help' texts grey so they don't take too much awareness 13 years ago
Arthur Schiwon 7a61dcadd2 LDAP Wizard: move status indicator in one line with back and continue buttons 13 years ago
Arthur Schiwon 4ee296051b LDAP Wizard: introduce configuration status indicator, fixes #5741 13 years ago
Vincent Petry 5bdfccfc47 Fixed total dirs/files message hiding condition 13 years ago
Bjoern Schiessle dd0ebcede2 fixPartialFilePath() is now stripPartialFileExtension() 13 years ago
Bjoern Schiessle 77429c28fd rename fixPartialFilePath() to stripPartialFileExtension(), this name describes better what the method actually does 13 years ago
Bjoern Schiessle e2fb8d7128 only update file cache if the file is already indexed to avoid that we create a incomplete file cache entry 13 years ago
Bjoern Schiessle 894856ce01 make sure that we keep the correct timestamp and etag after encryoption/decryption 13 years ago
Georg Ehrke 238e4bc3eb implement delete hooks in file versions lib 13 years ago
Georg Ehrke 90fac1f371 replace $path with '/files_trashbin/files/' . $file 13 years ago