summaryrefslogtreecommitdiffstats
path: root/core/templates
Commit message (Collapse)AuthorAgeFilesLines
* allow changing the top-left logo link target in system configJulien Veyssier2022-01-201-1/+1
| | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* Improve installation pagesChristopher Ng2022-01-141-11/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Move bundles to /distJohn Molakvoæ (skjnldsv)2022-01-083-3/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #29531 from nextcloud/bugfix/noid/flow-auth-v2-apptokenJohn Molakvoæ2021-12-302-4/+22
|\
| * Adjust auth token link designJulius Härtl2021-12-032-7/+7
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Allow using an app token to login with v2 flow authJulius Härtl2021-12-031-0/+18
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Pass username prefill through unauthenticated request redirectsJulius Härtl2021-12-292-2/+2
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add profile templatesChristopher Ng2021-10-182-0/+32
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add current status in navbarCarl Schwan2021-10-151-8/+33
| | | | | | | | | | This ports the code to vue and if the user_status app is disabled this goes back to the previous behavior. The Avatar vue components detects changes of the status automatically. Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Joas Schilling <coding@schilljs.com>
* Confirm mails only per POSTArthur Schiwon2021-09-091-0/+20
| | | | | | | - this is to avoid automatic confirmation by certain softwares that open links Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* implement verification for additional mailsArthur Schiwon2021-09-091-0/+13
| | | | | | | | | | | | - 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>
* Fix position of search barCarl Schwan2021-08-311-1/+1
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Always add header-right containerJulius Härtl2021-08-161-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* fix filepicker bug in dark modeszaimen2021-07-091-4/+1
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* Add a text string to l10nValdnet2021-07-051-1/+1
|
* Add a text string to l10nValdnet2021-07-051-1/+1
|
* Move header into h3Lukas Reschke2021-06-232-6/+12
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Make security warning stand out moreLukas Reschke2021-06-222-4/+4
| | | | | | | | 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>
* Let apps toggle an unread counter on app iconsJulius Härtl2021-06-161-9/+23
| | | | | Co-authored-by: Louis Chemineau <louis@chmn.me> Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Prefer string $file over 1-element array in script()François Freitag2021-05-181-3/+1
| | | | | | | 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>
* Handle device login like an alternative loginJoas Schilling2021-04-201-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* 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>