aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* | | test: adjust test to new permissions check logicRobin Appelman2024-05-131-6/+17
| |/ |/| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix(appconfig): returns correct value on detailsMaxence Lange2024-04-171-1/+1
|/ | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Merge pull request #44737 from nextcloud/backport/stable29/44736Andy Scherzinger2024-04-171-0/+16
|\ | | | | [stable29] fix: Fix avatar images
| * test: Update testsChristopher Ng2024-04-111-0/+16
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | fix(tests): Fix tests when daytime saving time change happened recentlyCôme Chilliet2024-04-111-1/+1
|/ | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* test: add test for jail watcherRobin Appelman2024-04-091-0/+30
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-0411-12/+12
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix(federation): ICloudId->getRemote() should contain the protocolJoas Schilling2024-04-021-5/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #44438 from nextcloud/feat/login-form-timeoutFerdinand Thiessen2024-03-251-19/+9
|\ | | | | feat(login): Clear login form (password) after IDLE timeout
| * feat(login): Clear login form (password) after IDLE timeoutFerdinand Thiessen2024-03-251-19/+9
| | | | | | | | | | | | | | | | | | For security reasons it is recommended to stop the login process at a defined time, this could prevent password leaks by e.g. user forgetting that they entered their password on public devices. Enforced e.g. by the BSI ORP.4.A13 rule. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(federation): Fix creating local cloudIds with http:// protocolJoas Schilling2024-03-251-6/+10
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(config): Make sure user keys are stringsChristoph Wurst2024-03-191-0/+25
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* fix(AppDiscoverFetcher): Do not remove entries as expired that have no ↵Ferdinand Thiessen2024-03-191-0/+133
| | | | | | expiry date Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: add check for app_api_system session flag to bypass rate limitFlorian Klinger2024-03-181-1/+5
| | | | | Signed-off-by: Florian Klinger <florian.klinger@nextcloud.com> Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* Merge pull request #41684 from nextcloud/feat/rst-mimetypeAnupam Kumar2024-03-152-2/+3
|\ | | | | feat(mimetypes): Add mimetype for ReStructuredText
| * feat(mimetypes): Add mimetype for ReStructuredTextAnupam Kumar2024-03-152-2/+3
| | | | | | | | Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
* | Merge pull request #40117 from summersab/refactor/OC-Server-getCommentsManagerJohn Molakvoæ2024-03-152-2/+3
|\ \
| * | Refactor `OC\Server::getCommentsManager`Andrew Summers2024-03-152-2/+3
| | | | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com>
* | | feat(files_sharing): allow to specify allowed groups to share instead of ↵Corentin Damman2024-03-151-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | excluded groups Relates to #3387 Signed-off-by: Corentin Damman <c.damman@intopix.com>
* | | Merge pull request #40131 from summersab/refactor/OC-Server-getShareManagerJohn Molakvoæ2024-03-153-5/+8
|\ \ \ | |_|/ |/| |
| * | Merge branch 'master' into refactor/OC-Server-getShareManagerJohn Molakvoæ2024-03-15202-14136/+6929
| |\| | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * | Refactor `OC\Server::getShareManager`Andrew Summers2023-08-293-7/+10
| | | | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com>
* | | Merge pull request #40138 from summersab/refactor/OC-Server-getHasherJohn Molakvoæ2024-03-151-1/+1
|\ \ \
| * | | Refactor `OC\Server::getHasher`Andrew Summers2024-03-151-1/+1
| | |/ | |/| | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com>
* | | Merge pull request #40123 from summersab/refactor/OC-Server-getRootFolderJohn Molakvoæ2024-03-153-6/+7
|\ \ \
| * | | Merge branch 'master' into refactor/OC-Server-getRootFolderJohn Molakvoæ2024-03-15123-1651/+5288
| |\| | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * | | Refactor `OC\Server::getRootFolder`Andrew Summers2023-11-103-6/+7
| | | | | | | | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com>
* | | | Merge pull request #40143 from summersab/refactor/OC-Server-getLockdownManagerJohn Molakvoæ2024-03-151-2/+2
|\ \ \ \
| * | | | Refactor `OC\Server::getLockdownManager`Andrew Summers2024-03-151-2/+2
| | |/ / | |/| | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com>
* / | | Refactor `OC\Server::getLockingProvider`Andrew Summers2024-03-152-5/+6
|/ / / | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com>
* | | refactor(mimeloader): modernize MimeTypeLoaderThomas Citharel2024-03-141-6/+5
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | fix(updatenotification): spread the use of new appconfigMaxence Lange2024-03-132-100/+108
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | test: Update test for PublicSectorBundleChristopher Ng2024-03-121-0/+2
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | fix: add missing copyrights and strict typesAndrey Borysenko2024-03-121-0/+2
| | | | | | | | | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* | | feat: Add declarative settingsjld31032024-03-121-0/+536
| | | | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> Signed-off-by: Julien Veyssier <julien-nc@posteo.net> Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* | | feat(appconfig): switching integrity check to lazy config valuesMaxence Lange2024-03-111-2/+8
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | chore: update logincontroller testsEduardo Morales2024-03-101-5/+12
| | | | | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* | | Merge pull request #44073 from nextcloud/fix/provide-correct-iconJoas Schilling2024-03-081-11/+38
|\ \ \ | | | | | | | | fix(AppManager): Allow to query dark **or** bright icon
| * | | fix(AppManager): Allow to query dark **or** bright iconFerdinand Thiessen2024-03-081-11/+38
| | | | | | | | | | | | | | | | | | | | | | | | The navigation needs the bright icon, while the notifications and activity need a dark icon. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | feat(files): copy live photosMaxence Lange2024-03-081-3/+6
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | Merge pull request #44064 from ↵Robin Appelman2024-03-081-21/+25
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/deprecate-getNumberOfUnreadCommentsForFolder refactor: depricate getNumberOfUnreadCommentsForFolder and redo it's …
| * | | refactor: depricate getNumberOfUnreadCommentsForFolder and redo it's ↵Robin Appelman2024-03-071-21/+25
| | | | | | | | | | | | | | | | | | | | | | | | implementation based on getNumberOfUnreadCommentsForObjects Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | feat(AppManager): Provide `getAppIcon` functionFerdinand Thiessen2024-03-073-23/+135
|/ / / | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #43114 from ↵Joas Schilling2024-03-072-82/+187
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/automatically-encrypt-sensitive-values feat(appconfig): Automatically store "sensitive" appconfigs encrypted in the database
| * | | fix(appconfig): Make sure sensitive values stay sensitiveJoas Schilling2024-03-061-0/+9
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | feat(appconfig): Automatically store "sensitive" appconfigs encrypted in the ↵Joas Schilling2024-03-062-83/+179
| | | | | | | | | | | | | | | | | | | | | | | | database Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #43917 from nextcloud/fix/jsresourcelocator-apppathFerdinand Thiessen2024-03-071-4/+4
|\ \ \ \ | |/ / / |/| | | fix(JSResourceLocator): Consider configured app roots for files
| * | | fix(JSResourceLocator): Consider configured app roots for filesFerdinand Thiessen2024-02-291-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #44041 from nextcloud/artonge/revert/twofactor_cleanup_changeLouis2024-03-061-6/+1
|\ \ \ \ | | | | | | | | | | Revert change in TwoFactorAuth CleanupTest.php
| * | | | Revert change in TwoFactorAuth CleanupTest.phpLouis Chemineau2024-03-061-6/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>