aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #35943 from nextcloud/fix/code-fixes-from-34997Côme Chilliet2023-01-038-40/+34
|\
| * Fix typing errors in settings testsCôme Chilliet2023-01-021-6/+4
| * Fix files_external tests with phpunit 9Côme Chilliet2023-01-021-2/+2
| * Remove redundant cast to string in user_ldapCôme Chilliet2023-01-021-2/+2
| * Fix psalm spotted errors with new requirementsCôme Chilliet2023-01-025-30/+26
* | Merge pull request #35939 from nextcloud/bugfix/noid/update-status-dashboard-...Joas Schilling2023-01-027-30/+31
|\ \
| * | Update the user status dashboard widget and fix the icon colorJoas Schilling2023-01-027-30/+31
| |/
* | Merge pull request #35820 from nextcloud/enh/noid/wording-new-app-password-ac...Julien Veyssier2023-01-021-2/+2
|\ \
| * | avoid using the word 'password' in the APP_TOKEN_CREATED activityJulien Veyssier2023-01-021-2/+2
| |/
* | Merge pull request #28117 from nextcloud/bugfix/noid/dav-checksum-valuesJulius Härtl2023-01-021-1/+1
|\ \ | |/ |/|
| * Align checksum dav property with desktop client parsingJulius Härtl2022-12-301-1/+1
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-316-0/+6
|/
* Fix psalm issues related to signature changes from PHP 8.0Côme Chilliet2022-12-294-31/+21
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-292-0/+6
* Merge pull request #35897 from nextcloud/fix/35896/fix-video-fullscreenSimon L2022-12-285-2/+14
|\
| * fix video fullscreen on public pageSimon L2022-12-275-2/+14
* | Merge pull request #35870 from quentinguidee/refine-about-filesSimon L2022-12-281-72/+84
|\ \ | |/ |/|
| * Refine file comments designQuentin Guidée2022-12-221-72/+84
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-2722-20/+40
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-2614-0/+34
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-2514-0/+14
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-24154-300/+302
* | Merge pull request #35795 from nextcloud/enh/35770-Replace_custom_tooltips_wi...Julia Kirschenheuter2022-12-238-49/+10
|\ \
| * | Replace custom tooltips with native ones in filesjulia.kirschenheuter2022-12-229-51/+11
* | | Merge pull request #35785 from nextcloud/enh/35654-js-files/replace_custom_to...Julia Kirschenheuter2022-12-236-15/+8
|\ \ \
| * | | Replace custom tooltips with native ones in files_sharingjulia.kirschenheuter2022-12-226-15/+8
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-2376-212/+212
| |_|/ |/| |
* | | Merge pull request #35213 from PLUTEX/32611-ocs-api-share-permissionsJulius Härtl2022-12-223-9/+13
|\ \ \ | |_|/ |/| |
| * | Honor permissions of new link share via OCS APIJan-Philipp Litza2022-12-063-9/+13
* | | Merge pull request #35761 from nextcloud/fix/remove-guests-commentsJulius Härtl2022-12-223-33/+4
|\ \ \ | |_|/ |/| |
| * | Remove comment and guests option from Invitations UIAnna Larch2022-12-203-33/+4
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-2216-8/+122
* | | Do not setup a session when not required on WebDAV requestsJulius Härtl2022-12-211-0/+1
* | | Merge pull request #35836 from nextcloud/fix/remove-other-share-when-deletedJulius Härtl2022-12-211-1/+12
|\ \ \
| * | | fix: remove other shares from ui when deletedMax2022-12-201-1/+12
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-21856-2942/+810
| |/ / |/| |
* | | Merge pull request #35839 from nextcloud/feat/user_ldap-longer-ttl-for-fallbackVincent Petry2022-12-201-4/+5
|\ \ \
| * | | Apply a longer TTL of 15min to falling back on backup serverCôme Chilliet2022-12-201-4/+5
* | | | Merge pull request #34724 from nextcloud/encryption-read-before-cacheVincent Petry2022-12-201-0/+8
|\ \ \ \
| * | | | clear is-encrypted cache when trying to fix encrypted versionRobin Appelman2022-12-011-0/+8
* | | | | Merge pull request #34772 from nextcloud/fix/clean-ldap-access-factory-usageCôme Chilliet2022-12-2010-97/+74
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into fix/clean-ldap-access-factory-usageCôme Chilliet2022-11-21990-9466/+7979
| |\ \ \ \ \
| * | | | | | Adapt test to User_Proxy constructorCôme Chilliet2022-10-251-7/+13
| * | | | | | Fix return type for countUsers methodCôme Chilliet2022-10-254-10/+9
| * | | | | | Make sure to use AccessFactory to create Access instances and use DICôme Chilliet2022-10-256-81/+53
* | | | | | | Merge pull request #25768 from nextcloud/workflow-use-cache-for-mimetypeVincent Petry2022-12-202-6/+202
|\ \ \ \ \ \ \
| * | | | | | | add some tests for mimetype checkRobin Appelman2022-12-201-0/+192
| * | | | | | | remove file exists check from `cacheAndReturnMimeType`Robin Appelman2022-12-201-2/+2
| * | | | | | | use mimetype from cache for workflow if availableRobin Appelman2022-12-201-4/+8
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #35769 from nextcloud/rakekniven-patch-1John Molakvoæ2022-12-201-1/+8
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |