summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* fix: Throw `NotFoundExceptionInterface` to fulfill PSR container interface if...Ferdinand Thiessen2023-02-062-2/+44
* fix(appinfo): navigation type is optionalJoas Schilling2023-02-032-6/+5
* Allow settings navigation items with no route entryChristopher Ng2023-02-022-3/+11
* Merge pull request #35736 from nextcloud/pluggable-share-displayblizzz2023-02-023-0/+87
|\
| * Pluggable share providerLouis Chemineau2023-02-023-0/+87
* | Make sure name and path are stringsJoas Schilling2023-02-021-0/+2
* | Try fixing OracleJoas Schilling2023-02-021-1/+6
* | Migrate to Symfony MailerCôme Chilliet2023-02-023-172/+224
|/
* refresh cached app folder on install/upgradeMaxence Lange2023-02-011-5/+9
* Merge pull request #36420 from nextcloud/enh/34958/fix-exif-logLouis2023-01-301-2/+2
|\
| * try to fix the exif_read_data issueSimon L2023-01-281-2/+2
* | Merge pull request #36433 from nextcloud/fix/32818/decrypt-missing-file-failsRobin Appelman2023-01-301-4/+1
|\ \
| * | fix(encryption): don't throw on missing fileRichard Steinmetz2023-01-301-4/+1
* | | Merge pull request #35160 from nextcloud/artonge/feat/version_naming_backendLouis2023-01-301-0/+6
|\ \ \ | |/ / |/| |
| * | Adapt files_versions tests to modernized hooksLouis Chemineau2023-01-261-0/+6
* | | Use the default primary color instead of "randomly" the color of the user tri...Joas Schilling2023-01-301-3/+3
| |/ |/|
* | Merge pull request #36363 from nextcloud/feat/app-framework/usesession-attributeChristoph Wurst2023-01-271-4/+30
|\ \
| * | feat(app-framework): Add UseSession attribute to replace annotationChristoph Wurst2023-01-271-4/+30
* | | style: Fix php-cs and psalmJulius Härtl2023-01-272-2/+4
* | | improve getUserProviderTimestampsJulien Veyssier2023-01-271-3/+4
* | | use array_filter instead of array_map + array_searchJulien Veyssier2023-01-271-5/+5
* | | handle and return touchProvider errorsJulien Veyssier2023-01-271-1/+3
* | | add 'last used timestamp' management for reference providersJulien Veyssier2023-01-273-5/+58
* | | extend the reference API for the new link pickerJulien Veyssier2023-01-272-0/+124
|/ /
* / feat(app-framework): Add support for global middlewaresChristoph Wurst2023-01-263-7/+54
|/
* Merge pull request #35894 from nextcloud/move-from-encryptionVincent Petry2023-01-261-5/+13
|\
| * fix moving files of encrypted local storage to unencrypted local storageRobin Appelman2023-01-241-5/+13
* | Merge pull request #36352 from nextcloud/enh/noid/imaginary-add-tiffSimon L2023-01-251-1/+1
|\ \
| * | imaginary - add tiff to supported formatsSimon L2023-01-251-1/+1
| |/
* | Merge pull request #36298 from nextcloud/perf/app-framework/lazy-middleware-r...Christoph Wurst2023-01-253-23/+14
|\ \
| * | perf(app-framework): Make the app middleware registration lazyChristoph Wurst2023-01-253-23/+14
| |/
* | Merge pull request #32798 from nextcloud/enh/sse-cJulius Härtl2023-01-252-5/+38
|\ \
| * | feat(s3): Add option to specify an SSE-C customer provided keyJulius Härtl2023-01-242-5/+38
| |/
* / Add app config for default template pathThomas Citharel2023-01-241-1/+1
|/
* Merge pull request #36261 from nextcloud/techdebt/noid/warn-devs-about-potent...Joas Schilling2023-01-231-0/+6
|\
| * fix(querybuilder): Log a warning if where() is called again on a query builde...Joas Schilling2023-01-201-0/+6
* | Fix double where() usage in resource managerJoas Schilling2023-01-231-1/+1
* | composer run cs:fixCôme Chilliet2023-01-20266-377/+103
* | Fix types in OCS json answer (status code is an int)Côme Chilliet2023-01-203-5/+3
* | Fix crash in OCS when getting info about an applicationCôme Chilliet2023-01-201-8/+11
* | Attempt at reducing psalm errorsCôme Chilliet2023-01-202-6/+5
|/
* docs: document types flag for search optionsDaniel Kesselberg2023-01-191-1/+3
* Merge pull request #36225 from Jachhj-sc/patch-1Simon L2023-01-181-2/+6
|\
| * Update lib/private/PreviewManager.php William2023-01-181-2/+1
| * Merge branch 'nextcloud:master' into patch-1William2023-01-182-2/+10
| |\
| * | Update PreviewManager.phpWilliam2023-01-181-3/+8
* | | Merge pull request #27492 from cyclops8456/feature/24301-remove-can-install-o...Simon L2023-01-181-0/+17
|\ \ \ | |_|/ |/| |
| * | Rename canInstallExists method and add new method for removalAlex Harpin2023-01-101-2/+9
| * | Move CAN_INSTALL check to method and remove unlink from SetupControllerAlex Harpin2023-01-101-1/+8
| * | Remove the CAN_INSTALL file when occ maintenance:install is completeAlex Harpin2023-01-101-0/+3