summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-01-1814-0/+16
|
* Merge pull request #7909 from nextcloud/fix-migration-type-hintsMorris Jobke2018-01-177-29/+26
|\ | | | | Fix the type hints of migrations and correctly inject the wrapped sch…
| * Fix the type hints of migrations and correctly inject the wrapped schema ↵Joas Schilling2018-01-177-29/+26
| | | | | | | | | | | | into migrations Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Request->getHeader() should always return a stringMorris Jobke2018-01-173-3/+3
|/ | | | | | | | PHPDoc (of the public API) says that this method returns string but it also returns null, which is not allowed in some method calls. This fixes that behaviour and returns an empty string and fixes all code paths that explicitly checked for null to be still compliant. Found while enabling the strict_typing for lib/private for the PHP7+ migration. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2018-01-1718-0/+18
|
* Merge pull request #7848 from nextcloud/fix_7701Morris Jobke2018-01-162-4/+18
|\ | | | | Show message when connection is throttled
| * Fix wordingRoeland Jago Douma2018-01-151-1/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Display message when connection is throttled on logi pageRoeland Jago Douma2018-01-152-4/+18
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-01-1664-126/+132
|/
* Merge pull request #7835 from nextcloud/fix-empty-overwrite-url-in-setupMorris Jobke2018-01-151-1/+1
|\ | | | | Fix case when overwrite URL is empty during setup
| * Fix case when overwrite URL is empty during setupMorris Jobke2018-01-151-1/+1
| | | | | | | | | | | | Found while testing strict typing for PHP 7+. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #7854 from nextcloud/comradekingu-patch-1Morris Jobke2018-01-152-3/+3
|\ \ | | | | | | Spelling: FreeType
| * | Spelling: FreeTypeAllan Nordhøy2018-01-141-2/+2
| | |
| * | Spelling: FreeTypeAllan Nordhøy2018-01-141-1/+1
| |/
* | Merge pull request #7859 from nextcloud/master-7806Joas Schilling2018-01-151-1/+12
|\ \ | | | | | | Fix bug with proxies
| * | Fix bug with proxiesMario Danic2018-01-151-1/+12
| |/ | | | | | | Signed-off-by: Mario Danic <mario@lovelyhq.com>
* / [tx-robot] updated from transifexNextcloud bot2018-01-154-0/+6
|/
* [tx-robot] updated from transifexNextcloud bot2018-01-12114-114/+114
|
* Merge pull request #7709 from ↵Morris Jobke2018-01-113-8/+14
|\ | | | | | | | | nextcloud/fix-password-displayed-as-username-in-password-manager Fix password displayed as username in Firefox password manager dialog
| * Bump strengthify to 0.5.3Roeland Jago Douma2018-01-102-7/+13
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Fix password displayed as username in Firefox password manager dialogDaniel Calviño Sánchez2018-01-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When finishing the setup of Nextcloud through the WebUI (setting admin user and database) Firefox offers to save the username and password. However, the password was shown in both the username and password fields of the Firefox password manager dialog. The problem was that the password input element (in the HTML form) is cloned in a text input element, which is used to show the password in plain text when clicking on the "Show password" button. As it was a text input immediately followed by a password input Firefox seemed to assume that it had to be the username and ignored the real username field, no matter the value set for the "autocomplete" attribute. Now the cloned text input is added after the password input, so Firefox no longer thinks that the cloned text input is the username field and the password manager dialog shows the proper username instead. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Merge pull request #7650 from rpirritano/masterMorris Jobke2018-01-113-10/+9
|\ \ | | | | | | made small changes to login screen
| * | made small changes to login screenRobert Pirritano2018-01-113-10/+9
| | | | | | | | | | | | | | | | | | added height back 70px back to footer and removed .htaccess file Signed-off-by: Robert R Pirritano <rpirritano@gmail.com>
* | | Adds rel="noopener noreferrer" to _blank links inside commentsThomas Citharel2018-01-111-1/+1
|/ / | | | | | | | | | | For more details, check out https://mathiasbynens.github.io/rel-noopener/ for instance Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Merge pull request #7635 from Abijeet/bug-7106Roeland Jago Douma2018-01-102-2/+66
|\ \ | | | | | | Fixes password input being prompted every time.
| * | Add extra test cases for password confirmationDaniel Calviño Sánchez2018-01-101-2/+26
| | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Added test cases for the fix for the password confirmation box appearing ↵Abijeet2018-01-101-0/+37
| | | | | | | | | | | | | | | | | | repeatedly. Signed-off-by: Abijeet <abijeetpatro@gmail.com>
| * | Fixes password input being prompted every time.Abijeet2018-01-081-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #7106 - Echoing the current server time via a JS variable and storing the current time on page load in JS. - Calculating the diff and taking it into account when deciding whether to show the password confirmation. Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* | | Merge pull request #7767 from nextcloud/fix-theming-regressionRoeland Jago Douma2018-01-101-8/+6
|\ \ \ | | | | | | | | Fix appmenu svg double invert
| * | | Fix appmenu svg double invertJulius Härtl2018-01-101-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a regression caused by 9b668d0, where the css filters to preview color inversion of the app menu was applied by default. This commit makes the css filters sensitive on what the current state of the app menu is. Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Set height for sidebar iconsJulius Härtl2018-01-101-0/+1
|/ / / | | | | | | | | | | | | | | | This makes sure they are properly scaled in IE11 Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #7729 from nextcloud/fix-tooltip-shadowJan-Christoph Borchardt2018-01-092-2/+3
|\ \ \ | | | | | | | | Improve shadow of tooltips
| * | | Improve shadow of tooltipsJulius Härtl2018-01-082-2/+3
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | opens comments links in _blank 🙊Arthur Schiwon2018-01-081-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Fix testsJulius Härtl2018-01-081-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The avatar plugin should not change the display element, since the avatar is always shown by default and the display value is up to the developers Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Remove show() function since we always show the avatar containerJulius Härtl2018-01-082-4/+2
|/ / / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* / / Fix "New" menu shown behind the multiselect header in the file listDaniel Calviño Sánchez2018-01-081-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | | | | | The "New" menu is a descendant of the controls bar, and the controls bar and the multiselect header belong to the same stacking context. As they had the same z-index but the multiselect header appears after the controls bar in the DOM the controls bar and its descendants, including the "New" menu, were rendered behind the multiselect header. Now the controls bar has a z-index value higher than the one used for the multiselect header to ensure that the "New" menu is rendered in front of the multiselect header. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Merge pull request #7712 from nextcloud/jsconfig_l10nMorris Jobke2018-01-051-4/+4
|\ \ | | | | | | Use correct L10N files for jsconfig
| * | Use correct L10N files for jsconfigRoeland Jago Douma2018-01-051-4/+4
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #7477 from nextcloud/date-time-picker-position-fixMorris Jobke2018-01-053-34/+55
|\ \ \ | |_|/ |/| | Date time picker position fix & design fixes
| * | Fixed default expire date and placeholderJohn Molakvoæ (skjnldsv)2018-01-051-1/+3
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Fix am-pmJohn Molakvoæ (skjnldsv)2018-01-031-9/+7
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Share datepicker fixJohn Molakvoæ (skjnldsv)2018-01-031-10/+5
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Datepicker design fixJohn Molakvoæ (skjnldsv)2018-01-032-23/+49
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #7696 from nextcloud/fix-appmenu-heightMorris Jobke2018-01-041-4/+10
|\ \ \ | | | | | | | | Fix small issues with the app menu
| * | | Fix popover shadow in app menuJulius Härtl2018-01-041-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | Make sure the app menu popover shadow does overlay the active indicator Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Fix app menu popover alignmentJulius Härtl2018-01-041-3/+2
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Clear login token once apppassword is generatedRoeland Jago Douma2018-01-041-0/+3
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #7697 When using the new login flow a token will be generated since we login. However after that we generate yet another token to return (as we should). However we should kill the current session token as we are done with it. And will never use it again. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #7693 from splitt3r/fix-js-type-hintMorris Jobke2018-01-041-1/+1
|\ \ \ | | | | | | | | Fixed js typehint for showHtml method
| * | | Fixed js typehint for showHtml methodsplitt3r2018-01-041-1/+1
| | | |