Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixing typos + adding missing filed $activeEntry | Thomas Müller | 2013-09-20 | 2 | -3/+4 |
| | |||||
* | fixing PHPDoc | Thomas Müller | 2013-09-20 | 1 | -8/+8 |
| | |||||
* | fixing typos | Thomas Müller | 2013-09-20 | 2 | -8/+8 |
| | |||||
* | Add Config container class to server container | Bart Visscher | 2013-09-20 | 4 | -0/+151 |
| | |||||
* | Add Navigation class to server container | Bart Visscher | 2013-09-20 | 5 | -19/+117 |
| | |||||
* | Add DBConnection to server container | Bart Visscher | 2013-09-20 | 4 | -1/+87 |
| | |||||
* | Add UserSession to server container | Bart Visscher | 2013-09-20 | 4 | -41/+94 |
| | |||||
* | Merge pull request #4886 from owncloud/public_cache | Thomas Müller | 2013-09-18 | 15 | -51/+301 |
|\ | | | | | Public cache etc. | ||||
| * | updating php docs | Thomas Müller | 2013-09-18 | 5 | -9/+22 |
| | | |||||
| * | Note to self 2: Do as you preach. Test! | Thomas Tanghus | 2013-09-18 | 4 | -6/+6 |
| | | |||||
| * | Note to self: Test before pushing!!! | Thomas Tanghus | 2013-09-18 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'appframework-master' into public_cache | Thomas Tanghus | 2013-09-18 | 8 | -61/+89 |
| |\ | |/ |/| | | | | | | | Conflicts: lib/public/iservercontainer.php lib/server.php | ||||
* | | Merge pull request #4888 from owncloud/public_session | Thomas Müller | 2013-09-18 | 8 | -61/+90 |
|\ \ | | | | | | | Public session | ||||
| * | | Add some docs to the sessions interface. | Thomas Tanghus | 2013-09-18 | 1 | -2/+14 |
| | | | |||||
| * | | Still some session leftovers. | Thomas Tanghus | 2013-09-17 | 2 | -15/+0 |
| | | | |||||
| * | | Purge session from Request - and fix some styles | Thomas Tanghus | 2013-09-17 | 3 | -45/+16 |
| | | | |||||
| * | | Add interface for Session and add getter in server container. | Thomas Tanghus | 2013-09-17 | 4 | -1/+62 |
|/ / | |||||
| * | Use new emitter system | Thomas Tanghus | 2013-09-18 | 1 | -1/+3 |
| | | |||||
| * | Add legacy wrapper | Thomas Tanghus | 2013-09-17 | 1 | -0/+10 |
| | | |||||
| * | OC_Cache namespace changes and add UserCache to server container. | Thomas Tanghus | 2013-09-17 | 13 | -44/+270 |
|/ | | | | Refs #4863 | ||||
* | use \OC::$server->getPreviewManager() instead of \OCP\Preview | Thomas Müller | 2013-09-17 | 4 | -6/+6 |
| | |||||
* | fix naming | Thomas Müller | 2013-09-17 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into appframework-master | Thomas Müller | 2013-09-17 | 307 | -7383/+13212 |
|\ | |||||
| * | Merge pull request #4825 from owncloud/fix-sharing-expiration-oracle | Bart Visscher | 2013-09-16 | 5 | -11/+218 |
| |\ | | | | | | | Fix Sharing "Expiration Date" on Oracle | ||||
| | * | Calculate dateInPast and dateInFuture. | Andreas Fischer | 2013-09-12 | 1 | -5/+8 |
| | | | |||||
| | * | Compare objects directly. Also use $expected and $actual. | Andreas Fischer | 2013-09-12 | 1 | -6/+6 |
| | | | |||||
| | * | Add database tests for INSERT/SELECT date format. | Andreas Fischer | 2013-09-12 | 3 | -0/+80 |
| | | | |||||
| | * | Register EventSubscriber that resets Oracle's NLS_DATE_FORMAT etc. | Andreas Fischer | 2013-09-12 | 1 | -0/+1 |
| | | | |||||
| | * | Create instance of Doctrine\Common\EventManager() in OC_DB. | Andreas Fischer | 2013-09-12 | 1 | -1/+2 |
| | | | |||||
| | * | Add comment explaining how $dateInFuture was picked. | Andreas Fischer | 2013-09-12 | 1 | -0/+2 |
| | | | |||||
| | * | Coding style: { for methods start are supposed to be on the same line. | Andreas Fischer | 2013-09-12 | 1 | -12/+6 |
| | | | |||||
| | * | Expiration tests for sharing with groups. | Andreas Fischer | 2013-09-12 | 1 | -6/+76 |
| | | | |||||
| | * | Do not repeat shareUserOneTestFileWithUserTwo() code. | Andreas Fischer | 2013-09-12 | 1 | -25/+22 |
| | | | |||||
| | * | Make dates test class properties. | Andreas Fischer | 2013-09-12 | 1 | -2/+5 |
| | | | |||||
| | * | Try to make Oracle happy by also specifying seconds. | Andreas Fischer | 2013-09-12 | 1 | -2/+2 |
| | | | |||||
| | * | Test whether a still-valid user share is still accessible. | Andreas Fischer | 2013-09-12 | 1 | -11/+34 |
| | | | |||||
| | * | Test whether an expired user share is still accessible. | Andreas Fischer | 2013-09-12 | 1 | -0/+33 |
| | | | |||||
| * | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-09-16 | 297 | -7339/+12951 |
| | | | |||||
| * | | Merge pull request #4838 from owncloud/refactor_upload_js | Thomas Müller | 2013-09-16 | 3 | -33/+26 |
| |\ \ | | | | | | | | | refactor upload js & html to always use only js to fill form data | ||||
| | * | | refactor upload js & html to always use only js to fill form data | Jörn Friedrich Dreyer | 2013-09-13 | 3 | -33/+26 |
| | | | | |||||
| * | | | Merge pull request #4862 from owncloud/db_to_public | Thomas Müller | 2013-09-16 | 1 | -0/+11 |
| |\ \ \ | | | | | | | | | | | Add OCP\DB::getErrorMessage() to public namespace. | ||||
| | * | | | Add OCP\DB::getErrorMessage() to public namespace. | Thomas Tanghus | 2013-09-16 | 1 | -0/+11 |
| |/ / / | |||||
| * | | | Merge pull request #4860 from ↵ | icewind1991 | 2013-09-15 | 1 | -0/+6 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | owncloud/fixing-potential-null-storage-on-scanner-master adding null check on a mount's storage | ||||
| | * | | | adding null check on a mount's storage | Thomas Müller | 2013-09-15 | 1 | -0/+6 |
| |/ / / | |||||
* | | | | class files have to be lowercase | Thomas Müller | 2013-09-17 | 1 | -0/+0 |
| | | | | |||||
* | | | | adding interface for middleware | Thomas Müller | 2013-09-17 | 1 | -0/+88 |
| | | | | |||||
* | | | | /OC/Server has created too early causing issues with config operations as ↵ | Thomas Müller | 2013-09-15 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | OC:$SERVERPATH was not yet initialized This fixes unit test execution | ||||
* | | | | adding getRootFolder() to server container and hooking up the new files api | Thomas Müller | 2013-09-15 | 2 | -0/+28 |
| | | | | |||||
* | | | | first log the exception | Thomas Müller | 2013-09-15 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'master' into appframework-master | Thomas Müller | 2013-09-15 | 214 | -1077/+5087 |
|\| | | |