summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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-0525-331/+209
|\ \ | | | | | | Tidy up typing in OC\Files\View
| * | Remove unecessary fully qualified namespaces from phpdocCôme Chilliet2023-04-051-4/+4
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Fix dav application testsCôme Chilliet2023-04-031-2/+1
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | View needs to return an instance of OC\Files\FileInfo explicitelyCôme Chilliet2023-04-032-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | Applications are calling methods from the class which are not from the public interface, and which cannot be added easily to public interface because Node interface extends FileInfo. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | More type cleanup in View and FileInfoCôme Chilliet2023-04-034-97/+84
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Fix return type of methods returning false on errorCôme Chilliet2023-04-0315-65/+41
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Improve typing for fopen/toTmpFileCôme Chilliet2023-04-033-5/+6
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Remove unused method getLocalFolderCôme Chilliet2023-04-036-32/+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-034-125/+76
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #37507 from nextcloud/fix/config-values-typesKate2023-04-0515-39/+39
|\ \ \ | | | | | | | | Fix types for reading and writing config values
| * | | Fix types for reading and writing config valuesjld31032023-04-0515-39/+39
|/ / / | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | Merge pull request #37504 from nextcloud/fix/app-framework-tainterKate2023-04-051-28/+26
|\ \ \ | | | | | | | | Update AppFrameworkTainter to use non-deprecated interface
| * | | Refactor AppFrameworkTainter to make it more readablejld31032023-04-051-20/+23
| | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
| * | | Update AppFrameworkTainter to use non-deprecated interfacejld31032023-04-051-16/+11
|/ / / | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-0520-8/+30
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #36360 from nextcloud/new-share-existing-nodeRobin Appelman2023-04-041-0/+4
|\ \ \ | | | | | | | | also set the node when re-using existing share on share create
| * | | also set the node when re-using existing share on share createRobin Appelman2023-04-031-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #37278 from ↵Joas Schilling2023-04-041-0/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/feature/document-talk-icon-url-definition Document talk icon url definition
| * | | | Fix the example URLVitor Mattos2023-03-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/nextcloud/server/pull/37278/files#r1141955740 Signed-off-by: Vitor Mattos <vitor@php.rio>
| * | | | Document talk icon url definitionVitor Mattos2023-03-161-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/nextcloud/spreed/pull/8333 introduced an optional `icon-url` for the call objects in rich messages. https://github.com/nextcloud/spreed/issues/8389 Signed-off-by: Vitor Mattos <vitor@php.rio>
* | | | | Merge pull request #37573 from nextcloud/artonge/debt/remote_autotest-js.shLouis2023-04-043-15/+1
|\ \ \ \ \ | | | | | | | | | | | | Remove autotest-js.sh
| * | | | | Remove autotest-js.shLouis Chemineau2023-04-043-15/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is just a proxy to npm run test:jsunit. Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | Merge pull request #37559 from nextcloud/preview-generate-cmdRobin Appelman2023-04-044-0/+144
|\ \ \ \ \ \ | | | | | | | | | | | | | | add command to generate a preview for a file
| * | | | | | add command to generate a preview for a fileRobin Appelman2023-04-034-0/+144
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | Merge pull request #37453 from ↵Julia Kirschenheuter2023-04-0410-20/+23
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | 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-0410-20/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | | | | | Merge pull request #37572 from ↵Joas Schilling2023-04-042-6/+31
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/help-discovering-broken-initial-state-data fix(initial-state): Log an error when initial-state can not be JSON e…
| * | | | | | | fix(initial-state): Log an error when initial-state can not be JSON encodedJoas Schilling2023-04-042-6/+31
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #37345 from nextcloud/artonge/fix_files_version_cypress_testsJoas Schilling2023-04-0410-64/+114
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix cypress tests for files_versions
| * | | | | | | Only upload logs and data on failureLouis Chemineau2023-04-041-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | | | Prevent expiration from delete file in cypress testsLouis Chemineau2023-03-302-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | | | Upload data dir archive in cypress testsLouis Chemineau2023-03-301-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | | | Use random names in files_version e2e testsLouis Chemineau2023-03-306-31/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | | | Do not stop docker in cypress workflowLouis Chemineau2023-03-303-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | | | Fix condition to extrac NC logs in cypress workflowLouis Chemineau2023-03-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | | | Increase wait timeLouis Chemineau2023-03-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | | | Extract logs only for e2e testingLouis Chemineau2023-03-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | | | Try to chain cypress commandsLouis Chemineau2023-03-301-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | | | Add comments about why we wait in files_versions' cypress testsLouis Chemineau2023-03-301-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | | | Upload NC logs during cypress workflowLouis Chemineau2023-03-301-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | | | Increase wait to ensure versions are createdLouis Chemineau2023-03-302-28/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In files_versions cypress tests, we wait for 1000ms between each versions uploads to make sure that the server properly create a version. Under 1s the serve does not create a version. This commit increases the wait time as it might help to ensure that the time span is enough between two uploads. Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | | | Merge pull request #37444 from ↵Côme Chilliet2023-04-041-0/+0
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/bump-scssphp/scssphp-to-1.11-in-master Bump scssphp/scssphp to 1.11 in master
| * | | | | | | Align 3rdparty submodule with masterCôme Chilliet2023-04-041-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | | Bump scssphp/scssphp to 1.11 in masterCôme Chilliet2023-04-041-0/+0
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | Merge pull request #37243 from nextcloud/enh/openssl-get-rid-of-rc4Côme Chilliet2023-04-049-109/+212
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | 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>