summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #37591 from Jerome-Herbinet/patch-19John Molakvoæ2023-04-063-2/+9
|\
| * npm run sassJérôme Herbinet2023-04-052-2/+2
| | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
| * UI : Improved presentation of personal informationJérôme Herbinet2023-04-051-0/+7
| | | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-0646-120/+150
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #22943 from nextcloud/scanner-no-access-handlingRobin Appelman2023-04-051-8/+16
|\ \ | | | | | | improve handling of files we can't access in the scanner
| * | improve handling of files we can't access in the scannerRobin Appelman2023-04-051-8/+16
| | | | | | | | | | | | | | | | | | | | | | | | instead of erroring, remove the items from the cache. this situation can be triggered if a user has access to a file but looses it afterwards Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #27538 from nextcloud/scanner-home-not-writable-better-errorsCôme Chilliet2023-04-051-0/+1
|\ \ \ | | | | | | | | better error messages if the users home is not writable during scanning
| * | | better error messages if the users home is not writable during scanningRobin Appelman2023-04-051-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #37526 from ↵Julius Härtl2023-04-052-1/+2
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/use-correct-icon-for-calendar-user-settings-section fix(dav): Use an icon with correct color for calendar user settings section
| * | | fix(dav): Use an icon with correct color for calendar user settings sectionThomas Citharel2023-04-042-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | Merge pull request #37430 from nextcloud/trash-cleanup-loggingRobin Appelman2023-04-052-27/+52
|\ \ \ \ | |_|_|/ |/| | | add a bit more verbose option for trashbin cleanup
| * | | add a bit more verbose option for trashbin cleanupRobin Appelman2023-04-032-27/+52
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #37575 from nextcloud/fix/user_ldap-log-suffix-namesArthur Schiwon2023-04-051-0/+9
|\ \ \ \ | | | | | | | | | | Log a warning when a user or group is mapped with a suffix
| * | | | Log a warning when a user or group is mapped with a suffixCôme Chilliet2023-04-041-0/+9
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Most of the time, this is the result of a misconfiguration by the admin and is not what is expected. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #36836 from nextcloud/fix/view-type-cleanupCôme Chilliet2023-04-054-6/+4
|\ \ \ \ | | | | | | | | | | Tidy up typing in OC\Files\View
| * | | | Fix dav application testsCôme Chilliet2023-04-031-2/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Fix return type of methods returning false on errorCôme Chilliet2023-04-031-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Remove unused method getLocalFolderCôme Chilliet2023-04-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It’s not used and not in any OCP interface/class. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Tidy up typing in OC\Files\ViewCôme Chilliet2023-04-031-2/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Fix types for reading and writing config valuesjld31032023-04-059-18/+18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-0512-2/+20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #37453 from ↵Julia Kirschenheuter2023-04-043-12/+14
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | nextcloud/fix/36918-The_breadcrumb_navigation_represents_a_list_and_should_best_be_implemented_as_such the breadcrumb navigation represents a list and should best be implemented as such
| * | | | Adjust breadcrumb navigation structure to the navigation listjulia.kirschenheuter2023-04-043-12/+14
| | |_|/ | |/| | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | | Merge pull request #37243 from nextcloud/enh/openssl-get-rid-of-rc4Côme Chilliet2023-04-048-108/+211
|\ \ \ \ | | | | | | | | | | Getting rid of openssl_seal and rc4 in server side encryption
| * | | | Add a test for multiKeyEncrypt/Decrypt methodsCôme Chilliet2023-03-202-4/+18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Fix encryption file key managementCôme Chilliet2023-03-172-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Adapt encryption recovery tests to new systemCôme Chilliet2023-03-171-5/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Adapt encryption tests to the new systemCôme Chilliet2023-03-171-19/+40
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Adapt code to new encryption systemCôme Chilliet2023-03-175-62/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileKey gets deleted upon save as it’s stored in shareKeys instead now. We use presence of a fileKey to detect if a file is using the legacy system or the new one, because we do not always have access to header data. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Getting rid of openssl_seal and rc4 in server side encryptionCôme Chilliet2023-03-173-24/+94
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Merge pull request #37146 from nextcloud/artonge/feat/migrate_metadata_to_valueLouis2023-04-041-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | | Migrate metadata JSON column to new value TEXT column
| * | | | Migrate metadata as JSON to value as STRINGLouis Chemineau2023-04-031-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | Merge pull request #37517 from ↵Julia Kirschenheuter2023-04-042-14/+21
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/36919-create-semantic-list-for-comments-in_comments_tab Create semantic list for comments in comments tab
| * | | | | Create semantic list for comments in comments tabjulia.kirschenheuter2023-04-032-14/+21
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-0412-6/+118
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #36905 from nextcloud/ftp-fix-filezillaRobin Appelman2023-04-032-7/+15
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | fix ftp external storage with filezilla server
| * | | | | fix ftp external storage with filezilla serverRobin Appelman2023-03-302-7/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - filezilla doesn't like "" as parameter for `mdtm` (all others seem fine) - filezilla sends fractional modified date Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | Merge pull request #37543 from nextcloud/fix/inherited-parameter-namesCôme Chilliet2023-04-031-6/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix inherited parameter names
| * | | | | | Fix inherited parameter namesjld31032023-04-031-6/+6
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | | | Merge pull request #36652 from ↵Julius Härtl2023-04-0313-0/+1215
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | nextcloud/perf/autoloading/theming-authoritative-autoloader perf(autoloading): Add authoritative autoloader for theming
| * | | | | perf(autoloading): Add authoritative autoloader for themingChristoph Wurst2023-03-2713-0/+1215
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-0210-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | add test for unmarking encrypted file on cross storage moveRobin Appelman2023-04-011-0/+85
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-01126-26/+108
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #37497 from nextcloud/enh/profile-fieldsArthur Schiwon2023-03-3110-33/+66
|\ \ \ \ \ \ | | | | | | | | | | | | | | Improve handling of profile fields
| * | | | | | Improve handling of profile fieldsChristopher Ng2023-03-3010-33/+66
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | Merge pull request #37478 from silopolis/stringfixValdnet2023-03-311-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | String fix
| * | | | | fix(text): Fix small typo in app descriptionJérémie Tarot (@silopolis)2023-03-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jérémie Tarot (@silopolis) <silopolis@gmail.com>
* | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-3122-190/+246
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Port update notification selectChristopher Ng2023-03-301-8/+9
| |/ / / / |/| | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>