summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
* fix(share): use share owner to confirm reshareMaxence Lange2024-03-201-3/+9
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* fix(config): Make sure user keys are stringsChristoph Wurst2024-03-191-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* fix: ensure nested mount points are handled in the correct orderRobin Appelman2024-03-181-0/+7
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #44079 from nextcloud/backport/43992/stable27John Molakvoæ2024-03-161-1/+10
|\
| * fix: Avoid clear cache with prefixJulius Härtl2024-03-081-1/+10
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | fix: avoid scanning a non existing directoryBenjamin Gaussorgues2024-03-141-1/+5
| | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | Refactoring getName functionhopleus2024-03-141-5/+3
| | | | | | | | Signed-off-by: hopleus <hopleus@gmail.com>
* | Fixes for getting the file name in the cases when the file name key is ↵hopleus2024-03-141-1/+5
|/ | | | | | received, but it is empty Signed-off-by: hopleus <hopleus@gmail.com>
* fix: Fetch custom app store url without internet connectionJulius Härtl2024-03-041-2/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Use table prefix in metadata migrationLouis Chemineau2024-03-041-1/+5
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge pull request #43901 from nextcloud/backport/30957/stable27John Molakvoæ2024-02-291-2/+2
|\
| * fix(collaboration): collaboration MailPlugin: Protect access to a ↵Claus-Justus Heine2024-02-291-2/+2
| | | | | | | | | | | | potentially missing array component by ??. Signed-off-by: Claus-Justus Heine <himself@claus-justus-heine.de>
* | Merge pull request #43789 from nextcloud/backport/39607/stable27John Molakvoæ2024-02-291-8/+4
|\ \
| * | Fix backportGit'Fellow2024-02-291-8/+4
| |/ | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | Merge pull request #43830 from nextcloud/backport/43787/stable27John Molakvoæ2024-02-291-0/+6
|\ \
| * | fix: Throw instead of yielding nothing when listing local directoriesJulius Härtl2024-02-261-0/+6
| |/ | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* / feat(share): save date and time for expirationBenjamin Gaussorgues2024-02-262-11/+18
|/ | | | | | | | Because of timezones, not saving time can lead to unexpected behaviour when sharing an item sooner than timezone offset Example: sharing a file before 9am when in UTC+9 Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* Merge pull request #43580 from nextcloud/artonge/fix/metdata_column_migrationJohn Molakvoæ2024-02-222-8/+80
|\
| * Move oc_file_metadata.metadata migration to a background jobLouis Chemineau2024-02-222-8/+80
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #41006 from nextcloud/backport/40879/stable27John Molakvoæ2024-02-221-7/+19
|\ \ | |/ |/|
| * fix(session): Do not log fresh/empty session as errorChristoph Wurst2024-02-091-12/+18
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * fix(session): Log when crypto session data is lostChristoph Wurst2024-02-091-1/+7
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Move away from deprecated utf_encode() on PHP 8.2+Git'Fellow2024-02-201-1/+1
| | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | Lower failed movie preview to infoGit'Fellow2024-02-101-1/+1
| | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | Merge pull request #43038 from ↵Benjamin Gaussorgues2024-02-091-0/+3
|\ \ | |/ |/| | | nextcloud/fix/36463/preview-not-generated-stable27
| * fix(preview): Check if node id is null before deleting the preview folderMarcel Müller2024-01-221-0/+3
| | | | | | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
* | Merge pull request #43246 from nextcloud/backport/41327/stable27Benjamin Gaussorgues2024-02-092-8/+32
|\ \
| * | also updated parent etags when a changed etag is detected during scanningRobin Appelman2024-01-312-7/+30
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | dont reuse etag for folders marked explicitly unscannedRobin Appelman2024-01-311-1/+2
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #43390 from nextcloud/backport/43131/stable27Git'Fellow2024-02-091-1/+1
|\ \ \ | | | | | | | | [stable27] fix(files): Don't attempt to format a partial cache entry
| * | | fix(files): Don't attempt to format a partial cache entryChristoph Wurst2024-02-061-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | continue background scanning different storages if one failsRobin Appelman2024-02-071-23/+27
|/ / / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* / / make failure to load app commands non-fatalRobin Appelman2024-02-021-1/+8
|/ / | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #43182 from nextcloud/backport/42930/stable27Arthur Schiwon2024-01-301-5/+3
|\ \ | | | | | | [stable27] Fix: config param 'overwritecondaddr' not working
| * | code style: ommited space, reverted [code review]Pavel Kryl2024-01-291-1/+1
| | |
| * | fixing bug #6914: Config Param 'overwritecondaddr' not workingPavel Kryl2024-01-291-6/+4
| |/ | | | | | | | | | | | | - just ignoring/removing extra parameter 'protocol' as suggested by blizzz Signed-off-by: Pavel Kryl <pavel@kryl.eu>
* / fix(Request): Catch exceptions in `isTrustedProxy`Ferdinand Thiessen2024-01-291-1/+8
|/ | | | | | | | | The function fails if the configured trusted proxies contain invalid characters and the underlying IpUtils will throw. But as it is used by `getRemoteAddress` which is used by logging / templating, thrown errors are not reported but silently fail with error 500. Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(auth): Fix logging in with email, password and login name mismatchChristoph Wurst2024-01-221-13/+24
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #42870 from nextcloud/backport/42607/stable27Arthur Schiwon2024-01-171-2/+5
|\ | | | | [stable27] fix(session): Avoid useless authtoken DB queries for anonymous requests
| * fix(session): Avoid two useless authtoken DB queries for every anonymous requestGit'Fellow2024-01-171-2/+5
| | | | | | | | | | | | Co-Authored-By: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #42873 from nextcloud/backport/42658/stable27Joas Schilling2024-01-172-0/+4
|\ \ | | | | | | [stable27] fix(systemreport): Mark more configs as sensitive
| * | fix(systemreport): Mark more configs as sensitiveJoas Schilling2024-01-172-0/+4
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Lower to infoGit'Fellow2024-01-171-1/+1
| | | | | | | | Co-authored-by: Simon L. <szaimen@e.mail.de> Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | Lower error to warningGit'Fellow2024-01-171-1/+1
|/ | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* Merge pull request #42828 from nextcloud/backport/41272/stable27Git'Fellow2024-01-161-3/+6
|\ | | | | [stable27] fix: reduce memory consumption of scans
| * fix: reduce memory consumption of scansGit'Fellow2024-01-161-3/+6
| | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Fix lint Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | fix(appstore): Only send subscription keys to valid appstoresJoas Schilling2024-01-161-4/+7
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix: handle exif metadata read errors gracefullyRichard Steinmetz2024-01-151-3/+4
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* fix: Only apply cast if needed when searching users for valueJulius Härtl2024-01-091-2/+11
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* perf: Use more performant way to obtain and check the email as a login name ↵Julius Härtl2024-01-091-2/+11
| | | | | | with token login Signed-off-by: Julius Härtl <jus@bitgrid.net>