-
Notifications
You must be signed in to change notification settings - Fork 2.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
[stable8] Keep fileid when restoring version, using stream copy #16018
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
[backport-14086-stable8]
…ype-in-post-hook-stable8 [stable8] Do not overwrite the shareType so the post hook is still correct
[backport-14243-stable8] console commands shall not be limited with respect to execution time
* imageflip() isn't available in PHP < 5.5 * fixes #14130
no fruitless count attempts, and notification should disappear
Check if imageflip is available
Properly show the warning about the missing composer autoloader
Return milliseconds instead of seconds for lastLogin - refs #14005
APCu before 4.0.6 is unbelievable buggy and tend to segfault the PHP process (i.e. the whole webserver) This potentially fixes #14175 Requires a backport to stable8
Otherwise logout can fail if the requesttoken contains a +
Minified backport of #14278
[stable8] Use APCu only if available in version 4.0.6 and higher
[stable8] Add mapping for a broken varchar type. Fixes #14247
[Stable8] Remove old l10n files stable8
Backport #14338 to stable8
[Stable8 - Backport] Check if the offset exists before accessing
If the provisioning api is used to make a user subadmin of a group that user is already a subadmin just return success. Added unit test to ensure things keep working.
…mountpoint [stable8] Properly add trailing slash to mount point
…roperlyformatmountpoint Revert "[stable8] Properly add trailing slash to mount point"
Using TRANSACTION_READ_COMMITTED
Backporting #14125 to stable8, as called for by @LukasReschke
[stable8] Fix webdav access for public reshare
…ble8-shares-properlyformatmountpoint [stable8] Properly add trailing slash to mount point
[stable8] Backport of #15564
…hedfiles [stable8] Do not return shares for files outside "files"
[stable8] fix filepicker
…ceptions [stable8] Catch more exceptions when connecting to remote DAV server
…d-activities Correctly create activities for public downloads
Cron has to be executed with the correct user - fixes 13912 and others
Just fixes the PHPDoc and also fixes #16011
Add use statement
Wrong base branch |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 #15486
I cherry-picked the commits and tested. The file IDs keep stable with this patch.