summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* add _blank to hrefRenaud Fortier2015-12-211-6/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-12-192-0/+2
|
* Use OCP\Util::getVersion instead of the internal private implementationMorris Jobke2015-12-182-2/+2
|
* Merge pull request #21264 from owncloud/deprecated_oc_user_methodsThomas Müller2015-12-183-3/+3
|\ | | | | Cleanup OC_User deprecated methods
| * Remove deprecated function OC_User::getManagerRoeland Jago Douma2015-12-173-3/+3
| | | | | | | | | | Private deprecated function => removed Replaced all instances with suggested replacement
* | Since avatar.js is now essentially empty remove itRoeland Jago Douma2015-12-171-5/+0
| |
* | Add a default size to the avatar placeholdersRoeland Jago Douma2015-12-172-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_personalThomas Müller2015-12-171-2/+1
|\ | | | | Only load the big (128x128) avatar on the perosnal page
| * Only load the big (128x128) avatar on the perosnal pageRoeland Jago Douma2015-12-171-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-authorizationheaderThomas Müller2015-12-175-12/+116
|\ \ | | | | | | Use Authorization headers for public webdav in web UI
| * | Add davidchambers/base64 JS libraryVincent Petry2015-12-144-0/+106
| | |
| * | Use Authorization headers for public webdav instead of URLVincent Petry2015-12-141-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_speedupThomas Müller2015-12-171-10/+14
|\ \ \ | | | | | | | | Avatar speedup
| * | | [Avatar] Make the avatar controller use the avatar nodeRoeland Jago Douma2015-12-161-10/+14
| |/ /
* | | Merge pull request #21253 from owncloud/deprecated_oc_helper_linkToThomas Müller2015-12-171-1/+1
|\ \ \ | |_|/ |/| | Remove deprecated OC_Helper::linkTo
| * | OC_Helper::linkTo is deprecatedRoeland Jago Douma2015-12-171-1/+1
| |/ | | | | | | Replaced with suggested (and calling body of)
* | Merge pull request #21238 from owncloud/files-fixparsewebdavmtimeThomas Müller2015-12-172-6/+6
|\ \ | | | | | | Fix files UI mtime parsing from webdav
| * | Fix files UI mtime parsing from webdavVincent Petry2015-12-162-6/+6
| |/
* / [tx-robot] updated from transifexJenkins for ownCloud2015-12-172-6/+6
|/
* Merge pull request #21163 from owncloud/fix_20839Thomas Müller2015-12-141-4/+0
|\ | | | | Files can't have create permissions
| * Files can't have create permissionsRoeland Jago Douma2015-12-111-4/+0
| | | | | | | | Fixes #20839
* | [tx-robot] updated from transifexJenkins for ownCloud2015-12-134-0/+26
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-12-122-0/+6
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-12-106-2/+8
|
* Add occ command to get app pathVictor Dubiniuk2015-12-092-0/+63
|
* Allow occ install on OS X - same behaviour as web setupMorris Jobke2015-12-091-1/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-12-0912-0/+14
|
* Use \OCP\Util::sanitizeHTML instead of \OC_Util::sanitizeHTMLLukas Reschke2015-12-081-1/+1
|
* Merge pull request #21014 from owncloud/share-unsharelinkpapercutThomas Müller2015-12-081-3/+5
|\ | | | | Fix unshare link click element
| * Fix unshare link click elementVincent Petry2015-12-071-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 transifexJenkins for ownCloud2015-12-082-0/+10
| |
* | Merge pull request #21015 from owncloud/update-redirecttocorrectpageThomas Müller2015-12-071-1/+1
|\ \ | | | | | | Redirect to correct URL after updating
| * | Redirect to correct URL after updatingVincent Petry2015-12-071-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üller2015-12-073-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-urlJoas Schilling2015-12-072-4/+9
| | |
| * | Remove password reset when the user can not change the passwordJoas Schilling2015-12-071-2/+6
| | |
* | | Merge pull request #21009 from owncloud/share-forbidlinkshare-duplicatefieldThomas Müller2015-12-072-6/+10
|\ \ \ | | | | | | | | Fix duplicate bogus share field when link sharing is not allowed
| * | | Fix duplicate bogus share field when link sharing is not allowedVincent Petry2015-12-072-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-rulesThomas Müller2015-12-071-0/+16
|\ \ \ | |/ / |/| | Disabled checked checkbox css rules
| * | Add rules for checked+disabled and disabled checkbox styleJoas Schilling2015-12-071-0/+16
| |/
* / OC.FilePath has still a valid use case when generating paths to static files ↵Thomas Müller2015-12-071-1/+0
|/ | | | what for generateUrl cannot be used for - closes #15604
* Merge pull request #20530 from owncloud/icons-moreThomas Müller2015-12-0752-91/+96
|\ | | | | add icons for disabled checkbox, radio button, error and colored checkmark
| * add new icon rules to icons.cssJan-Christoph Borchardt2015-11-201-1/+13
| |
| * add icons for checked+disabled checkbox and radioJan-Christoph Borchardt2015-11-204-0/+10
| |
| * compress action iconsJan-Christoph Borchardt2015-11-2022-84/+24
| |
| * add icons for disabled checkbox, radio button, error and colored checkmarkJan-Christoph Borchardt2015-11-2025-6/+49
| |
* | Merge pull request #20480 from owncloud/css-prefixesThomas Müller2015-12-077-41/+11
|\ \ | | | | | | CSS prefixes
| * | remove unneeded css prefixesHendrik Leppelsack2015-11-237-41/+11
| | |
* | | Merge pull request #11131 from owncloud/use-phpini-wrapperThomas Müller2015-12-071-1/+1
|\ \ \ | | | | | | | | Replacing ini_get instances with inigetwrapper usages
| * | | Replacing ini_get instances with inigetwrapper usagesClark Tomlinson2015-11-231-1/+1
| | | |