Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | phpunit.xml: Port code coverage excludes from autotest to dist. | Andreas Fischer | 2013-09-26 | 1 | -0/+14 | |
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #4999 from owncloud/run-unit-tests-for-apps-master | Morris Jobke | 2013-09-26 | 1 | -2/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Remove $RUNTIME_NOAPPS - setting to false was not enough | Thomas Müller | 2013-09-26 | 1 | -2/+0 | |
| | * | | | | | | | | | | | | run unit tests for apps as well | Thomas Müller | 2013-09-26 | 1 | -1/+1 | |
| | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | ||||||
| * / | | | | | | | | | | | Missing Test for the previous commit | Arthur Schiwon | 2013-09-25 | 1 | -0/+43 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | expect unlinkto be called | Thomas Müller | 2013-09-25 | 1 | -0/+4 | |
* | | | | | | | | | | | | adding unit tests | Thomas Müller | 2013-09-25 | 1 | -0/+93 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Adjust Tests and satisfy them | Arthur Schiwon | 2013-09-24 | 2 | -40/+45 | |
* | | | | | | | | | | | User: move checkPassword from User to Manager to not break API | Arthur Schiwon | 2013-09-24 | 1 | -22/+10 | |
| |/ / / / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | clear permissions cache when scanning a file | Robin Appelman | 2013-09-24 | 1 | -0/+17 | |
* | | | | | | | | | | Merge pull request #4869 from owncloud/fixing-4866-master | Thomas Müller | 2013-09-23 | 1 | -12/+37 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Move setUp() and tearDown() up in tests/lib/files/cache/scanner.php. | Andreas Fischer | 2013-09-23 | 1 | -15/+15 | |
| * | | | | | | | | | | Merge remote-tracking branch 'owncloud/master' into fixing-4866-master | Andreas Fischer | 2013-09-23 | 7 | -11/+418 | |
| |\| | | | | | | | | | ||||||
| * | | | | | | | | | | Do not convert boolean to integer in tests. put() already does this. | Andreas Fischer | 2013-09-21 | 1 | -1/+0 | |
| * | | | | | | | | | | when storing back the data field 'encrypted' it is necessary to cast the bool... | Thomas Müller | 2013-09-20 | 1 | -0/+1 | |
| * | | | | | | | | | | etag changes are now propagated up the file tree | Thomas Müller | 2013-09-16 | 1 | -6/+15 | |
| * | | | | | | | | | | recreate an etag within the scanner if the cache contains an empty etag | Thomas Müller | 2013-09-16 | 1 | -0/+17 | |
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #4856 from owncloud/fix-link-expiration | Andreas Fischer | 2013-09-23 | 1 | -0/+48 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Tests whether expired/valid link share is still accessible. | Andreas Fischer | 2013-09-16 | 1 | -0/+48 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #4327 from owncloud/scanfile-remove | Thomas Müller | 2013-09-22 | 1 | -0/+10 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | remove deleted files while scanning | Robin Appelman | 2013-08-06 | 1 | -0/+10 | |
* | | | | | | | | | | Merge pull request #4623 from owncloud/convert-oc_preferences | Bart Visscher | 2013-09-22 | 1 | -0/+179 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Convert OC_Preference to object interface | Bart Visscher | 2013-09-19 | 1 | -0/+179 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* / | | | | | | | | | files: when filtering search results, ensure results are children of the fake... | Robin Appelman | 2013-09-22 | 1 | -0/+14 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #4825 from owncloud/fix-sharing-expiration-oracle | Bart Visscher | 2013-09-16 | 4 | -10/+215 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | 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 | |
| * | | | | | | | | 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 | |
* | | | | | | | | | Merge pull request #4506 from owncloud/oc_avatars | Bernhard Posselt | 2013-09-14 | 2 | -0/+26 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
| * | | | | | | | | Merge branch 'master' into oc_avatars | kondou | 2013-09-12 | 1 | -1/+30 | |
| |\| | | | | | | | ||||||
| * | | | | | | | | Pass view in \OC_Avatar to constructor and use $_ for enable_avatars | kondou | 2013-09-09 | 1 | -6/+6 | |
| * | | | | | | | | Merge branch 'master' into oc_avatars | kondou | 2013-09-04 | 3 | -4/+4 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into oc_avatars | kondou | 2013-09-01 | 1 | -9/+27 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'master' into oc_avatars | kondou | 2013-08-31 | 1 | -0/+108 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Finish cropper, Get rid of TODOs, Improve \OCP\Avatar and "fix" unitests | kondou | 2013-08-30 | 1 | -0/+2 | |
| * | | | | | | | | | | Merge branch 'master' into oc_avatars | kondou | 2013-08-28 | 3 | -5/+238 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Continue work on cropper | kondou | 2013-08-28 | 1 | -5/+7 | |
| * | | | | | | | | | | Fix avatar-unittest | kondou | 2013-08-25 | 1 | -2/+2 | |
| * | | | | | | | | | | Fix spacing, have remove() and return JSON for custom-default-avatars | kondou | 2013-08-25 | 1 | -11/+3 | |
| * | | | | | | | | | | Remove gravatar and no-avatar functionality, prepare for default avatars even... | kondou | 2013-08-25 | 1 | -33/+5 | |
| * | | | | | | | | | | Fix testDefaultAvatar | kondou | 2013-08-25 | 1 | -1/+1 | |
| * | | | | | | | | | | Have /avatar.php as a central avatar-point | kondou | 2013-08-25 | 1 | -10/+7 |