summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-10-2830-16/+88
|
* Merge pull request #23705 from nextcloud/backport/23680/stable19Roeland Jago Douma2020-10-271-1/+5
|\ | | | | [stable19] Enable theming background transparency
| * Enable theming background transparencyJohn Molakvoæ (skjnldsv)2020-10-271-1/+5
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #23714 from nextcloud/backport/23645/stable19Morris Jobke2020-10-271-1/+7
|\ \ | | | | | | [stable19] Check if array elements exist before using them
| * | Check if array elements exist before using themRoeland Jago Douma2020-10-271-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 ownerArthur Schiwon2020-10-272-14/+9
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | split instantiation from business logic in OfflineUserArthur Schiwon2020-10-271-1/+24
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | add test for active shares flagArthur Schiwon2020-10-271-0/+93
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [tx-robot] updated from transifexNextcloud bot2020-10-2746-38/+88
|
* Update CheckSetupController.phptimm2k2020-10-261-0/+1
|
* [tx-robot] updated from transifexNextcloud bot2020-10-2662-228/+0
|
* Merge pull request #23647 from nextcloud/backport/23627/stable19Morris Jobke2020-10-253-12/+6
|\ | | | | [stable19] Fix sharing input placeholder for emails
| * Fix sharing input placeholder for emailsJohn Molakvoæ (skjnldsv)2020-10-243-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 transifexNextcloud bot2020-10-2516-0/+34
| |
* | Merge pull request #23424 from nextcloud/backport/23295/stable19Roeland Jago Douma2020-10-241-3/+6
|\ \ | | | | | | [stable19] Fix undefined index and consequential damages in versions code
| * | Return all keys in getAllVersions() insteadMorris Jobke2020-10-131-4/+7
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Fix undefined index and consequential damages in versions codeChristoph Wurst2020-10-131-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 transifexNextcloud bot2020-10-2472-240/+256
| |/ |/|
* | Merge pull request #23637 from nextcloud/backport/23630/stable19Morris Jobke2020-10-232-3/+18
|\ \ | | | | | | [stable19] Bring back the restore share button
| * | Bring back the restore share buttonVincent Petry2020-10-222-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/stable19Roeland Jago Douma2020-10-231-2/+6
|\ \ \ | | | | | | | | [stable19] Also expire share type email
| * | | Also expire share type emailJohn Molakvoæ (skjnldsv)2020-10-201-2/+6
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | [tx-robot] updated from transifexNextcloud bot2020-10-2316-12/+76
| |/ / |/| |
* | | [tx-robot] updated from transifexNextcloud bot2020-10-2214-2/+92
| | |
* | | tame psalm. why does it ignore '@property'?Arthur Schiwon2020-10-211-5/+1
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | when nesting is not enabled, the group filter can be applied right awayArthur Schiwon2020-10-212-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 transifexNextcloud bot2020-10-21144-630/+958
|/ /
* | Merge pull request #23564 from nextcloud/backport/23497/stable19Morris Jobke2020-10-201-1/+2
|\ \ | | | | | | [stable19] CalDavBackend: check if timerange is array before accessing
| * | CalDavBackend: check if timerange is array before accessingSimon Spannagel2020-10-191-1/+2
| | | | | | | | | | | | Signed-off-by: Simon Spannagel <simonspa@kth.se>
* | | [tx-robot] updated from transifexNextcloud bot2020-10-206-2/+16
|/ /
* | [tx-robot] updated from transifexNextcloud bot2020-10-196-2/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2020-10-1818-2/+74
| |
* | SharedMountTest.php:367 is unreliableMorris Jobke2020-10-161-1/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2020-10-166-4/+16
| |
* | Merge pull request #23439 from nextcloud/disable-notify-self-check-19John Molakvoæ2020-10-151-1/+10
|\ \ | | | | | | [19] add option to disable notify self check
| * | add option to disable notify self checkRobin Appelman2020-10-141-1/+10
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2020-10-152-0/+14
|/ /
* | [tx-robot] updated from transifexNextcloud bot2020-10-146-36/+68
| |
* | [tx-robot] updated from transifexNextcloud bot2020-10-13828-31274/+2426
| |
* | Merge pull request #23233 from nextcloud/notify-saved-login-auth-19blizzz2020-10-131-14/+56
|\ \ | |/ |/| [19] allow using saved login credentials for notify
| * also give storage backend it's change to manipulate the configRobin Appelman2020-10-071-0/+9
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * allow using saved login credentials for notifyRobin Appelman2020-10-061-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 disabledMorris Jobke2020-10-131-0/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2020-10-1310-2/+16
| |
* | Merge pull request #23282 from nextcloud/backport/23269/stable19Morris Jobke2020-10-123-4/+4
|\ \ | | | | | | [stable19] Fix the user remove from group in UI
| * | Fix the user remove from group in UISujith Haridasan2020-10-123-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 transifexNextcloud bot2020-10-1210-10/+54
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-10-114-14/+14
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-10-1010-4/+62
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-10-094-0/+24
|/ /