| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | Support getting and patching version-label | Louis Chemineau | 2023-01-26 | 18 | -181/+738 |
| * | | | | Create files_versions table | Louis Chemineau | 2023-01-26 | 6 | -1/+227 |
| * | | | | Modernise hook listener of files_versions | Louis Chemineau | 2023-01-26 | 2 | -55/+88 |
* | | | | | Merge pull request #36348 from nextcloud/bugfix/noid/fix-primary-color-usage-... | Joas Schilling | 2023-01-30 | 5 | -30/+53 |
|\ \ \ \ \ |
|
| * | | | | | fix(tests): Fix method name in unit tests | Joas Schilling | 2023-01-30 | 1 | -4/+4 |
| * | | | | | Use the default primary color instead of "randomly" the color of the user tri... | Joas Schilling | 2023-01-30 | 1 | -3/+3 |
| * | | | | | Use the default color and matching text color for the federation invite | Joas Schilling | 2023-01-30 | 3 | -23/+46 |
|/ / / / / |
|
* | | | | | Fix(l10n): 🔠Update translations from Transifex | Nextcloud bot | 2023-01-30 | 44 | -74/+200 |
* | | | | | Fix(l10n): 🔠Update translations from Transifex | Nextcloud bot | 2023-01-29 | 2 | -2/+2 |
| |/ / /
|/| | | |
|
* | | | | Fix(l10n): 🔠Update translations from Transifex | Nextcloud bot | 2023-01-28 | 6 | -0/+22 |
* | | | | Merge pull request #36363 from nextcloud/feat/app-framework/usesession-attribute | Christoph Wurst | 2023-01-27 | 10 | -72/+189 |
|\ \ \ \ |
|
| * | | | | feat(app-framework): Add UseSession attribute to replace annotation | Christoph Wurst | 2023-01-27 | 10 | -72/+189 |
* | | | | | Merge pull request #36380 from nextcloud/fix/caldav/reminder-service-nullable... | Christoph Wurst | 2023-01-27 | 1 | -1/+0 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | fix(caldav): Fix wrong Psalm report for nullable calendar data | Christoph Wurst | 2023-01-26 | 1 | -1/+0 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #35557 from nextcloud/enh/31667/extend-reference-api-for-f... | Julius Härtl | 2023-01-27 | 13 | -3/+405 |
|\ \ \ \ |
|
| * | | | | style: Fix php-cs and psalm | Julius Härtl | 2023-01-27 | 4 | -4/+10 |
| * | | | | chore(composer): Update autoloader | Julius Härtl | 2023-01-27 | 2 | -0/+8 |
| * | | | | improve getUserProviderTimestamps | Julien Veyssier | 2023-01-27 | 1 | -3/+4 |
| * | | | | use array_filter instead of array_map + array_search | Julien Veyssier | 2023-01-27 | 1 | -5/+5 |
| * | | | | handle and return touchProvider errors | Julien Veyssier | 2023-01-27 | 3 | -10/+8 |
| * | | | | ADiscoverableReferenceProvider implements JsonSerializable | Julien Veyssier | 2023-01-27 | 1 | -1/+3 |
| * | | | | add 'last used timestamp' management for reference providers | Julien Veyssier | 2023-01-27 | 6 | -7/+99 |
| * | | | | extend the reference API for the new link picker | Julien Veyssier | 2023-01-27 | 9 | -0/+295 |
* | | | | | Merge pull request #36395 from corentinbettiol/fix/typo-occ-repair | Simon L | 2023-01-27 | 1 | -1/+1 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | FIX: This fill finish -> This will finish | sodimel | 2023-01-26 | 1 | -1/+1 |
* | | | | | Merge pull request #36402 from nextcloud/nickvergessen-patch-2 | Joas Schilling | 2023-01-27 | 1 | -0/+4 |
|\ \ \ \ \ |
|
| * | | | | | ci(psalm): Generate base analysis on pushes so we can compare to updated reports | Joas Schilling | 2023-01-27 | 1 | -0/+4 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge pull request #36389 from nextcloud/nickvergessen-patch-1 | Joas Schilling | 2023-01-27 | 1 | -1/+6 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | fix(CI): Install composer dependencies of Talk | Joas Schilling | 2023-01-27 | 1 | -1/+6 |
|/ / / / |
|
* | | | | Fix(l10n): 🔠Update translations from Transifex | Nextcloud bot | 2023-01-27 | 18 | -16/+44 |
* | | | | Merge pull request #36370 from nextcloud/fix/search-focus | Pytal | 2023-01-26 | 3 | -5/+3 |
|\ \ \ \ |
|
| * | | | | Fix focus not returning to search icon | Christopher Ng | 2023-01-25 | 3 | -5/+3 |
* | | | | | Merge pull request #36371 from nextcloud/compiled-css-gitattr | Pytal | 2023-01-26 | 1 | -0/+1 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Mark compiled CSS as binary | Christopher Ng | 2023-01-25 | 1 | -0/+1 |
| |/ / / |
|
* | | | | Merge pull request #36310 from nextcloud/feat/app-framework/global-middlewares | Christoph Wurst | 2023-01-26 | 8 | -12/+95 |
|\ \ \ \ |
|
| * | | | | feat(app-framework): Add support for global middlewares | Christoph Wurst | 2023-01-26 | 8 | -12/+95 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #36210 from nextcloud/fix/4811/principal-email | Daniel | 2023-01-26 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | fix(dav): check if principal has email address before accessing it | Richard Steinmetz | 2023-01-24 | 1 | -2/+2 |
* | | | | | Merge pull request #36341 from nextcloud/fix/app-framework/middleware-before-... | Christoph Wurst | 2023-01-26 | 1 | -0/+1 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | fix(app-framework): Specify return type of Middleware::beforeController | Christoph Wurst | 2023-01-25 | 1 | -0/+1 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #36362 from nextcloud/release/26.0.0_beta_1v26.0.0beta1 | blizzz | 2023-01-26 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | 26.0.0 beta 1 | Arthur Schiwon | 2023-01-25 | 1 | -2/+2 |
* | | | | | Merge pull request #35894 from nextcloud/move-from-encryption | Vincent Petry | 2023-01-26 | 1 | -5/+13 |
|\ \ \ \ \ |
|
| * | | | | | fix moving files of encrypted local storage to unencrypted local storage | Robin Appelman | 2023-01-24 | 1 | -5/+13 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #36347 from nextcloud/chore/autoloader/composer-2.5.1-auto... | Christoph Wurst | 2023-01-26 | 51 | -398/+651 |
|\ \ \ \ \ |
|
| * | | | | | chore(autoloaders): Update autoloader files for Composer 2.5.1 | Christoph Wurst | 2023-01-25 | 51 | -398/+651 |
* | | | | | | Fix(l10n): 🔠Update translations from Transifex | Nextcloud bot | 2023-01-26 | 86 | -98/+48 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Merge pull request #36352 from nextcloud/enh/noid/imaginary-add-tiff | Simon L | 2023-01-25 | 1 | -1/+1 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | imaginary - add tiff to supported formats | Simon L | 2023-01-25 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge pull request #36298 from nextcloud/perf/app-framework/lazy-middleware-r... | Christoph Wurst | 2023-01-25 | 5 | -41/+61 |
|\ \ \ \ |
|