Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #12406 from owncloud/drop-getApps-getUsers | Thomas Müller | 2014-12-09 | 10 | -464/+444 |
|\ | | | | | Config cleanup - OC_Preferences refactoring | ||||
| * | drop unused isDebugMode and setDebugMode of OC_Config | Morris Jobke | 2014-12-08 | 1 | -33/+0 |
| | | |||||
| * | reduce OC_Preferences, OC_Config and \OCP\Config usage | Morris Jobke | 2014-12-08 | 3 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | * files_encryption * files_versions * files_trashbin * tests * status.php * core * server container | ||||
| * | Workaround to fix the too early init dilemma | Morris Jobke | 2014-12-08 | 1 | -0/+3 |
| | | | | | | | | | | | | | | * this needs to be properly fixed by a proper organisation of the base.php * introduced fixDIInit() in AllConfig that moves the injection of DatabaseConnection to a later point in time * problems mostly because of the autoconfig setup | ||||
| * | introduce preCondition for setUserValue to provide atomic check-and-update | Morris Jobke | 2014-12-08 | 1 | -0/+85 |
| | | |||||
| * | Refactoring of OC_Preferences to AllConfig | Morris Jobke | 2014-12-08 | 3 | -417/+334 |
| | | | | | | | | | | | | * keep old static methods - mapped to new ones and deprecated * removed deleteApp, getUsers, getApps because they are unused * make AllConfig unit tests more robust against not cleaned up environments | ||||
| * | migrate \OC\AllConfig to \OCP\IConfig | Morris Jobke | 2014-12-08 | 3 | -5/+4 |
| | | |||||
| * | Extract interaction with config.php into SystemConfig | Morris Jobke | 2014-12-08 | 1 | -2/+11 |
| | | | | | | | | | | | | * introduce SystemConfig to avoid DI circle (used by database connection which is itself needed by AllConfig that itself contains the methods to access the config.php which then would need the database connection - did you get it? ;)) * use DI container and use that method in legacy code paths (for easier refactoring later) * create and use getSystemConfig instead of query() in DI container | ||||
* | | Merge pull request #12577 from owncloud/public-mount-api | Lukas Reschke | 2014-12-08 | 4 | -22/+22 |
|\ \ | |/ |/| | Add a public api for apps to add mounts | ||||
| * | Add public api for mount configurations | Robin Appelman | 2014-12-04 | 4 | -22/+22 |
| | | |||||
* | | React on other statuscodes than 200 | Lukas Reschke | 2014-12-08 | 2 | -22/+9 |
| | | |||||
* | | Add statuscodes | Lukas Reschke | 2014-12-08 | 2 | -10/+86 |
| | | |||||
* | | Add REST route for user & group management | Lukas Reschke | 2014-12-08 | 3 | -0/+618 |
| | | | | | | | | First step of a somewhat testable user management. - I know, the JSON returns are in an ugly format but the JS expects it that way. So let's keep it that way until we have time to fix the JS in the future. | ||||
* | | Merge pull request #12583 from owncloud/trim-port | Morris Jobke | 2014-12-05 | 1 | -0/+17 |
|\ \ | | | | | | | Trim port from domain | ||||
| * | | Add test for IPv6 without port | Lukas Reschke | 2014-12-04 | 1 | -1/+2 |
| | | | |||||
| * | | Trim port from domain | Lukas Reschke | 2014-12-03 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | | | | Depending on the used environment the port might be appended to the host header resulting in an inaccessible instance when initially setting up on a system with a different HTTP or HTTPS port. (for example test:500) To test this setup ownCloud under a different port with and without this patch. (heads-up: localhost is always white-listed, so use a different domain) | ||||
* | | | Merge pull request #12622 from owncloud/disable-for-all | Joas Schilling | 2014-12-05 | 1 | -3/+6 |
|\ \ \ | | | | | | | | | Disable when no sendmail is available | ||||
| * | | | Disable when no sendmail is available | Lukas Reschke | 2014-12-04 | 1 | -3/+6 |
| | | | | |||||
* | | | | Merge pull request #12619 from owncloud/use-also-original-hea | Morris Jobke | 2014-12-04 | 1 | -1/+2 |
|\ \ \ \ | |_|_|/ |/| | | | Merge headers | ||||
| * | | | Fix unit test | Lukas Reschke | 2014-12-04 | 1 | -1/+2 |
| |/ / | |||||
* | | | Merge pull request #12616 from owncloud/node-fileinfo | Morris Jobke | 2014-12-04 | 4 | -46/+73 |
|\ \ \ | | | | | | | | | make \OC\Files\Node\Node implement the FileInfo interface | ||||
| * | | | make \OC\Files\Node\Node implement the FileInfo interface | Robin Appelman | 2014-12-04 | 4 | -46/+73 |
| | | | | |||||
* | | | | Merge pull request #12596 from owncloud/remove-travis-traces | Morris Jobke | 2014-12-04 | 2 | -13/+1 |
|\ \ \ \ | |_|/ / |/| | | | Remove last traces of travis integration | ||||
| * | | | PHP < 5.4 is not supported anymore - see #12606 | Morris Jobke | 2014-12-04 | 1 | -8/+0 |
| | | | | |||||
| * | | | Remove last traces of travis integration | Morris Jobke | 2014-12-04 | 2 | -7/+3 |
| |/ / | |||||
* | | | no nested xml tags on dependencies | Thomas Müller | 2014-12-04 | 3 | -15/+11 |
| | | | |||||
* | | | adding command dependency | Thomas Müller | 2014-12-04 | 2 | -1/+17 |
| | | | |||||
* | | | adjust dependency analyzer to use attributes properly | Thomas Müller | 2014-12-04 | 1 | -4/+4 |
| | | | |||||
* | | | switch to different parsing implementation to get xml attributes properly ↵ | Thomas Müller | 2014-12-04 | 5 | -55/+19 |
| | | | | | | | | | | | | handled | ||||
* | | | adding supported databases | Thomas Müller | 2014-12-04 | 3 | -2/+39 |
| | | | |||||
* | | | introduce dependency analyzer to take care of app dependencies | Thomas Müller | 2014-12-04 | 4 | -6/+139 |
| | | | | | | | | | | | | some more unit tests on xml info parser | ||||
* | | | adding new dependency for php version in apps info.xml | Thomas Müller | 2014-12-04 | 2 | -1/+9 |
|/ / | |||||
* | | Merge pull request #12544 from owncloud/fix-windows-unittests | Thomas Müller | 2014-12-03 | 21 | -35/+43 |
|\ \ | | | | | | | Replace uniqid calls with $this->getUniqueID so tests pass again on windows | ||||
| * | | Replace uniqid calls with $this->getUniqueID so tests pass again on windows | Joas Schilling | 2014-12-03 | 21 | -35/+43 |
| |/ | |||||
* / | drop files_external tests from autotest - they will be executed with ↵ | Morris Jobke | 2014-12-03 | 2 | -3/+1 |
|/ | | | | autotest-external.sh which is coming | ||||
* | Merge pull request #12488 from owncloud/activity_group_multiple_conditions | Lukas Reschke | 2014-11-28 | 1 | -2/+5 |
|\ | | | | | activitymanager: concatenate queries with 'or' | ||||
| * | concatenate queries with 'or' | Bjoern Schiessle | 2014-11-28 | 1 | -2/+5 |
| | | |||||
* | | Skip lostcontroller sending email test on windows | Joas Schilling | 2014-11-28 | 1 | -0/+5 |
|/ | |||||
* | Merge pull request #12472 from owncloud/modifyCookies | Morris Jobke | 2014-11-28 | 3 | -9/+95 |
|\ | | | | | Add functions to modify cookies to response class | ||||
| * | Add functions to modify cookies to response class | Lukas Reschke | 2014-11-27 | 3 | -9/+95 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently there is no AppFramework way to modify cookies, which makes it unusable for quite some use-cases or results in untestable code. This PR adds some basic functionalities to add and invalidate cookies. Usage: ```php $response = new TemplateResponse(...); $response->addCookie('foo', 'bar'); $response->invalidateCookie('foo'); $response->addCookie('bar', 'foo', new \DateTime('2015-01-01 00:00')); ``` Existing cookies can be accessed with the AppFramework using `$this->request->getCookie($name)`. | ||||
* | | Merge pull request #12443 from owncloud/issue/6101-all-classes-autoloadable | Morris Jobke | 2014-11-28 | 1 | -2/+0 |
|\ \ | | | | | | | Issue/6101 Make all interfaces/classes autoloadable | ||||
| * | | Move share interfaces to own files so they can be autoloaded | Joas Schilling | 2014-11-27 | 1 | -2/+0 |
| |/ | |||||
* | | Add storage and cache wrappers to apply a permissions mask to a storage | Robin Appelman | 2014-11-27 | 2 | -0/+199 |
| | | |||||
* | | Add storage and cache wrappers to jail a storage to a subfolder | Robin Appelman | 2014-11-27 | 3 | -4/+126 |
| | | |||||
* | | Correctly namespace and autoload DatabaseException | Joas Schilling | 2014-11-27 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #12350 from mprokop/link_expiration | Morris Jobke | 2014-11-26 | 1 | -4/+2 |
|\ | | | | | fix calculation of expiration date if there is a default expiration date... | ||||
| * | Consolidate if statement, and update unit test | Miguel Prokop | 2014-11-21 | 1 | -4/+2 |
| | | |||||
* | | Merge pull request #12421 from ↵ | Morris Jobke | 2014-11-26 | 7 | -111/+111 |
|\ \ | | | | | | | | | | | | | owncloud/issue/6101-remove-namespace-permission-constants Issue/6101 remove namespace permission constants | ||||
| * | | Replace deprecated constant with new class constant | Joas Schilling | 2014-11-25 | 7 | -111/+111 |
| | | | |||||
* | | | Merge pull request #12420 from owncloud/sqlite-wal-2 | Morris Jobke | 2014-11-26 | 2 | -19/+18 |
|\ \ \ | | | | | | | | | adding new config parameter for sqlite to specify the journal mode |