Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-28 | 30 | -16/+88 |
| | |||||
* | Merge pull request #23705 from nextcloud/backport/23680/stable19 | Roeland Jago Douma | 2020-10-27 | 1 | -1/+5 |
|\ | | | | | [stable19] Enable theming background transparency | ||||
| * | Enable theming background transparency | John Molakvoæ (skjnldsv) | 2020-10-27 | 1 | -1/+5 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Merge pull request #23714 from nextcloud/backport/23645/stable19 | Morris Jobke | 2020-10-27 | 1 | -1/+7 |
|\ \ | | | | | | | [stable19] Check if array elements exist before using them | ||||
| * | | Check if array elements exist before using them | Roeland Jago Douma | 2020-10-27 | 1 | -1/+7 |
| |/ | | | | | | | | | | | | | | | It seems that in some recent upgrade here. Not always the entries we expect are returned. So we should first check if they exist. As to not spam the log. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | fixes determining whether former user is a share owner | Arthur Schiwon | 2020-10-27 | 2 | -14/+9 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | split instantiation from business logic in OfflineUser | Arthur Schiwon | 2020-10-27 | 1 | -1/+24 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | add test for active shares flag | Arthur Schiwon | 2020-10-27 | 1 | -0/+93 |
|/ | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-27 | 46 | -38/+88 |
| | |||||
* | Update CheckSetupController.php | timm2k | 2020-10-26 | 1 | -0/+1 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-26 | 62 | -228/+0 |
| | |||||
* | Merge pull request #23647 from nextcloud/backport/23627/stable19 | Morris Jobke | 2020-10-25 | 3 | -12/+6 |
|\ | | | | | [stable19] Fix sharing input placeholder for emails | ||||
| * | Fix sharing input placeholder for emails | John Molakvoæ (skjnldsv) | 2020-10-24 | 3 | -12/+6 |
| | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-25 | 16 | -0/+34 |
| | | |||||
* | | Merge pull request #23424 from nextcloud/backport/23295/stable19 | Roeland Jago Douma | 2020-10-24 | 1 | -3/+6 |
|\ \ | | | | | | | [stable19] Fix undefined index and consequential damages in versions code | ||||
| * | | Return all keys in getAllVersions() instead | Morris Jobke | 2020-10-13 | 1 | -4/+7 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | Fix undefined index and consequential damages in versions code | Christoph Wurst | 2020-10-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the user has no space and there are no versions, there won't be an `all` index in the versions entry. Hence this triggers a warning and becomes `null`, afterwards `count`, `foreach` and friends will happily throw even more warnings and errors because they don't want to play with `null`. Thus adding a fallback to an empty array. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-24 | 72 | -240/+256 |
| |/ |/| | |||||
* | | Merge pull request #23637 from nextcloud/backport/23630/stable19 | Morris Jobke | 2020-10-23 | 2 | -3/+18 |
|\ \ | | | | | | | [stable19] Bring back the restore share button | ||||
| * | | Bring back the restore share button | Vincent Petry | 2020-10-22 | 2 | -3/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix disabled default file action to still use an anchor element, as this is used in many other places (and potentially apps). Adjusted anchor style to not look like it's clickable and added extras to make sure everything inside still looks clickable as before. Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | | | Merge pull request #23585 from nextcloud/backport/23580/stable19 | Roeland Jago Douma | 2020-10-23 | 1 | -2/+6 |
|\ \ \ | | | | | | | | | [stable19] Also expire share type email | ||||
| * | | | Also expire share type email | John Molakvoæ (skjnldsv) | 2020-10-20 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-23 | 16 | -12/+76 |
| |/ / |/| | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-22 | 14 | -2/+92 |
| | | | |||||
* | | | tame psalm. why does it ignore '@property'? | Arthur Schiwon | 2020-10-21 | 1 | -5/+1 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | when nesting is not enabled, the group filter can be applied right away | Arthur Schiwon | 2020-10-21 | 2 | -7/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | | - helps performance, but skipping unnecessary entries - reduces reoccuring info-level log output against groups that do not qualify ("no or empty name") Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-21 | 144 | -630/+958 |
|/ / | |||||
* | | Merge pull request #23564 from nextcloud/backport/23497/stable19 | Morris Jobke | 2020-10-20 | 1 | -1/+2 |
|\ \ | | | | | | | [stable19] CalDavBackend: check if timerange is array before accessing | ||||
| * | | CalDavBackend: check if timerange is array before accessing | Simon Spannagel | 2020-10-19 | 1 | -1/+2 |
| | | | | | | | | | | | | Signed-off-by: Simon Spannagel <simonspa@kth.se> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-20 | 6 | -2/+16 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-19 | 6 | -2/+6 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-18 | 18 | -2/+74 |
| | | |||||
* | | SharedMountTest.php:367 is unreliable | Morris Jobke | 2020-10-16 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-16 | 6 | -4/+16 |
| | | |||||
* | | Merge pull request #23439 from nextcloud/disable-notify-self-check-19 | John Molakvoæ | 2020-10-15 | 1 | -1/+10 |
|\ \ | | | | | | | [19] add option to disable notify self check | ||||
| * | | add option to disable notify self check | Robin Appelman | 2020-10-14 | 1 | -1/+10 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-15 | 2 | -0/+14 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-14 | 6 | -36/+68 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-13 | 828 | -31274/+2426 |
| | | |||||
* | | Merge pull request #23233 from nextcloud/notify-saved-login-auth-19 | blizzz | 2020-10-13 | 1 | -14/+56 |
|\ \ | |/ |/| | [19] allow using saved login credentials for notify | ||||
| * | also give storage backend it's change to manipulate the config | Robin Appelman | 2020-10-07 | 1 | -0/+9 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | allow using saved login credentials for notify | Robin Appelman | 2020-10-06 | 1 | -14/+47 |
| | | | | | | | | | | | | when only the user is provided, we use to provided user to try and get saved login credentials Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | VersioningTest:729 is unreliable and should be disabled | Morris Jobke | 2020-10-13 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-13 | 10 | -2/+16 |
| | | |||||
* | | Merge pull request #23282 from nextcloud/backport/23269/stable19 | Morris Jobke | 2020-10-12 | 3 | -4/+4 |
|\ \ | | | | | | | [stable19] Fix the user remove from group in UI | ||||
| * | | Fix the user remove from group in UI | Sujith Haridasan | 2020-10-12 | 3 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | Fix the removal of user from the group in UI. Signed-off-by: Sujith Haridasan <sujith.h@gmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-12 | 10 | -10/+54 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-11 | 4 | -14/+14 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-10 | 10 | -4/+62 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-09 | 4 | -0/+24 |
|/ / |