summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Support getting and patching version-labelLouis Chemineau2023-01-2618-181/+738
| * | | | Create files_versions tableLouis Chemineau2023-01-266-1/+227
| * | | | Modernise hook listener of files_versionsLouis Chemineau2023-01-262-55/+88
* | | | | Merge pull request #36348 from nextcloud/bugfix/noid/fix-primary-color-usage-...Joas Schilling2023-01-305-30/+53
|\ \ \ \ \
| * | | | | fix(tests): Fix method name in unit testsJoas Schilling2023-01-301-4/+4
| * | | | | Use the default primary color instead of "randomly" the color of the user tri...Joas Schilling2023-01-301-3/+3
| * | | | | Use the default color and matching text color for the federation inviteJoas Schilling2023-01-303-23/+46
|/ / / / /
* | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-3044-74/+200
* | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-292-2/+2
| |/ / / |/| | |
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-286-0/+22
* | | | Merge pull request #36363 from nextcloud/feat/app-framework/usesession-attributeChristoph Wurst2023-01-2710-72/+189
|\ \ \ \
| * | | | feat(app-framework): Add UseSession attribute to replace annotationChristoph Wurst2023-01-2710-72/+189
* | | | | Merge pull request #36380 from nextcloud/fix/caldav/reminder-service-nullable...Christoph Wurst2023-01-271-1/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | fix(caldav): Fix wrong Psalm report for nullable calendar dataChristoph Wurst2023-01-261-1/+0
| | |/ / | |/| |
* | | | Merge pull request #35557 from nextcloud/enh/31667/extend-reference-api-for-f...Julius Härtl2023-01-2713-3/+405
|\ \ \ \
| * | | | style: Fix php-cs and psalmJulius Härtl2023-01-274-4/+10
| * | | | chore(composer): Update autoloaderJulius Härtl2023-01-272-0/+8
| * | | | 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-273-10/+8
| * | | | ADiscoverableReferenceProvider implements JsonSerializableJulien Veyssier2023-01-271-1/+3
| * | | | add 'last used timestamp' management for reference providersJulien Veyssier2023-01-276-7/+99
| * | | | extend the reference API for the new link pickerJulien Veyssier2023-01-279-0/+295
* | | | | Merge pull request #36395 from corentinbettiol/fix/typo-occ-repairSimon L2023-01-271-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | FIX: This fill finish -> This will finishsodimel2023-01-261-1/+1
* | | | | Merge pull request #36402 from nextcloud/nickvergessen-patch-2Joas Schilling2023-01-271-0/+4
|\ \ \ \ \
| * | | | | ci(psalm): Generate base analysis on pushes so we can compare to updated reportsJoas Schilling2023-01-271-0/+4
| | |_|/ / | |/| | |
* | | | | Merge pull request #36389 from nextcloud/nickvergessen-patch-1Joas Schilling2023-01-271-1/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix(CI): Install composer dependencies of TalkJoas Schilling2023-01-271-1/+6
|/ / / /
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-2718-16/+44
* | | | Merge pull request #36370 from nextcloud/fix/search-focusPytal2023-01-263-5/+3
|\ \ \ \
| * | | | Fix focus not returning to search iconChristopher Ng2023-01-253-5/+3
* | | | | Merge pull request #36371 from nextcloud/compiled-css-gitattrPytal2023-01-261-0/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Mark compiled CSS as binaryChristopher Ng2023-01-251-0/+1
| |/ / /
* | | | Merge pull request #36310 from nextcloud/feat/app-framework/global-middlewaresChristoph Wurst2023-01-268-12/+95
|\ \ \ \
| * | | | feat(app-framework): Add support for global middlewaresChristoph Wurst2023-01-268-12/+95
| | |/ / | |/| |
* | | | Merge pull request #36210 from nextcloud/fix/4811/principal-emailDaniel2023-01-261-2/+2
|\ \ \ \
| * | | | fix(dav): check if principal has email address before accessing itRichard Steinmetz2023-01-241-2/+2
* | | | | Merge pull request #36341 from nextcloud/fix/app-framework/middleware-before-...Christoph Wurst2023-01-261-0/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix(app-framework): Specify return type of Middleware::beforeControllerChristoph Wurst2023-01-251-0/+1
| | |_|/ | |/| |
* | | | Merge pull request #36362 from nextcloud/release/26.0.0_beta_1v26.0.0beta1blizzz2023-01-261-2/+2
|\ \ \ \
| * | | | 26.0.0 beta 1Arthur Schiwon2023-01-251-2/+2
* | | | | 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 #36347 from nextcloud/chore/autoloader/composer-2.5.1-auto...Christoph Wurst2023-01-2651-398/+651
|\ \ \ \ \
| * | | | | chore(autoloaders): Update autoloader files for Composer 2.5.1Christoph Wurst2023-01-2551-398/+651
* | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-2686-98/+48
| |_|_|_|/ |/| | | |
* | | | | 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-255-41/+61
|\ \ \ \