summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | Convert strict_search to wildcard property and add psalm docsJoas Schilling2021-12-135-6/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | Limit more contact searchesJoas Schilling2021-12-1310-12/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | Only limit search in the system address bookJoas Schilling2021-12-133-4/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | Only wildcard search if enumeration is allowedJoas Schilling2021-12-136-2/+18
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | Merge pull request #30346 from nextcloud/backport/30322/stable21Louis2021-12-202-4/+16
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | [stable21] fix overlapping in the help settings section
| * | | | | | | 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-2058-168/+170
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | Merge pull request #30327 from ↵dependabot[bot]2021-12-181-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/composer/build/integration/stable21/sabre/dav-4.3.0
| * | | | | | Update sabre/dav requirement from 4.2.3 to 4.3.0 in /build/integrationdependabot[bot]2021-12-181-1/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav) to permit the latest version. - [Release notes](https://github.com/sabre-io/dav/releases) - [Changelog](https://github.com/sabre-io/dav/blob/master/CHANGELOG.md) - [Commits](https://github.com/sabre-io/dav/compare/4.2.3...4.3.0) --- updated-dependencies: - dependency-name: sabre/dav dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.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-17130-124/+186
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #30192 from nextcloud/backport/30157/stable21Louis2021-12-165-26/+18
|\ \ \ \ \ | | | | | | | | | | | | [stable21] Properly format sharing datepicker locale
| * | | | | 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>
| * | | | | | Add an index for directory_uuid as wellCôme Chilliet2021-12-142-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Make sure that hash function returns a stringCôme Chilliet2021-12-141-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The documentation says it can return false, and even if that is highly unlikely for sha256, better safe than sorry. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Add the columns and alter the index in Version1010Date20200630192842Côme Chilliet2021-12-141-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to ensure new installations do not need to go through migration history. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Fixes in migration stepCôme Chilliet2021-12-141-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We cannot set ldap_dn_hash column as notnull because it is empty for existing users before postSchemaChange is called Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Put back length check to have a clear errorCôme Chilliet2021-12-141-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Fixed migration step for user_ldapCôme Chilliet2021-12-143-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Fix variable namesJoas Schilling2021-12-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | Change column names to ldap_dn and ldap_dn_hash and add migrationCôme Chilliet2021-12-143-29/+158
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Support LDAP dns longer than 255 charactersCôme Chilliet2021-12-142-27/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds an ldap_full_dn column to store the dn, and only store a sha256 hash in the ldap_dn which is shorter and can be indexed without trouble. Migration still needs to be implemented. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2021-12-1616-22/+36
| |/ / / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #30270 from nextcloud/search-folder-case-insensitive-21Julius Härtl2021-12-153-3/+6
|\ \ \ \ \ \
| * | | | | | also use case sensitive like when searching in a folderRobin Appelman2021-12-143-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this case was missed from https://github.com/nextcloud/server/pull/29080 Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2021-12-1514-0/+28
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #30117 from nextcloud/backport/30040/stable21Côme Chilliet2021-12-142-17/+42
|\ \ \ \ \ \ | |/ / / / / |/| | | | | [stable21] Avoid calling image* methods on boolean
| * | | | | Avoid assignment in if clauseCôme Chilliet2021-12-141-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Fix typing problems in OC_ImageCôme Chilliet2021-12-142-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Avoid calling image* methods on booleanCôme Chilliet2021-12-141-14/+27
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids fatal errors on PHP>=8, and warnings on older versions. Log should also be clearer. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* / / / / [tx-robot] updated from transifexNextcloud bot2021-12-14118-280/+280
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-12-132-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-12-126-36/+48
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #30216 from ↵MichaIng2021-12-111-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/composer/build/integration/stable21/sabre/dav-4.2.3 Update sabre/dav requirement from 4.2.1 to 4.2.3 in /build/integration
| * | | | Update sabre/dav requirement from 4.2.1 to 4.2.3 in /build/integrationdependabot[bot]2021-12-111-1/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav) to permit the latest version. - [Release notes](https://github.com/sabre-io/dav/releases) - [Changelog](https://github.com/sabre-io/dav/blob/master/CHANGELOG.md) - [Commits](https://github.com/sabre-io/dav/compare/4.2.1...4.2.3) --- updated-dependencies: - dependency-name: sabre/dav dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>