-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[stabl26] LDAP: Increase profile picture limit to 512 #40267
Conversation
Signed-off-by: Arthur Schiwon <[email protected]>
createNode() is protected and used by Folder, but being an internal-only method it shall not be exposed in the Folder or IRootFolder interface. Signed-off-by: Arthur Schiwon <[email protected]>
Signed-off-by: Nextcloud bot <[email protected]>
Signed-off-by: Nextcloud bot <[email protected]>
Signed-off-by: Nextcloud bot <[email protected]>
Signed-off-by: Simon L <[email protected]>
Signed-off-by: Simon L <[email protected]>
Signed-off-by: Julien Veyssier <[email protected]>
Signed-off-by: Simon L <[email protected]>
[stable26] use getsystemvalue-functions in Mailer.php
Signed-off-by: Arthur Schiwon <[email protected]>
[stable26] Add bruteforce protection in OauthApiController
[stable26] fix setup-check test
* Also fixes other cypress test * Build assets Signed-off-by: Philipp Hempel <[email protected]> Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Jonas <[email protected]>
[stable26] fix(core): Do not invert app menu text color
Signed-off-by: Arthur Schiwon <[email protected]>
Signed-off-by: Nextcloud bot <[email protected]>
We need to use the language code here instead of the locale, because Symfony does not distinguish between the two and would otherwise e.g. with locale "Czech" and language "German" try to pick a non-existing plural rule, because Czech has 4 plural forms and German only 2. Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Nextcloud bot <[email protected]>
Signed-off-by: John Molakvoæ <[email protected]>
Signed-off-by: John Molakvoæ <[email protected]>
Signed-off-by: Nextcloud bot <[email protected]>
…-stable26 [stable26] fix(systemtags): Add missing systemtags index
Signed-off-by: Nextcloud bot <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Git'Fellow <[email protected]>
[stable26] fix(files): Only render the menu if there are actions to show
Signed-off-by: Nextcloud bot <[email protected]>
Signed-off-by: Nextcloud bot <[email protected]>
Signed-off-by: John Molakvoæ <[email protected]>
Signed-off-by: Daniel Kesselberg <[email protected]>
Signed-off-by: Nextcloud bot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a reasonable change 👍
/backport to stable27 |
/backport to master |
first master, then backports? |
If you insist. The customer we needed a patch for was on 26, so this is how it went 🤷 |
You know, it ends up too often that stuff is then merged in older versions, but does not make its way up. A stitch in time saves nine! ;) |
Checklist