aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* fix(TaskProcessing\Manager): Don't provoke PHP notice in setTaskResultbackport/48513/stable30Marcel Klehr2024-10-021-1/+1
* Merge pull request #48503 from nextcloud/backport/48426/stable30Josh2024-10-011-1/+2
|\
| * fix(config): Suppress error at install timebackport/48426/stable30Josh2024-10-011-1/+2
* | fix(Auth): ignore missing token when trying to set password-unconfirmablebackport/48484/stable30Arthur Schiwon2024-10-011-6/+14
|/
* Merge pull request #48317 from nextcloud/backport/48307/stable30Kate2024-09-301-0/+10
|\
| * fix: gracefully parse non-standard trusted certificatesbackport/48307/stable30Richard Steinmetz2024-09-301-0/+10
* | fix(QueryBuilder): Restrict identifier length to 30 characters due to Oracle ...backport/48361/stable30provokateurin2024-09-261-0/+17
* | fix(share): Ensure unique share tokensbackport/47265/stable30ernolf2024-09-251-5/+17
* | fix(querybuilder): Fix boolean type so that oracle handles boolean wellbackport/48215/stable30Joas Schilling2024-09-251-1/+1
|/
* Merge pull request #48127 from nextcloud/backport/48114/stable30Grigorii K. Shartsev2024-09-242-9/+1
|\
| * fix(appstoreFetcher): get app list from custom app storebackport/48114/stable30Grigorii K. Shartsev2024-09-172-8/+1
| * fix(appstoreFetcher): remove unneeded warningGrigorii K. Shartsev2024-09-171-1/+0
* | Merge pull request #48285 from nextcloud/backport/48207/stable30Andy Scherzinger2024-09-232-9/+18
|\ \
| * | fix(users): Don't crash if disabled user is missing in the databasebackport/48207/stable30Louis Chemineau2024-09-232-9/+18
* | | fix: skip the integrity check for nextcloud-init-sync.lockbackport/48268/stable30Daniel Kesselberg2024-09-231-2/+3
|/ /
* | Merge pull request #48233 from nextcloud/backport/48222/stable30Kate2024-09-201-2/+2
|\ \
| * | perf: reuse cache info we already have when moving to object storebackport/48222/stable30Robin Appelman2024-09-201-2/+2
* | | Merge pull request #48221 from nextcloud/backport/30/fix_move_on_same_bucketKate2024-09-201-0/+5
|\ \ \ | |/ / |/| |
| * | perf(ObjectStoreStorage): Improve (slow) move on same object bucketChristoph Fiehe2024-09-191-0/+5
* | | fix: ensure parent folder exists when writing a file to object storageRobin Appelman2024-09-191-0/+4
* | | fix: verify that parent exists in cache when insertingRobin Appelman2024-09-191-0/+3
* | | fix: fix object store id for test object storeRobin Appelman2024-09-191-2/+2
* | | fix: cleanup objectstore file_put_contentRobin Appelman2024-09-191-7/+4
* | | fix: create intermediate directories for objectstore moveFromStorageRobin Appelman2024-09-191-0/+1
* | | fix: get source file before moving the cache item in objectstore moveFromStorageRobin Appelman2024-09-191-1/+5
|/ /
* | Merge pull request #47944 from nextcloud/backport/47883/stable30Ferdinand Thiessen2024-09-191-2/+2
|\ \ | |/ |/|
| * fix(setup-checks): Ensure URL with webroot worksFerdinand Thiessen2024-09-151-2/+2
* | chore: improve hash_file php usage in Local Storagebackport/46218/stable30John Molakvoæ2024-09-161-8/+1
* | fix(files): Ensure that the hash method does not return nullLouis Chemineau2024-09-162-2/+10
* | fix: switch from explode to substr (faster)backport/46140/stable30Josh Richards2024-09-161-1/+2
* | fix(config): Add missing handling for envCache in getKeys()Josh Richards2024-09-161-5/+12
* | fix(a11y): Add OTF font loading checkbackport/48063/stable30Joas Schilling2024-09-161-1/+1
* | Merge pull request #47868 from nextcloud/backport/47858/stable30John Molakvoæ2024-09-151-0/+3
|\ \
| * | fix(preview): gracefully handle file not being opened in ProviderV2backport/47858/stable30Richard Steinmetz2024-09-101-0/+3
* | | Merge pull request #47937 from nextcloud/backport/47854/stable30John Molakvoæ2024-09-151-1/+2
|\ \ \
| * | | fix: check if key is setbackport/47854/stable30Git'Fellow2024-09-151-1/+1
| * | | fix(appstore): Ensure returned apps from AppStore are validGit'Fellow2024-09-151-1/+2
* | | | Merge pull request #47872 from nextcloud/backport/47834/stable30John Molakvoæ2024-09-151-2/+9
|\ \ \ \
| * | | | fix(appstore): disabled appstore log level bump from debug to infobackport/47834/stable30John Molakvoæ2024-09-101-1/+1
| * | | | fix(appstore): return if appstore is manually disabledGit'Fellow2024-09-101-2/+9
* | | | | Merge pull request #47804 from nextcloud/backport/47801/stable30John Molakvoæ2024-09-151-2/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | fix(TaskProcessing): increase error_message column lengthAnupam Kumar2024-09-061-2/+3
| | |_|/ | |/| |
* | | | Merge pull request #47940 from nextcloud/backport/47933/stable30Andy Scherzinger2024-09-151-3/+3
|\ \ \ \
| * | | | fix(config): Throw PreconditionException always when it didn't matchbackport/47933/stable30Joas Schilling2024-09-131-3/+3
* | | | | Merge pull request #47796 from nextcloud/backport/47756/stable30Andy Scherzinger2024-09-151-1/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | fix(files): Check if the target path is a descendant of the shared folder pathbackport/47756/stable30Git'Fellow2024-09-061-1/+2
| | |/ / | |/| |
* | | | Merge pull request #48036 from nextcloud/backport/48016/stable30Kate2024-09-151-1/+1
|\ \ \ \
| * | | | fix(S3ConfigTrait): Allow proxy field to take falsebackport/48016/stable30provokateurin2024-09-151-1/+1
* | | | | fix(BaseResponse): Cast XML element values to stringbackport/48013/stable30provokateurin2024-09-151-1/+3
|/ / / /
* | | | Merge pull request #48027 from nextcloud/backport/48014/stable30Kate2024-09-151-2/+1
|\ \ \ \