-
-
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
[stable28] fix(theming): change color button contrast #43120
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
backportbot
bot
requested review from
jancborchardt,
marcoambrosini,
Pytal,
susnux,
szaimen and
ShGKme
January 25, 2024 15:48
backportbot
bot
added
bug
3. to review
Waiting for reviews
feature: theming
accessibility
labels
Jan 25, 2024
Signed-off-by: Grigorii K. Shartsev <[email protected]>
Signed-off-by: Grigorii K. Shartsev <[email protected]>
…view Signed-off-by: Grigorii K. Shartsev <[email protected]>
ShGKme
force-pushed
the
backport/42552/stable28
branch
from
January 25, 2024 20:08
7dd6133
to
fc412c1
Compare
/compile / |
BTW, there is still the |
JuliaKirschenheuter
approved these changes
Feb 5, 2024
Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Nextcloud bot <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Nextcloud bot <[email protected]>
Signed-off-by: John Molakvoæ <[email protected]>
Signed-off-by: Grigorii K. Shartsev <[email protected]>
Signed-off-by: Grigorii K. Shartsev <[email protected]> Signed-off-by: nextcloud-command <[email protected]>
…itch with NcNoteCard Signed-off-by: julia.kirschenheuter <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
Signed-off-by: julia.kirschenheuter <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
- just ignoring/removing extra parameter 'protocol' as suggested by blizzz Signed-off-by: Pavel Kryl <[email protected]>
Signed-off-by: Arthur Schiwon <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
…rable) Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Grigorii K. Shartsev <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
For some reason the value of $component['DTSTART'][0] may not be a DateTimeImmutable Closes #42464 Signed-off-by: Thomas Citharel <[email protected]>
PHP's urldecode function does not decode URLs according to RFC 3986, but according to the HTML 4.01 query parameter encoding. This results in pluses being wrongly decoded to spaces even though they should not be decoded at all. Use rawurldecode instead, which follows RFC 3986 properly. This fixes an issue where files on DAV shares containing pluses were incorrectly decoded to spaces. Fixes: #15849 Signed-off-by: Lorenz Brun <[email protected]>
The current share logic always uses the default `BUNDLED_PERMISSIONS.ALL` which includes everything. This commit updates share creation logic to use `defaultPermissions` if set by admin for the creation of new shares. Signed-off-by: fenn-cs <[email protected]>
- Remove redundant initial state added - Call `getCapabilities()` in share config file. Signed-off-by: fenn-cs <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Nextcloud bot <[email protected]>
Signed-off-by: Nextcloud bot <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
JuliaKirschenheuter
force-pushed
the
backport/42552/stable28
branch
from
February 5, 2024 09:46
e395b91
to
d1e74e2
Compare
backportbot
bot
requested review from
ChristophWurst,
miaulalala and
tcitworld
as code owners
February 5, 2024 09:46
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backport of #42552
Warning, This backport's changes differ from the original and might be incomplete⚠️
Todo
[skip ci]
tagLearn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.