Vincent Petry
|
b55f71ee03
|
Merge pull request #17083 from owncloud/share-etag-update-target
take share target into account when updating recipient etags
|
2015-06-29 09:10:37 +02:00 |
Lukas Reschke
|
d1f0ff372e
|
Merge pull request #17163 from owncloud/update-licenses
Update license headers
|
2015-06-27 20:22:23 +02:00 |
Vincent Petry
|
56d9df34cb
|
Unit test for etag update on custom share folder
|
2015-06-26 16:32:28 +02:00 |
Thomas Müller
|
9558562883
|
Merge pull request #17082 from owncloud/shared-etag-propagate-file
Fix etag propagation for single file shares
|
2015-06-26 12:36:17 +02:00 |
Morris Jobke
|
f63915d0c8
|
update license headers and authors
|
2015-06-25 14:13:49 +02:00 |
Robin Appelman
|
f847d9409e
|
add unit test for single file share etag propagation
|
2015-06-24 18:16:03 +02:00 |
Roeland Jago Douma
|
6c3da1ec90
|
Added unit test to verify link password removeal
|
2015-06-24 12:38:33 +02:00 |
Morris Jobke
|
7550bf0917
|
Disable video preview if previews are disabled
|
2015-06-09 17:49:59 +02:00 |
Joas Schilling
|
d3e3a84cae
|
Move the helpful method to the TestCase class
|
2015-06-03 12:33:29 +02:00 |
Vincent Petry
|
7386257676
|
Merge pull request #16075 from owncloud/skeleton-copy-delay
wait with copying the skeleton untill login and setupfs are done
|
2015-05-20 13:52:08 +02:00 |
Lukas Reschke
|
9be6d8cd39
|
Merge pull request #16446 from owncloud/fix-url-generation
Fix URL generation
|
2015-05-20 08:20:38 +02:00 |
Vincent Petry
|
f7a2b5e7a9
|
Added unit tests for download URL in public sharing page
|
2015-05-19 17:41:06 +02:00 |
Scrutinizer Auto-Fixer
|
fdbc21fc6c
|
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
|
2015-05-19 11:23:06 +00:00 |
Robin Appelman
|
415f16eb24
|
fix tests
|
2015-05-18 12:11:31 +02:00 |
Morris Jobke
|
90d8e4bc00
|
Merge pull request #15815 from owncloud/unshare-etag-propagate
Update etag of direct parent on unshare
|
2015-05-11 13:42:20 +02:00 |
Joas Schilling
|
b55ef51a27
|
Add tests for the correct share id on the call aswell
|
2015-04-28 14:56:13 +02:00 |
Vincent Petry
|
65fbb5eda0
|
Update etag of direct parent on unshare
Only call dirname() once instead of twice when propagating etags to the
recipient's parent folders.
|
2015-04-28 13:11:23 +02:00 |
Joas Schilling
|
66dca76f72
|
check the called URL
|
2015-04-28 11:28:54 +02:00 |
Robin Appelman
|
0789a6433e
|
safer teardown
|
2015-04-27 14:07:16 +02:00 |
Robin Appelman
|
83b8ac0d7b
|
cleanup hooks
|
2015-04-27 14:07:16 +02:00 |
Robin Appelman
|
dd9601ae8f
|
fix merge
|
2015-04-27 14:07:16 +02:00 |
Robin Appelman
|
d5434c9c4e
|
more propagation tests
|
2015-04-27 14:07:16 +02:00 |
Robin Appelman
|
b5c62cdad6
|
remove duplicates from rebase
|
2015-04-27 14:07:15 +02:00 |
Robin Appelman
|
19486837b2
|
adjust test
|
2015-04-27 14:07:15 +02:00 |
Robin Appelman
|
30ad56813a
|
propagate etags for all user of a share
|
2015-04-27 14:07:15 +02:00 |
Robin Appelman
|
518d5aadf5
|
Allow getting *all* share entries owned by a user
|
2015-04-27 14:07:15 +02:00 |
Robin Appelman
|
2dc11cf20e
|
unit test for etag propagation across shared storage boundary
|
2015-04-27 14:07:15 +02:00 |
Robin Appelman
|
03b7f1d015
|
use the permissions mask cache wrapper instead of the read only cache
|
2015-04-22 15:28:06 +02:00 |
Olivier Paroz
|
9695e33e34
|
Renamed class + split methods
|
2015-04-21 14:40:11 +02:00 |
Olivier Paroz
|
80a1f1858e
|
Tests for read-only cache
|
2015-04-18 19:43:20 +02:00 |
Robin Appelman
|
d16ee4138d
|
Fix test
|
2015-04-13 15:13:03 +02:00 |
Robin Appelman
|
d726db7459
|
Implement move/copyFromStorage for shared storage
|
2015-04-13 15:13:03 +02:00 |
Vincent Petry
|
2822d0579e
|
Properly add trailing slash to mount point
Fixes resolving mount points when shared mount point's target name has
the same prefix as the source name
|
2015-04-13 12:36:47 +02:00 |
Vincent Petry
|
4a225aa12c
|
Clear leftover shares from other tests
|
2015-04-10 14:53:17 +02:00 |
Vincent Petry
|
5803a1f5f7
|
Remove trashbin storage wrapper when disabling it for tests
|
2015-04-09 15:02:24 +02:00 |
Vincent Petry
|
4acf6747d2
|
Disable trashbin when testing orphaned shares deletion job
|
2015-04-08 13:04:06 +02:00 |
Vincent Petry
|
17b141337a
|
Delete orphaned shares in a background job
|
2015-04-08 10:47:55 +02:00 |
Bjoern Schiessle
|
fac7ec3fc4
|
fix re-shares with encryption
|
2015-04-07 13:30:30 +02:00 |
Bjoern Schiessle
|
8b1a12a224
|
use loginHelper from base class
|
2015-04-07 13:30:30 +02:00 |
Bjoern Schiessle
|
391fab35f0
|
reset storage for each unit test
|
2015-04-07 13:30:30 +02:00 |
Thomas Müller
|
00338f9dca
|
Removing files_encryption left overs
|
2015-04-07 13:30:28 +02:00 |
Morris Jobke
|
cfe241a959
|
Merge pull request #13964 from rullzer/capabilities
Add OCS sharing info to capabilities - take 2
|
2015-03-30 10:06:05 +02:00 |
Thomas Müller
|
4d12c4a38b
|
Merge pull request #13938 from owncloud/deprecate-iappconfig
Deprecated \OCP\IAppConfig - add missing methods to IConfig
|
2015-03-27 16:07:41 +01:00 |
Morris Jobke
|
d082e37270
|
Merge pull request #15244 from owncloud/use_default_share_folder
always fall back to default share folder
|
2015-03-26 22:39:04 +01:00 |
Morris Jobke
|
e8109f0bc3
|
Merge pull request #13802 from owncloud/share-partfilepermissions
Fix share permission checks
|
2015-03-26 22:01:05 +01:00 |
Bjoern Schiessle
|
a3592534ef
|
always fall back to default share folder
|
2015-03-26 21:56:44 +01:00 |
Robin Appelman
|
1be7da4a57
|
replace share proxy with hook
|
2015-03-26 19:56:57 +01:00 |
Robin Appelman
|
173c31e42a
|
rename proxy test
|
2015-03-26 19:56:31 +01:00 |
Jenkins for ownCloud
|
b585d87d9d
|
Update license headers
|
2015-03-26 11:44:36 +01:00 |
Lukas Reschke
|
5f044ebf1b
|
Add wrapper for Guzzle
|
2015-03-25 16:04:41 +01:00 |