Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add two factor auth to core | Christoph Wurst | 2016-05-23 | 2 | -0/+35 |
| | |||||
* | Fix #24655 | Thomas Müller | 2016-05-17 | 3 | -0/+0 |
| | |||||
* | token based auth | Christoph Wurst | 2016-05-11 | 1 | -1/+1 |
| | | | | | | | | * Add InvalidTokenException * add DefaultTokenMapper and use it to check if a auth token exists * create new token for the browser session if none exists hash stored token; save user agent * encrypt login password when creating the token | ||||
* | Allow login by email address | Thomas Müller | 2016-05-02 | 1 | -2/+2 |
| | |||||
* | Suggest cli based updater in case the instance is bigger - #23913 | Thomas Müller | 2016-04-18 | 1 | -0/+14 |
| | |||||
* | Rename `username` to `loginName` | Lukas Reschke | 2016-04-15 | 1 | -1/+1 |
| | | | | UID and login name are two different things. | ||||
* | Move login form into controller | Lukas Reschke | 2016-04-15 | 1 | -1/+1 |
| | | | | First step on getting the authorisation stuff cleaned up. This is only for the login form, all other stuff is still where it is. | ||||
* | Add unit testing capabilities for templates (#23708) | Thomas Müller | 2016-04-12 | 2 | -0/+5 |
| | | | | Add unit testing capabilities for templates | ||||
* | Use proper shortcut methods in templates | Morris Jobke | 2016-04-06 | 2 | -2/+2 |
| | |||||
* | Add detailed logs hidden and show them on request | Morris Jobke | 2016-04-04 | 1 | -0/+2 |
| | |||||
* | Show individual sql schema migration steps during upgrade - on web as well ↵ | Thomas Müller | 2016-04-04 | 1 | -1/+7 |
| | | | | as on the command line | ||||
* | core: Fix typos (found by codespell) | Stefan Weil | 2016-04-04 | 1 | -1/+1 |
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | Merge pull request #16857 from owncloud/printStylesheets | C. Montero Luque | 2016-03-31 | 3 | -3/+12 |
|\ | | | | | Support for print stylesheets | ||||
| * | support print stylesheets | Hendrik Leppelsack | 2016-01-13 | 3 | -3/+12 |
| | | |||||
* | | Consistently use rel=noreferrer | Lukas Reschke | 2016-03-20 | 1 | -3/+3 |
| | | | | | | | | When linking to external entities we should consistently use rel=noreferrer | ||||
* | | Stupid clients only literally understand rel="icon" | Daniel Aleksandersen | 2016-03-08 | 3 | -3/+3 |
| | | | | | | | | | | | | rel="shortcut icon" hasn’t been relevant in years, isn’t in any standards, and causes problems for simple pattern matching clients. https://www.w3.org/TR/html/links.html#linkTypes | ||||
* | | refactoring code | Vincent Chan | 2016-02-10 | 1 | -4/+3 |
| | | |||||
* | | Remember previous state of remember login checkbox | Vincent Chan | 2016-02-10 | 1 | -1/+6 |
| | | | | | | | | fixes #22205 | ||||
* | | Move update notification code into app | Lukas Reschke | 2016-02-09 | 1 | -5/+1 |
| | | | | | | | | | | | | Moves the update notification code in a single app. This is required since we want to use SSO for the new updater and for this have some code running in ownCloud as well (and we don't want that in core neccessarily). This app can provide that in the future, right now it's only the update notification itself. Will continue working on the SSO right away but wanted to keep the PR small. Furthermore also makes some more code unit-testable... | ||||
* | | Expose display name in JS side | Vincent Petry | 2016-02-02 | 1 | -1/+1 |
| | | | | | | | | | | Adds a new method `OC.getCurrentUser` to get both the user id and display name Could be used for a future Js | ||||
* | | Remove OC_Helper::imagePath and use the proper public interface | Morris Jobke | 2016-01-24 | 1 | -1/+1 |
| | | |||||
* | | move lost controller to core/controller | Morris Jobke | 2016-01-20 | 2 | -0/+61 |
|/ | | | | | | | * lostpassword.css is unneeded since #11696 is merged - 1b50d4f7ceb92fffe0d38f823f175cf7e419c69e * js is already in core/js * css is moved to core/css/lostpassword * template is moved to core/templates/lostpassword | ||||
* | 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 | ||||
* | OC_Helper::linkTo is deprecated | Roeland Jago Douma | 2015-12-17 | 1 | -1/+1 |
| | | | | Replaced with suggested (and calling body of) | ||||
* | Use \OCP\Util::sanitizeHTML instead of \OC_Util::sanitizeHTML | Lukas Reschke | 2015-12-08 | 1 | -1/+1 |
| | |||||
* | Remove password reset when the user can not change the password | Joas Schilling | 2015-12-07 | 1 | -2/+6 |
| | |||||
* | Don't trust update server | Lukas Reschke | 2015-11-28 | 1 | -1/+1 |
| | | | | | | In case the update server may deliver malicious content this would allow an adversary to inject arbitrary HTML into the response. So very bad stuff. While signing the response would be better and something we can also do in the future (considering the code signing work), this is already a good first start. | ||||
* | update page: fix heading whitespace and unbold less important sections | Jan-Christoph Borchardt | 2015-11-25 | 1 | -3/+3 |
| | |||||
* | Update untrustedDomain.php | Jürgen Weigert | 2015-11-12 | 1 | -1/+1 |
| | |||||
* | Merge pull request #20236 from maprambo/safari-pinned-tab-icon | Thomas Müller | 2015-11-09 | 3 | -0/+3 |
|\ | | | | | added Safari tabbed pin icon | ||||
| * | Added Safari tabbed pin icon | maprambo | 2015-11-04 | 3 | -0/+3 |
| | | | | | | | | Added the necessary code and a black and inverted version of the favicon/ touch icon in svg format | ||||
* | | Merge pull request #18039 from owncloud/favicon-up-to-ie10 | Thomas Müller | 2015-11-06 | 3 | -3/+3 |
|\ \ | | | | | | | Add favicon for IE8-10 | ||||
| * | | Add favicon for IE 8+ | Morris Jobke | 2015-11-03 | 3 | -3/+3 |
| | | | |||||
* | | | do not bold header of update screen | Jan-Christoph Borchardt | 2015-11-05 | 1 | -2/+2 |
|/ / | |||||
* / | don't validate searchbox | Hendrik Leppelsack | 2015-11-03 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #20220 from owncloud/keep-search-open | Thomas Müller | 2015-11-02 | 1 | -1/+1 |
|\ | | | | | Keep searchbox open if it is in action | ||||
| * | keep searchbox open if it is in action | Hendrik Leppelsack | 2015-11-02 | 1 | -1/+1 |
| | | |||||
* | | Close the user menu when clicking it again | Joas Schilling | 2015-11-02 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #20175 from owncloud/login-arrow | Thomas Müller | 2015-10-30 | 2 | -4/+0 |
|\ | | | | | remove unneeded icons from input fields to not distract from submit button, fix #18940 | ||||
| * | remove unneeded icons from input fields to not distract from submit button, ↵ | Jan-Christoph Borchardt | 2015-10-30 | 2 | -4/+0 |
| | | | | | | | | fix #18940 | ||||
* | | Allow separate templates for internal and external share notifications | Stephen Colebrook | 2015-10-29 | 2 | -0/+52 |
|/ | |||||
* | change wording from 'remember' to more understandable 'Stay logged in' | Jan-Christoph Borchardt | 2015-10-23 | 1 | -1/+1 |
| | |||||
* | Fix login arrow in login page | Vincent Petry | 2015-09-29 | 1 | -1/+1 |
| | |||||
* | fix login | Hendrik Leppelsack | 2015-09-25 | 1 | -1/+1 |
| | |||||
* | Merge pull request #18709 from owncloud/cleanup-login-semantics | Thomas Müller | 2015-09-21 | 1 | -2/+1 |
|\ | | | | | Pushes input inside the bottom group - login. | ||||
| * | Squashing all commits in one, remove typos. | Raghu Nayyar | 2015-09-12 | 1 | -2/+1 |
| | | |||||
* | | Merge pull request #17998 from owncloud/highres_avatar | Thomas Müller | 2015-09-16 | 1 | -2/+4 |
|\ \ | | | | | | | Highres avatar in top bar | ||||
| * | | Use srcset to select best avatar size | Roeland Jago Douma | 2015-09-14 | 1 | -2/+4 |
| | | | | | | | | | | | | * Allow the browser to select the best available avatar for the screen | ||||
* | | | use label:before instead of label | Hendrik Leppelsack | 2015-09-16 | 1 | -2/+2 |
| | | | |||||
* | | | Fixes white and black checkboxes in core, files will be next. | Raghu Nayyar | 2015-09-16 | 1 | -1/+1 |
|/ / |