Commit Graph

2177 Commits (08afce3d7e1221170948c460ac2d052d25070403)

Author SHA1 Message Date
Morris Jobke 08afce3d7e [command] single user mode - use config object & add tests 11 years ago
Joas Schilling 85f012512e Invert the "public" to a "private" method 11 years ago
Joas Schilling e5bc9d0619 Make it possible to import exportet app/system configs 11 years ago
Joas Schilling d2ca3a25d3 Replace deprecated method calls 11 years ago
Joas Schilling 2b86eb0b29 Add commands to get, set and delete app config values 11 years ago
Joas Schilling 86952f88cb Add a command to import an json array into the config 11 years ago
Joas Schilling bc084c40a6 Add a command to delete a system config 11 years ago
Joas Schilling 3608c1007e Add a command to get a config value 11 years ago
Joas Schilling a83eac3762 Add a command to set a system config value 11 years ago
Joas Schilling 5370bba0b6 Split the system from the app config 11 years ago
Joas Schilling 16907f91ed Add tests for list config 11 years ago
Thomas Müller 43ebf0d127 Fix unit test 11 years ago
Thomas Müller 403deb2a33 Fixing unit test execution 11 years ago
Thomas Müller 1385b1ec48 Remove OC_Appconfig 11 years ago
Thomas Müller d3ac73c0c9 Remove OC_Log 11 years ago
Vincent Petry b45c1f76b4 Remove bogus test result 11 years ago
Thomas Müller f55aa856ad Remove file mapper - was only use in Windows and never worked properly 11 years ago
Robin Appelman a0c089a1c9 add unit tests 11 years ago
Morris Jobke 208985dc1c fix wording 11 years ago
Lukas Reschke 8335c7a4e9 Correct wording 11 years ago
Lukas Reschke b21d4a55f2 Add missing type annotations 11 years ago
Lukas Reschke 62e3de1bdb Check if response could get generated 11 years ago
Thomas Müller aae55174f6 Only do the description kung-fu on strings - fixes #17028 11 years ago
Lukas Reschke aff55347f9 Use UTF-8 mode for preg_split and preg_replace 11 years ago
Vincent Petry e339e6f497 Test for chunk cache garbage collection 11 years ago
Thomas Müller fc474de573 Fixing "ImportController::__construct() must implement interface OCP\\ICache, instance of OC\\Cache\\File given" 11 years ago
Vincent Petry 167f57c15e Unlock first path on rename if second path is locked 11 years ago
Vincent Petry 3217d4dad1 Cleanup part file after upload exception 11 years ago
Lukas Reschke 422d088bb9 Do not rely on actual time in unit tests 11 years ago
Thomas Müller f8127046ee Unit tests added for MaintenancePlugin 11 years ago
Robin Appelman 786ec82a61 add unit test 11 years ago
Joas Schilling ae3d402dbc Send OC version to appstore so it can reply with the right links 11 years ago
Lukas Reschke 03498c0b2c Build base URL 11 years ago
Lukas Reschke 04fe9e05f0 Use new updater URL + add unit tests 11 years ago
Lukas Reschke 76878e9943 Add endpoint with list of OCS providers 11 years ago
Vincent Petry 271ef9dedb Remove test-specific method to make Bjoern and Joas happy 11 years ago
Joas Schilling 9b336765b6 Correctly check if the real file exists, otherwise try the part file 11 years ago
Vincent Petry eae08d0adc Release locks after class in tests 11 years ago
Vincent Petry 538e466c30 Keep shared locks in post hooks 11 years ago
Morris Jobke 1601867c9d Remove unneeded getetag entries in properties table 11 years ago
Vincent Petry 35047a2300 Fix locked paths in the moveMount case 11 years ago
Bjoern Schiessle 95602d4069 make sure that we always read the header from the original file 11 years ago
Joas Schilling 45f9083a58 Make an assertion in risky test testGetNodeForPathRoot 11 years ago
Joas Schilling 738b78f1b0 Use \OC\HintException and translate the hint 11 years ago
Joas Schilling 2b7e5f841a Merge spliteUserRemote with fixRemoteUrlInShareWith 11 years ago
Bjoern Schiessle d38a378b8c make sure that we split username and server address at the first '@' from the right to allow usernames containing '@' 11 years ago
Lukas Reschke 4d23e06097 Fix undefined offset 11 years ago
Robin McCorkell f1e3e25158 AppFramework annotation whitespace unit test 11 years ago
Lukas Reschke 00a65e30ce Request approved state for disabled apps with ocsid 11 years ago
Olivier Paroz ba3b6f9be4 Remove unneeded returns from private cropping methods 11 years ago