Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #24593 from nextcloud/backport/23912/stable19 | Morris Jobke | 2021-01-07 | 6 | -5/+91 |
|\ | | | | | [stable19] use in objectstore copy | ||||
| * | use in objectstore copy | Robin Appelman | 2020-12-07 | 6 | -5/+91 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #24962 from nextcloud/backport/24683/stable19 | Julius Härtl | 2021-01-07 | 1 | -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 found | Guillaume Virlet | 2021-01-05 | 1 | -1/+7 |
| | | | | | | | | | | | | Signed-off-by: Guillaume Virlet <github@virlet.org> | ||||
* | | | Show unique displayname context in the sharing input | Julius Härtl | 2021-01-05 | 3 | -1/+10 |
|/ / | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-01-05 | 2 | -0/+8 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-01-03 | 2 | -4/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-01-01 | 2 | -2/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-31 | 2 | -10/+10 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-30 | 2 | -0/+4 |
| | | |||||
* | | Avoid huge exception argument logging | Roeland Jago Douma | 2020-12-29 | 2 | -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 transifex | Nextcloud bot | 2020-12-29 | 2 | -32/+32 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-22 | 2 | -22/+44 |
| | | |||||
* | | Actually set the TTL on redis set | Roeland Jago Douma | 2020-12-21 | 1 | -1/+7 |
| | | | | | | | | | | | | Else well the keys remain for ever and ever. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-20 | 4 | -24/+26 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-18 | 2 | -8/+8 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-15 | 2 | -0/+26 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-12 | 2 | -0/+6 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-10 | 4 | -24/+28 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-08 | 2 | -0/+2 |
|/ | |||||
* | Merge pull request #24564 from nextcloud/backport/24552/stable19 | Roeland Jago Douma | 2020-12-07 | 1 | -2/+12 |
|\ | | | | | [stable19] Remember me is not an app_password | ||||
| * | Fix typo | Morris Jobke | 2020-12-04 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | Remember me is not an app_password | Roeland Jago Douma | 2020-12-04 | 1 | -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 transifex | Nextcloud bot | 2020-12-07 | 4 | -0/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-06 | 2 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-05 | 4 | -0/+4 |
|/ | |||||
* | Generate a new session id if the decrypting the session data fails | Roeland Jago Douma | 2020-12-04 | 1 | -0/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-04 | 12 | -0/+12 |
| | |||||
* | Fix vsprint parameter | Roeland Jago Douma | 2020-12-03 | 1 | -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 transifex | Nextcloud bot | 2020-12-03 | 2 | -6/+24 |
| | |||||
* | Fix file size computation on 32bit platforms | aler9 | 2020-12-02 | 1 | -5/+4 |
| | | | | Signed-off-by: aler9 <46489434+aler9@users.noreply.github.com> | ||||
* | Merge pull request #24327 from nextcloud/backport/24103/stable19 | Morris Jobke | 2020-12-01 | 1 | -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 home | Julius Härtl | 2020-11-24 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-01 | 130 | -158/+158 |
| | | |||||
* | | Merge pull request #24354 from nextcloud/backport/24162/stable19 | Roeland Jago Douma | 2020-11-25 | 3 | -13/+48 |
|\ \ | | | | | | | [stable19] set the display name of federated sharees from addressbook | ||||
| * | | send expected format of cloud id | Arthur Schiwon | 2020-11-25 | 1 | -1/+2 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | set the display name of federated sharees from addressbook | Arthur Schiwon | 2020-11-25 | 3 | -13/+47 |
| |/ | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | Extra white space to follow other ifs | lui87kw | 2020-11-25 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: lui87kw <lukas.ifflaender@uni-wuerzburg.de> | ||||
* | | Avoid substr() error when strpos returns false | bladewing | 2020-11-25 | 1 | -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 checkbox | Christoph Wurst | 2020-11-24 | 1 | -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 comments | Carlos Ferreira | 2020-11-20 | 1 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-11-19 | 2 | -0/+4 |
| | |||||
* | Merge pull request #24160 from nextcloud/backport/24069/stable19 | Roeland Jago Douma | 2020-11-16 | 1 | -3/+3 |
|\ | | | | | [stable19] Fix default internal expiration date | ||||
| * | Fix default internal expiration date | Daniel Calviño Sánchez | 2020-11-16 | 1 | -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/stable19 | Julius Härtl | 2020-11-16 | 1 | -1/+7 |
|\ \ | |/ |/| | [stable19] Unlock when promoting to exclusive lock fails | ||||
| * | Unlock when promoting to exclusive lock fails | Ashod Nakashian | 2020-11-12 | 1 | -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 query | Joas Schilling | 2020-11-16 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-11-14 | 2 | -4/+4 |
|/ | |||||
* | Only use index of mount point when it is there | Joas Schilling | 2020-11-12 | 1 | -1/+5 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | add mount point to quota warning message | Robin Appelman | 2020-11-12 | 1 | -1/+3 |
| | | | | | | makes it more clear to the user what the quota applies to Signed-off-by: Robin Appelman <robin@icewind.nl> |