summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #24593 from nextcloud/backport/23912/stable19Morris Jobke2021-01-076-5/+91
|\ | | | | [stable19] use in objectstore copy
| * use in objectstore copyRobin Appelman2020-12-076-5/+91
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #24962 from nextcloud/backport/24683/stable19Julius Härtl2021-01-071-1/+7
|\ \ | | | | | | [stable19] [Fix #24682]: ensure federation cloud id is retruned if FN property not found
| * | [Fix #24682]: ensure federation cloud id is retruned if FN property not foundGuillaume Virlet2021-01-051-1/+7
| | | | | | | | | | | | Signed-off-by: Guillaume Virlet <github@virlet.org>
* | | Show unique displayname context in the sharing inputJulius Härtl2021-01-053-1/+10
|/ / | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2021-01-052-0/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2021-01-032-4/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2021-01-012-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2020-12-312-10/+10
| |
* | [tx-robot] updated from transifexNextcloud bot2020-12-302-0/+4
| |
* | Avoid huge exception argument loggingRoeland Jago Douma2020-12-292-4/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | In some cases it might happen that you have an argument that deep down somewhere has an array with a lot of entries (think thousands). Now before we would just happily print them all. Which would fill the log. Now it will just print the first 5. And add a line that there are N more. If you are on debug level we will still print them all. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2020-12-292-32/+32
| |
* | [tx-robot] updated from transifexNextcloud bot2020-12-222-22/+44
| |
* | Actually set the TTL on redis setRoeland Jago Douma2020-12-211-1/+7
| | | | | | | | | | | | Else well the keys remain for ever and ever. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2020-12-204-24/+26
| |
* | [tx-robot] updated from transifexNextcloud bot2020-12-182-8/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2020-12-152-0/+26
| |
* | [tx-robot] updated from transifexNextcloud bot2020-12-122-0/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2020-12-104-24/+28
| |
* | [tx-robot] updated from transifexNextcloud bot2020-12-082-0/+2
|/
* Merge pull request #24564 from nextcloud/backport/24552/stable19Roeland Jago Douma2020-12-071-2/+12
|\ | | | | [stable19] Remember me is not an app_password
| * Fix typo Morris Jobke2020-12-041-1/+1
| | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Remember me is not an app_passwordRoeland Jago Douma2020-12-041-2/+12
| | | | | | | | | | | | | | | | While technically they are stored the same. This session variable is used to indicate that a user is using an app password to authenticate. Like from a client. Or when having it generated automatically. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2020-12-074-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2020-12-062-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2020-12-054-0/+4
|/
* Generate a new session id if the decrypting the session data failsRoeland Jago Douma2020-12-041-0/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2020-12-0412-0/+12
|
* Fix vsprint parameterRoeland Jago Douma2020-12-031-1/+1
| | | | | | | %2\$; is not valid. On php7 this is just ignored but on php8 it gives an error. %2\$s; works. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2020-12-032-6/+24
|
* Fix file size computation on 32bit platformsaler92020-12-021-5/+4
| | | | Signed-off-by: aler9 <46489434+aler9@users.noreply.github.com>
* Merge pull request #24327 from nextcloud/backport/24103/stable19Morris Jobke2020-12-011-1/+1
|\ | | | | [stable19] Only check path for being accessible when the storage is a object home
| * Only check path for being accessible when the storage is a object homeJulius Härtl2020-11-241-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2020-12-01130-158/+158
| |
* | Merge pull request #24354 from nextcloud/backport/24162/stable19Roeland Jago Douma2020-11-253-13/+48
|\ \ | | | | | | [stable19] set the display name of federated sharees from addressbook
| * | send expected format of cloud idArthur Schiwon2020-11-251-1/+2
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | set the display name of federated sharees from addressbookArthur Schiwon2020-11-253-13/+47
| |/ | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Extra white space to follow other ifslui87kw2020-11-251-1/+1
| | | | | | | | Signed-off-by: lui87kw <lukas.ifflaender@uni-wuerzburg.de>
* | Avoid substr() error when strpos returns falsebladewing2020-11-251-6/+9
| | | | | | | | | | | | | | | | "Exception: substr() expects parameter 3 to be int, bool given" can occur on Line 378 $mimePart = substr($icon, 0, strpos($icon, '-')); This happens, when '-' is not found and strpos returns false instead of an int. When this occurs, e.g., Activity hangs. Signed-off-by: lui87kw <lukas.ifflaender@uni-wuerzburg.de>
* | Fix the config key on the sharing expire checkboxChristoph Wurst2020-11-241-1/+1
|/ | | | | | | We don't use `shareapi_internal_enforce_expire_date` anywhere. `shareapi_enforce_internal_expire_date` is the one we want. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Simple typo in commentsCarlos Ferreira2020-11-201-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-11-192-0/+4
|
* Merge pull request #24160 from nextcloud/backport/24069/stable19Roeland Jago Douma2020-11-161-3/+3
|\ | | | | [stable19] Fix default internal expiration date
| * Fix default internal expiration dateDaniel Calviño Sánchez2020-11-161-3/+3
| | | | | | | | | | | | | | The default expiration date for internal shares was set from the default link expiration date instead of the internal one. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Merge pull request #24076 from nextcloud/backport/23741/stable19Julius Härtl2020-11-161-1/+7
|\ \ | |/ |/| [stable19] Unlock when promoting to exclusive lock fails
| * Unlock when promoting to exclusive lock failsAshod Nakashian2020-11-121-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In certain cases changeLock to EXCLUSIVE fails and throws LockedException. This leaves the file locked as SHARED in file_put_contents, which prevents retrying (because on second call file_put_contents takes another SHARED lock on the same file, and changeLock doesn't allow more than a single SHARED lock to promote to EXCLUSIVE). To avoid this case, we catch the LockedException and unlock before re-throwing. Signed-off-by: Ashod Nakashian <ashod.nakashian@collabora.co.uk>
* | Don't throw on SHOW VERSION queryJoas Schilling2020-11-161-1/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2020-11-142-4/+4
|/
* Only use index of mount point when it is thereJoas Schilling2020-11-121-1/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* add mount point to quota warning messageRobin Appelman2020-11-121-1/+3
| | | | | | makes it more clear to the user what the quota applies to Signed-off-by: Robin Appelman <robin@icewind.nl>