summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | make placeholder a const for reuseArthur Schiwon2022-06-161-1/+1
| * | | | fix overwriting original vars when loggingArthur Schiwon2022-06-161-1/+2
| * | | | add serializer testArthur Schiwon2022-06-161-0/+67
| |/ / /
| * | | Merge pull request #32813 from nextcloud/debt/noid/check-for-3rdparty-updatesDaniel2022-06-141-0/+2
| |\ \ \ | | |/ / | |/| |
| | * | Run php tests when 3rdparty changedDaniel Kesselberg2022-06-101-0/+2
| * | | Merge pull request #32853 from nextcloud/fix/update-acceptance-composer-lockCôme Chilliet2022-06-131-327/+899
| |\ \ \
| | * | | Update dependencies in acceptance tests composer.lockCôme Chilliet2022-06-131-327/+899
| * | | | Merge pull request #31966 from nextcloud/unencrypted-sizeVincent Petry2022-06-133-3/+24
| |\ \ \ \
| | * | | | store unencrypted size in the unencrypted_size columnRobin Appelman2022-06-022-3/+7
| | * | | | add case statement to sql function builderRobin Appelman2022-06-021-0/+17
| * | | | | Make LostController use IInitialState and LoggerInterfaceThomas Citharel2022-06-101-6/+18
| * | | | | Modernize the LostControllerTest testThomas Citharel2022-06-101-33/+25
| * | | | | Add password reset typed eventsThomas Citharel2022-06-101-12/+32
| | |/ / / | |/| | |
| * | | | Keep non default protocol in cloud idJoas Schilling2022-06-091-53/+58
| | |/ / | |/| |
| * | | Merge pull request #32697 from nextcloud/fix/get-avatar-authzPytal2022-06-081-5/+28
| |\ \ \
| | * | | Test all scopesChristopher Ng2022-06-071-5/+8
| | * | | Fix get avatar authorizationChristopher Ng2022-06-071-0/+20
| * | | | Simlify tests for integrity check on modified mimetype listsJulius Härtl2022-06-073-254/+46
| | |/ / | |/| |
| * | | Add unit tests for encryption's isSystemWideMountPointVincent Petry2022-06-011-0/+41
| |/ /
| * | Merge pull request #32371 from nextcloud/fix-31952Vincent Petry2022-06-011-1/+1
| |\ \
| | * | More meaningfull message when a public authenticated share's password is wron...Cyrille Bollu2022-05-311-1/+1
| * | | Merge pull request #32667 from nextcloud/followup/32655/fix-testsblizzz2022-05-311-12/+30
| |\ \ \
| | * | | Fix unit testsJoas Schilling2022-05-311-12/+30
| * | | | Merge pull request #32587 from nextcloud/bugfix/noid/improve-jsconfighelperJoas Schilling2022-05-311-72/+52
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Restore old behaviour of sending flase for not found appsJoas Schilling2022-05-301-72/+52
| | |/ /
| * | | Use JSON_THROW_ON_ERROR instead of custom error handlingJulius Härtl2022-05-301-3/+3
| * | | Merge pull request #32591 from nextcloud/fix/node-testVincent Petry2022-05-302-27/+1
| |\ \ \
| | * | | Fix node tests ciCarl Schwan2022-05-302-27/+1
| | |/ /
| * | | Merge pull request #31948 from nextcloud/core-cleanup-74Carl Schwan2022-05-309-43/+31
| |\ \ \ | | |/ / | |/| |
| | * | Update core to PHP 7.4 standardCarl Schwan2022-05-209-43/+31
| * | | Require a recent phpunit version in integration and acceptanceCôme Chilliet2022-05-243-260/+708
| * | | Merge pull request #32378 from nextcloud/fix/psalm-userbackendCarl Schwan2022-05-231-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | Fix psalm issues related to the user backendCarl Schwan2022-05-201-2/+2
| * | | Merge pull request #26813 from nextcloud/feature/files-search-tagsSimon L2022-05-181-1/+1
| |\ \ \
| | * | | Files: Extend search to also cover tagsMarcel Klehr2022-05-171-1/+1
* | | | | expose displayname cache trough a public interfaceRobin Appelman2022-05-181-1/+0
|/ / / /
* | | | Allow to tweak default scopes for accountsThomas Citharel2022-05-161-33/+71
* | | | Merge pull request #32306 from nextcloud/fix/migrate-phpunit-configurationJulius Härtl2022-05-161-21/+20
|\ \ \ \
| * | | | Migrate phpunit configuration to new formatCôme Chilliet2022-05-091-21/+20
| |/ / /
* | | | Merge pull request #32305 from nextcloud/bugfix/32302/fix-browser-agent-trimmingJoas Schilling2022-05-161-2/+7
|\ \ \ \
| * | | | Fix user agent trimming on installationJoas Schilling2022-05-091-2/+7
| |/ / /
* | | | Merge pull request #32375 from nextcloud/bugfix/noid/show-user-account-on-gra...Joas Schilling2022-05-162-33/+50
|\ \ \ \
| * | | | Extend testsJoas Schilling2022-05-162-33/+50
* | | | | Merge pull request #31662 from nextcloud/modernize-contactmenuJohn Molakvoæ2022-05-138-217/+192
|\ \ \ \ \
| * | | | | Modernize contacts menuThomas Citharel2022-05-128-217/+192
* | | | | | Fix jsunitJohn Molakvoæ2022-05-131-6/+0
* | | | | | Remove SCSSCacherJohn Molakvoæ2022-05-133-545/+1
* | | | | | Merge pull request #30863 from nextcloud/performance/saving-user-profile-infoCarl Schwan2022-05-131-6/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Minor optimizations for saving user personal informationCarl Schwan2022-05-121-6/+3
| | |_|/ / | |/| | |
* | | | | Merge pull request #32250 from nextcloud/cleanup/cappedmemorycacheJohn Molakvoæ2022-05-131-1/+2
|\ \ \ \ \ | |/ / / / |/| | | |