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
2018-07-24Merge pull request #10322 from ↵Roeland Jago Douma
weeman1337/feature-9978-improve-disabled-user-login-message Login: Implements the "user disabled" message like the "wrong password" message
2018-07-24Add event to load additional scripts in the auth page for public sharesDaniel Calviño Sánchez
Before the public share authentication page is rendered now an event to load additional scripts is dispatched. Thanks to this any app can load its own scripts that, when run on the browser, adjust as needed the page generated by the server. Note, however, that during the handling of the event apps are only able to add scripts or styles to be loaded; they can not render arbitrary content on the page, or change how the content is rendered by the original template; all those changes have to be done by the scripts at run-time. This implies that the scripts of the apps can use only those parameters, like the token of the share, added to the page when it is generated by the "publicshareauth" template. Due to this, and given that the event is being introduced to be used by Talk to inject the UI needed to request the password for a share, the token of the share is now provided in the generated page, just like done in the public share page. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-07-24Acceptance and mobile navigation fixesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-07-21Implements handling for deactivated usersMichael Weimann
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-07-21Cleanup structureJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-07-19Svg icon api sass function and upgrade of all stylesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-07-06Add locale to templatesRoeland Jago Douma
It was already added to the user template but we should add it to all templates. Else apps that want the locale but use special templating (hi richdocuments!) will fail. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-06-27OC.getLocale() now returns Locale and no longer LanguageThomas Citharel
Added OC.getLanguage() to get Language <html lang=''> still gets language, though according to IETF BCP47 locale should be good. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2018-06-27Make skip navigation links translatableJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-06-26Add skip navigation / skip to content linksJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-06-25Merge pull request #9632 from nextcloud/enhancement/stateful-2fa-providersMorris Jobke
Stateful 2fa providers
2018-06-20Move public auth page overRoeland Jago Douma
Now this is in core so the basics (that 99% of the app will want to use) looks always the same. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-06-20Make 2FA providers statefulChristoph Wurst
This adds persistence to the Nextcloud server 2FA logic so that the server knows which 2FA providers are enabled for a specific user at any time, even when the provider is not available. The `IStatefulProvider` interface was added as tagging interface for providers that are compatible with this new API. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-06-20Added new search standardJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-05-08Add data-id to settings navigationJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-04-18Fix form labels and main landmark on log in pageJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-04-18Do not restrict zooming inJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-04-18Add aria-label to more-apps menu as wellJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-04-18Add proper ARIA attributes and structure to header for accessibility, thanks ↵Jan-Christoph Borchardt
to @MarcoZehe Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-04-17Show a link to the docs instead of a button on the untrusted domain pageMorris Jobke
Before there was a button to "quickly" add the untrusted domain to the config. This button often didn't worked, because the generated URL was often untrusted as well. Thus removing it and providing proper docs seems to be the better approach to handle this rare case. Also the log should not be spammed by messages for the untrusted domain accesses, because they are user related and not necessarily an administrative issue. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-04-09Merge pull request #9115 from nextcloud/feature/noid/login_flow_wordingRoeland Jago Douma
Improve login flow
2018-04-08Improve login flowRoeland Jago Douma
* Add page explaining you are about to grant access * Show grant access page after login Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-04-06Always remember meRoeland Jago Douma
Fixes #8004 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-04-05Add footer to public page templateJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-04-05Move styling and menu handling to publicpage.jsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-03-14Remove "Alternative logins" title on login pageMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-03-14Remove deprecated URL functions for OCP\UtilRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-03-08Update login.phprakekniven
Fixed grammar issue. Reported at Transifex. See https://www.transifex.com/nextcloud/nextcloud/translate/#af/$/124614533?issue=yes
2018-03-07Fixed public templateJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-03-04Create special option to toggle header menu containerJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-02-27Fix acceptance test for new menu structureJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-02-27Fix popovermenuJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-02-27Add public templateJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-02-23Use array in t() calls in exception templateJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-02-21Fix more templatesRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-02-07Referrer fix (no-referrer)Ralph Slooten
Blocking referrer information should be done with "no-referrer" and not "never". See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy Signed-off-by: Ralph Slooten <axllent@gmail.com>
2018-01-27Remove unneeded semicolon and parenthesesMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-01-15Fix wordingRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-01-15Display message when connection is throttled on logi pageRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-01-11made small changes to login screenRobert Pirritano
added height back 70px back to footer and removed .htaccess file Signed-off-by: Robert R Pirritano <rpirritano@gmail.com>
2018-01-10Fix appmenu svg double invertJulius Härtl
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>
2018-01-03Remove css invert since we are using svg filters for nowJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-01-03Invert app icons on IE11 as wellJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-12-28Hide stay logged in checkbox when flow authentication is usedJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-12-12Removed unwanted and unused spacerJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-11-16Adjust style of new password form to defaultMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-11-14Merge pull request #7013 from nextcloud/forgot-passwordJan-Christoph Borchardt
Directly show "Forgot password?" link, fix #6808
2017-11-08Merge pull request #6788 from staabm/masterLukas Reschke
Prevent XSS in links which open a new browser window
2017-11-08Theming: theme flow redirection pageJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-11-05Fix template order and animationJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>