summaryrefslogtreecommitdiffstats
path: root/core/templates
Commit message (Expand)AuthorAgeFilesLines
* Show the full trace of an exceptionChristoph Wurst2020-11-101-3/+19
* Fix password visibility togglesRichard Steinmetz2020-10-101-3/+3
* Format code to a single space around binary operatorsChristoph Wurst2020-10-053-3/+3
* Add apple-touch-icon-precomposed (fixes #14818)Christian Wenz2020-10-022-0/+2
* Check if var debugMode existstimm2k2020-09-041-1/+1
* Send "429 Too Many Requests" in case of brute force protectionJoas Schilling2020-08-191-0/+4
* Fix "misplaced variables" warning of Psalm in PHPDoc statementsMorris Jobke2020-08-176-14/+14
* Fix unified searchJohn Molakvoæ (skjnldsv)2020-08-031-9/+1
* Add a clear message why you could end up thereJoas Schilling2020-07-062-0/+8
* Check if debugMode is defined before using itRoeland Jago Douma2020-07-021-1/+1
* Merge pull request #19646 from firlevapz/bugfix/19400/oauth2-login-opens-new-...Joas Schilling2020-07-011-1/+1
|\
| * Change OAuth2 redirect link to relative linkFabian Helm2020-02-251-1/+1
* | Merge pull request #20932 from nextcloud/Valdnet-patch-3Morris Jobke2020-05-131-1/+1
|\ \
| * | 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
|/ /
* | Install page app namingRoeland Jago Douma2020-05-071-1/+1
* | Comply with php-csGary Kim2020-05-021-5/+5
* | Fix public layout header title & descriptionJohn Molakvoæ (skjnldsv)2020-04-301-8/+8
* | Fix breadcrumb in move or copy file dialogLoïc Hermann2020-04-171-10/+13
* | Format control structures, classes, methods and functionChristoph Wurst2020-04-1013-45/+62
* | Merge pull request #20391 from nextcloud/refactor/spaces-cleanupChristoph Wurst2020-04-096-34/+34
|\ \
| * | Remove trailing whitespaces from commentsChristoph Wurst2020-04-091-1/+1
| * | Remove trailing and in between spacesChristoph Wurst2020-04-096-33/+33
* | | Use php keywords in lowercaseChristoph Wurst2020-04-091-4/+4
|/ /
* | Fix (array) indent style to always use one tabChristoph Wurst2020-04-094-12/+12
* | Use the short array syntax, everywhereChristoph Wurst2020-03-264-6/+6
* | Move install scripts to bundleJulius Härtl2020-03-111-1/+1
* | Prevent self-xss via invalid mysql user name on install screenJoas Schilling2020-03-061-3/+3
|/
* Add new recommended 18 appsChristoph Wurst2020-01-241-1/+1
* Merge pull request #18873 from nextcloud/design/install-pageRoeland Jago Douma2020-01-151-0/+1
|\
| * Add explanatory bit for recommended apps, fix #18631Jan-Christoph Borchardt2020-01-141-0/+1
* | Fix max width on 2FA pagesChristoph Wurst2020-01-142-2/+2
|/
* Limit the size of the container on guest pagesJulius Härtl2020-01-101-1/+1
* Merge pull request #17861 from nextcloud/fix-tab-navigation-of-menu-in-public...Roeland Jago Douma2020-01-071-1/+1
|\
| * Change menu toggle element from span to buttonDaniel Calviño Sánchez2019-12-301-1/+1
* | fix wording log in vs. loginSascha Wiswedel2020-01-064-4/+4
|/
* Add accessibility label to show password checkbox (#16642)John Molakvoæ2019-12-121-1/+1
|\
| * Issue 15965 - Show password checkbox doesn't provide label or accessible nameBrent Nesbit2019-12-101-1/+1
* | Add a dedicated page for the recommended apps installationChristoph Wurst2019-12-121-0/+28
|/
* Add checkbox to install recommended apps during setupChristoph Wurst2019-12-041-0/+9
* The loading animation is backDaniel Kesselberg2019-10-262-3/+3
* Move "you can close this window" to newlineDaniel Kesselberg2019-10-251-1/+2
* Add icon-confirm-white to submit buttonDaniel Kesselberg2019-10-251-2/+1
* Deprecate TemplateManagerJulius Härtl2019-10-161-9/+0
* Don't use an undefined index if not neededRoeland Jago Douma2019-10-031-2/+0
* Fix typo in "which"Joas Schilling2019-10-011-1/+1
* Remove aria labelJochen2019-09-101-1/+1
* Added name as fallback, in case label is not setJochen2019-09-091-1/+1
* Add null coalesce for label and style attributeJochen2019-09-091-1/+1