aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #39264 from nextcloud/feat/add-instance-categoryBenjamin Gaussorgues2023-07-211-14/+31
|\
| * Add instance category while checking new updatesBenjamin Gaussorgues2023-07-181-14/+31
* | Merge pull request #39504 from nextcloud/fix/caldav/access-typed-searchquery-...Anna2023-07-201-3/+3
|\ \
| * | fix(caldav): Assign initial value to typed CalendarQuery propertiesChristoph Wurst2023-07-201-3/+3
* | | Merge pull request #39367 from nextcloud/s3-fopen-exceptionRobin Appelman2023-07-201-1/+3
|\ \ \
| * | | fix SeekableHttpStream::stream_stat errors on failed openRobin Appelman2023-07-131-1/+3
* | | | Merge pull request #39275 from nextcloud/log-backtraceRobin Appelman2023-07-201-0/+6
|\ \ \ \
| * | | | Add optional to add backtrace to log itemsRobin Appelman2023-07-101-0/+6
* | | | | Merge pull request #38860 from nextcloud/scanner-change-summaryRobin Appelman2023-07-202-3/+7
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | add summary of detected changes to files:scan outputRobin Appelman2023-06-162-3/+7
* | | | | Merge pull request #39490 from nextcloud/bugfix/noid/fix-loading-infoxmlJoas Schilling2023-07-202-5/+5
|\ \ \ \ \
| * | | | | fix(apps): Fix loading info.xml fileJoas Schilling2023-07-202-5/+5
* | | | | | 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
* | | | | | fix: Correctly add `module` content type to script tags when scripts with ver...Ferdinand Thiessen2023-07-181-1/+2
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #38907 from nextcloud/mail/fix/8551/contact-manager-searchJohannes2023-07-181-3/+6
|\ \ \ \ \
| * | | | | fix(mail): ContactManager search with fullmatchJohannes Merkel2023-06-291-3/+6
* | | | | | 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 variableThomas Citharel2023-07-111-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | 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
| | |/ / / / /
| * / / / / / core: Add OpenAPI specjld31032023-07-134-1/+8
| |/ / / / /
| * | | | / Migrate federated file sharing to PSR LoggerInterfaceBenjamin Gaussorgues2023-07-071-4/+4
| | |_|_|/ | |/| | |
* | | | | 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
* | | | | fix(CardDAV): catch right exception when checking for federated app classesAnna Larch2023-07-061-1/+0
|/ / / /
* | | | Merge pull request #38978 from fsamapoor/refactor_lib_private_accountsArthur Schiwon2023-07-055-144/+50
|\ \ \ \
| * | | | Renames the property to improve the code readbility/clarity.Faraz Samapoor2023-07-051-2/+2
| * | | | Fixes testcase errors.Faraz Samapoor2023-07-021-8/+9
| * | | | Fixes Psalm error.Faraz Samapoor2023-07-011-4/+1
| * | | | Refactors lib/private/Accounts.Faraz Samapoor2023-07-015-138/+46
* | | | | Merge pull request #38955 from nextcloud/bugfix/noid/dont-use-orJoas Schilling2023-07-051-1/+1
|\ \ \ \ \
| * | | | | fix(eventdispatcher): Don't use all evaluating "or"Joas Schilling2023-06-231-1/+1
* | | | | | Merge pull request #39086 from nextcloud/bugfix/noid/migrate-admin_audit-to-I...Arthur Schiwon2023-07-051-5/+7
|\ \ \ \ \ \
| * | | | | | feat(admin_audit): Migrate to non-deprecated IEventDispatcherJoas Schilling2023-07-041-5/+7
* | | | | | | Merge pull request #39012 from fsamapoor/refactor_lib_private_security_part2Arthur Schiwon2023-07-059-180/+107
|\ \ \ \ \ \ \
| * | | | | | | Refactors lib/private/Security.Faraz Samapoor2023-06-269-180/+107
* | | | | | | | Merge pull request #38910 from nextcloud/fix/nullish-trim-deprecation-warningJoas Schilling2023-07-051-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | fixed quotesdartcafe2023-06-201-1/+1
| * | | | | | | | add type #38909dartcafe2023-06-201-1/+1
| * | | | | | | | Throw if creation date is read before inserting into databaseCôme Chilliet2023-06-202-2/+8
| * | | | | | | | Cleanup comments codeCarl Schwan2023-06-202-159/+76
* | | | | | | | | fix(sse): don't update uncached filesRichard Steinmetz2023-07-041-13/+21
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #39089 from nextcloud/bugfix/39087/fix-2fa-event-namesJoas Schilling2023-07-033-3/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix event names of 2FA related typed eventsJoas Schilling2023-07-033-3/+13
* | | | | | | | | Merge pull request #39057 from nextcloud/feat/ocp/type-icapabilitiesChristoph Wurst2023-07-031-2/+0
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | feat(ocp): More specific type for ICapabilities::getCapabilitiesChristoph Wurst2023-07-031-2/+0
* | | | | | | | | Merge pull request #34443 from nextcloud/feat/add-enabled-user-backendCôme Chilliet2023-07-031-9/+31
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Fix since annotations and add boolean return type for setUserEnabledCôme Chilliet2023-06-201-3/+3