summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Fix passing on the parameterJoas Schilling2022-01-071-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #30482 from nextcloud/backport/30423/stable21John Molakvoæ2022-01-071-9/+25
|\
| * Fix uploading text positionJohn Molakvoæ2022-01-041-9/+25
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Merge pull request #28657 from nextcloud/backport/28419/stable21John Molakvoæ2022-01-072-20/+36
|\ \
| * | Delete calendar subscriptions as well when deleting userThomas Citharel2021-11-182-20/+36
| | | | | | | | | | | | | | | | | | Closes #28418 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | [tx-robot] updated from transifexNextcloud bot2022-01-0774-952/+958
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-01-062-0/+4
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-01-052-0/+8
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-01-044-4/+42
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-01-038-2/+52
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-01-012-6/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #30448 from nextcloud/backport/30440/stable21MichaIng2021-12-313-4/+7
|\ \ | | | | | | [stable21] Make sure to get file model in template picker
| * | Manual compilationLouis Chemineau2021-12-302-2/+2
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | fix template picker for file actions using the fileInfoModelJulien Veyssier2021-12-301-2/+5
| | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-12-312-4/+4
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #30341 from nextcloud/backport/29329/stable21Louis2021-12-301-2/+14
|\ \ | | | | | | [stable21] fix potential unwarranted memberships in nested groups from LDAP
| * | fix potential unwarranted memberships in nested groups from LDAPArthur Schiwon2021-12-201-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>
* | | Merge pull request #30442 from nextcloud/backport/30353/stable21John Molakvoæ2021-12-301-3/+11
|\ \ \
| * | | Handle external share with invalid hostCarl Schwan2021-12-291-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remoteIsOwnCloud might throw an exception when the host is localhost. Handle this case instead of aborting completely. The behavior is the same as that is done 10 lines under it Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | [tx-robot] updated from transifexNextcloud bot2021-12-302-16/+16
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.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>
* | | [tx-robot] updated from transifexNextcloud bot2021-12-222-0/+4
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #30314 from nextcloud/backport/30266/stable21John Molakvoæ2021-12-213-2/+15
|\ \ \
| * | | Fix share owner not being displayed in sharing tabCarl Schwan2021-12-213-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>
* | | | [tx-robot] updated from transifexNextcloud bot2021-12-212-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #30248 from nextcloud/backport/30245/stable21MichaIng2021-12-208-9/+49
|\ \ \ \ | | | | | | | | | | [stable21] Only wildcard search if enumeration is allowed
| * | | | Convert strict_search to wildcard property and add psalm docsJoas Schilling2021-12-132-0/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Limit more contact searchesJoas Schilling2021-12-136-8/+40
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Only wildcard search if enumeration is allowedJoas Schilling2021-12-132-1/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #30348 from nextcloud/backport/29965/stable21MichaIng2021-12-202-13/+11
|\ \ \ \ \ | | | | | | | | | | | | [stable21] [stable23] Avoid use of iconv to get rid of unicode
| * | | | | [stable23] Avoid use of iconv to get rid of unicodeCôme Chilliet2021-12-202-13/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using iconv for translit depends upon server configuration, locale, and PHP version. Using htmlentities instead to have a consistent behavior independent of configuration. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> Co-authored-by: MichaIng <micha@dietpi.com>
* | | | | | fix overlapping in the help settings sectionszaimen2021-12-202-4/+16
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | | | | Merge pull request #30308 from nextcloud/backport/30281/stable21Louis2021-12-201-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | [stable21] Ignore non-existing groups when notifying group shares
| * | | | Discard share notification for non-existing groupsVincent Petry2021-12-171-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-202-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-12-192-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-12-1818-40/+80
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-12-17126-124/+128
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Manual compilationLouis Chemineau2021-12-162-2/+2
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Fix first day localeJohn Molakvoæ2021-12-163-20/+5
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | Properly format sharing datepicker localeJohn Molakvoæ2021-12-161-8/+15
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | Merge pull request #30287 from nextcloud/backport/30256/stable21Louis2021-12-163-3/+3
|\ \ \ | | | | | | | | [stable21] Fix ShareLink Upload UI for Folders
| * | | Build assetsJonas Rittershofer2021-12-152-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
| * | | Fix ShareLink Upload UI for FoldersJonas Rittershofer2021-12-151-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>
* | | | Merge pull request #30261 from nextcloud/backport/29523/stable21Côme Chilliet2021-12-167-17/+241
|\ \ \ \ | | | | | | | | | | [stable21] Support LDAP dns longer than 255 characters
| * | | | Adapt execute function name for stable21Côme Chilliet2021-12-141-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Bump user_ldap version to make sure the migration runsCôme Chilliet2021-12-141-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Add missing copyright headers in migration stepsCôme Chilliet2021-12-142-0/+44
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Use clearer names for variablesCôme Chilliet2021-12-141-17/+17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>