Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix URL to developer manual | Lukas Reschke | 2015-01-10 | 1 | -1/+1 |
* | Merge pull request #13204 from owncloud/enc_fix_key_lost | Vincent Petry | 2015-01-09 | 2 | -630/+714 |
|\ | |||||
| * | unit tests | Bjoern Schiessle | 2015-01-09 | 1 | -4/+86 |
| * | don't move encryption keys if a mount point was renamed | Bjoern Schiessle | 2015-01-09 | 1 | -626/+628 |
* | | Merge pull request #13195 from owncloud/resharepermfix | Morris Jobke | 2015-01-09 | 2 | -0/+158 |
|\ \ | |||||
| * | | Fix reshare permission issue | Vincent Petry | 2015-01-09 | 2 | -0/+158 |
* | | | Merge pull request #13208 from owncloud/hhvm-streamwrapper-exception | Thomas Müller | 2015-01-09 | 1 | -12/+5 |
|\ \ \ | |||||
| * | | | HHVM Workaround: Do not use Exception from Stream. | Andreas Fischer | 2015-01-09 | 1 | -12/+5 |
* | | | | Merge pull request #13192 from owncloud/cache_binary_path | Thomas Müller | 2015-01-09 | 3 | -4/+45 |
|\ \ \ \ | |||||
| * | | | | Memcache binary executable searching | Robin McCorkell | 2015-01-09 | 1 | -2/+8 |
| * | | | | Add Null memcacher | Robin McCorkell | 2015-01-09 | 2 | -2/+37 |
* | | | | | Merge pull request #13188 from owncloud/add-check-if-user-is-logged-in | Thomas Müller | 2015-01-09 | 2 | -0/+3 |
|\ \ \ \ \ | |||||
| * | | | | | Add check if user is logged-in | Lukas Reschke | 2015-01-09 | 2 | -0/+3 |
* | | | | | | Merge pull request #13196 from owncloud/js-personal-no-password | Robin Appelman | 2015-01-09 | 1 | -1/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix js error in personal settings if there is no password field | Robin Appelman | 2015-01-09 | 1 | -1/+3 |
* | | | | | | | Merge pull request #13205 from owncloud/remove-shared-icon | Thomas Müller | 2015-01-09 | 2 | -3/+4 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | replace outdated 'shared' people icon with regular share icon as fallback | Jan-Christoph Borchardt | 2015-01-09 | 2 | -3/+4 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge pull request #13181 from owncloud/filecache-preventleadingslash | Robin McCorkell | 2015-01-09 | 3 | -2/+38 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | Fix cache jail to not duplicate slashes | Vincent Petry | 2015-01-09 | 1 | -1/+1 |
| * | | | | | Trim leading or trailing slashes in file cache paths | Vincent Petry | 2015-01-08 | 2 | -1/+37 |
* | | | | | | Merge pull request #12011 from owncloud/reuse-etag-default | Morris Jobke | 2015-01-09 | 1 | -2/+2 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | Default to reusing etags in the scanner | Robin Appelman | 2014-11-06 | 1 | -2/+2 |
* | | | | | | Merge pull request #12995 from owncloud/tbelau666-master | Thomas Müller | 2015-01-09 | 7 | -32/+47 |
|\ \ \ \ \ \ | |||||
| * | | | | | | add default for dbtableprefix | Morris Jobke | 2014-12-23 | 4 | -5/+5 |
| * | | | | | | add proper prefix for migration tests | Morris Jobke | 2014-12-23 | 1 | -1/+1 |
| * | | | | | | use injected config object and fix typos | Morris Jobke | 2014-12-22 | 4 | -11/+25 |
| * | | | | | | inject \OCP\IConfig instance in migrator | Morris Jobke | 2014-12-22 | 3 | -23/+13 |
| * | | | | | | Use Doctrines filter by table name | tbelau666 | 2014-12-22 | 5 | -6/+17 |
* | | | | | | | Merge pull request #13191 from owncloud/fix-rename-field | Morris Jobke | 2015-01-09 | 1 | -2/+6 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | |||||
| * | | | | | | fix rename field position, fix #12927 | Jan-Christoph Borchardt | 2015-01-09 | 1 | -2/+6 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #12984 from owncloud/ldap-user-cleanup-master | Lukas Reschke | 2015-01-09 | 39 | -191/+1474 |
|\ \ \ \ \ \ | |||||
| * | | | | | | fix order of initalizing instance properties, and paremeter order in a method... | Arthur Schiwon | 2015-01-08 | 1 | -10/+12 |
| * | | | | | | fix table name for getList | Arthur Schiwon | 2015-01-08 | 1 | -2/+2 |
| * | | | | | | doc fixes and removal of unnecessary use statements | Arthur Schiwon | 2015-01-07 | 5 | -10/+6 |
| * | | | | | | add test for mapping's getList method | Arthur Schiwon | 2015-01-07 | 1 | -0/+24 |
| * | | | | | | inject and use user manager to delete command instead of using old static oc_... | Arthur Schiwon | 2015-01-07 | 2 | -2/+13 |
| * | | | | | | inject DB Connection to user manager | Arthur Schiwon | 2015-01-07 | 10 | -87/+94 |
| * | | | | | | inject IDateTimeFormatter to show-remnants command | Arthur Schiwon | 2015-01-06 | 2 | -4/+11 |
| * | | | | | | inject oc config to User_LDAP | Arthur Schiwon | 2015-01-06 | 9 | -53/+89 |
| * | | | | | | revert changes to deprecated preferences as it is a not needed leftover | Arthur Schiwon | 2015-01-06 | 1 | -3/+1 |
| * | | | | | | smaller fixes: coding style, PHPdoc, typos and few for DI | Arthur Schiwon | 2015-01-06 | 8 | -71/+51 |
| * | | | | | | planned refactorings for OC 8 | Arthur Schiwon | 2014-12-20 | 6 | -55/+83 |
| * | | | | | | move from \OC\Preferences to \OCP\IConfig | Arthur Schiwon | 2014-12-20 | 4 | -67/+38 |
| * | | | | | | basic adjustments for OC 8. I.e. no visible issues, LDAP tests pass. | Arthur Schiwon | 2014-12-20 | 10 | -41/+73 |
| * | | | | | | LDAP User Cleanup: Port from stable7 without further adjustements | Arthur Schiwon | 2014-12-19 | 33 | -66/+1257 |
* | | | | | | | Merge pull request #13184 from owncloud/fix-key | Lukas Reschke | 2015-01-09 | 1 | -1/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Verify existence of $_GET key | Lukas Reschke | 2015-01-09 | 1 | -1/+3 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-09 | 88 | -150/+274 |
* | | | | | | | Merge pull request #13179 from owncloud/fix-fatal-php-error-for-not-existing-... | Lukas Reschke | 2015-01-09 | 2 | -18/+15 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | Verify whether type is correct | Lukas Reschke | 2015-01-08 | 2 | -18/+15 |