aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #39020 from fsamapoor/refactor_lib_private_mailPytal2023-06-272-0/+24
|\
| * Adds same object return annotations.Faraz Samapoor2023-06-272-0/+24
* | Merge pull request #38990 from fsamapoor/refactor_lib_private_calendarChristoph Wurst2023-06-274-99/+69
|\ \ | |/ |/|
| * Refactors lib/private/Calendar.Faraz Samapoor2023-06-254-99/+69
* | Merge pull request #38881 from nextcloud/fix/logcondition-userCôme Chilliet2023-06-261-8/+12
|\ \
| * | Fix user log.condition featureCôme Chilliet2023-06-261-8/+12
* | | Merge pull request #38858 from nextcloud/scanner-performance3Robin Appelman2023-06-262-14/+10
|\ \ \
| * | | file scanner performance improvementsRobin Appelman2023-06-162-14/+10
* | | | Merge pull request #38679 from nextcloud/feat/add-spec-to-preview-fetched-eventDaniel2023-06-261-2/+6
|\ \ \ \
| * | | | feat: add width, height, crop and mode to BeforePreviewFetchedEventDaniel Kesselberg2023-06-231-2/+6
* | | | | Merge pull request #38958 from nextcloud/enh/noid/use-getsystemvalue-mailerSimon L2023-06-261-4/+4
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | use getsystemvalue-functions in Mailer.phpSimon L2023-06-231-4/+4
| |/ / /
* | | | Merge pull request #38987 from fsamapoor/refactor_lib_private_mailF. E Noel Nfebe2023-06-254-168/+89
|\ \ \ \
| * | | | Refactors lib/private/Mail.Faraz Samapoor2023-06-254-168/+89
| | |_|/ | |/| |
* / | | Refactors lib/private/Contacts.Faraz Samapoor2023-06-258-121/+45
|/ / /
* | | Merge pull request #38625 from nextcloud/fix/noid/querysearchehelper-narrow-typeArthur Schiwon2023-06-246-41/+40
|\ \ \
| * | | ci: pro forma check of existence of internal methodArthur Schiwon2023-06-211-7/+9
| * | | refactor: declare getMount() and getMountsIn() at IRootFolderArthur Schiwon2023-06-214-23/+11
| * | | chore: ugly type jugglingArthur Schiwon2023-06-215-20/+32
| * | | fix: add typehine for IRootFolderArthur Schiwon2023-06-211-7/+5
| * | | fix: expect interface, not a specific implementationArthur Schiwon2023-06-211-3/+2
* | | | dav: clean path before putting it in the statcacheRobin Appelman2023-06-231-0/+1
| |/ / |/| |
* | | Merge pull request #38945 from nextcloud/dav-meta-directory-contentRobin Appelman2023-06-221-96/+125
|\ \ \
| * | | implement optimized getDirectoryContent for DAVRobin Appelman2023-06-221-96/+125
| |/ /
* / / fix(l10n): Fix plural issue with different locale and languageJoas Schilling2023-06-211-1/+6
|/ /
* | Throw if creation date is read before inserting into databaseCôme Chilliet2023-06-202-2/+8
* | Cleanup comments codeCarl Schwan2023-06-202-159/+76
* | use source cache when listing folder during recursive copyRobin Appelman2023-06-191-5/+6
|/
* emit an event when a message is loggedRobin Appelman2023-06-133-1/+34
* Merge pull request #38745 from nextcloud/feature/ocs-xml-stdclassKate2023-06-131-0/+4
|\
| * Allow stdClass in XML responsesjld31032023-06-131-0/+4
* | Fix deprecated method callDominik Fuchß2023-06-131-1/+2
* | Changes after code review.Dominik Fuchß2023-06-131-2/+7
* | Add config variable for curl timeoutDominik Fuchß2023-06-131-2/+6
|/
* fix(caching): Avoid checking existence before fetchingChristoph Wurst2023-06-121-2/+3
* Merge pull request #38226 from nextcloud/file-object-utilsRobin Appelman2023-06-091-1/+5
|\
| * add utility command for object store objectsRobin Appelman2023-06-091-1/+5
* | avoid requests to opengraph image if no host detectedJulien Veyssier2023-06-091-16/+21
|/
* fix(apache): Serve `mjs` (module javascript) as static filesFerdinand Thiessen2023-06-071-1/+1
* shorten oauth2 client names before resizing the columnJulien Veyssier2023-06-061-0/+21
* drop the oauth2_clients trusted column, delete unsupported clients and their ...Julien Veyssier2023-06-061-0/+34
* chore: Drop dead private methods in /libChristoph Wurst2023-06-064-43/+0
* Merge pull request #38322 from nextcloud/bugfix/noid/throw-early-app-containerJulius Härtl2023-06-061-2/+4
|\
| * fix: Throw early when a service cannot be found in the app containerJulius Härtl2023-05-161-2/+4
* | Merge pull request #38478 from nextcloud/backport/38440/masterSimon L2023-06-051-2/+2
|\ \
| * | fix: execute throws docrine exceptions not our wrapped onesJulius Härtl2023-05-261-2/+2
* | | Merge pull request #38524 from nextcloud/chore/app/clear-unused-cache-keyArthur Schiwon2023-06-051-2/+0
|\ \ \
| * | | chore(app): Do not clear unused cache keyChristoph Wurst2023-05-301-2/+0
* | | | refactor: migrate OC_EventSource to dependency injectionDaniel Kesselberg2023-06-033-12/+60
* | | | Merge pull request #38545 from nextcloud/bugfix/noid/symfony/event-dispatcher...Joas Schilling2023-06-021-2/+1
|\ \ \ \