Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-04Check if var debugMode existstimm2k
Closes #21150 a second time. 2nd appearance of debugMode may not seen in first fix.
2020-08-19Send "429 Too Many Requests" in case of brute force protectionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-17Fix "misplaced variables" warning of Psalm in PHPDoc statementsMorris Jobke
Ref #21787 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-03Fix unified searchJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-07-06Add a clear message why you could end up thereJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-02Check if debugMode is defined before using itRoeland Jago Douma
Else the sabre error page (where the var is not defined) will throw warnings all the time. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-07-01Merge pull request #19646 from ↵Joas Schilling
firlevapz/bugfix/19400/oauth2-login-opens-new-browser-window Change OAuth2 redirect link to relative link
2020-05-13Merge pull request #20932 from nextcloud/Valdnet-patch-3Morris Jobke
l10n: Changing the word "These" to "Following"
2020-05-13l10n: Addition of "The"Valdnet
2020-05-11l10n: Changing the word "These" to "Following"Valdnet
2020-05-11Move the password confirmation form template to postRoeland Jago Douma
I know we use JS for this. But it triggers some false positives on testing. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-05-07Install page app namingRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-05-02Comply with php-csGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2020-04-30Fix public layout header title & descriptionJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-04-17Fix breadcrumb in move or copy file dialogLoïc Hermann
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Merge pull request #20391 from nextcloud/refactor/spaces-cleanupChristoph Wurst
Remove all extra whitespace PSR2 does not like
2020-04-09Remove trailing whitespaces from commentsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Remove trailing and in between spacesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Use php keywords in lowercaseChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-26Use the short array syntax, everywhereChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-11Move install scripts to bundleJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-03-06Prevent self-xss via invalid mysql user name on install screenJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-25Change OAuth2 redirect link to relative linkFabian Helm
fix issue with third-party apps like rocket.chat where browser in external window is opened and thus oauth2 login does not work Signed-off-by: Fabian Helm <firlevapz@gmail.com>
2020-01-24Add new recommended 18 appsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-01-15Merge pull request #18873 from nextcloud/design/install-pageRoeland Jago Douma
Install page design fixes
2020-01-14Fix max width on 2FA pagesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-01-14Add explanatory bit for recommended apps, fix #18631Jan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2020-01-10Limit the size of the container on guest pagesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-07Merge pull request #17861 from ↵Roeland Jago Douma
nextcloud/fix-tab-navigation-of-menu-in-public-share-pages Fix tab navigation of menu in public share pages
2020-01-06fix wording log in vs. loginSascha Wiswedel
"log in" is used as verb, while "login" is a noun. In this case, what's supposed to be cancelled is the login process - therefore the noun must be used. Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-12-30Change menu toggle element from span to buttonDaniel Calviño Sánchez
This makes possible to navigate to the menu toggle using the keyboard, as well as being semantically more correct. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-12-12Add accessibility label to show password checkbox (#16642)John Molakvoæ
Add accessibility label to show password checkbox
2019-12-12Add a dedicated page for the recommended apps installationChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-12-10Issue 15965 - Show password checkbox doesn't provide label or accessible nameBrent Nesbit
Signed-off-by: Brent Nesbit <github@nesbit.me>
2019-12-04Add checkbox to install recommended apps during setupChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-10-27The loading animation is backDaniel Kesselberg
Refactor grant.js to Vanilla JS Remove id="submit" because of side effects: https://stackoverflow.com/questions/22982741/form-submit-jquery-does-not-work Fix arrow for login flow v1 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-10-25Move "you can close this window" to newlineDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-10-25Add icon-confirm-white to submit buttonDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-10-16Deprecate TemplateManagerJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-10-03Don't use an undefined index if not neededRoeland Jago Douma
It is not set. And not used. Just some copy paste leftover. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-01Fix typo in "which"Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-09-10Remove aria labelJochen
https://github.com/nextcloud/server/pull/16832#discussion_r322078592 Signed-off-by: Jochen <rothjochen@gmail.com>
2019-09-09Added name as fallback, in case label is not setJochen
https://github.com/nextcloud/server/pull/16832#discussion_r322380822 Signed-off-by: Jochen <rothjochen@gmail.com>
2019-09-09Add null coalesce for label and style attributeJochen
https://github.com/nextcloud/server/pull/16832#discussion_r322380822 Signed-off-by: Jochen <rothjochen@gmail.com>
2019-09-09Add aria labelJochen
Signed-off-by: Jochen <rothjochen@gmail.com>
2019-09-06Optimize responsiveness, remove primary classJochen
Signed-off-by: Jochen <rothjochen@gmail.com>
2019-09-05Prevent undefined for $login['style']Jochen
https://github.com/nextcloud/server/pull/16832#discussion_r321075261 Signed-off-by: Jochen <rothjochen@gmail.com>
2019-09-05Move "Log in with" label to "sociallogin" appJochen
https://github.com/nextcloud/server/pull/16832#issuecomment-528197965 Signed-off-by: Jochen <rothjochen@gmail.com>