Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add _blank to href | Renaud Fortier | 2015-12-21 | 1 | -6/+6 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-12-19 | 2 | -0/+2 |
| | |||||
* | Use OCP\Util::getVersion instead of the internal private implementation | Morris Jobke | 2015-12-18 | 2 | -2/+2 |
| | |||||
* | Merge pull request #21264 from owncloud/deprecated_oc_user_methods | Thomas Müller | 2015-12-18 | 3 | -3/+3 |
|\ | | | | | Cleanup OC_User deprecated methods | ||||
| * | Remove deprecated function OC_User::getManager | Roeland Jago Douma | 2015-12-17 | 3 | -3/+3 |
| | | | | | | | | | | Private deprecated function => removed Replaced all instances with suggested replacement | ||||
* | | Since avatar.js is now essentially empty remove it | Roeland Jago Douma | 2015-12-17 | 1 | -5/+0 |
| | | |||||
* | | Add a default size to the avatar placeholders | Roeland Jago Douma | 2015-12-17 | 2 | -6/+6 |
|/ | | | | | This removed the need to do an avatar request on the "empty" row in the user settings. | ||||
* | Merge pull request #21259 from owncloud/load_big_avatar_only_personal | Thomas Müller | 2015-12-17 | 1 | -2/+1 |
|\ | | | | | 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 | 1 | -2/+1 |
| | | | | | | | | | | 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 #21200 from owncloud/files-authorizationheader | Thomas Müller | 2015-12-17 | 5 | -12/+116 |
|\ \ | | | | | | | Use Authorization headers for public webdav in web UI | ||||
| * | | Add davidchambers/base64 JS library | Vincent Petry | 2015-12-14 | 4 | -0/+106 |
| | | | |||||
| * | | Use Authorization headers for public webdav instead of URL | Vincent Petry | 2015-12-14 | 1 | -12/+10 |
| | | | | | | | | | | | | | | | | | | 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 #21240 from owncloud/avatar_speedup | Thomas Müller | 2015-12-17 | 1 | -10/+14 |
|\ \ \ | | | | | | | | | Avatar speedup | ||||
| * | | | [Avatar] Make the avatar controller use the avatar node | Roeland Jago Douma | 2015-12-16 | 1 | -10/+14 |
| |/ / | |||||
* | | | Merge pull request #21253 from owncloud/deprecated_oc_helper_linkTo | Thomas Müller | 2015-12-17 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | Remove deprecated OC_Helper::linkTo | ||||
| * | | OC_Helper::linkTo is deprecated | Roeland Jago Douma | 2015-12-17 | 1 | -1/+1 |
| |/ | | | | | | | Replaced with suggested (and calling body of) | ||||
* | | Merge pull request #21238 from owncloud/files-fixparsewebdavmtime | Thomas Müller | 2015-12-17 | 2 | -6/+6 |
|\ \ | | | | | | | Fix files UI mtime parsing from webdav | ||||
| * | | Fix files UI mtime parsing from webdav | Vincent Petry | 2015-12-16 | 2 | -6/+6 |
| |/ | |||||
* / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-12-17 | 2 | -6/+6 |
|/ | |||||
* | Merge pull request #21163 from owncloud/fix_20839 | Thomas Müller | 2015-12-14 | 1 | -4/+0 |
|\ | | | | | Files can't have create permissions | ||||
| * | Files can't have create permissions | Roeland Jago Douma | 2015-12-11 | 1 | -4/+0 |
| | | | | | | | | Fixes #20839 | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-12-13 | 4 | -0/+26 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-12-12 | 2 | -0/+6 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-12-10 | 6 | -2/+8 |
| | |||||
* | Add occ command to get app path | Victor Dubiniuk | 2015-12-09 | 2 | -0/+63 |
| | |||||
* | Allow occ install on OS X - same behaviour as web setup | Morris Jobke | 2015-12-09 | 1 | -1/+6 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-12-09 | 12 | -0/+14 |
| | |||||
* | Use \OCP\Util::sanitizeHTML instead of \OC_Util::sanitizeHTML | Lukas Reschke | 2015-12-08 | 1 | -1/+1 |
| | |||||
* | Merge pull request #21014 from owncloud/share-unsharelinkpapercut | Thomas Müller | 2015-12-08 | 1 | -3/+5 |
|\ | | | | | Fix unshare link click element | ||||
| * | Fix unshare link click element | Vincent Petry | 2015-12-07 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | | When clicking on the unshare link (trash icon), the correct link element needs to be used instead of whatever child was clicked. Then, that element might contain a visible loading icon. This fixes the spinner detection and also prevents a full page reload in case the spinner was visible. | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-12-08 | 2 | -0/+10 |
| | | |||||
* | | Merge pull request #21015 from owncloud/update-redirecttocorrectpage | Thomas Müller | 2015-12-07 | 1 | -1/+1 |
|\ \ | | | | | | | Redirect to correct URL after updating | ||||
| * | | Redirect to correct URL after updating | Vincent Petry | 2015-12-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Now requires a trailing slash to make sure we don't land on the forbidden page. | ||||
* | | | Merge pull request #20996 from ↵ | Thomas Müller | 2015-12-07 | 3 | -6/+15 |
|\ \ \ | |/ / |/| | | | | | | | | owncloud/issue-12215-remove-password-reset-when-not-possible Issue 12215 remove password reset when not possible | ||||
| * | | Allow specifying a custom reset-password-url | Joas Schilling | 2015-12-07 | 2 | -4/+9 |
| | | | |||||
| * | | Remove password reset when the user can not change the password | Joas Schilling | 2015-12-07 | 1 | -2/+6 |
| | | | |||||
* | | | Merge pull request #21009 from owncloud/share-forbidlinkshare-duplicatefield | Thomas Müller | 2015-12-07 | 2 | -6/+10 |
|\ \ \ | | | | | | | | | Fix duplicate bogus share field when link sharing is not allowed | ||||
| * | | | Fix duplicate bogus share field when link sharing is not allowed | Vincent Petry | 2015-12-07 | 2 | -6/+10 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | Whenever link share is not allowed, it was outputting a bogus sharing field which name would conflict with the regular sharing field. This fix makes sure that the bogus sharing field with "Resharing not allowed" message only appears when triggered by removed share permissions. | ||||
* | | | Merge pull request #20991 from owncloud/disabled-checked-checkbox-css-rules | Thomas Müller | 2015-12-07 | 1 | -0/+16 |
|\ \ \ | |/ / |/| | | Disabled checked checkbox css rules | ||||
| * | | Add rules for checked+disabled and disabled checkbox style | Joas Schilling | 2015-12-07 | 1 | -0/+16 |
| |/ | |||||
* / | OC.FilePath has still a valid use case when generating paths to static files ↵ | Thomas Müller | 2015-12-07 | 1 | -1/+0 |
|/ | | | | what for generateUrl cannot be used for - closes #15604 | ||||
* | Merge pull request #20530 from owncloud/icons-more | Thomas Müller | 2015-12-07 | 52 | -91/+96 |
|\ | | | | | add icons for disabled checkbox, radio button, error and colored checkmark | ||||
| * | add new icon rules to icons.css | Jan-Christoph Borchardt | 2015-11-20 | 1 | -1/+13 |
| | | |||||
| * | add icons for checked+disabled checkbox and radio | Jan-Christoph Borchardt | 2015-11-20 | 4 | -0/+10 |
| | | |||||
| * | compress action icons | Jan-Christoph Borchardt | 2015-11-20 | 22 | -84/+24 |
| | | |||||
| * | add icons for disabled checkbox, radio button, error and colored checkmark | Jan-Christoph Borchardt | 2015-11-20 | 25 | -6/+49 |
| | | |||||
* | | Merge pull request #20480 from owncloud/css-prefixes | Thomas Müller | 2015-12-07 | 7 | -41/+11 |
|\ \ | | | | | | | CSS prefixes | ||||
| * | | remove unneeded css prefixes | Hendrik Leppelsack | 2015-11-23 | 7 | -41/+11 |
| | | | |||||
* | | | Merge pull request #11131 from owncloud/use-phpini-wrapper | Thomas Müller | 2015-12-07 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Replacing ini_get instances with inigetwrapper usages | ||||
| * | | | Replacing ini_get instances with inigetwrapper usages | Clark Tomlinson | 2015-11-23 | 1 | -1/+1 |
| | | | |