Skip to content
Permalink
master
Loading

Commits on Nov 26, 2021

  1. [tx-robot] updated from transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Nov 26, 2021
  2. Merge pull request #29871 from nextcloud/enh/dynamic-profile-visibili…

    …ty-dropdown-rows
    Pytal committed Nov 26, 2021
  3. 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>
    Pytal authored and nextcloud-command committed Nov 26, 2021
  4. Improve accessibility

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    Pytal authored and nextcloud-command committed Nov 26, 2021

Commits on Nov 25, 2021

  1. Merge pull request #29906 from nextcloud/fix/strict_comp_for_redis

    Use strict comparison to detect usage of redis cluster
    PVince81 committed Nov 25, 2021
  2. Merge pull request #29891 from nextcloud/enh/profile-status-margin

    Adjust margin of user status on profile
    blizzz committed Nov 25, 2021
  3. Merge pull request #29894 from nextcloud/fix/inactive-profile-parameter

    Fix inactive profile parameters being displayed in the Profile visibility section
    blizzz committed Nov 25, 2021
  4. Use strict comparison to detect usage of redis cluster

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge committed Nov 25, 2021
  5. Merge pull request #29895 from nextcloud/bugfix/noid/check-for-invali…

    …d-characters-before-trimming
    
    Check for invalid characters before trimming
    juliushaertl committed Nov 25, 2021
  6. Correctly set the response after a ClientException as well

    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen committed Nov 25, 2021
  7. Add an integration test

    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen committed Nov 25, 2021
  8. Check for invalid characters before trimming

    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen committed Nov 25, 2021
  9. Fix inactive profile parameters being returned

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Nov 25, 2021
  10. 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>
    Pytal authored and nextcloud-command committed Nov 25, 2021
  11. [tx-robot] updated from transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Nov 25, 2021

Commits on Nov 24, 2021

  1. 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
    MichaIng committed Nov 24, 2021
  2. Merge pull request #29869 from nextcloud/fix/28139/hide-status-from-p…

    …ublic
    
    Hide user status on profile from public
    PVince81 committed Nov 24, 2021
  3. Merge pull request #29864 from nextcloud/bugfix/noid/dav-propfind-ctime

    Allow to fetch the creation time of folders
    PVince81 committed Nov 24, 2021
  4. [tx-robot] updated from transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Nov 24, 2021
  5. 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>
    szaimen authored and nextcloud-command committed Nov 24, 2021

Commits on Nov 23, 2021

  1. Hide user status from public

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Nov 23, 2021
  2. Allow to fetch the creation time of folders

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliushaertl committed Nov 23, 2021
  3. 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>
    dependabot authored and MichaIng committed Nov 23, 2021
  4. Merge pull request #29432 from nextcloud/fix/support-php-8.1

    Support PHP 8.1 - First batch
    PVince81 committed Nov 23, 2021
  5. Merge pull request #29610 from nextcloud/fix/user_ldap-logger

    Get rid of user_ldap LogWrapper and use LoggerInterface
    come-nc committed Nov 23, 2021
  6. Merge pull request #29791 from nextcloud/bugfix/noid/status-editing

    Fix multiple bugs with user status
    nickvergessen committed Nov 23, 2021
  7. 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>
    CarlSchwan committed Nov 23, 2021
  8. 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>
    come-nc committed Nov 23, 2021
  9. Merge pull request #29833 from nextcloud/fix/29340/fix-mobile-profile…

    …page
    
    make profile page usable on mobile
    szaimen committed Nov 23, 2021
  10. 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>
    come-nc committed Nov 23, 2021
  11. Merge pull request #29835 from nextcloud/bugfix/noid/fix-ipv4-mapped-…

    …ipv6-subnet
    
    Fix getting subnet of ipv4 mapped ipv6 addresses
    PVince81 committed Nov 23, 2021
  12. Merge pull request #29836 from nextcloud/fix/user_ldap-deletion

    Make sure mapping cache is cleared when deleting a user
    PVince81 committed Nov 23, 2021
Older