summaryrefslogtreecommitdiffstats
path: root/core/templates
Commit message (Collapse)AuthorAgeFilesLines
* Fix position of search barCarl Schwan2021-09-031-1/+1
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix filepicker bug in dark modeszaimen2021-07-091-4/+1
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* Directly add notifications elementJoas Schilling2021-01-181-0/+1
| | | | | | | 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>
* Show the full trace of an exceptionChristoph Wurst2020-11-101-3/+19
| | | | | | | | 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>
* Fix password visibility togglesRichard Steinmetz2020-10-101-3/+3
| | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Format code to a single space around binary operatorsChristoph Wurst2020-10-053-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add apple-touch-icon-precomposed (fixes #14818)Christian Wenz2020-10-022-0/+2
| | | | Signed-off-by: Christian Wenz <christian@wenz.org>
* Check if var debugMode existstimm2k2020-09-041-1/+1
| | | | Closes #21150 a second time. 2nd appearance of debugMode may not seen in first fix.
* Send "429 Too Many Requests" in case of brute force protectionJoas Schilling2020-08-191-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix "misplaced variables" warning of Psalm in PHPDoc statementsMorris Jobke2020-08-176-14/+14
| | | | | | Ref #21787 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix unified searchJohn Molakvoæ (skjnldsv)2020-08-031-9/+1
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Add a clear message why you could end up thereJoas Schilling2020-07-062-0/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Check if debugMode is defined before using itRoeland Jago Douma2020-07-021-1/+1
| | | | | | | 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>
* Merge pull request #19646 from ↵Joas Schilling2020-07-011-1/+1
|\ | | | | | | | | firlevapz/bugfix/19400/oauth2-login-opens-new-browser-window Change OAuth2 redirect link to relative link
| * Change OAuth2 redirect link to relative linkFabian Helm2020-02-251-1/+1
| | | | | | | | | | | | | | | | 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>
* | Merge pull request #20932 from nextcloud/Valdnet-patch-3Morris Jobke2020-05-131-1/+1
|\ \ | | | | | | l10n: Changing the word "These" to "Following"
| * | l10n: Addition of "The"Valdnet2020-05-131-1/+1
| | |
| * | l10n: Changing the word "These" to "Following"Valdnet2020-05-111-1/+1
| | |
* | | Move the password confirmation form template to postRoeland Jago Douma2020-05-111-1/+1
|/ / | | | | | | | | | | | | I know we use JS for this. But it triggers some false positives on testing. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Install page app namingRoeland Jago Douma2020-05-071-1/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Comply with php-csGary Kim2020-05-021-5/+5
| | | | | | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* | Fix public layout header title & descriptionJohn Molakvoæ (skjnldsv)2020-04-301-8/+8
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fix breadcrumb in move or copy file dialogLoïc Hermann2020-04-171-10/+13
| | | | | | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Format control structures, classes, methods and functionChristoph Wurst2020-04-1013-45/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Merge pull request #20391 from nextcloud/refactor/spaces-cleanupChristoph Wurst2020-04-096-34/+34
|\ \ | | | | | | Remove all extra whitespace PSR2 does not like
| * | Remove trailing whitespaces from commentsChristoph Wurst2020-04-091-1/+1
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | Remove trailing and in between spacesChristoph Wurst2020-04-096-33/+33
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Use php keywords in lowercaseChristoph Wurst2020-04-091-4/+4
|/ / | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Fix (array) indent style to always use one tabChristoph Wurst2020-04-094-12/+12
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Use the short array syntax, everywhereChristoph Wurst2020-03-264-6/+6
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Move install scripts to bundleJulius Härtl2020-03-111-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Prevent self-xss via invalid mysql user name on install screenJoas Schilling2020-03-061-3/+3
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add new recommended 18 appsChristoph Wurst2020-01-241-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #18873 from nextcloud/design/install-pageRoeland Jago Douma2020-01-151-0/+1
|\ | | | | Install page design fixes
| * Add explanatory bit for recommended apps, fix #18631Jan-Christoph Borchardt2020-01-141-0/+1
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Fix max width on 2FA pagesChristoph Wurst2020-01-142-2/+2
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Limit the size of the container on guest pagesJulius Härtl2020-01-101-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #17861 from ↵Roeland Jago Douma2020-01-071-1/+1
|\ | | | | | | | | nextcloud/fix-tab-navigation-of-menu-in-public-share-pages Fix tab navigation of menu in public share pages
| * Change menu toggle element from span to buttonDaniel Calviño Sánchez2019-12-301-1/+1
| | | | | | | | | | | | | | 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>
* | fix wording log in vs. loginSascha Wiswedel2020-01-064-4/+4
|/ | | | | | | "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>
* Add accessibility label to show password checkbox (#16642)John Molakvoæ2019-12-121-1/+1
|\ | | | | Add accessibility label to show password checkbox
| * Issue 15965 - Show password checkbox doesn't provide label or accessible nameBrent Nesbit2019-12-101-1/+1
| | | | | | | | Signed-off-by: Brent Nesbit <github@nesbit.me>
* | Add a dedicated page for the recommended apps installationChristoph Wurst2019-12-121-0/+28
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Add checkbox to install recommended apps during setupChristoph Wurst2019-12-041-0/+9
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* The loading animation is backDaniel Kesselberg2019-10-262-3/+3
| | | | | | | | 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>
* Move "you can close this window" to newlineDaniel Kesselberg2019-10-251-1/+2
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Add icon-confirm-white to submit buttonDaniel Kesselberg2019-10-251-2/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Deprecate TemplateManagerJulius Härtl2019-10-161-9/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Don't use an undefined index if not neededRoeland Jago Douma2019-10-031-2/+0
| | | | | | It is not set. And not used. Just some copy paste leftover. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix typo in "which"Joas Schilling2019-10-011-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>