aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Expand)AuthorAgeFilesLines
* fix(share): Return empty string if no label is setbackport/48673/stable29Ferdinand Thiessen2024-10-151-0/+34
* fix: gracefully parse non-standard trusted certificatesbackport/48307/stable29Richard Steinmetz2024-09-301-2/+7
* fix(users): Don't crash if disabled user is missing in the databasebackport/48207/stable29Louis Chemineau2024-09-235-30/+48
* fix(tests): Fix Folder testsCôme Chilliet2024-09-191-3/+22
* test: put parent items into cache in testsRobin Appelman2024-09-195-49/+82
* test: fix incorrect ltrim usage in testRobin Appelman2024-09-191-2/+2
* Merge pull request #48100 from nextcloud/backport/46140/stable29Robin Appelman2024-09-161-0/+7
|\
| * fix(config): add envCache tests for getKeys()Josh Richards2024-09-161-0/+7
* | fix(Entity): Fix magic setter call for custom strong typed settersbackport/48008/stable29provokateurin2024-09-161-2/+7
|/
* Merge pull request #47941 from nextcloud/backport/47933/stable29Joas Schilling2024-09-161-0/+36
|\
| * fix(config): Throw PreconditionException always when it didn't matchbackport/47933/stable29Joas Schilling2024-09-131-0/+36
* | fix(files): Check if the target path is a descendant of the shared folder pathbackport/47756/stable29Git'Fellow2024-09-061-1/+9
|/
* fix(files): Create non-existent parents of mountpointsprovokateurin2024-09-041-0/+31
* fix(tests): Fix PHP 8.0 compatibilityCôme Chilliet2024-08-131-1/+2
* fix(tests): Adapt tests to change of DefaultShareProvider constructorCôme Chilliet2024-08-131-6/+15
* Merge pull request #46889 from nextcloud/backport/46476/stable29Andy Scherzinger2024-08-081-0/+209
|\
| * feat(upgrade): migration attributesMaxence Lange2024-08-061-0/+209
* | fix(session): Log when session_* calls are slowChristoph Wurst2024-08-073-17/+17
|/
* fix: `OCP\Files\Node\Folder::search` was not setting the ownerFerdinand Thiessen2024-07-301-3/+11
* fix(mail): Fix big logos in mail templates for OutlookJoas Schilling2024-07-192-0/+5
* test: run tests in child processDaniel Kesselberg2024-07-101-0/+8
* fix(tests): Strong type property $router in RouterTestCôme Chilliet2024-07-101-2/+1
* fix(settings): define a 'heartbeat' route, so SecurityHeaders can handle redi...Steve Mokris2024-07-101-5/+15
* test: update DummyJobListRobin Appelman2024-07-101-4/+18
* fix(tests): Remove output when running testsJoas Schilling2024-07-031-0/+15
* fix(federation): Fix missing protocol on CloudID remoteJoas Schilling2024-06-272-16/+13
* feat: add setup check for needed mimetype migrationsRobin Appelman2024-06-191-2/+4
* fix(Token): make new scope future compatibleArthur Schiwon2024-06-121-1/+1
* fix(Session): avoid password confirmation on SSOArthur Schiwon2024-06-112-1/+63
* fix(Mailer): Allow to enforce strict email formatFerdinand Thiessen2024-06-072-9/+33
* Merge pull request #44894 from nextcloud/backport/44644/stable29John Molakvoæ2024-06-071-0/+15
|\
| * fix(appconfig): format app valuesMaxence Lange2024-04-171-0/+15
* | fix(session): Do not update authtoken last_check for passwordlessChristoph Wurst2024-06-031-0/+78
* | fix(db): Prevent two connections for single node databasesChristoph Wurst2024-05-281-0/+101
* | fix(groups): allows to save group names with more than 64 charactersBenjamin Gaussorgues2024-05-162-5/+37
* | fix: Extend SVG reference checkJoas Schilling2024-05-161-0/+29
* | test: adjust test to new permissions check logicRobin Appelman2024-05-131-6/+17
* | fix(appconfig): returns correct value on detailsMaxence Lange2024-04-171-1/+1
|/
* Merge pull request #44737 from nextcloud/backport/stable29/44736Andy Scherzinger2024-04-171-0/+16
|\
| * test: Update testsChristopher Ng2024-04-111-0/+16
* | fix(tests): Fix tests when daytime saving time change happened recentlyCôme Chilliet2024-04-111-1/+1
|/
* test: add test for jail watcherRobin Appelman2024-04-091-0/+30
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-0410-11/+11
* fix(federation): ICloudId->getRemote() should contain the protocolJoas Schilling2024-04-021-5/+7
* fix(federation): Fix creating local cloudIds with http:// protocolJoas Schilling2024-03-251-6/+10
* fix(config): Make sure user keys are stringsChristoph Wurst2024-03-191-0/+25
* fix(AppDiscoverFetcher): Do not remove entries as expired that have no expiry...Ferdinand Thiessen2024-03-191-0/+133
* fix: add check for app_api_system session flag to bypass rate limitFlorian Klinger2024-03-181-1/+5
* 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