Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2022-02-28Fix testsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-02-28Add event logging to app loadingJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-02-23store mountprovider for each mount in the mounts tableRobin Appelman
this enabled more fine grained filesystem setup Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-02-17Add Transactional trait for atomic DB operationsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-02-12Add testChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-02-09fix fs cache test user setupRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-02-09Merge pull request #31007 from ↵Christoph Wurst
nextcloud/enhancement/bootstrap-calendar-resource-room-backend-registration Move calendar resource/room backend registration to IBootstrap
2022-02-08Merge pull request #30945 from ↵Joas Schilling
nextcloud/techdebt/noid/background-job-time-windows Background job time windows
2022-02-07Only allow avatars in 64 and 512 pixel sizeJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-07Allow apps to specify if their background job can be delayedJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-07Move calendar resource/room backend registration to IBootstrapChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-02-04Merge pull request #30354 from nextcloud/enhancement/talk-apiJoas Schilling
Add a Talk API for OCP
2022-02-04Merge pull request #30888 from nextcloud/comments-interfaceJoas Schilling
Update ICommentsManager with reaction methods
2022-02-04Add a Talk API for OCPChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-02-03Update ICommentsManager with reaction methodsVitor Mattos
Fix psalm errors Reorder methods and remove return null Use best pattern on docblock Goals: update https://github.com/ChristophWurst/nextcloud_composer/ with reaction methods. The script https://github.com/ChristophWurst/nextcloud_composer/blob/master/build.sh only get lib/public classes Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-02-01send request id in response headerRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-01-28Merge pull request #30794 from ↵Joas Schilling
nextcloud/techdebt/noid/allow-to-get-comments-with-verb Allow to get comments with a given set of verbs
2022-01-21Fix fake managerJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-01-21Refactor and fixes on testsVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-01-21Fix check after change from string to mb_stringVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-01-21Limit the summary and sort it afterwardsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-01-21Order the reaction summary, improvements on validationsVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-01-21Disable reactions if database don't support utf8mb4Vitor Mattos
Fix column size Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-01-21Skip if dont support 4 bytes UTF8Vitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-01-21Fix column size to work with Oracle. Add unit testsVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-01-21Add unit testsVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-01-21Prevent query error when use subqueryVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-01-18Fix tests with email templatesCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-13Merge pull request #30508 from nextcloud/fix/psaml-binCarl Schwan
Fix psalm not running
2022-01-13Merge pull request #30600 from nextcloud/fix/30595/idn-email-shareCarl Schwan
Fix idn emails not working in shares
2022-01-13Check style updateCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-12Merge pull request #30572 from nextcloud/fix/lint_warningsLouis
Fix lint warnings
2022-01-11Add check before sending email that email address is validCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-11Merge pull request #30588 from nextcloud/bugfix/noid/fix-unset-scopesPytal
2022-01-11Replace license information to SPDX expressionLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-11Merge pull request #30291 from nextcloud/image-memory-limitJoas Schilling
Prevent loading images that would require too much memory.
2022-01-11Fix testJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-01-11Prevent loading images that would require too much memory.Joachim Bauch
For most image formats, the header specifies the width/height. PHP allocates an image object from that size, even if the actual image data is much smaller. This image object size is not limited by the limit configured in PHP. The memory limit can be configured through "config.php" setting "preview_max_memory" and defaults to 128 MBytes which should be enough for most images without filling up all memory. Signed-off-by: Joachim Bauch <bauch@struktur.de>
2022-01-11Streamline reseting of private static propertiesLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-10Revert "Streamline reseting of private static properties"Louis Chemineau
This reverts commit e50121d4c05afb8eca22bc105b160283ff4181c0.
2022-01-10Streamline reseting of private static propertiesLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-08Reset $scriptDeps in testsLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-08Adapt test to new dist file layoutLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-07Merge pull request #30378 from nextcloud/feature/accept-multiple-args-on-concatJoas Schilling
Accept multipe args on concat
2022-01-07Unit testsVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-01-07Fix email verificationChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-01-05Merge pull request #29921 from ↵Joas Schilling
nextcloud/feature/noid/allow-to-count-commments-with-multiple-verbs Allow to count comments with multiple verbs
2022-01-05Fix unit testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-01-04Merge pull request #30393 from ↵Joas Schilling
nextcloud/feature/add-group-concat-aggregator-function Add group_concat aggregator function
2022-01-04Add a test with integerJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>