-
Notifications
You must be signed in to change notification settings - Fork 99
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
Also adjust links when migrating from Ldap to DB #1
Merged
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
Thanks for the pull request :) |
This was referenced Mar 5, 2019
ralfbecker
added a commit
that referenced
this pull request
Apr 7, 2021
hnategh
added a commit
that referenced
this pull request
Jun 1, 2021
ralfbecker
added a commit
that referenced
this pull request
Sep 27, 2021
ralfbecker
added a commit
that referenced
this pull request
Sep 27, 2021
ralfbecker
added a commit
that referenced
this pull request
Oct 6, 2021
…, null given guarding key() from calling with null eg. $button = key($content['button']) --> key($content['button'] ?? []) or check before !empty($content['button'])
ralfbecker
added a commit
that referenced
this pull request
Oct 6, 2021
…, null given guarding key() from calling with null eg. $button = key($content['button']) --> key($content['button'] ?? []) or check before !empty($content['button'])
ralfbecker
added a commit
that referenced
this pull request
Oct 7, 2021
…on) must be of type array, null given
ralfbecker
added a commit
that referenced
this pull request
Oct 7, 2021
… Countable|array, string given" when creating a new directory
ralfbecker
added a commit
that referenced
this pull request
Oct 7, 2021
… Countable|array, string given" when creating a new directory
ralfbecker
pushed a commit
that referenced
this pull request
Oct 8, 2021
ralfbecker
added a commit
that referenced
this pull request
Oct 8, 2021
…Countable|array, null given
ralfbecker
added a commit
that referenced
this pull request
Oct 9, 2021
…Countable|array, null given
ralfbecker
added a commit
that referenced
this pull request
Oct 9, 2021
…Countable|array, null given
ralfbecker
added a commit
that referenced
this pull request
Oct 11, 2021
…Countable|array, null given
ralfbecker
added a commit
that referenced
this pull request
Oct 11, 2021
…Countable|array, null given
ralfbecker
added a commit
that referenced
this pull request
Nov 13, 2023
ralfbecker
added a commit
that referenced
this pull request
Nov 13, 2023
ralfbecker
added a commit
that referenced
this pull request
Dec 8, 2023
…) of type string is deprecated
ralfbecker
added a commit
that referenced
this pull request
Feb 14, 2024
ralfbecker
added a commit
that referenced
this pull request
Feb 14, 2024
ralfbecker
added a commit
that referenced
this pull request
Feb 15, 2024
…array, null given" As it breaks setting most personal preferences :( This reverts commit 3da02f2.
ralfbecker
added a commit
that referenced
this pull request
Feb 15, 2024
… array, null given" This reverts commit e210b7f.
nathangray
added a commit
that referenced
this pull request
Feb 27, 2024
…ble|array, null given" from favourites
ralfbecker
added a commit
that referenced
this pull request
May 2, 2024
…): Argument #1 ($_appname) must be of type string, null given
ralfbecker
added a commit
that referenced
this pull request
May 2, 2024
…): Argument #1 ($_appname) must be of type string, null given
ralfbecker
added a commit
that referenced
this pull request
May 2, 2024
ralfbecker
added a commit
that referenced
this pull request
May 2, 2024
ralfbecker
added a commit
that referenced
this pull request
Jul 15, 2024
ralfbecker
added a commit
that referenced
this pull request
Jul 15, 2024
ralfbecker
added a commit
that referenced
this pull request
Jul 15, 2024
ralfbecker
added a commit
that referenced
this pull request
Aug 13, 2024
ralfbecker
added a commit
that referenced
this pull request
Aug 19, 2024
ralfbecker
added a commit
that referenced
this pull request
Sep 13, 2024
ralfbecker
added a commit
that referenced
this pull request
Sep 13, 2024
ralfbecker
added a commit
that referenced
this pull request
Oct 24, 2024
ralfbecker
added a commit
that referenced
this pull request
Oct 24, 2024
nathangray
added a commit
that referenced
this pull request
Jan 22, 2025
…e an error calendar_so::startOfDay(): Argument #1 ($time) must be of type EGroupware\Api\DateTime, string given
nathangray
added a commit
that referenced
this pull request
Jan 28, 2025
…e an error calendar_so::startOfDay(): Argument #1 ($time) must be of type EGroupware\Api\DateTime, string given
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.
This was tested on addressbook/inc/class.addressbook_so.inc.php. It applied without any issued on api/src/Contacts/Storage.php, but I did not test it.