| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
Suggested by mnestis on Transifex.
|
|
|
|
| |
This reverts commit 09fd34eed908203674721af86ce889bfd0a0ef8d.
|
|\
| |
| | |
drop OC_Preferences::getUsers and getApps
|
|/ |
|
|\
| |
| | |
drop dependency of some commands on old config object
|
| | |
|
|\ \
| | |
| | | |
Check for XMLWriter class
|
| | |
| | |
| | |
| | | |
This is not installed by default in all cases and will break the DAV features of ownCloud. Lot's of reports such as https://github.com/owncloud/ios-issues/issues/167#issuecomment-63798507
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fixes an issue when uploading files to external storage when recovery
keys are enabled
The Util class only works with real users, so instantiating it with the
virtual recovery key user or public key user can cause issues.
|
|\ \ \
| | | |
| | | | |
replace all static calls to OC_Config and OC_Preferences to calls to OCP...
|
| | | | |
|
| | | | |
|
|\ \ \ \
| |_|_|/
|/| | | |
cleanup languages. closes #11274
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Remove phpass and migrate to new Hasher interface
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This PR removes phpass and migrates to the new Hasher interface.
Please notice that due to https://github.com/owncloud/core/issues/10671 old hashes are not updated but the hashes are backwards compatible so this shouldn't hurt.
Once the sharing classes have a possibility to update the passwords of single shares those methods should be used within the newHash if block.
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
Issue/10991 all testcase
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Remove delete button in shared with others list
|
| | | | | | |
|
| | |_|/ /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Whenever a file is shared with others or with link, a delete button used
to be visible that triggered a direct deletion.
This button has been removed to avoid accidental deletion from people
who might believe it was an unshare button. Unsharing is still possible
inside the share dropdown.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Port 12154
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Remove all ports from the trusted domains
Conflicts:
lib/private/repair.php
lib/repair/repairconfig.php
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This lead to a lot of confusion in the past and did not really offer any value. Let's remove the port check therefore. (it's anyways not really a part of the domain)
Fixes https://github.com/owncloud/core/issues/12150 and https://github.com/owncloud/core/issues/12123 and also a problem reported by @DeepDiver1975.
Conflicts:
lib/private/request.php
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Added function to load translations from JS
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
For apps that support async translation loading, a new function
OC.L10N.load() can be used to asynchronously load the translations
for a given app.
|
| |_|_|/ / /
|/| | | | | |
|
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
Show warning when invalid user was passed
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Sometimes there are bugs that cause setupFS() to be called for
non-existing users. Instead of failing hard and breaking the instance,
this fix simply logs a warning.
|
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
Warn for password reset when files_encryption is enabled
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Creating a new key pair can take 1-2 seconds. So it could happen that the user click the "Reset password" button again which can lead to many nasty things, e.g. we could create two new key pairs in parallel.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
key pair for the user
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
new key-pair
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
THX @schiesbn
(I should setup a mail server on my local system...)
|
| | | | | | |
|
| | | | | | |
|
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This patch wil warn the user of the consequences when resetting the password and requires checking a checkbox (as we had in the past) to reset a password.
Furthermore I updated the code to use our new classes and added some unit tests for it :dancers:
Fixes https://github.com/owncloud/core/issues/11438
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
owncloud/undelete-only-if-files-trashin-is-enabled
Only show undelete capability if files_trashbin is enabled
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fixes the OCS capability API at /ocs/v1.php/cloud/capabilities
|
| | | | | | |
|