| Commit message (Expand) | Author | Age | Files | Lines |
* | Unit Tests for LargeFileHelper. | Andreas Fischer | 2014-05-29 | 1 | -0/+62 |
* | Refactor Large File handling code. | Andreas Fischer | 2014-05-29 | 3 | -131/+123 |
* | Cast to numeric instead of float, i.e. use an integer if possible. | Andreas Fischer | 2014-05-29 | 1 | -6/+6 |
* | Use CURL to get filesize on 32bit systems. | Andreas Fischer | 2014-05-29 | 1 | -11/+64 |
* | Merge pull request #8554 from owncloud/add_resetadminpass_command | Andreas Fischer | 2014-05-29 | 2 | -0/+80 |
|\ |
|
| * | Merge remote-tracking branch 'owncloud/master' into add_resetadminpass_command | Andreas Fischer | 2014-05-28 | 1712 | -41983/+77500 |
| |\ |
|
| * | | Move resetpassword into user: command space. | Andreas Fischer | 2014-05-28 | 2 | -3/+3 |
| * | | Document type of user project. | Andreas Fischer | 2014-05-28 | 1 | -0/+1 |
| * | | Receive \OC\User\Manager as a constructor dependency. | Andreas Fischer | 2014-05-28 | 2 | -3/+11 |
| * | | Use userManager, color output, return 1 on error | kondou | 2014-05-24 | 1 | -8/+17 |
| * | | Add doc, check return-value, fix spacing, require interactive | kondou | 2014-05-13 | 1 | -6/+15 |
| * | | Back to the future | Lukas Reschke | 2014-05-12 | 1 | -1/+1 |
| * | | Make ResetAdminPass to ResetPassword | kondou | 2014-05-12 | 3 | -37/+53 |
| * | | Add a resetadminpass command to console - fix #8248 | kondou | 2014-05-12 | 2 | -0/+37 |
* | | | Merge pull request #3908 from owncloud/storage-folder-copy-rename | icewind1991 | 2014-05-29 | 6 | -116/+290 |
|\ \ \ |
|
| * | | | Remove code duplication | Robin Appelman | 2014-05-28 | 1 | -20/+21 |
| * | | | Fix LocalStorage->unlink to work on folder as expected | Robin Appelman | 2014-05-28 | 2 | -2/+9 |
| * | | | re-use rescursive copy from common storage | Robin Appelman | 2014-05-28 | 1 | -16/+1 |
| * | | | remove unneeded check | Robin Appelman | 2014-05-28 | 1 | -2/+2 |
| * | | | use \OC\Files\Filesystem::isIgnoredDir | Robin Appelman | 2014-05-28 | 3 | -62/+86 |
| * | | | fix illegal usage of unlink in test case | Robin Appelman | 2014-05-28 | 1 | -1/+1 |
| * | | | fix recursive copy and rename for common storage backend | Robin Appelman | 2014-05-28 | 1 | -9/+38 |
| * | | | fix recursive copy and rename for mapped local storage backend | Robin Appelman | 2014-05-28 | 1 | -10/+27 |
| * | | | add recursive copy to local storage backend | Robin Appelman | 2014-05-28 | 2 | -7/+84 |
| * | | | fix recursive rename for local storage backend | Robin Appelman | 2014-05-28 | 2 | -2/+20 |
| * | | | remove unneeded delTree | Robin Appelman | 2014-05-28 | 1 | -25/+1 |
| * | | | aditional test cases for copy and rename | Robin Appelman | 2014-05-28 | 1 | -0/+40 |
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-29 | 77 | -296/+374 |
* | | | | Merge pull request #8748 from owncloud/cli_maintenance_mode | Andreas Fischer | 2014-05-29 | 2 | -0/+62 |
|\ \ \ \ |
|
| * | | | | Use OC\Config instead of OC_Config | scolebrook | 2014-05-28 | 2 | -6/+15 |
| * | | | | Changed class name to mode | scolebrook | 2014-05-28 | 2 | -3/+3 |
| * | | | | Add ability to enable/disable maintenance mode from cli. | scolebrook | 2014-05-27 | 2 | -0/+53 |
* | | | | | Merge pull request #8547 from owncloud/path-length-master | Thomas Müller | 2014-05-29 | 4 | -5/+141 |
|\ \ \ \ \ |
|
| * | | | | | # This is a combination of 2 commits. | Thomas Müller | 2014-05-28 | 4 | -5/+141 |
* | | | | | | Merge pull request #8754 from owncloud/3rdparty-upgraded-phpmailer | Lukas Reschke | 2014-05-28 | 3 | -3/+1 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | Update 3rdparty submodule after merge | Thomas Müller | 2014-05-28 | 1 | -0/+0 |
| * | | | | | updating unit test expectations | Thomas Müller | 2014-05-28 | 1 | -1/+1 |
| * | | | | | upgraded phpmailer into v5.2.8 via composer | Volkan Gezer | 2014-05-27 | 2 | -2/+0 |
* | | | | | | Merge pull request #8681 from owncloud/logintimestamp | Lukas Reschke | 2014-05-28 | 8 | -19/+314 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|
| * | | | | | Merge branch 'logintimestamp' of git://github.com/owncloud/core into logintim... | Arthur Schiwon | 2014-05-26 | 1 | -1/+1 |
| |\ \ \ \ \ |
|
| | * | | | | | Clarify comment | Lukas Reschke | 2014-05-24 | 1 | -1/+1 |
| * | | | | | | drop superflous statement in phpdoc | Arthur Schiwon | 2014-05-26 | 1 | -2/+0 |
| * | | | | | | add preRememberedLogin hook and document this and postRememberedLogin in clas... | Arthur Schiwon | 2014-05-26 | 1 | -1/+4 |
| |/ / / / / |
|
| * | | | | | print time in 24h format | Arthur Schiwon | 2014-05-23 | 1 | -1/+1 |
| * | | | | | increase scrutinizer happyiness by removing minor/informational issues | Arthur Schiwon | 2014-05-23 | 2 | -3/+1 |
| * | | | | | save a whitespace | Arthur Schiwon | 2014-05-23 | 1 | -2/+2 |
| * | | | | | add cli command to check a users last login | Arthur Schiwon | 2014-05-23 | 2 | -0/+48 |
| * | | | | | clean up here is superflous, will already be removed by user session | Arthur Schiwon | 2014-05-23 | 1 | -6/+0 |
| * | | | | | test hooks also on login | Arthur Schiwon | 2014-05-23 | 1 | -3/+39 |
| * | | | | | also test whether hooks work | Arthur Schiwon | 2014-05-23 | 1 | -5/+39 |