aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #39264 from nextcloud/feat/add-instance-categoryBenjamin Gaussorgues2023-07-211-14/+31
|\ | | | | Add instance category while checking new updates
| * Add instance category while checking new updatesBenjamin Gaussorgues2023-07-181-14/+31
| | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | Merge pull request #39504 from ↵Anna2023-07-201-3/+3
|\ \ | | | | | | | | | | | | nextcloud/fix/caldav/access-typed-searchquery-property-without-init fix(caldav): Assign initial value to typed CalendarQuery properties
| * | fix(caldav): Assign initial value to typed CalendarQuery propertiesChristoph Wurst2023-07-201-3/+3
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #39367 from nextcloud/s3-fopen-exceptionRobin Appelman2023-07-201-1/+3
|\ \ \ | | | | | | | | handle more exceptions in AmazonS3::fopen
| * | | fix SeekableHttpStream::stream_stat errors on failed openRobin Appelman2023-07-131-1/+3
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #39275 from nextcloud/log-backtraceRobin Appelman2023-07-201-0/+6
|\ \ \ \ | | | | | | | | | | Add optional to add backtrace to log items
| * | | | Add optional to add backtrace to log itemsRobin Appelman2023-07-101-0/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #38860 from nextcloud/scanner-change-summaryRobin Appelman2023-07-202-3/+7
|\ \ \ \ \ | |_|_|/ / |/| | | | add summary of detected changes to files:scan output
| * | | | add summary of detected changes to files:scan outputRobin Appelman2023-06-162-3/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #39490 from nextcloud/bugfix/noid/fix-loading-infoxmlJoas Schilling2023-07-202-5/+5
|\ \ \ \ \ | | | | | | | | | | | | fix(apps): Fix loading info.xml file
| * | | | | fix(apps): Fix loading info.xml fileJoas Schilling2023-07-202-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ref: https://bugs.php.net/bug.php?id=62577 Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #38934 from nextcloud/bugfix/noid/ssec-multipartJulius Härtl2023-07-201-5/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | fix(s3): Pass SSE-C parameters for multipart uploadJulius Härtl2023-06-211-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | fix: Correctly add `module` content type to script tags when scripts with ↵Ferdinand Thiessen2023-07-181-1/+2
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | versions are used Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | Merge pull request #38907 from nextcloud/mail/fix/8551/contact-manager-searchJohannes2023-07-181-3/+6
|\ \ \ \ \ | | | | | | | | | | | | Fix: ContactManager search with fullmatch
| * | | | | fix(mail): ContactManager search with fullmatchJohannes Merkel2023-06-291-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Johannes Merkel <mail@johannesgge.de>
* | | | | | Merge pull request #39309 from nextcloud/bug/35766/fix-get-uid-on-nullableCôme Chilliet2023-07-171-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix(profile): fix getUID on nullable user variable
| * | | | | | fix(profile): fix getUID on nullable user variableThomas Citharel2023-07-111-1/+1
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As per method signature, $visitingUser is nullable, so we can't be sure calling getUid() on it will work. Closes #35766 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | | Merge branch 'master' into fix/correct-exceptions-for-SABAnna2023-07-146-5/+16
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #39339 from nextcloud/fix/noid/d404-nosearchMarcel Klehr2023-07-131-0/+4
| |\ \ \ \ \ \
| | * | | | | | fix(node): non-existing folder is not searchableArthur Schiwon2023-07-131-0/+4
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the previosuly introduced searchBySystemTag was not overwritten in NonExistingFolder and could run the inherited method. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * / / / / / core: Add OpenAPI specjld31032023-07-134-1/+8
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
| * | | | / Migrate federated file sharing to PSR LoggerInterfaceBenjamin Gaussorgues2023-07-071-4/+4
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | | | Merge branch 'master' into fix/correct-exceptions-for-SABAnna2023-07-0719-42/+42
|\| | | |
| * | | | chore: Replace \OC::$server->query with \OCP\Server::get in /libChristoph Wurst2023-07-0619-42/+42
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | fix(CardDAV): catch right exception when checking for federated app classesAnna Larch2023-07-061-1/+0
|/ / / / | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | Merge pull request #38978 from fsamapoor/refactor_lib_private_accountsArthur Schiwon2023-07-055-144/+50
|\ \ \ \ | | | | | | | | | | Refactors lib/private/Accounts classes
| * | | | Renames the property to improve the code readbility/clarity.Faraz Samapoor2023-07-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on: https://github.com/nextcloud/server/pull/38978#pullrequestreview-1514202944 Co-authored-by: Arthur Schiwon <blizzz@arthur-schiwon.de> Signed-off-by: Faraz Samapoor <fsa@adlas.at>
| * | | | Fixes testcase errors.Faraz Samapoor2023-07-021-8/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Faraz Samapoor <fsa@adlas.at>
| * | | | Fixes Psalm error.Faraz Samapoor2023-07-011-4/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Faraz Samapoor <fsa@adlas.at>
| * | | | Refactors lib/private/Accounts.Faraz Samapoor2023-07-015-138/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mainly using PHP8's constructor property promotion. Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* | | | | Merge pull request #38955 from nextcloud/bugfix/noid/dont-use-orJoas Schilling2023-07-051-1/+1
|\ \ \ \ \ | | | | | | | | | | | | fix(eventdispatcher): Don't use all evaluating "or"
| * | | | | fix(eventdispatcher): Don't use all evaluating "or"Joas Schilling2023-06-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #39086 from ↵Arthur Schiwon2023-07-051-5/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/migrate-admin_audit-to-IEventDispatcher feat(admin_audit): Migrate to non-deprecated IEventDispatcher
| * | | | | | feat(admin_audit): Migrate to non-deprecated IEventDispatcherJoas Schilling2023-07-041-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #39012 from fsamapoor/refactor_lib_private_security_part2Arthur Schiwon2023-07-059-180/+107
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [2/3] Refactors lib/private/Security
| * | | | | | | Refactors lib/private/Security.Faraz Samapoor2023-06-269-180/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mainly using PHP8's constructor property promotion. Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* | | | | | | | Merge pull request #38910 from nextcloud/fix/nullish-trim-deprecation-warningJoas Schilling2023-07-051-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Cast string type for trim()
| * | | | | | | | fixed quotesdartcafe2023-06-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: dartcafe <github@dartcafe.de>
| * | | | | | | | add type #38909dartcafe2023-06-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: dartcafe <github@dartcafe.de>
| * | | | | | | | Throw if creation date is read before inserting into databaseCôme Chilliet2023-06-202-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> Signed-off-by: dartcafe <github@dartcafe.de>
| * | | | | | | | Cleanup comments codeCarl Schwan2023-06-202-159/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix various psalm issues - Add as much typing as possible while preserving stable API Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: dartcafe <github@dartcafe.de>
* | | | | | | | | fix(sse): don't update uncached filesRichard Steinmetz2023-07-041-13/+21
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | | | | | Merge pull request #39089 from nextcloud/bugfix/39087/fix-2fa-event-namesJoas Schilling2023-07-033-3/+13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix event names of 2FA related typed events
| * | | | | | | | Fix event names of 2FA related typed eventsJoas Schilling2023-07-033-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | | Merge pull request #39057 from nextcloud/feat/ocp/type-icapabilitiesChristoph Wurst2023-07-031-2/+0
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | feat(ocp): More specific type for ICapabilities::getCapabilities
| * | | | | | | | feat(ocp): More specific type for ICapabilities::getCapabilitiesChristoph Wurst2023-07-031-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | | | Merge pull request #34443 from nextcloud/feat/add-enabled-user-backendCôme Chilliet2023-07-031-9/+31
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Add IProvideEnabledStateBackend interface
| * | | | | | | | Fix since annotations and add boolean return type for setUserEnabledCôme Chilliet2023-06-201-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>