master
Commits on Nov 26, 2021
-
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-
Merge pull request #29871 from nextcloud/enh/dynamic-profile-visibili…
…ty-dropdown-rows
-
Set number of visibility dropdown rows dynamically
Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
-
-
Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Commits on Nov 25, 2021
-
Merge pull request #29906 from nextcloud/fix/strict_comp_for_redis
Use strict comparison to detect usage of redis cluster
-
Merge pull request #29891 from nextcloud/enh/profile-status-margin
Adjust margin of user status on profile
-
Merge pull request #29894 from nextcloud/fix/inactive-profile-parameter
Fix inactive profile parameters being displayed in the Profile visibility section
-
Use strict comparison to detect usage of redis cluster
Signed-off-by: Louis Chemineau <louis@chmn.me>
-
Merge pull request #29895 from nextcloud/bugfix/noid/check-for-invali…
…d-characters-before-trimming Check for invalid characters before trimming
-
Correctly set the response after a ClientException as well
Signed-off-by: Joas Schilling <coding@schilljs.com>
-
Signed-off-by: Joas Schilling <coding@schilljs.com>
-
Check for invalid characters before trimming
Signed-off-by: Joas Schilling <coding@schilljs.com>
-
Fix inactive profile parameters being returned
Signed-off-by: Christopher Ng <chrng8@gmail.com>
-
Adjust margin of status on profile
Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
-
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Commits on Nov 24, 2021
-
Merge pull request #29809 from nextcloud/dependabot/composer/build/in…
…tegration/sabre/dav-4.2.0 Update sabre/dav requirement from 3.2.3 to 4.2.0 in /build/integration
-
Merge pull request #29869 from nextcloud/fix/28139/hide-status-from-p…
…ublic Hide user status on profile from public
-
Merge pull request #29864 from nextcloud/bugfix/noid/dav-propfind-ctime
Allow to fetch the creation time of folders
-
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-
Personalsettings - remove marginLeft as it breaks the layout
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Commits on Nov 23, 2021
-
Signed-off-by: Christopher Ng <chrng8@gmail.com>
-
Allow to fetch the creation time of folders
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-
Update sabre/dav requirement from 3.2.3 to 4.2.0 in /build/integration
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](sabre-io/dav@3.2.3...4.2.0) --- updated-dependencies: - dependency-name: sabre/dav dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
-
Merge pull request #29432 from nextcloud/fix/support-php-8.1
Support PHP 8.1 - First batch
-
Merge pull request #29610 from nextcloud/fix/user_ldap-logger
Get rid of user_ldap LogWrapper and use LoggerInterface
-
Merge pull request #29791 from nextcloud/bugfix/noid/status-editing
Fix multiple bugs with user status
-
Fix multiple bugs with user status
* 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>
-
Move back logger to protected in OCA\User_LDAP\User\User
It was changed to private because of a bad copy/paste. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
-
Merge pull request #29833 from nextcloud/fix/29340/fix-mobile-profile…
…page make profile page usable on mobile
-
Check LDAP upon user deletion instead of refusing based on cached inf…
…ormation This should avoid having to wait for background job to run after deleting a user in LDAP before being able to delete it in Nextcloud. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
-
Merge pull request #29835 from nextcloud/bugfix/noid/fix-ipv4-mapped-…
…ipv6-subnet Fix getting subnet of ipv4 mapped ipv6 addresses
-
Merge pull request #29836 from nextcloud/fix/user_ldap-deletion
Make sure mapping cache is cleared when deleting a user