Thomas Müller
0f3e36fdfd
Adding a more meaningful message for sabre dav exception - fixes #14516
10 years ago
Vincent Petry
ec19d9c267
Add unit test for size propagation across share boundaries
10 years ago
Jenkins for ownCloud
73c2157171
[tx-robot] updated from transifex
10 years ago
Vincent Petry
4322287fc3
Fix size propagation over shared storage boundary
10 years ago
Roeland Jago Douma
4436a9ce35
Shares should have a least read permission
...
* Throw 400 when a share is created or updated without read permissions
* Added unit tests
10 years ago
Jenkins for ownCloud
ff85d38c2a
[tx-robot] updated from transifex
10 years ago
Jenkins for ownCloud
42f6448da2
[tx-robot] updated from transifex
10 years ago
Jenkins for ownCloud
d20061e5b1
[tx-robot] updated from transifex
10 years ago
Vincent Petry
80e5ad3131
Bump up files_sharing version for schema update
10 years ago
Vincent Petry
ba71ee6059
Add default value for remote_id
...
Fixes SQLite migration with non-null column.
10 years ago
Morris Jobke
06aef4e8b1
Revert "Updating license headers"
...
This reverts commit 6a1a4880f0
.
10 years ago
Jenkins for ownCloud
8a4fddeb4a
[tx-robot] updated from transifex
10 years ago
Lukas Reschke
fca4628a5c
Show 404 page when accessing empty share URL
...
Testplan:
- [ ] Without: Accessing `public.php?service=files&t=` throws an exception
- [ ] With: No exception thrown and 404 page displayed.
Fixes https://github.com/owncloud/core/issues/14231
10 years ago
Joas Schilling
ac5bb97d04
Reset the group backend aswell
10 years ago
Joas Schilling
993d89b3cc
Extend the class so the Filesystem is cleaned up
10 years ago
Thomas Müller
b3de86d851
Remove locks plugin.
...
Reasoning:
- a WebDAV server is not required to implement locking support
- WebDAV Locking is know to break the sync algorithm
- the current lock implementation is known to be broken (locks are not moved if a file is moved, locks on shared files don't work)
10 years ago
Jenkins for ownCloud
31f881415b
[tx-robot] updated from transifex
10 years ago
Lukas Reschke
5bb0889b30
Remove uneeded assignment
...
'files' is neither used in the controller or the template
10 years ago
Lukas Reschke
165afb004b
Use getRemoteAddress which supports reverse proxies
...
Breaking change for 8.1 wiki (Security > Administrators):
The log format for failed logins has changed and uses now the remote address and is considering reverse proxies for such scenarios when configured correctly.
10 years ago
Vincent Petry
9f6dcb9d3e
Sabre Update to 2.1
...
- VObject fixes for Sabre\VObject 3.3
- Remove VObject property workarounds
- Added prefetching for tags in sabre tags plugin
- Moved oc_properties logic to separate PropertyStorage backend (WIP)
- Fixed Sabre connector namespaces
- Improved files plugin to handle props on-demand
- Moved allowed props from server class to files plugin
- Fixed tags caching for files that are known to have no tags
(less queries)
- Added/fixed unit tests for Sabre FilesPlugin, TagsPlugin
- Replace OC\Connector\Sabre\Request with direct call to
httpRequest->setUrl()
- Fix exception detection in DAV client when using Sabre\DAV\Client
- Added setETag() on Node instead of using the static FileSystem
- Also preload tags/props when depth is infinity
10 years ago
Jenkins for ownCloud
6a1a4880f0
Updating license headers
10 years ago
Jenkins for ownCloud
f63b09faca
[tx-robot] updated from transifex
10 years ago
Jenkins for ownCloud
ef09e5d395
[tx-robot] updated from transifex
10 years ago
Jenkins for ownCloud
906c0e7798
[tx-robot] updated from transifex
10 years ago
Jenkins for ownCloud
79ef5eda96
[tx-robot] updated from transifex
10 years ago
Joas Schilling
0833a6e332
Correctly create activities for public downloads
10 years ago
Robin Appelman
5394a81c05
Dont fatal error test when encryption is enabled
10 years ago
Jenkins for ownCloud
31c0cce092
[tx-robot] updated from transifex
10 years ago
Jenkins for ownCloud
2f851ff8bb
[tx-robot] updated from transifex
10 years ago
Joas Schilling
b768a70616
Use filterNotificationTypes to filter the types and group the methods
10 years ago
Joas Schilling
9ccfbc14f6
Copy sharing related activity code to Files_Sharing activity extension
10 years ago
Jenkins for ownCloud
e929d43bb6
[tx-robot] updated from transifex
10 years ago
Jenkins for ownCloud
124e48aec0
[tx-robot] updated from transifex
10 years ago
Jenkins for ownCloud
e2d4b3c123
[tx-robot] updated from transifex
10 years ago
Jenkins for ownCloud
60e771685e
[tx-robot] updated from transifex
10 years ago
Jenkins for ownCloud
4bf7b2c130
[tx-robot] updated from transifex
10 years ago
Lukas Reschke
a67627140c
Revert "Add OCS sharing info to capabilities"
10 years ago
Jenkins for ownCloud
988027fdca
[tx-robot] updated from transifex
10 years ago
Roeland Jago Douma
fe2aca5aa8
Updated unit tests
10 years ago
Roeland Jago Douma
3be3e20c0f
Bit better formatting when using json output
10 years ago
Roeland Jago Douma
d4e361db44
Updated sharing capabilities
...
Moved to files_sharing
Added more capabilities.
Tried to order to capabilities more OO style
10 years ago
Jenkins for ownCloud
bd60abbefc
[tx-robot] updated from transifex
10 years ago
Jenkins for ownCloud
9adff77040
[tx-robot] updated from transifex
10 years ago
Roeland Jago Douma
bcae79a85a
Split up unit tests
10 years ago
Roeland Jago Douma
083ebca812
Added unit test to test getCapabilities for files_sharing
10 years ago
Roeland Jago Douma
0452fde212
Converted getCapabilities to non static function
10 years ago
Roeland Jago Douma
4801d9c02a
Use single quotes
10 years ago
Roeland Jago Douma
ea1f726b7d
Only return capabilities if they are set
10 years ago
Roeland Jago Douma
b3ea849a87
Added capabilities whether a server allows public links
...
This fixes #13673 .
It now lists link sharing, passwords enforced, and if public uploads are
allowed.
10 years ago
Jenkins for ownCloud
77e9c212ed
[tx-robot] updated from transifex
10 years ago