You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/tests/lib
Carl Schwan 04aa4e851e
Merge pull request #63376 from nextcloud/fix/preview-keep-local-file-on-race
2 days ago
..
Accounts chore: Apply new coding standard to all files 3 months ago
Activity chore: Apply new coding standard to all files 3 months ago
App feat(sharing): Init 1 month ago
AppFramework feat: Add support for BackedEnums in controller methods 2 days ago
Archive chore(tests): Speed up TARTest by compressing a smaller folder 2 months ago
Authentication feat(webauthn): Skip 2FA for user verified logins 1 week ago
Avatar refactor: add PHP 8.3 types to BC-safe class constants 1 week ago
BackgroundJob test(background-jobs): cover string-bound Snowflake job IDs 4 weeks ago
Cache chore: add missing `Override` attribute to test files 4 months ago
Calendar test(calendar): drop no longer needed imports in ResourcesRoomsUpdaterTest 1 week ago
Collaboration fix(lookup-server): accept self-signed lus on globalscale 2 weeks ago
Command test: Add missing calls to the parent setUp method 2 months ago
Comments perf: Test chunking with a lower amount of entries 2 months ago
Config feat: Use a class to materialize user config entries 1 week ago
Contacts/ContactsMenu chore(tests): Adapt tests to IUser strict typing 2 months ago
DB fix(Database): Use real idle-timer to prevent `lastInsertId` being reset on MariaDB/MySQL 3 weeks ago
Diagnostics refactor(server): Register alias when needed 2 months ago
DirectEditing chore: Apply new coding standard to all files 3 months ago
Encryption fix(tests): Update tests/lib/Encryption/ManagerTest.php 2 months ago
Federation chore: Apply new coding standard to all files 3 months ago
Files Merge pull request #61937 from nextcloud/fix/filesystem-move-hardening 2 weeks ago
FilesMetadata refactor: Apply rector changes 2 weeks ago
GlobalScale chore: Apply new coding standard to all files 3 months ago
Group feat: Fetch groups in batch in getUserGroups 1 month ago
Hooks chore: Apply new coding standard to all files 3 months ago
Http chore: Apply new coding standard to all files 3 months ago
Install/Events feat(install): add InstallationCompletedEvent for post-installation hooks 7 months ago
IntegrityCheck fix: set PSS padding / options for RSA keys for v2->v3 consistency 4 weeks ago
Interaction refactor(Interaction): Allow multiple resources and receivers in a single event 1 month ago
L10N fix(L10N): Also accept DateTimeImmutable 3 weeks ago
Lock chore: Apply new coding standard to all files 3 months ago
Lockdown fix: Remove uses of deprecated service string names 2 months ago
Log refactor: Remove most usages of IAppContainer and IServerContainer 1 month ago
Mail chore: Apply new coding standard to all files 3 months ago
Memcache Merge pull request #61559 from nextcloud/fix/redis-clear-cluster-compat 1 month ago
Migration chore: add missing `Override` attribute to test files 4 months ago
Mock/Config chore: add missing `Override` attribute to test files 4 months ago
Net fix: strip trailing dots from hostnames and ips before validation 2 weeks ago
Notification chore: Apply new coding standard to all files 3 months ago
OCM refactor: add PHP 8.3 types to BC-safe class constants 1 week ago
OCS chore: add missing `Override` attribute to test files 4 months ago
OpenMetrics chore: Apply new coding standard to all files 3 months ago
Preview fix(preview): keep the local file when losing the insert race 2 days ago
Profile/Actions chore: add missing `Override` attribute to test files 4 months ago
Repair refactor(dbal): move to modern calls 1 month ago
RichObjectStrings chore: Apply new coding standard to all files 3 months ago
Route chore: add missing `Override` attribute to test files 4 months ago
Search chore: add missing `Override` attribute to test files 4 months ago
Security fix(ocm): treat RFC 9421 keyid as opaque, verify by sender origin 2 weeks ago
Session chore: Apply new coding standard to all files 3 months ago
Settings fix(core): hide personal settings of apps not enabled for the user 2 weeks ago
Setup feat(setup): allow to pass SSL/TLS config for database connection 1 week ago
SetupCheck chore: Apply new coding standard to all files 3 months ago
Share20 fix: Creating shares with multiple mount permissions 4 days ago
Sharing refactor: use Share for most SharingManager parameters instead of just the id 1 week ago
Snowflake feat(snowflake): allows to generate Snowflake IDs matching a timestamp 2 months ago
Support refactor: Apply rector changes 1 month ago
SystemTag fix(systemTags): setObjectIdsForTag() dispatches once 3 weeks ago
Talk test: remove no-op checkbox assertions 3 months ago
TaskProcessing fix: Fun cs:fix 1 month ago
Teams fix(teams): add consumable and implementable annotations 2 weeks ago
Template chore(deprecated): remove Reflection*::setAccessible as it's noop since PHP 8.1 2 months ago
TextProcessing chore: Remove almost all uses of deprecated IServerContainer in lib/private 3 months ago
Traits chore: psalm fixes 2 weeks ago
Updater test(version-check): Fix flaky test 3 weeks ago
User fix: Revert using setValueBool in User class 1 week ago
Util chore: add missing `Override` attribute to test files 4 months ago
AllConfigTest.php refactor(dbal): move to modern calls 1 month ago
AppConfigIntegrationTest.php fix(provisioning_api): read newUser.sendEmail as a boolean 2 weeks ago
AppConfigMigrationFallbackTest.php test: adjust expected method calls 1 month ago
AppConfigTest.php fix(config): mask the Euro-Office jwt_secret as sensitive 3 days ago
AppScriptSortTest.php chore: add missing `Override` attribute to test files 4 months ago
AppTest.php feat(sharing): Init 1 month ago
BinaryFinderTest.php chore: add missing `Override` attribute to test files 4 months ago
CapabilitiesManagerTest.php chore: add missing `Override` attribute to test files 4 months ago
ConfigTest.php chore: add missing `Override` attribute to test files 4 months ago
ContactsManagerTest.php chore: Apply new coding standard to all files 3 months ago
DateTimeFormatterTest.php chore: Apply new coding standard to all files 3 months ago
EmojiHelperTest.php chore: Apply new coding standard to all files 3 months ago
ErrorHandlerTest.php chore: add missing `Override` attribute to test files 4 months ago
EventSourceFactoryTest.php chore: apply new CSFixer rules 1 year ago
FilesTest.php refactor(Files): Remove deprecated streamCopy method 6 months ago
HelperStorageTest.php chore: Apply new coding standard to all files 3 months ago
HookHelper.php chore: Apply new coding standard to all files 3 months ago
HttpRequestLogger.php feat: Log outgoing http requests in tests 2 days ago
ImageTest.php chore: add missing `Override` attribute to test files 4 months ago
InfoXmlTest.php fix: Add proper methods in IAppManager for namespace handling 3 months ago
InitialStateServiceTest.php chore: Remove almost all uses of deprecated IServerContainer in lib/private 3 months ago
InstallerTest.php test: Don't forcefully enable appstore in InstallerTest 2 days ago
LargeFileHelperGetFileSizeTest.php chore: add missing `Override` attribute to test files 4 months ago
LargeFileHelperTest.php chore: Apply new coding standard to all files 3 months ago
LegacyHookTest.php fix(files): do not let a failing move hook break the move or hide files 1 month ago
LoggerTest.php chore: add missing `Override` attribute to test files 4 months ago
MemoryInfoTest.php refactor: Apply rector changes 1 month ago
NaturalSortTest.php chore: run rector 1 year ago
NavigationManagerTest.php fix(NavigationManager): properly register closures 1 week ago
RepairTest.php chore: add missing `Override` attribute to test files 4 months ago
ServerTest.php chore: Apply new coding standard to all files 3 months ago
SetupTest.php chore: Apply new coding standard to all files 3 months ago
SubAdminTest.php test(db): call parent::tearDown() in DB test classes that skipped it 3 months ago
SystemConfigTest.php fix(config): mask the Euro-Office jwt_secret as sensitive 3 days ago
TagsTest.php refactor: Use psalm:strict for AppFramework/ORM 1 week ago
TempManagerTest.php chore(tests): Use /dev/shm as a tempdirectory 2 months ago
TemplateFunctionsTest.php chore: add missing `Override` attribute to test files 4 months ago
TemplateLayoutTest.php fix: Fix TemplateLayout tests 3 months ago
TestCase.php test: Fix overwriting and restoring config values 2 days ago
TestCaseTest.php test: Fix overwriting and restoring config values 2 days ago
TestMoveableMountPoint.php chore: Apply new coding standard to all files 3 months ago
UpdaterTest.php chore: add missing `Override` attribute to test files 4 months ago
UrlGeneratorTest.php chore: add missing `Override` attribute to test files 4 months ago
UtilCheckServerTest.php fix: Fix data directory permission check and its test 2 months ago
UtilTest.php fix(systemtags): remove duplicates, prevent and sanitize existing tags 1 month ago