summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #29925 from nextcloud/release/23.0.0v23.0.0blizzz2021-11-262-3/+3
|\ | | | | 23.0.0
| * Nextcloud Hub IIJohn Molakvoæ (skjnldsv)2021-11-261-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * 23.0.0John Molakvoæ (skjnldsv)2021-11-261-2/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #29928 from nextcloud/backport/29926/stable23blizzz2021-11-263-1/+39
|\ \ | | | | | | [stable23] obey accounts_data column length when inserting and searching
| * | Obey col length of 255 to insert and search in accounts_dataArthur Schiwon2021-11-261-1/+8
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | add method to shorten a string to given byte size to UtilsArthur Schiwon2021-11-262-0/+31
|/ / | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #29918 from nextcloud/backport/29871/stable23Pytal2021-11-263-7/+13
|\ \
| * | Set number of visibility dropdown rows dynamicallyChristopher Ng2021-11-263-7/+13
| |/ | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #29848 from nextcloud/backport/29836/stable23MichaIng2021-11-262-0/+9
|\ \ | |/ |/| [stable23] Make sure mapping cache is cleared when deleting a user
| * Test cache invalidation for AbstractMapping in test suiteCôme Chilliet2021-11-261-0/+4
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Make sure mapping cache is cleared when deleting a userCôme Chilliet2021-11-261-0/+5
|/ | | | | | This avoids phantom remnants staying after user deletion Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #29913 from nextcloud/backport/29906/stable23Carl Schwan2021-11-261-1/+1
|\ | | | | [stable23] Use strict comparison to detect usage of redis cluster
| * Use strict comparison to detect usage of redis clusterLouis Chemineau2021-11-251-1/+1
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #29916 from nextcloud/backport/29893/stable23Carl Schwan2021-11-2612-27/+56
|\ \ | | | | | | [stable23] Improve accessibility for personal info settings and profile
| * | Improve accessibilityChristopher Ng2021-11-2612-27/+56
|/ / | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #29909 from nextcloud/backport/29891/stable23Pytal2021-11-253-4/+4
|\ \
| * | Adjust margin of status on profileChristopher Ng2021-11-253-4/+4
| |/ | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #29908 from nextcloud/backport/29894/stable23Joas Schilling2021-11-251-0/+1
|\ \ | |/ |/| [stable23] Fix inactive profile parameters being displayed in the Profile visibility section
| * Fix inactive profile parameters being returnedChristopher Ng2021-11-251-0/+1
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #29800 from nextcloud/backport/29632/stable23MichaIng2021-11-251-0/+4
|\ | | | | [stable23] fix imagecreatetruecolor() error
| * fix imagecreatetruecolor() errorszaimen2021-11-231-0/+4
| | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | Merge pull request #29898 from nextcloud/backport/29895/stable23Joas Schilling2021-11-253-7/+32
|\ \ | | | | | | [stable23] Check for invalid characters before trimming
| * | Correctly set the response after a ClientException as wellJoas Schilling2021-11-251-6/+22
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Add an integration testJoas Schilling2021-11-251-0/+9
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Check for invalid characters before trimmingJoas Schilling2021-11-251-1/+1
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #29877 from nextcloud/backport/29869/stable23Pytal2021-11-241-7/+9
|\ \
| * | Hide user status from publicChristopher Ng2021-11-241-7/+9
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #29882 from nextcloud/backport/29826/stable23szaimen2021-11-243-6/+8
|\ \ \ | | | | | | | | [stable23] Personalsettings - fix marginLeft as it breaks the layout
| * | | Personalsettings - remove marginLeft as it breaks the layoutszaimen2021-11-243-6/+8
|/ / / | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #29876 from nextcloud/backport/29864/stable23Vincent Petry2021-11-241-6/+3
|\ \ \ | |/ / |/| | [stable23] Allow to fetch the creation time of folders
| * | Allow to fetch the creation time of foldersJulius Härtl2021-11-241-6/+3
|/ / | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #29858 from nextcloud/backport/29791/stable23Pytal2021-11-238-22/+29
|\ \
| * | Fix multiple bugs with user statusCarl Schwan2021-11-238-22/+29
| |/ | | | | | | | | | | | | | | * Fix editing the status while on a call, don't send a bogus request * Clean backup user status when setting up a new status manually * A bit more type hinting Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #29847 from nextcloud/backport/29833/stable23szaimen2021-11-233-3/+49
|\ \ | |/ |/| [stable23] make profile page usable on mobile
| * make profile page usable on mobileszaimen2021-11-233-3/+49
|/ | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #29844 from nextcloud/backport/29567/stable23Louis2021-11-233-6/+16
|\ | | | | [stable23] Improve sorting of profile visibility dropdowns
| * Improve sortingChristopher Ng2021-11-233-6/+16
| | | | | | | | | | | | | | | | - Extract sort logic into a separate function - Sort non-core parameters with localeCompare Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #29845 from nextcloud/backport/29544/stable23Louis2021-11-233-5/+11
|\ \ | | | | | | [stable23] Fix wording on profile page
| * | Fix wording on profile pageChristopher Ng2021-11-233-5/+11
| |/ | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #29849 from nextcloud/backport/29835/stable23Vincent Petry2021-11-232-0/+53
|\ \ | |/ |/| [stable23] Fix getting subnet of ipv4 mapped ipv6 addresses
| * Type hint in IpAddress Vincent Petry2021-11-231-3/+2
| | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
| * Improve normalizer detecting IPv4 inside of IPv6Vincent Petry2021-11-232-3/+51
| | | | | | | | | | | | | | The subnet for an IPv4 address inside of IPv6 is now returned in its IPv4 form. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * Fix getting subnet of ipv4 mapped ipv6 addressesVincent Petry2021-11-232-0/+6
|/ | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Merge pull request #29815 from ↵dependabot[bot]2021-11-221-1/+1
|\ | | | | | | nextcloud/dependabot/composer/build/integration/stable23/sabre/dav-4.2.0
| * Update sabre/dav requirement from 4.1.5 to 4.2.0 in /build/integrationdependabot[bot]2021-11-221-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.1.5...4.2.0) --- updated-dependencies: - dependency-name: sabre/dav dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #29813 from ↵Louis2021-11-222-8/+8
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable23/camelcase-6.2.1 Bump camelcase from 6.2.0 to 6.2.1
| * Bump camelcase from 6.2.0 to 6.2.1dependabot[bot]2021-11-202-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [camelcase](https://github.com/sindresorhus/camelcase) from 6.2.0 to 6.2.1. - [Release notes](https://github.com/sindresorhus/camelcase/releases) - [Commits](https://github.com/sindresorhus/camelcase/compare/v6.2.0...v6.2.1) --- updated-dependencies: - dependency-name: camelcase dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #29828 from nextcloud/backport/29708/stable23Joas Schilling2021-11-223-14/+2
|\ \ | | | | | | [stable23] Do not print verbose info about app updates if there are none
| * | Do not print verbose info about app updates if there are noneChristoph Wurst2021-11-223-14/+2
|/ / | | | | | | | | | | | | | | | | | | | | This is cosmetical but if you have a large number of apps installed then you'll see a wall of text during the server and app upgrade when it tries to update each app via the app store. In may cases nothing will be updated. For those boring cases we can hide the verbose info, but show when occ is run with -v. Any actual update will still print a few lines. Those are the important ones for the admin. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #29793 from nextcloud/backport/29605/stable23MichaIng2021-11-219-35/+129
|\ \ | | | | | | [stable23] Normalize file name before existence check in scanner