summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Update background image to the one used on the websiteJan-Christoph Borchardt2017-08-296-4/+20028
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* [tx-robot] updated from transifexNextcloud bot2017-08-282-4/+6
|
* Merge pull request #6255 from nextcloud/email-meta-dataMorris Jobke2017-08-261-0/+3
|\ | | | | Add meta information to emails for better customisation
| * Also for reset passwordJoas Schilling2017-08-241-0/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #6177 from nextcloud/properly-add-slo-urlMorris Jobke2017-08-263-6/+6
|\ \ | | | | | | Properly allow \OCP\Authentication\IApacheBackend to specify logout URL
| * | Inject \OCP\IURLGenerator to make tests workLukas Reschke2017-08-181-1/+1
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | Properly allow \OCP\Authentication\IApacheBackend to specify logout URLLukas Reschke2017-08-183-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Any `\OCP\Authentication\IApacheBackend` previously had to implement `getLogoutAttribute` which returns a string. This string is directly injected into the logout `<a>` tag, so returning something like `href="foo"` would result in `<a href="foo">`. This is rather error prone and also in Nextcloud 12 broken as the logout entry has been moved with 054e161eb5f4a5c5c13ee322ae8e93ce66f01b13 inside the navigation manager where one cannot simply inject attributes. Thus this feature is broken in Nextcloud 12 which effectively leads to the bug described at nextcloud/user_saml#112, people cannot logout anymore when using SAML using SLO. Basically in case of SAML you have a SLO url which redirects you to the IdP and properly logs you out there as well. Instead of monkey patching the Navigation manager I decided to instead change `\OCP\Authentication\IApacheBackend` to use `\OCP\Authentication\IApacheBackend::getLogoutUrl` instead where it can return a string with the appropriate logout URL. Since this functionality is only prominently used in the SAML plugin. Any custom app would need a small change but I'm not aware of any and there's simply no way to fix this properly otherwise. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Allow 2FA providers to specify their custom CSPChristoph Wurst2017-08-261-1/+7
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Add standard border-radius to datepickerJan-Christoph Borchardt2017-08-251-0/+2
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | [tx-robot] updated from transifexNextcloud bot2017-08-254-0/+34
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2017-08-244-32/+40
| |
* | Merge pull request #6165 from nextcloud/bump-dompurifyMorris Jobke2017-08-233-10/+12
|\ \ | | | | | | Bump DOMPurify
| * | Bump merged JSLukas Reschke2017-08-171-2/+3
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | Bump DOMPurify to 1.0.0Lukas Reschke2017-08-172-8/+9
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | [tx-robot] updated from transifexNextcloud bot2017-08-232-0/+4
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-08-226-10/+22
| | |
* | | Merge pull request #6179 from nextcloud/no-password-reset-for-disabled-usersMorris Jobke2017-08-211-3/+12
|\ \ \ | | | | | | | | No password reset for disabled users
| * | | No password reset for disabled usersJoas Schilling2017-08-181-3/+12
| | |/ | |/| | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Increase contrast of dropdown menu text, fix accessibility & visibility issuesJan-Christoph Borchardt2017-08-212-10/+9
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | [tx-robot] updated from transifexNextcloud bot2017-08-214-0/+562
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-08-204-0/+8
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-08-192-0/+6
|/ /
* / [tx-robot] updated from transifexNextcloud bot2017-08-1810-2/+22
|/
* Merge pull request #6126 from nextcloud/trigger-searchRoeland Jago Douma2017-08-171-1/+8
|\ | | | | Trigger search after re-focus
| * Trigger search after re-focusMorris Jobke2017-08-151-1/+8
| | | | | | | | | | | | | | | | If the share input field is unfocused, the autocomplete list is closed. Once the field was focused again it was not properly opened again. This adds a trigger to redo the search and show the results again. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-08-176-4/+12
| |
* | [tx-robot] updated from transifexNextcloud bot2017-08-1616-20/+52
|/
* [tx-robot] updated from transifexNextcloud bot2017-08-1554-114/+114
|
* Merge pull request #6080 from nextcloud/header-bottom-borderMorris Jobke2017-08-141-0/+5
|\ | | | | Add buttom border for header
| * Add buttom border for headerMorris Jobke2017-08-141-0/+5
| | | | | | | | | | | | | | * allows to distinct the header from the rest of the UI for bright colors * ref #5654 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #6091 from nextcloud/authpage-designMorris Jobke2017-08-141-1/+5
|\ \ | | | | | | Add heading to account access page
| * | Remove quotes around device nameMorris Jobke2017-08-141-1/+1
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Highlight client identifier in auth grant pageMorris Jobke2017-08-141-1/+4
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Add heading to account access pageJan-Christoph Borchardt2017-08-121-0/+1
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | Merge pull request #6097 from nextcloud/issue-6078-accounts-table-missingMorris Jobke2017-08-142-3/+100
|\ \ \ | |_|/ |/| | Make sure the accounts table exists
| * | Fix headersJoas Schilling2017-08-142-6/+44
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Make sure the accounts table existsJoas Schilling2017-08-141-0/+59
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2017-08-142-0/+40
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-08-134-4/+8
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2017-08-126-6/+52
| |
* | [tx-robot] updated from transifexNextcloud bot2017-08-112-0/+542
|/
* [tx-robot] updated from transifexNextcloud bot2017-08-102-0/+14
|
* Merge pull request #6048 from nextcloud/fix-migration-generationMorris Jobke2017-08-091-1/+1
|\ | | | | Fix typo in template for migration generation
| * Fix typo in template for migration generationJoas Schilling2017-08-091-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2017-08-092-0/+2
| |
* | Merge pull request #5972 from ↵Morris Jobke2017-08-084-3/+52
|\ \ | | | | | | | | | | | | nextcloud/replace-loading-icon-gif-with-pure-css-in-login-button Replace loading icon GIF with pure CSS in login button
| * | Ignore clicks on login button icon so they are received by the buttonDaniel Calviño Sánchez2017-08-072-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Visually, the icon positioned on the login button is part of the login button, so clicking on the icon should be the same as clicking on the button. As the icon is a different element this commit sets the icon to ignore mouse events so they are received and handled by the login button instead. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Replace loading icon GIF with pure CSS loading iconDaniel Calviño Sánchez2017-08-034-3/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The pure CSS loading icon uses an ::after pseudo-element, and thus it can only be used on container elements; the input element is not a container element, so when the class "icon-loading-small" is set on an input element it falls back to a loading icon GIF. This commit modifies the markup of the login button to add a div element that holds the confirm icon and the loading icon (depending on the case). In order to position the icon in the same place as before the input and the icon are both wrapped by another div making possible to set the absolute position of the icon relative to the input. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2017-08-084-38/+714
| |/ |/|
* | Revert "Proof of concept #5593 - inline SVG icon for icon-contacts"Joas Schilling2017-08-034-18/+11
|/