Joas Schilling
|
efce8ff905
|
Merge pull request #16052 from owncloud/fix-phpdoc-sharecontroller
Fix PHPDoc for the ext. share controller
|
2015-05-05 10:52:28 +02:00 |
Jenkins for ownCloud
|
b60dcd91bb
|
[tx-robot] updated from transifex
|
2015-05-05 01:55:36 -04:00 |
Lukas Reschke
|
d9746d8abd
|
Fix PHPDoc for the ext. share controller
|
2015-05-04 18:06:16 +02:00 |
Morris Jobke
|
760ce3bd63
|
Fix DeleteOrphanedSharesJob
* remove unneeded use statements
* the the interval properly in the constructor
* set the log level to debug (from info) - fixes #16036
|
2015-05-04 13:58:58 +02:00 |
Lukas Reschke
|
17fedc80da
|
Merge pull request #15652 from oparoz/better-text-previews
Show a text preview instead of a bitmap preview of text
|
2015-05-04 11:44:51 +02:00 |
Jenkins for ownCloud
|
7fa308977b
|
[tx-robot] updated from transifex
|
2015-05-04 01:54:47 -04:00 |
Jenkins for ownCloud
|
aa0d439ed9
|
[tx-robot] updated from transifex
|
2015-05-02 01:54:49 -04:00 |
Jenkins for ownCloud
|
eda4d45836
|
[tx-robot] updated from transifex
|
2015-05-01 01:54:43 -04:00 |
Jenkins for ownCloud
|
ae853445ef
|
[tx-robot] updated from transifex
|
2015-04-30 03:27:57 -04:00 |
Joas Schilling
|
b55ef51a27
|
Add tests for the correct share id on the call aswell
|
2015-04-28 14:56:13 +02:00 |
Joas Schilling
|
34181c3aef
|
Correctly send Federate-Cloud Share Feedback against the remote share ID
|
2015-04-28 14:29:04 +02:00 |
Joas Schilling
|
66dca76f72
|
check the called URL
|
2015-04-28 11:28:54 +02:00 |
Joas Schilling
|
8f7c64253e
|
Correctly generate the feedback URL for remote share
The trailing slash was added in c78e3c4a7f
to correctly generate the encryption keys
|
2015-04-28 11:28:54 +02:00 |
Robin Appelman
|
5304afbecb
|
dont pass floats as timestamp to the changepropagator
|
2015-04-27 15:18:25 +02:00 |
Robin Appelman
|
0789a6433e
|
safer teardown
|
2015-04-27 14:07:16 +02:00 |
Robin Appelman
|
32067f9e80
|
use microtime to prevent race conditions
|
2015-04-27 14:07:16 +02:00 |
Robin Appelman
|
83b8ac0d7b
|
cleanup hooks
|
2015-04-27 14:07:16 +02:00 |
Robin Appelman
|
2e897f05b1
|
triger propagation for webdav uploads
use post hooks for share etag propagator
|
2015-04-27 14:07:16 +02:00 |
Robin Appelman
|
dd9601ae8f
|
fix merge
|
2015-04-27 14:07:16 +02:00 |
Robin Appelman
|
45784f213f
|
fix propagation when renaming a directly reshared folder
|
2015-04-27 14:07:16 +02:00 |
Robin Appelman
|
f488624e5f
|
minor fixes
|
2015-04-27 14:07:16 +02:00 |
Robin Appelman
|
526ea3fcba
|
add rename hook for propagation
|
2015-04-27 14:07:16 +02:00 |
Robin Appelman
|
77fbb4125b
|
propagate changes up reshares
|
2015-04-27 14:07:16 +02:00 |
Robin Appelman
|
8cb40f6043
|
Make sure the owner mountpoints are setup
|
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 |
Jenkins for ownCloud
|
e58029f8ad
|
[tx-robot] updated from transifex
|
2015-04-27 01:54:46 -04:00 |
Jenkins for ownCloud
|
37adf6df01
|
[tx-robot] updated from transifex
|
2015-04-26 01:54:49 -04:00 |
Jenkins for ownCloud
|
7855174879
|
[tx-robot] updated from transifex
|
2015-04-25 01:55:13 -04:00 |
Jenkins for ownCloud
|
33d197db29
|
[tx-robot] updated from transifex
|
2015-04-24 01:55:15 -04:00 |
Olivier Paroz
|
0729fc2fbc
|
Remove overflow+watermark
|
2015-04-23 18:19:34 +02:00 |
Olivier Paroz
|
58a87d0bab
|
Use authorization headers for better compatibility
+ add ellipsis
+ fix OC.generateUrl calls
|
2015-04-23 18:19:29 +02:00 |
Olivier Paroz
|
a968877a8b
|
An idea to suggest that this is just a sample of the full text
|
2015-04-23 18:19:21 +02:00 |
Olivier Paroz
|
530c290555
|
Use webDAV to have access to HTTP byte ranges
|
2015-04-23 18:19:17 +02:00 |
Olivier Paroz
|
e113d67430
|
Cache the token value
|
2015-04-23 18:19:12 +02:00 |
Olivier Paroz
|
8d3f88cf16
|
Show a text preview instead of a bitmap preview of text
+ fix the preview height
|
2015-04-23 18:19:07 +02:00 |
Vincent Petry
|
a672e9d556
|
Merge pull request #15814 from owncloud/public-reshare-webdav
Fix webdav access for public reshare
|
2015-04-23 15:28:10 +02:00 |
Robin Appelman
|
7a3a8e4032
|
fix subfolder reshares over webdav
|
2015-04-23 13:42:51 +02:00 |
Jenkins for ownCloud
|
f8f354b351
|
[tx-robot] updated from transifex
|
2015-04-23 01:54:51 -04:00 |
Robin Appelman
|
57f49391dc
|
remove unneeded readonlycache
|
2015-04-22 20:07:54 +02:00 |
Robin Appelman
|
2adb79c794
|
resolve reshares in public webdav
|
2015-04-22 16:19:52 +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 |
Thomas Müller
|
438cb27471
|
Merge pull request #15721 from oparoz/fix-readonly-cache
Fix read-only cache
|
2015-04-21 16:30:56 +02:00 |
Olivier Paroz
|
9695e33e34
|
Renamed class + split methods
|
2015-04-21 14:40:11 +02:00 |
Vincent Petry
|
53a23364ef
|
Added empty content message for empty read-only folders
|
2015-04-21 14:31:13 +02:00 |
Morris Jobke
|
9cb260d310
|
Merge pull request #15717 from owncloud/issue/15716-fixing-ocp-api-namespace-usage
Fixing OCS API namespace usage
|
2015-04-20 09:43:19 +02:00 |