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
2022-05-16Show user account on grant loginflow stepJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-14Add direct arg to login flowVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com> Co-Authored-by: Carl Schwan <carl@carlschwan.eu>
2022-01-19Improve installation pagesChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 22768769c3f29f9952110f86a032e4bf3a4bf460) Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-09-10Confirm mails only per POSTArthur Schiwon
- this is to avoid automatic confirmation by certain softwares that open links Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-09-10implement verification for additional mailsArthur Schiwon
- mails added by (sub)admins are automatically verified - provisioning_api controller as verification endpoint - IAccountProperty gets a locallyVerified property - IPropertyCollection gets a method to fetch an IAccountProperty by value - an remove equivalent was already present - AccountManager always initiates mail verification on update if necessary - add core success template for arbitrary title and message Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-09-03Fix position of search barCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-07-09fix filepicker bug in dark modeszaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-07-05Add a text string to l10nValdnet
2021-07-05Add a text string to l10nValdnet
2021-06-23Move header into h3Lukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-06-22Make security warning stand out moreLukas Reschke
The security warning is currently being ignored by too many users as it's part of the text and not visually distinct. Ref #26944 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-06-16Let apps toggle an unread counter on app iconsJulius Härtl
Co-authored-by: Louis Chemineau <louis@chmn.me> Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-05-18Prefer string $file over 1-element array in script()François Freitag
The string syntax is more obvious. There should be one (and preferably only one) way of doing things. Signed-off-by: François Freitag <mail@franek.fr>
2021-04-20Handle device login like an alternative loginJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-18Directly add notifications elementJoas Schilling
Since there seems to be an issue with the old way notifications is mounted, we now hardcode it. Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-10Show the full trace of an exceptionChristoph Wurst
Because often we catch the exception at some point and then the trace is misleading. What's really interesting is the trace of the *previous* exception. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-10Fix password visibility togglesRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-02Add apple-touch-icon-precomposed (fixes #14818)Christian Wenz
Signed-off-by: Christian Wenz <christian@wenz.org>
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