Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #21509 from owncloud/users-scrolltop | Thomas Müller | 2016-01-13 | 1 | -1/+8 |
|\ | | | | | Keep scroll position in users page when sorting | ||||
| * | Keep scroll position in users page when sorting | Vincent Petry | 2016-01-07 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | When sorting, some browsers like Chrome will lose the scroll position, possibly because the sorting code is touching the DOM elements. This fix saves the scroll position before sorting and sets it back afterwards. | ||||
* | | Merge pull request #21653 from owncloud/update-license-headers-2016 | Thomas Müller | 2016-01-13 | 28 | -34/+38 |
|\ \ | | | | | | | Update license headers 2016 | ||||
| * | | Happy new year! | Thomas Müller | 2016-01-12 | 28 | -34/+38 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-13 | 128 | -780/+710 |
| | | | |||||
* | | | Merge pull request #21336 from owncloud/system-root-certs | Thomas Müller | 2016-01-12 | 9 | -132/+202 |
|\ \ \ | | | | | | | | | Allow admins to add system wide root certificates | ||||
| * | | | Add a config option to enable certificate management | Robin Appelman | 2016-01-12 | 1 | -6/+8 |
| | | | | |||||
| * | | | Allow admins to add system wide root certificates | Robin Appelman | 2016-01-12 | 9 | -132/+200 |
| |/ / | |||||
* / / | Add config switch to disable the .well-known URL check | Morris Jobke | 2016-01-12 | 3 | -3/+4 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-12 | 2 | -0/+22 |
| | | |||||
* | | Merge pull request #21608 from owncloud/better-setting-templates | Thomas Müller | 2016-01-11 | 1 | -23/+5 |
|\ \ | | | | | | | improve personal page template | ||||
| * | | Fix types | Joas Schilling | 2016-01-11 | 1 | -2/+2 |
| | | | |||||
| * | | Fix table markup | Joas Schilling | 2016-01-11 | 1 | -21/+3 |
| | | | |||||
* | | | Merge pull request #21438 from owncloud/settings-anchors | Thomas Müller | 2016-01-11 | 2 | -2/+2 |
|\ \ \ | |/ / |/| | | remove unneeded 'goto' prefix from settings anchors | ||||
| * | | remove unneeded 'goto' prefix from settings anchors | Jan-Christoph Borchardt | 2016-01-04 | 2 | -2/+2 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-11 | 6 | -158/+232 |
| | | | |||||
* | | | remove extra slogan footer from Personal and Admin pages | Jan-Christoph Borchardt | 2016-01-11 | 2 | -11/+7 |
| | | | |||||
* | | | Concat also the other results | Lukas Reschke | 2016-01-10 | 1 | -2/+2 |
| | | | | | | | | | | | | Otherwise this will ignore the two last checks :speak_no_evil: | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-10 | 10 | -34/+166 |
| | | | |||||
* | | | Merge pull request #21562 from owncloud/properly-check-for-well-known-redirect | Thomas Müller | 2016-01-09 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | Add check for .well-known URL in the root of the webservers URL | ||||
| * | | | Add check for .well-known URL in the root of the webservers URL | Morris Jobke | 2016-01-08 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | * fixes #20012 | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-09 | 8 | -40/+278 |
|/ / / | |||||
* | | | fix warning box size for avatar change | Morris Jobke | 2016-01-08 | 1 | -1/+1 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-08 | 8 | -0/+40 |
| | | | |||||
* | | | Merge pull request #21506 from ↵ | Thomas Müller | 2016-01-07 | 2 | -0/+15 |
|\ \ \ | | | | | | | | | | | | | | | | | owncloud/issue-20218-min-max-owncloud-version-warning Issue 20218 min max owncloud version warning | ||||
| * | | | Add a warning on the apps list when the version is missing | Joas Schilling | 2016-01-07 | 2 | -0/+15 |
| | |/ | |/| | |||||
* | | | Allow searching apps by ID | Joas Schilling | 2016-01-07 | 1 | -0/+5 |
| | | | |||||
* | | | Fix users list dropdown position after scroll | Vincent Petry | 2016-01-07 | 1 | -0/+5 |
|/ / | | | | | | | | | | | | | | | When scrolling, the position calculation of the multiselect dropdown was wrong. Adding "position: relative" to the list container makes the button calculation relative to it instead of the whole page. In this case the dropdown is properly aligned with the field regardless of scrolling. | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-07 | 158 | -2032/+1628 |
| | | |||||
* | | Merge pull request #20994 from owncloud/personal-page | Thomas Müller | 2016-01-06 | 4 | -100/+147 |
|\ \ | | | | | | | improve layout of personal settings page | ||||
| * | | fix overlap and functionality of cropper | Jan-Christoph Borchardt | 2015-12-28 | 3 | -3/+19 |
| | | | |||||
| * | | improve layout of personal settings page | Jan-Christoph Borchardt | 2015-12-28 | 4 | -101/+132 |
| | | | |||||
* | | | Inject OCSClient | Lukas Reschke | 2016-01-06 | 1 | -3/+3 |
| | | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/21451 | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-06 | 4 | -6/+10 |
| |/ |/| | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-04 | 2 | -0/+6 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-02 | 2 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-01 | 2 | -0/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-12-31 | 14 | -0/+18 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-12-30 | 114 | -116/+2 |
| | | |||||
* | | shorten quota usage wording, fix overflow on mobile, fix #21129 | Jan-Christoph Borchardt | 2015-12-28 | 1 | -1/+1 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-12-28 | 2 | -0/+10 |
| | |||||
* | Use OCP\Util::getVersion instead of the internal private implementation | Morris Jobke | 2015-12-18 | 1 | -3/+5 |
| | |||||
* | properly use OCP\Util instead of OC_Helper | Morris Jobke | 2015-12-18 | 1 | -2/+2 |
| | |||||
* | Merge pull request #21264 from owncloud/deprecated_oc_user_methods | Thomas Müller | 2015-12-18 | 2 | -2/+2 |
|\ | | | | | Cleanup OC_User deprecated methods | ||||
| * | Remove deprecated function OC_User::getManager | Roeland Jago Douma | 2015-12-17 | 2 | -2/+2 |
| | | | | | | | | | | Private deprecated function => removed Replaced all instances with suggested replacement | ||||
* | | Merge pull request #21248 from owncloud/deprecated_oc_helper_linkToRoute | Thomas Müller | 2015-12-18 | 2 | -3/+3 |
|\ \ | | | | | | | Replace deprecated OC_Helper::linkToRoute calls | ||||
| * | | OC_Helper::linkToRoute is deprecated | Roeland Jago Douma | 2015-12-17 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | Replaced all calls to OC_Helper::linkToRoute with OC::$server->getURLGenerator()->linkToRoute | ||||
* | | | Add a default size to the avatar placeholders | Roeland Jago Douma | 2015-12-17 | 1 | -1/+1 |
|/ / | | | | | | | | | This removed the need to do an avatar request on the "empty" row in the user settings. | ||||
* | | 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 |
| | |