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-07-08Add a clear message why you could end up thereJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-03Manual backport of "Check if debugMode is defined before using it" #21657timm2k
2020-05-27Move 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-04-30Fix public layout header title & descriptionJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-03-07Prevent self-xss via invalid mysql user name on install screenJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-17Add new recommended 18 appsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-01-16Fix max width on 2FA pagesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-01-15Add explanatory bit for recommended apps, fix #18631Jan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2020-01-11Limit 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>
2019-09-03Add more space between form and alternate loginJochen
Signed-off-by: Jochen <rothjochen@gmail.com>
2019-09-02Add more space to buttonsyJochen
Signed-off-by: Jochen <rothjochen@gmail.com>
2019-08-26Move alternative login above standard login, optimize alignmentochorocho
Signed-off-by: ochorocho <rothjochen@gmail.com>
2019-08-23Only add the app-itunes-app tag if the id is setJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-07-31Move actual password reset to vueJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-14Remove precomposed from apple-touch-icon-precomposedGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2019-05-29Vueify the login pageChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-28Merge pull request #15705 from ↵Morris Jobke
nextcloud/bugfix/15598/text-color-search-box-darktheme Change text color in search box in darktheme, ref #15598
2019-05-26Change text color in search box in darktheme, ref #15598Greta Doci
Signed-off-by: Greta Doci <gretadoci@gmail.com>
2019-05-17Allow 2FA to be setup on first loginRoeland Jago Douma
Once 2FA is enforced for a user and they have no 2FA setup yet this will now prompt them with a setup screen. Given that providers are enabled that allow setup then. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-07Create a login bundle for login page scriptsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-04-11Block install without CAN_INSTALL fileRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-03Fix markup of file names in file pickerDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-03-30Truncate filename in the middle on filepickerJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-03-22Make all filepicker strings translatableChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-03-19Merge pull request #14739 from ↵Roeland Jago Douma
nextcloud/bugfix/noid/header-link-navigation-style-is-too-catchy Style of navigation links in header is too catchy
2019-03-18Style of navigation links in header is too catchyJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-18Fix showpassword loadsRoeland Jago Douma
This is bundled by default. So trying to load it throws a warning in the logs. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-03-15Merge pull request #14643 from nextcloud/setup-page-db-selectRoeland Jago Douma
fix database select styling in setup page
2019-03-15Fix language of SQLite warning, follow-up to #14682Jan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-03-14Using SQLite should sound more scary 😈Marius Blüm
- According to our administrator manual we should mention limitation to minimal and development/testing instances Signed-off-by: Marius Blüm <marius@lineone.io>