| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| | |
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
|
| |
| |
| | |
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
|
| | |
|
|\ \
| | |
| | | |
[stable17] Fix restoring shared versions
|
| | |
| | |
| | |
| | | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
| |/
| |
| |
| | |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|\ \
| |/
|/| |
[stable17] handle IPv6 addresses with an explict incoming interface at the end
|
|/
|
|
|
|
|
| |
fe80::ae2d:d1e7:fe1e:9a8d%enp2s0)
Signed-off-by: Konrad Bucheli <konrad.bucheli@gmx.ch>
Signed-off-by: Konrad Bucheli <kb@open.ch>
|
|\
| |
| | |
[stable17] Sharee API GS fixes
|
| |
| |
| |
| | |
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
| |
| |
| |
| | |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
| | |
|
|\ \
| |/
|/| |
[stable17] Do not disable authentication apps
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
For #18249
If an app encounters an error during loading of app.php the app is
normally disabled. However. We should make sure that this doesn't happen
for authentication apps (looking at your user_saml).
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|\ \
| | |
| | | |
[stable17] Convert various columns in oc_mounts to bigint
|
| | |
| | |
| | |
| | | |
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
|
|\ \ \
| |_|/
|/| | |
[stable17] Move overwritehost check to isTrustedDomain
|
| |/
| |
| |
| | |
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
|\ \
| | |
| | | |
[stable17] delay creation of the cert bundle
|
| | |
| | |
| | |
| | |
| | |
| | | |
fixes #18148
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
| |/
|/| |
|
|\ \
| | |
| | | |
[stable17] Allow to unfavorite all files
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
[stable 17] Fix removing groups that have a slash in the name
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Gary Kim <gary@garykim.dev>
|
| | | | |
|
| | | | |
|
|\ \ \ \
| |_|/ /
|/| | | |
Hide the tooltip if the list row is rerendered
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
[stable17] Backport #18120
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
for Sabre/DAV
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[stable17] Mark "Talk" active on /call/token URLs
|
| | |_|/ /
| |/| | |
| | | | |
| | | | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|/ / / / |
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
[stable17] Throw an invalid token exception is token is marked outdated
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
This avoids hitting the backend with multiple requests for the same
token. And will help avoid quick LDAP lockouts.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|\ \ \
| | | |
| | | | |
[stable17] Handle token insert conflicts
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Env-based SAML uses the "Apache auth" mechanism to log users in. In this
code path, we first delete all existin auth tokens from the database,
before a new one is inserted. This is problematic for concurrent
requests as they might reach the same code at the same time, hence both
trying to insert a new row wit the same token (the session ID). This
also bubbles up and disables user_saml.
As the token might still be OK (both request will insert the same data),
we can actually just check if the UIDs of the conflict row is the same
as the one we want to insert right now. In that case let's just use the
existing entry and carry on.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
|/ / |
|
|\ \
| | |
| | | |
[stable17] Trim the login name
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Otherwise we keep on using it with leading or trailing whitespaces for
app tokens and other logic. The reason this doesn't throw an error
immediately with local users is that (My)SQL compares strings regardless
of their padding by default. So we look up 'uid ' and get the row for
the user 'uid'.
Other back-ends will lead to a hard error, though, and the user is
unable to log out as all request fail.
Ref https://stackoverflow.com/a/10495807/2239067
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
[stable17] Fix provisioning_api getUsers types
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
|