| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Escape LIKE parameter
* Escape LIKE parameter
* Escape LIKE parameter
* Escape LIKE parameter
* Escape LIKE parameter
* Use correct method in the AbstractMapping class
* Change the getNamesBySearch method so that input can be properly escaped while still supporting matches
* Don't escape hardcoded wildcard
|
|\ \ \
| |/ /
|/| | |
[stable9.1] New command to update group mappings
|
| | | |
|
| |/
|/|
| |
| |
| | |
Because fetching the user information will also fetch the avatar, the
avatar code sets up the FS and leaves the mount points cached, we need
to call tearDownFS to clear that up.
|
| |
| |
| |
| |
| |
| |
| | |
The check for two factor enforcement would return true for non-existing
users. This fix makes it return false in order to be able to perform
the regular login which will then fail and return false.
This prevents throwing PasswordLoginForbidden for non-existing users.
|
|\ \
| | |
| | |
| | |
| | | |
owncloud/stable9.1-0f6a5aac7c4a770d45f9a2a36f90aa331c795aac
[stable9.1] Improve user list rendering perf by not resorting after every add
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
add (#26282)
The call to UserList.add() was wrong and was passing "user.lastLogin"
as the sort argument which would cause the list to be resorted over and
over again for every added item after loading the next page of users.
|
|\ \
| | |
| | | |
[Stable9.1] Allow one more origin. Log the reason of occ controller failure
|
| | | |
|
| |/
| |
| |
| |
| |
| | |
* Log the reason of occ controller failure
* Allow requests from SERVER_ADDR
|
|\ \
| | |
| | |
| | |
| | | |
owncloud/stable9.1-11c30fce0ab0a49919f968a1efc22c4e479d5fee
[stable9.1] Changed request to not add a prefix to the url (#26256)
|
| |/
| |
| |
| |
| |
| |
| |
| | |
* Changed request to not add a prefix to the url
* Expecting forbidden instead of service unavailable
* Handling login exceptions
|
|\ \
| |/
|/| |
Added sharing again an own file while belonging to a group scenario t…
|
| | |
|
|/ |
|
|
|
|
|
|
|
|
| |
Because some cron jobs do not always properly clean up their FS usage
and others might not clean up before setting up the FS, this could
cause potential side effects.
To make sure we exclude side effects, we tear down the FS between cron
jobs.
|
|
|
|
|
| |
owncloud/fix-birthday-calendar-component (#26056)
The birthday calendar can only hold VEVENT
|
|
|
|
|
|
|
| |
OCA\DAV\CardDAV\Converter::updateCard (#26243) (#26246)
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
#26242
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
notification is sent out (#26167)
|
|\
| |
| |
| |
| | |
owncloud/stable9.1-c97f24efbaec7756667368568b0c5d7b506d864f
[stable9.1] Redirect to challenge page when only one 2FA provider
|
| |
| |
| |
| |
| | |
If only one two factor provider exists, spare the user from having to
select it and redirect directly to its challenge page.
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
|
|
|
|
|
|
| |
In some cross-local-storage use cases, the Local storage is
instantiated with "/" as data directory. In such cases, calling
realpath() would cause PHP warnings when open_basedir is set.
This fix bypasses the realpath() call when dealing with a root storage.
|
| |
|
|\
| |
| | |
[stable9.1] Prefilter inaccessible shares in DefaultShareProvider::getSharedWith()
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The DefaultShareProvider now does a DB-level check to find out whether
file_source is accessible at all (deleted file) or whether it's in the
trashbin of a home storage.
One small corner case where the home storage id is in md5 form cannot
be covered properly with this approach.
|
|\ \
| | |
| | | |
[stable9.1] Fix fed share test call to return proper result
|
| |/
| |
| |
| |
| |
| | |
Fixes an issue where retrying a previously failed federated share would
not properly reset the availability flag because the return value was
undefined instead of "true".
|
|\ \
| |/
|/| |
[Stable9.1] catch needs upgrade non cli
|
| | |
|
|\ \
| |/
|/|
| |
| | |
owncloud/stable9.1-d17a7ff32a38804d9e6cfbc7dde36fe2f4b73c39
[stable9.1] Fix failing preview unit tests (#26039)
|
| | |
|
|\ \
| |/
|/| |
[stable9.1] Allow increasing permissions for share owner
|
|/
|
|
|
|
| |
In some cases, the owner of the share is also recipient through a group
share. The owner must still be able to increase permissions in that
situation.
|
| |
|
| |
|
|\
| |
| |
| |
| | |
owncloud/stable9.1-integration_tests_local_external_storage
Stable9.1 integration tests local external storage
|
| | |
|
| |
| |
| |
| |
| |
| | |
Conflicts:
build/integration/features/bootstrap/BasicStructure.php
build/integration/run.sh
|
| | |
|
| |
| |
| |
| |
| | |
Conflicts:
build/integration/run.sh
|
| |
| |
| |
| |
| |
| |
| |
| | |
storage scenarios
Conflicts:
build/integration/features/bootstrap/BasicStructure.php
build/integration/run.sh
|