Jenkins for ownCloud
65871ffea3
[tx-robot] updated from transifex
11 years ago
Thomas Müller
659f958d01
Merge pull request #13401 from is-apps/amazon_s3_checkboxes
Tidy formatting of Amazon S3 checkboxes
11 years ago
Robin Appelman
41382ef7fc
Merge pull request #13667 from owncloud/rename-always-update-cache
Update the cache when renaming even if we dont emit hooks
11 years ago
Robin Appelman
a59612752e
Fix trash error when deleting files with the same name at the same time (happens in unit tests)
11 years ago
Morris Jobke
723f2a1cba
Merge pull request #13730 from owncloud/fix-htaccess
Reference module with `.c`
11 years ago
Robin Appelman
cec43df0f0
Add unit test
11 years ago
Robin Appelman
8c9f1a982c
Update the cache when renaming even if we dont emit hooks
11 years ago
Lukas Reschke
20199dd168
Reference module with `.c`
Fixes https://github.com/owncloud/core/issues/13657
11 years ago
Jenkins for ownCloud
55142186de
[tx-robot] updated from transifex
11 years ago
Morris Jobke
1efb1fee11
Merge pull request #13700 from owncloud/dav-objecttree-required-a-collection
let init() take a ICollection or an INode - fixes PHP message
11 years ago
Morris Jobke
e0b0643528
Merge pull request #13704 from owncloud/issue/13571-indicate-remote-sharee-in-filelist
Indicate that the share owner is remote in the filelist
11 years ago
Morris Jobke
752b94d363
Merge pull request #13717 from owncloud/storage-donotwrapnullstorage
Prevent wrapping null storage
11 years ago
Morris Jobke
87b39e8f03
Merge pull request #13525 from owncloud/s2s-fixscanfileforbrokenstorage
Catch storage exception in scanner for remote shares
11 years ago
Vincent Petry
6d8985b671
Prevent wrapping null storage
Can happen when trying to instantiate external storages that have
incomplete config, where the constructor throws an exception (the
exception is caught in createStorage())
11 years ago
Bernhard Posselt
3fa6e0f4dc
Merge pull request #13718 from owncloud/use-proper-namespace
Use proper namespace
11 years ago
Lukas Reschke
bedf358b40
Use proper namespace
IAppManager lives in OCP\App and not in OCP.
Fixes https://github.com/owncloud/core/issues/13710
11 years ago
Vincent Petry
acec40fe5a
Merge pull request #13561 from owncloud/trash-finaldeletewhencrossstoragefix
Call final unlink in trash wrapper's storage
11 years ago
Vincent Petry
12867b9c78
Fix return type of addStorageWrapper in PHPDoc
11 years ago
Vincent Petry
3478634df1
Merge pull request #13707 from owncloud/extstorage-fixincompletestorageconfig
Allow saving incomplete external storage config
11 years ago
Morris Jobke
4d90fd933f
Merge pull request #13699 from owncloud/check-if-file-exists
Use `file_exists` to verify that config file exists
11 years ago
Lukas Reschke
a870dbe70b
Merge pull request #13636 from owncloud/add-warning-if-restore-of-data-is-not-possible
Add value if restore of data is possible for a user
11 years ago
Vincent Petry
3764515365
Allow saving incomplete external storage config
This is needed for Dropbox and others that need a token.
11 years ago
Vincent Petry
c4b02176dc
Fix mount config unit test failures
Because setStorageId now instantiates storages, they might throw
exceptions if arguments are missing.
This fixes the unit test to not throw exceptions and have their default
config arguments set.
11 years ago
Morris Jobke
9fbeaf0fd9
Add value if restore of data is possible for a user
* reason: nice to know before password change in user management
* restore is possible:
* encryption is disabled
* encryption is enabled, admin and user has checked the
restore option
* if not possible:
* highlight users row in red once the admin wants to change the password
* show also a little tipsy
11 years ago
Joas Schilling
3f8e850dc6
Indicate that the share owner is remote in the filelist
11 years ago
Lukas Reschke
9771ead7dd
Merge pull request #13701 from owncloud/disable-appcode-checker
disable the app code checker - some previous shipped apps cannot be inst...
11 years ago
Thomas Müller
b7cf4d551e
let init() take an INode - fixes PHP message
11 years ago
Thomas Müller
956de27e94
Merge pull request #13676 from owncloud/fix-node-iface
Fix node interface
11 years ago
Thomas Müller
1add2f3f58
Merge pull request #13679 from owncloud/public-disablesharejsplugin
Disable JS plugin for sharing in public mode
11 years ago
Thomas Müller
29f49ddc3d
Merge pull request #13691 from owncloud/s2s-acceptsinglefile
Only reload file list after remote share accept request returns
11 years ago
Thomas Müller
9a75304b02
disable the app code checker - some previous shipped apps cannot be installed from the appstore now 👊
11 years ago
Thomas Müller
f248ee013b
Merge pull request #13694 from owncloud/little-bit-more-descriptive-htaccess-error
Make error more descriptive
11 years ago
Jenkins for ownCloud
c8f58054b0
[tx-robot] updated from transifex
11 years ago
Lukas Reschke
17f2cfbb9c
Use `file_exists` to verify that config file exists
There might be the case that `fopen($file, 'r')` returns false and thus ownCloud might believe that the config file is empty and thus potentially leading to an overwrite of the config file.
This changeset introduces `file_exists` again which was used in ownCloud 5 where no such problems where reported and should not be affected by such problems.
Ref https://github.com/owncloud/core/issues/12785#issuecomment-71548720
11 years ago
Lukas Reschke
d8559dc78f
Make error more descriptive
Ref https://github.com/owncloud/core/issues/13693#issuecomment-71546767
11 years ago
Vincent Petry
182b1937bb
Only reload file list after remote share accept request returns
When accepting a remote share, an ajax request is sent to the server.
Only once this request returns should the file list be reloaded.
11 years ago
Vincent Petry
efcd89cb18
Do not disclose share owner in public file list
11 years ago
Vincent Petry
86689ef400
Disable JS plugin for sharing in public mode
This removes the logic that registers the share action and modifies the
rows. Share actions aren't needed in the public file list.
11 years ago
Vincent Petry
bd888748bd
Merge pull request #13490 from owncloud/fix_reshare_s2s_share
use uid provided by setupfs hook to mount server2server shares
11 years ago
Vincent Petry
44d69d7178
Merge pull request #13677 from owncloud/s2s-doubleslashrequest
Prevent double slash in shareinfo request URL
11 years ago
Bjoern Schiessle
5ba19ba7fc
certificate manager should always use a \OC\Files\View otherwise we will get problems for different primary storages
11 years ago
Bjoern Schiessle
67da1f7e5a
certificate manager only needs the user-id, no need to pass on the complete user object
11 years ago
Bjoern Schiessle
66f0db30b2
use uid provided by setupfs hook to mount server2server shares, otherwise mount will fail for public link shares
11 years ago
Vincent Petry
d5b61f9afe
Prevent double slash in shareinfo request URL
11 years ago
Vincent Petry
5376b0b123
Add back exit()
11 years ago
Bernhard Posselt
b8769802df
fix node interface
11 years ago
Vincent Petry
87ce64c24e
Replace OC_Log::ERROR with OCP\Util::ERROR
11 years ago
Thomas Müller
836b80919f
Merge pull request #13660 from owncloud/remove-duplicate-service-definition
Remove duplicated definition of APIController
11 years ago
Vincent Petry
f6e644b43f
Catch storage exception in scanner for remote shares
Whenever an exception occurs during scan of a remote share, the share is
checked for availability. If the storage is gone, it will be removed
automatically.
Also, getDirectoryContent() will now skip unavailable storages.
11 years ago
Thomas Müller
5da4071c45
Merge pull request #13621 from owncloud/system-config-multiset
Add a method to set/unset multiple config values with one write
11 years ago