Joas Schilling
98bdfa1518
change handling in app:list
11 years ago
Joas Schilling
def3b687ee
Replace print_r() with pretty json
11 years ago
Joas Schilling
dd5063bd49
Add an option to get the output in plain, json or print_r syntax
11 years ago
Morris Jobke
56f1ffe820
Merge pull request #14676 from owncloud/deleteorphanedshares
Delete orphaned shares in a background job
11 years ago
Morris Jobke
9c76d068c3
Merge pull request #15196 from owncloud/limit-file-activities-to-favorites
Limit file activities to favorites
11 years ago
Morris Jobke
84ae9532c8
Merge pull request #15448 from owncloud/occ-check-server-env-master
Adding check command to validate server environment
11 years ago
Thomas Müller
4f0769fc07
Merge pull request #15483 from owncloud/maintenance-refresh
Fix maintenance refresh interval
11 years ago
Morris Jobke
f3ef17a963
Merge pull request #15490 from owncloud/remove-debug-logging
remove unessesary logging of methods instantiation
11 years ago
Morris Jobke
4e60b81264
Merge pull request #14120 from owncloud/dav-statcache
Stat cache for DAV storage, improves s2s performance a little bit
11 years ago
Morris Jobke
62936aa323
Merge pull request #15488 from owncloud/files-navigation-icons
add icons to Files sidebar
11 years ago
Morris Jobke
91a90e25ae
fix for IE8
11 years ago
Clark Tomlinson
3ffb2d8abd
remove unessesary logging of methods instantiation
11 years ago
Jan-Christoph Borchardt
84c2fe85b7
add icons to files sidebar, fix shade, fix position of settings icon and text
11 years ago
Vincent Petry
053c15d1a7
Merge pull request #15481 from owncloud/enc_no_error_if_enc_is_disabled
don't throw exception if a file gets uploaded and encryption is disabled
11 years ago
Morris Jobke
78ec7543d5
Fix maintenance refresh interval
* fix XMLHttpRequest - send after callback is registered
* check for correct type of value - it's a boolean
* return correct content-type in status.php
11 years ago
Bjoern Schiessle
c379557e1d
don't throw exception if a file gets uploaded and encryption is disabled
11 years ago
Clark Tomlinson
fc2711e156
Merge pull request #15472 from owncloud/enc_backward_compatibility
make private key handling backward compatible
11 years ago
Morris Jobke
103d451459
Merge pull request #14987 from rullzer/ocs_password_fix2
OCS Fixes to allow setting of password without removing additional settings
11 years ago
Lukas Reschke
d01a2acbcf
Merge pull request #15469 from owncloud/fix/15463
Fix language level incompatibilties
11 years ago
Bjoern Schiessle
4ce5669419
read cipher from key header and always write a key header if a new private key is stored
11 years ago
Vincent Petry
69ba67ec0f
Merge pull request #15464 from owncloud/fixmasterunittests
Replace originalStorage in tests with a proper teardown
11 years ago
Lukas Reschke
c3c50fb481
Fix language level incompatibilties
Arbitrary expressions in empty are allowed in PHP 5.5 ands upwards. Seems to only affect master.
Fixed https://github.com/owncloud/core/issues/15463
11 years ago
Vincent Petry
c12dd2820c
Merge pull request #15465 from owncloud/issue/15456-disable-ocs-maintenance
Disable OCS api when in maintenance mode
11 years ago
Vincent Petry
4acf6747d2
Disable trashbin when testing orphaned shares deletion job
11 years ago
Thomas Müller
19834211b4
Merge pull request #15443 from owncloud/encryption-user-hook-tests
adding test for user hooks
11 years ago
Joas Schilling
f7dd16f1ac
Disable OCS api when in maintenance mode
11 years ago
Vincent Petry
f8cfc03f36
Replace originalStorage in tests with a proper teardown
The purpose of $originalStorage in unit tests was to remount the old
root.
However that storage itself is already wrapped by storage wrapper, so
remounting it would rewrap the storage several times.
This fix makes use of "loginAsUser()" and "logout()" from the TestCase
class to properly initialize and cleanup the FS as expected.
11 years ago
Morris Jobke
59322a5037
Merge pull request #15333 from owncloud/copy-cross-device
fix copying folder across devices
11 years ago
Vincent Petry
9c3893ce69
Added FIXME about registering jobs in apps.php
11 years ago
James Anslow
d53aa4a816
Fixing issue #15322 - showing Settings button next to gear icon
11 years ago
Morris Jobke
dfc0a26e57
Merge pull request #15453 from owncloud/enc2_fix
fix function call
11 years ago
Vincent Petry
17b141337a
Delete orphaned shares in a background job
11 years ago
Bjoern Schiessle
215a9bcbc3
fix function call
11 years ago
Thomas Müller
f099c9883e
Adding check command to validate server environment - fixes #15429
11 years ago
Morris Jobke
6c327f8331
Merge pull request #14879 from oparoz/fix-preview-caching
Introducing the maximum size preview
11 years ago
Clark Tomlinson
4098f5f7fd
adding test for user hooks
11 years ago
Morris Jobke
d28d7c470f
Merge pull request #15441 from owncloud/fix-file-headers-master
fixing license headers - encryption code related
11 years ago
Thomas Müller
a4483243ac
fixing license headers - encryption code related
11 years ago
Thomas Müller
1fbf5d86df
Merge pull request #14472 from owncloud/feature/wipencryptionapp
encryption 2.0 app
11 years ago
Olivier Paroz
74bf9806b0
Introducing the maximum size preview
The first time we're asked to generate a preview we'll generate one of the maximum dimension indicated in the configuration and all future resizing requests will be done on that preview in order to not waste time converting the same file over and over.
One of the fixes required for #12465
11 years ago
Thomas Müller
2d2cb09715
fixing unit test - expected value change due to different size being stored in cache table
11 years ago
Morris Jobke
2182ae0d27
Merge pull request #15431 from owncloud/displayname-width
widen displayName input field
11 years ago
Thomas Müller
161d80da5b
In case of encryption exceptions we return 503 - this will allow the client to retry
11 years ago
Morris Jobke
6cc3fd9270
Merge pull request #15426 from owncloud/issue/15420-remove-hardcoded-docs-link
Remove hardcoded link to performance docs
11 years ago
Thomas Müller
54a3bdf1c5
fixing unit test execution related to trashbin
11 years ago
Thomas Müller
268d346b36
fixing unit tests
11 years ago
Thomas Müller
4a70ca665c
respect mount option while encrypting
11 years ago
Clark Tomlinson
d637bffac6
adding user setup test and adding 4 tests to keymanager
11 years ago
Clark Tomlinson
28c8017928
adding recoverFileTest
11 years ago
Clark Tomlinson
c7c3caedf5
adding recovery tests
11 years ago