Thomas Müller
|
fb8994603b
|
Merge pull request #15252 from owncloud/prevent-directory-characters-in-temporary-path
Filter potential dangerous characters in path name
|
2015-03-27 01:19:55 +01:00 |
Morris Jobke
|
f72939df91
|
Merge pull request #15255 from owncloud/test-namespacesforrepairtests
Fix namespace for repair step tests
|
2015-03-27 00:16:47 +01:00 |
Vincent Petry
|
cf2fd2a825
|
Fix namespace for repair step tests
|
2015-03-26 23:19:27 +01:00 |
Lukas Reschke
|
9622fbdf29
|
Filter potential dangerous characters in path name
We should not allow / or \ in the postfix here.
|
2015-03-26 23:17:18 +01:00 |
Vincent Petry
|
746be98e03
|
Merge pull request #13654 from oparoz/tmpfile-with-extension
Keep the extension in temp files
|
2015-03-26 23:08:08 +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 |
Thomas Müller
|
232518ac54
|
Merge pull request #15234 from owncloud/encryption2_core
core part of encryption 2.0
|
2015-03-26 21:14:59 +01:00 |
Bjoern Schiessle
|
ff9c85ce60
|
implement basic encryption functionallity in core to enable multiple encryption modules
|
2015-03-26 20:56:51 +01:00 |
Lukas Reschke
|
74a9fc29b4
|
Merge pull request #14399 from owncloud/ignore-empty-plurals
Ignore empty plurals just like with singulars
|
2015-03-26 20:15:33 +01:00 |
Lukas Reschke
|
c8c722bc6d
|
Merge pull request #15129 from owncloud/version-command-bus
expire versions in a background command
|
2015-03-26 19:55:13 +01:00 |
Morris Jobke
|
70e64822b9
|
Merge pull request #14665 from owncloud/fileid-increment
SQLite autoincrement test
|
2015-03-26 19:36:18 +01:00 |
Robin Appelman
|
ddd6a67d2a
|
Handle exceptions thrown during hooks when running unit tests
|
2015-03-26 17:07:02 +01:00 |
Robin Appelman
|
3ed6ed3c36
|
Force test cases using background commands to handle setting up the filesystem
|
2015-03-26 17:07:02 +01:00 |
Vincent Petry
|
daceb1a9ac
|
Revert "adding unit tests"
This reverts commit 8d327c94a8 .
|
2015-03-26 15:04:36 +01:00 |
Vincent Petry
|
cda7f7fd61
|
Merge pull request #15168 from owncloud/oc-etag-master
adding OC-ETag header
|
2015-03-26 13:52:43 +01:00 |
Vincent Petry
|
f056558b72
|
Add repair step to fix SQLite autoincrement
Force Doctrine to generate alter table SQL statements for SQLite to make
sure the code from OCSqlitePlatform is triggered.
|
2015-03-26 11:00:22 +01:00 |
Thomas Müller
|
8d327c94a8
|
adding unit tests
|
2015-03-26 10:49:26 +01:00 |
Vincent Petry
|
ec2d7cff2f
|
SQLite autoincrement test
|
2015-03-25 18:33:21 +01:00 |
Lukas Reschke
|
5f044ebf1b
|
Add wrapper for Guzzle
|
2015-03-25 16:04:41 +01:00 |
Lukas Reschke
|
5a9c9b86f8
|
Merge pull request #15153 from owncloud/uniquename-node
Add `getNonExistingName()` to the node api
|
2015-03-24 15:51:12 +01:00 |
Robin Appelman
|
d11f01fa0f
|
Add `getNonExistingName()` to the node api
|
2015-03-24 15:00:36 +01:00 |
Morris Jobke
|
92791bb8ba
|
Merge pull request #15126 from owncloud/sabre-storagenotavailable
Soft fail in CustomPropertiesBackend whenever storage not available
|
2015-03-24 14:01:47 +01:00 |
Vincent Petry
|
eb894e6625
|
Soft fail in CustomPropertiesBackend whenever storage not available
When a storage is not available, it will not fail the whole call any
more but still return a usable file list.
|
2015-03-23 17:41:32 +01:00 |
Joas Schilling
|
1686653fdd
|
The iran timezone removed the DST handling which breaks the timezone lib
|
2015-03-23 14:08:47 +01:00 |
Olivier Paroz
|
f3fe46685b
|
Introducing 3D images support (media type)
So that people with 3D images can at least see a 2D picture
Full 3D support is possible via an app
|
2015-03-20 22:11:42 +01:00 |
Thomas Müller
|
afa8872955
|
Merge pull request #14857 from owncloud/preview-provider-registration-in-manager
Preview provider registration in manager
|
2015-03-20 16:34:22 +01:00 |
Vincent Petry
|
e44ab2dcfe
|
Merge pull request #11884 from owncloud/ext-appframework
Cleanup ext storage CRUD code, introduce storage config id
|
2015-03-20 14:17:32 +01:00 |
Thomas Müller
|
a87cc90d1e
|
Merge pull request #14993 from owncloud/stop-on-missing-deps
Stop executing, when 3rdparty is missing or apps directory is invalid
|
2015-03-20 11:36:02 +01:00 |
Vincent Petry
|
eef5851a67
|
Fix share permission related unit tests
|
2015-03-20 11:30:51 +01:00 |
Morris Jobke
|
1de6fa19de
|
Merge pull request #15035 from owncloud/assocmapper
If the execute method on the mapper receives an assoc array, it binds by...
|
2015-03-20 08:53:14 +01:00 |
Morris Jobke
|
2a8c3798a8
|
Merge pull request #14947 from oparoz/repairmimetypes-sql
Make repairmimetypes compatible with case sensitive SQL backends
|
2015-03-19 17:22:25 +01:00 |
Bernhard Posselt
|
df24a014b8
|
If the execute method on the mapper receives an assoc array, it binds by value instead of index
|
2015-03-19 17:08:46 +01:00 |
Thomas Müller
|
857b22c61b
|
Merge pull request #15025 from rullzer/ocs_respect_enforced_date
Ocs respect enforced date
|
2015-03-19 17:06:04 +01:00 |
Robin Appelman
|
73874ca27f
|
Merge pull request #14704 from owncloud/storage-wrapper-mount
pass mountpoint to storage wrapper callback
|
2015-03-19 16:20:38 +01:00 |
Olivier Paroz
|
f890c3ffb1
|
Make the method compatible with all types of extensions
Fix existing tests
|
2015-03-19 16:09:16 +01:00 |
Thomas Müller
|
0868e49663
|
Merge pull request #14980 from owncloud/fix-fileglobalgc
Fix fileglobalgc unlink parameter warnings
|
2015-03-19 14:17:20 +01:00 |
Roeland Jago Douma
|
dd3307dd19
|
Added unit test
Tests added to make sure that removing an expire date when this is
enforced is not allowed.
|
2015-03-19 10:47:09 +01:00 |
Joas Schilling
|
4a13a84cab
|
Do not add apps2/ directory if it does not exist
|
2015-03-19 09:07:29 +01:00 |
Vincent Petry
|
fe8002a7db
|
Merge pull request #14995 from owncloud/remove-unrequired-backtick-removal
Remove unrequired backtick removal
|
2015-03-18 19:34:49 +01:00 |
Robin McCorkell
|
693ca9a92f
|
Add unit tests for gc() for \OC\Cache\FileGlobalGC
|
2015-03-18 16:19:04 +00:00 |
Joas Schilling
|
f2f7f178a5
|
Add test for backticks in path and etag
|
2015-03-18 13:29:39 +01:00 |
Vincent Petry
|
50194c31b4
|
Soft fail in custom properties backend
This makes it possible for clients to still receive a file list (minus
the broken files) instead of getting no list at all
|
2015-03-18 12:36:37 +01:00 |
Thomas Müller
|
c69cd28a73
|
Merge pull request #14968 from owncloud/files-reallowsinglequote
Reallow single quote in file names
|
2015-03-17 23:50:16 +01:00 |
Vincent Petry
|
e50f13d46b
|
Add positive test for path verification
|
2015-03-17 18:17:30 +01:00 |
Olivier Paroz
|
bd91546db8
|
Adding test cases where the extension is using capital letters
|
2015-03-17 13:25:39 +01:00 |
Lukas Reschke
|
9e2ebf2dce
|
Cache \OC\URLGenerator::imagePath
\OC\URLGenerator::imagePath is a really expensive operation due to all the I/O handling and can really benefit from caching.
|
2015-03-17 12:35:47 +01:00 |
Thomas Müller
|
98a42dbccc
|
Merge pull request #14927 from oparoz/raw-mimetypes
Introducing the Raw media types
|
2015-03-17 11:32:09 +01:00 |
Lukas Reschke
|
e4c6b0abf5
|
Merge pull request #14931 from owncloud/issue/14881-closures-for-navigation-entries
Issue/14881 closures for navigation entries
|
2015-03-17 11:28:27 +01:00 |
Lukas Reschke
|
b1c19f74a1
|
Merge pull request #12085 from owncloud/add-swift-mailer
Migrate OC_Mail to SwiftMailer
|
2015-03-17 11:15:39 +01:00 |
Joas Schilling
|
ec1d5011b6
|
Add tests for the navigation manager (closure) behaviour
|
2015-03-16 16:46:17 +01:00 |