Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed deprecated OC_Helper::getSecureMimeType | Roeland Jago Douma | 2015-12-18 | 5 | -26/+3 |
| | |||||
* | Merge pull request #21279 from owncloud/remove-tmp-methods | Thomas Müller | 2015-12-18 | 24 | -65/+30 |
|\ | | | | | Remove unneeded methods in OC_Helper | ||||
| * | OC_Helper::userAvatarSet is not used anymore | Morris Jobke | 2015-12-18 | 1 | -10/+0 |
| | | |||||
| * | Use TempManager instead of tmpFile | Morris Jobke | 2015-12-18 | 10 | -26/+13 |
| | | |||||
| * | Use TempManager instead of tmpFolder | Morris Jobke | 2015-12-18 | 17 | -29/+17 |
|/ | |||||
* | Merge pull request #21278 from owncloud/exclude-scrutinizer-autofixer | Thomas Müller | 2015-12-18 | 1 | -1/+1 |
|\ | | | | | Exclude scrutinizer-auto-fixer | ||||
| * | Exclude scrutinizer-auto-fixer | Lukas Reschke | 2015-12-18 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #21268 from owncloud/cleanup-OC_Helper-getFileNameMimeType | Thomas Müller | 2015-12-18 | 8 | -24/+9 |
|\ | | | | | Use proper public API for OC_Helper::getFileNameMimeType | ||||
| * | Use proper public API for OC_Helper::getFileNameMimeType | Morris Jobke | 2015-12-17 | 8 | -24/+9 |
| | | |||||
* | | Merge pull request #21264 from owncloud/deprecated_oc_user_methods | Thomas Müller | 2015-12-18 | 28 | -198/+125 |
|\ \ | | | | | | | Cleanup OC_User deprecated methods | ||||
| * | | Removed deprecated function OC_User::deleteUser | Roeland Jago Douma | 2015-12-17 | 17 | -60/+66 |
| | | | | | | | | | | | | Replaced with proper OCP calls | ||||
| * | | Removed unused deprecated methods | Roeland Jago Douma | 2015-12-17 | 1 | -38/+0 |
| | | | |||||
| * | | Removed deprecated private OC_User::createUser | Roeland Jago Douma | 2015-12-17 | 17 | -62/+29 |
| | | | | | | | | | | | | | | | All function calls are replaced with the recommended (which was already the body of the function). | ||||
| * | | Remove deprecated function OC_User::getManager | Roeland Jago Douma | 2015-12-17 | 11 | -41/+33 |
| | | | | | | | | | | | | | | | Private deprecated function => removed Replaced all instances with suggested replacement | ||||
* | | | Merge pull request #21269 from owncloud/we-shall-cleanup-xml-parser-errors | Thomas Müller | 2015-12-18 | 7 | -7/+22 |
|\ \ \ | | | | | | | | | Assert that there are no xml error left | ||||
| * | | | Clear xml errors in updater | Thomas Müller | 2015-12-17 | 1 | -0/+2 |
| | | | | |||||
| * | | | Clear xml errors in ocs client | Thomas Müller | 2015-12-17 | 1 | -0/+1 |
| | | | | |||||
| * | | | Only perform tearDown operations on the database if we have a connection to ↵ | Thomas Müller | 2015-12-17 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | it ..... | ||||
| * | | | Use proper base class | Thomas Müller | 2015-12-17 | 3 | -3/+6 |
| | | | | |||||
| * | | | Clear xml errors | Thomas Müller | 2015-12-17 | 1 | -0/+1 |
| | | | | |||||
| * | | | Assert that there are no xml error left | Thomas Müller | 2015-12-17 | 1 | -0/+6 |
| | | | | |||||
* | | | | Merge pull request #21190 from owncloud/bump_doctrine_deps | Thomas Müller | 2015-12-18 | 1 | -0/+0 |
|\ \ \ \ | | | | | | | | | | | [3rdparty] Bump doctrine deps | ||||
| * | | | | [3rdparty] Bump doctrine deps | Roeland Jago Douma | 2015-12-18 | 1 | -0/+0 |
| |/ / / | |||||
* | | | | Merge pull request #21248 from owncloud/deprecated_oc_helper_linkToRoute | Thomas Müller | 2015-12-18 | 6 | -25/+12 |
|\ \ \ \ | | | | | | | | | | | Replace deprecated OC_Helper::linkToRoute calls | ||||
| * | | | | Remove private deprecated OC_Helper::linkToRoute | Roeland Jago Douma | 2015-12-17 | 1 | -13/+0 |
| | | | | | |||||
| * | | | | OC_Helper::linkToRoute is deprecated | Roeland Jago Douma | 2015-12-17 | 6 | -12/+12 |
| |/ / / | | | | | | | | | | | | | | | | | Replaced all calls to OC_Helper::linkToRoute with OC::$server->getURLGenerator()->linkToRoute | ||||
* | | | | Merge pull request #21247 from owncloud/placeholder_size | Thomas Müller | 2015-12-18 | 4 | -13/+7 |
|\ \ \ \ | |/ / / |/| | | | Add a default size to the avatar placeholders | ||||
| * | | | Since avatar.js is now essentially empty remove it | Roeland Jago Douma | 2015-12-17 | 2 | -6/+0 |
| | | | | |||||
| * | | | Add a default size to the avatar placeholders | Roeland Jago Douma | 2015-12-17 | 3 | -7/+7 |
| | |/ | |/| | | | | | | | | | | This removed the need to do an avatar request on the "empty" row in the user settings. | ||||
* | | | Merge pull request #20696 from ↵ | Thomas Müller | 2015-12-17 | 9 | -21/+1184 |
|\ \ \ | |/ / |/| | | | | | | | | owncloud/add-carddav-backends-to-ocp-contactsmanager Add carddav backend to OCP\ContactsManager | ||||
| * | | avoid duplicates on search | Björn Schießle | 2015-12-15 | 2 | -15/+33 |
| | | | |||||
| * | | Fix last Oracle issue | Thomas Müller | 2015-12-15 | 1 | -1/+1 |
| | | | |||||
| * | | Fix Oracle insert error | Thomas Müller | 2015-12-15 | 2 | -4/+8 |
| | | | |||||
| * | | implement delete, create, update, search, get permissions | Björn Schießle | 2015-12-15 | 10 | -123/+1133 |
| | | | |||||
| * | | save wip | Thomas Müller | 2015-12-11 | 2 | -0/+131 |
| | | | |||||
* | | | Merge pull request #21255 from ↵ | Thomas Müller | 2015-12-17 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | | | | | | | owncloud/usermanagement-show-password-error-temporary user management: show password error temporary | ||||
| * | | Update users.js | michag86 | 2015-12-17 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #21260 from owncloud/fix-undefined-l10n-var | Thomas Müller | 2015-12-17 | 1 | -3/+1 |
|\ \ \ | | | | | | | | | initialize l10n instance earlier, fixes an undefined var warning foll… | ||||
| * | | | initialize l10n instance earlier, fixes an undefined var warning followed by ↵ | Arthur Schiwon | 2015-12-17 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | a php error | ||||
* | | | | Merge pull request #21259 from owncloud/load_big_avatar_only_personal | Thomas Müller | 2015-12-17 | 2 | -2/+6 |
|\ \ \ \ | | | | | | | | | | | Only load the big (128x128) avatar on the perosnal page | ||||
| * | | | | Only load the big (128x128) avatar on the perosnal page | Roeland Jago Douma | 2015-12-17 | 2 | -2/+6 |
| | |/ / | |/| | | | | | | | | | | | | | | Before the code was executed on every page if a user was logged in. Now only on the personal page. Thus saving a request on all other pages. | ||||
* | | | | Merge pull request #21251 from owncloud/make-occ-more-error-proof | Thomas Müller | 2015-12-17 | 1 | -0/+10 |
|\ \ \ \ | | | | | | | | | | | occ command can only be called from ownCloud root directory | ||||
| * | | | | occ command can only be called from ownCloud root directory | Morris Jobke | 2015-12-17 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * this changes into the ownCloud root directory and then should run just fine * avoids weird error messages that are caused by this | ||||
* | | | | | Merge pull request #21200 from owncloud/files-authorizationheader | Thomas Müller | 2015-12-17 | 8 | -14/+122 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Use Authorization headers for public webdav in web UI | ||||
| * | | | | Load base64 polyfill in IE and friends | Vincent Petry | 2015-12-14 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | Add davidchambers/base64 JS library | Vincent Petry | 2015-12-14 | 5 | -1/+108 |
| | | | | | |||||
| * | | | | Use Authorization headers for public webdav instead of URL | Vincent Petry | 2015-12-14 | 2 | -13/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of prepending the token as username in the URL, use the Authorization header instead. This is because IE9 considers this a cross-domain call and refuses to do it in the first place. | ||||
* | | | | | Merge pull request #21201 from mmattel/scanFiles_stat_output_II | Thomas Müller | 2015-12-17 | 1 | -6/+184 |
|\ \ \ \ \ | | | | | | | | | | | | | Statistics output for ./occ files:scan (rework) | ||||
| * | | | | | Statistics output for ./occ files:scan | martin.mattel@diemattels.at | 2015-12-15 | 1 | -6/+184 |
| |/ / / / | |||||
* | | | | | Merge pull request #21240 from owncloud/avatar_speedup | Thomas Müller | 2015-12-17 | 5 | -45/+116 |
|\ \ \ \ \ | | | | | | | | | | | | | Avatar speedup |