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 (Expand)Author
2021-09-17Add email addresses to contacts menuDaniel Kesselberg
2021-09-16Bump @nextcloud/vueJohn Molakvoæ
2021-09-14fixes missing prefix to validate password reset tokenArthur Schiwon
2021-09-13Add database ratelimiting backendLukas Reschke
2021-09-10use specific email getter where necessaryArthur Schiwon
2021-09-10enable the user to set a primary (notification) email address (backend)Arthur Schiwon
2021-09-10add a job to clean up expired verification tokensArthur Schiwon
2021-09-10implement verification for additional mailsArthur Schiwon
2021-09-10move verification token logic out of lost password controllerArthur Schiwon
2021-09-07Adjust testsLukas Reschke
2021-09-07Resolve absolute path in testsLukas Reschke
2021-08-23Merge pull request #28256 from nextcloud/enh/21045/stable22-quota-restrictionsPytal
2021-08-20refs #21045 add app config to disable unlimited quota and to set max quotaChristopher Ng
2021-08-16Use IURLGenerator function to get value of `\OC::$WEBROOT` globalJonas Meurer
2021-08-09fix Folder->getById() when a single storage is mounted multiple timesRobin Appelman
2021-07-29add test for searching within a "root jail"Robin Appelman
2021-07-26Admin Audit - Sharing: createShare - report the full pathszaimen
2021-07-22Let memory limit set in tests fit the used amountJulius Härtl
2021-07-05Use minio for s3 testsJulius Härtl
2021-07-05Run s3 tests againJulius Härtl
2021-06-30adjust internal data handling logic to fix store and loadArthur Schiwon
2021-06-30adjust email verification checkerArthur Schiwon
2021-06-30adjust verification state updater methodArthur Schiwon
2021-06-30make AccountManager actually write multi value propertiesArthur Schiwon
2021-06-30accounts event handler to use eventdispatcher, DI and Accounts APIArthur Schiwon
2021-06-30prov api reports additional emails on getUserArthur Schiwon
2021-06-24Fix branch selection in stable22Joas Schilling
2021-06-23Merge pull request #27635 from nextcloud/fix/datetime-constantsPytal
2021-06-23Move DateTime::RFC2822 to DateTimeInterface::2822Christoph Wurst
2021-06-23Move DateTime::ATOM to DateTimeInterface::ATOMChristoph Wurst
2021-06-23Merge pull request #26346 from J0WI/clean-auth-regexblizzz
2021-06-16Let apps toggle an unread counter on app iconsJulius Härtl
2021-06-16Merge pull request #26571 from nextcloud/bugfix/noid/existing-link-no-reshareblizzz
2021-06-14split of query building bits from searchhelperRobin Appelman
2021-06-14update tests and fix some edge cases around new searchRobin Appelman
2021-06-14rework search api to allow searching on multiple caches at onceRobin Appelman
2021-06-09Handle single action unshareJulius Härtl
2021-06-08Merge pull request #27414 from francoisfreitag/test-at-2kesselb
2021-06-08Merge pull request #27306 from nextcloud/enh/noid/set-local-domain-for-swiftm...Christoph Wurst
2021-06-08Merge pull request #27189 from nextcloud/feat/26866/account-collection-proper...blizzz
2021-06-08CI: more flexible assertionsArthur Schiwon
2021-06-07Rewrite LegacyHelperTest without $this->at()François Freitag
2021-06-07Merge pull request #27374 from nextcloud/bugfix/noid/adjust-unit-testsMorris Jobke
2021-06-05Port dav calendar settings page to Vue.jsFrançois Freitag
2021-06-04Fix warnings about logExceptionJoas Schilling
2021-06-03allow interacting with IAccountPropertyCollectionsArthur Schiwon
2021-06-03add IAccountPropertyCollection with implementationArthur Schiwon
2021-06-03update unit testsArthur Schiwon
2021-06-02Escape filename in Content-DispositionLukas Reschke
2021-06-02Merge pull request #26792 from nextcloud/user-delete-cleanup-filesJohn Molakvoæ