Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nextcloud/server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1a5700d
Choose a base ref
...
head repository: nextcloud/server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fb25cd4
Choose a head ref
  • 15 commits
  • 183 files changed
  • 12 contributors

Commits on Apr 3, 2023

  1. improve objectstore rmdir handling

    remove folder entries as they are cleared instead of in one go afterwards
    
    otherwise they stick around if some of the child entries can't be removed
    
    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    d63fa2d View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Fix(l10n): 🔠 Update translations from Transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    b1abc57 View commit details
    Browse the repository at this point in the history
  2. Fix button text

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    3b94da9 View commit details
    Browse the repository at this point in the history
  3. feat(files): better breakpoints and sidebar responsive design

    Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    skjnldsv authored and nextcloud-command committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    225d6e2 View commit details
    Browse the repository at this point in the history
  4. fix(translation): Translate error messages on translations API

    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    21b056e View commit details
    Browse the repository at this point in the history
  5. fix(translation): Properly set the numbers as HTTP status code

    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    b7c1e61 View commit details
    Browse the repository at this point in the history
  6. fix(translation): Use 400 as status code to be distinguishable from s…

    …erver errors
    
    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    032821d View commit details
    Browse the repository at this point in the history
  7. feat(translation): Allow guests to use translations as well

    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    e5d0ff0 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #37697 from nextcloud/fix/button-text

    Fix button text
    nickvergessen authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    a1823be View commit details
    Browse the repository at this point in the history
  9. Merge pull request #37692 from nextcloud/feat/resizeobserver-breakpoi…

    …nt-files
    
    feat(files): better breakpoints and sidebar responsive design
    szaimen authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    bdf91ae View commit details
    Browse the repository at this point in the history
  10. Merge pull request #37704 from nextcloud/bugfix/noid/fix-translations…

    …-api
    
    fix(translation): Fix several issues with the translations api
    skjnldsv authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    b3f59aa View commit details
    Browse the repository at this point in the history
  11. Merge pull request #37429 from nextcloud/object-store-rmdir

    improve objectstore rmdir handling
    juliusknorr authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    eecd460 View commit details
    Browse the repository at this point in the history
  12. perform exact Ldap search as well to make sure it works for attribute…

    …s without a substr matching rule
    
    Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
    Julien Veyssier authored and blizzz committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    f3cd559 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #32499 from nextcloud/enh/noid/ldap-search-entryuu…

    …id-no-wildcard
    
    Fix Ldap search for attributes with no substr matching rule
    blizzz authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    79013ba View commit details
    Browse the repository at this point in the history
  14. More honest reset password request response

    Addresses request in additional comments of #37408
    
    * Honest but still won't leak information
    * Also reminds user to verify the provided user id email address/user
    
    Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
    
    Refine reset password response copy
    
    Co-authored-by: Louis <6653109+artonge@users.noreply.github.com>
    Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
    
    Wrap honest password reset request response
    joshtrichards committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    fb25cd4 View commit details
    Browse the repository at this point in the history
Loading