aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #29948 from nextcloud/enh/webdav-creationdateJohn Molakvoæ2021-12-282-1/+28
|\
| * Expose DAV:creationdate for propfind/proppatchJulius Härtl2021-11-292-1/+28
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #30364 from ↵John Molakvoæ2021-12-274-4/+6
|\ \ | | | | | | | | | nextcloud/enh/noid/improve-personal-settings-mobile
| * | improve personal settings on mobileszaimen2021-12-234-4/+6
| | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-12-272-4/+4
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-12-254-4/+4
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #30338 from quentinguidee/refine-settings-groupwareGreta2021-12-223-10/+13
|\ \ | | | | | | Fix groupware visual issue and improve spacing
| * | Fix groupware visual issue: compile js filesQuentin Guidée2021-12-202-3/+3
| | | | | | | | | | | | Signed-off-by: Quentin Guidée <quentin.guidee@gmail.com>
| * | Fix groupware visual issue: remove useless additional classQuentin Guidée2021-12-201-17/+8
| | | | | | | | | | | | Signed-off-by: Quentin Guidée <quentin.guidee@gmail.com>
| * | Fix groupware visual issue and improve spacingQuentin Guidée2021-12-201-2/+14
| | | | | | | | | | | | Signed-off-by: Quentin Guidée <quentin.guidee@gmail.com>
* | | Merge pull request #30371 from quentinguidee/refine-devices-sessions-tableCarl Schwan2021-12-223-5/+5
|\ \ \ | | | | | | | | Devices & sessions: fix misaligned header
| * | | Devices & sessions: fix misaligned headerQuentin Guidée2021-12-213-5/+5
| | | | | | | | | | | | | | | | Signed-off-by: Quentin Guidée <quentin.guidee@gmail.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-12-222-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #28438 from csware/issue-1649John Molakvoæ2021-12-211-3/+14
|\ \ \ \
| * | | | Don't die with LockedException when removing/restoring multiple files from trashSven Strickroth2021-08-191-3/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes issue #16491 Signed-off-by: Sven Strickroth <email@cs-ware.de>
* | | | | [tx-robot] updated from transifexNextcloud bot2021-12-212-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #30299 from nextcloud/fix/log_filesJohn Molakvoæ2021-12-201-1/+1
|\ \ \ \ \
| * | | | | Check if directoy is writable instead of possibly missing fileCarl Schwan2021-12-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | Merge pull request #30322 from nextcloud/enh/noid/fix-help-settings-overlappingLouis2021-12-202-4/+16
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | fix overlapping in the help settings section
| * | | | | fix overlapping in the help settings sectionszaimen2021-12-172-4/+16
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | | | | | Merge pull request #29329 from nextcloud/fix/noid/groups-unwarranted-membersJohn Molakvoæ2021-12-201-2/+14
|\ \ \ \ \ \
| * | | | | | fix potential unwarranted memberships in nested groups from LDAPArthur Schiwon2021-11-191-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - the issue was present only when using PHP based resolving of nested group members. Normally nested members are common in AD (and Samba4) and are resolved per LDAP_MATCHING_RULE_IN_CHAIN by default - resolving nested members is recursive - when the cache entry was created it happend for intermediate groups, too, containing members from the parent group - the check was added to only cache the root group with its members - a runtime cache stores intermediate ldap read results Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2021-12-202-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Enhance and complement OPcache setup checksMichaIng2021-12-192-35/+53
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current OPcache recommendations match the PHP defaults, but the values are much higher than required to run Nextcloud, even with a high number of installed apps. On the other hand, when other applications use the same OPcache instance, the recommended values might not be sufficient. Accurate recommendations need to take into account actual OPcache usage. With this commit, recommendations are shown to raise the config value if more than 90% of max cache size or number of keys is used. The checks whether the module is loaded and whether the OPcache is properly configured have been merged into a single function. This allowed to reduce the overhead of OPcache configuration checks when the module is not loaded. A check has been added whether Nextcloud is permitted to use the OPcache API. Without this, inconsistencies during core or app upgrades may cause errors and OPcache usage cannot be determined for the new usage based checks. OPcache usage based checks are skipped when Nextcloud is not permitted to use the API. Signed-off-by: MichaIng <micha@dietpi.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2021-12-192-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Bump core-js from 3.19.3 to 3.20.0dependabot[bot]2021-12-1852-161/+161
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.19.3 to 3.20.0. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.19.3...v3.20.0) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2021-12-1818-40/+80
| |/ / / / |/| | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #30281 from ↵Vincent Petry2021-12-171-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/30280/fix-confused-notifier-with-null-group Ignore non-existing groups when notifying group shares
| * | | | | Discard share notification for non-existing groupsVincent Petry2021-12-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Group shares might exist even after a group got deleted. This fix catches the situation and discards the notification for the obsolete group. Signed-off-by: Vincent Petry <vincent@nextcloud.com> Co-authored-by: Joas Schilling <coding@schilljs.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2021-12-17126-124/+128
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #29862 from nextcloud/fix/support-php-8.1-2Côme Chilliet2021-12-1626-137/+121
|\ \ \ \ \ \ | | | | | | | | | | | | | | Support PHP 8.1 - Second batch
| * | | | | | Fix LDAP related docblocks typesCôme Chilliet2021-12-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Fix OCA\Settings\Tests\Settings\Admin\SharingTestCôme Chilliet2021-12-161-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Fix PHP 8.1 support for user_ldap applicationCôme Chilliet2021-12-1618-131/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Fix tests on PHP 8.1 for encryption, files_sharing, files_version,Côme Chilliet2021-12-167-5/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | files_trashbin and theming apps Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Fix theming tests on PHP 8.1Côme Chilliet2021-12-161-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | Merge pull request #30111 from nextcloud/enh/29973/option-disallow-local-storageVincent Petry2021-12-169-15/+135
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Add option to disallow creation of local storages
| * | | | | | Add option to disallow creation of local storagesVincent Petry2021-12-159-15/+135
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce a new config option to prevent web UI admins to create or edit external storages of type "local". Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | | | Merge pull request #30266 from nextcloud/fix/share-not-being-displayed-tabJohn Molakvoæ2021-12-163-2/+15
|\ \ \ \ \ \
| * | | | | | Fix share owner not being displayed in sharing tabCarl Schwan2021-12-143-2/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This only concerns subfolder and files inside a shared folder and is used as fallback when the OCS api returns a empty result, because it only works on the shared folder and not the content inside of it. This unify the tab with the folder list. This offers a less descriptive share information but making the OCS api returns all the details even for the subfolder would very probably be bad for performance (since we would need to fetch the shares for all the parent folders until we found one or are in the root folder). Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2021-12-1612-8/+14
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2021-12-1514-0/+28
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #30048 from nextcloud/fix/caldav-search-time-range-recurrenceChristoph Wurst2021-12-141-1/+35
|\ \ \ \ \ | | | | | | | | | | | | Carefully filter out non matching time ranges for CalDAV search
| * | | | | Carefully filter out non matching time ranges for CalDAV searchChristoph Wurst2021-12-131-1/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When we search for CalDAV objects in the DB we take the first and last occurence into account. For recurring events that is when they take place the very first time and the very last time. Searching in a more specific time range will still match this condition, because the recurring event starts before the end of the requested range but ends after the start of the requested range. Sabre has filters for this. If we apply them on all seach objects of a search with a time range, then only the recurring events actually taking place at the time of the requested time range will be returned. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Merge pull request #30256 from nextcloud/fix/allow_edit_folderLouis2021-12-143-4/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix ShareLink Upload UI for Folders
| * | | | | | Compile assetsnextcloud-command2021-12-142-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | Fix ShareLink Upload UI for FoldersJonas Rittershofer2021-12-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not show the Upload-Option if it is not allowed to check. Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2021-12-14118-280/+280
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #30240 from nextcloud/Valdnet-patch-1John Molakvoæ2021-12-132-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | l10n: Change to "administration"Valdnet2021-12-131-1/+1
| | | | | | | | | | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>