summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #29869 from nextcloud/fix/28139/hide-status-from-publicVincent Petry2021-11-241-7/+9
|\ \ | | | | | | Hide user status on profile from public
| * | Hide user status from publicChristopher Ng2021-11-231-7/+9
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-11-2418-2/+52
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #29432 from nextcloud/fix/support-php-8.1Vincent Petry2021-11-232-3/+4
|\ \ | | | | | | Support PHP 8.1 - First batch
| * | Fix errors in AvatarController when data() returns nullCôme Chilliet2021-11-231-2/+3
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Fix ArrayAccess and JsonSerializable return typesCôme Chilliet2021-11-231-1/+1
| | | | | | | | | | | | | | | | | | First round of modifications for PHP 8.1 Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | make profile page usable on mobileszaimen2021-11-233-3/+49
|/ / | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2021-11-2340-70/+42
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix wording on profile pageChristopher Ng2021-11-233-5/+11
| | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2021-11-2256-168/+168
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #29708 from nextcloud/fix/no-app-update-no-verboseMichaIng2021-11-222-12/+0
|\ \ | | | | | | Do not print verbose info about app updates if there are none
| * | Do not print verbose info about app updates if there are noneChristoph Wurst2021-11-182-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is cosmetical but if you have a large number of apps installed then you'll see a wall of text during the server and app upgrade when it tries to update each app via the app store. In may cases nothing will be updated. For those boring cases we can hide the verbose info, but show when occ is run with -v. Any actual update will still print a few lines. Those are the important ones for the admin. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2021-11-204-6/+8
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #27266 from nextcloud/dependabot/npm_and_yarn/jquery-3.6.0dependabot[bot]2021-11-198-37/+37
|\ \ \
| * | | Fix mainfileinfodetailsview appendingVincent Petry2021-11-198-37/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the jquery update to 3.5.0, it seems Handlebars doesn't correctly render self-closed elements. This fixes mainfileinfodetailsview template to not use self-closed elements and fixes the JS unit tests. Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-11-194-6/+14
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #29752 from nextcloud/fix/allow-some-pages-without-two-factorJoas Schilling2021-11-182-0/+7
|\ \ \ | |/ / |/| | Explicitly allow access on some (public) routes also without 2FA
| * | Explicitly allow some routes without 2FAChristoph Wurst2021-11-172-0/+7
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2021-11-182-4/+4
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-11-172-4/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-11-152-8/+8
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-11-144-6/+20
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-11-134-6/+16
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-11-1214-2/+188
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-11-112-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #29559 from ↵Joas Schilling2021-11-091-18/+40
|\ \ | | | | | | | | | | | | nextcloud/feat/28139/profile-respect-user-enumeration Respect user enumeration settings on profile
| * | Move common logic to share managerJoas Schilling2021-11-091-29/+6
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Respect user enumeration settings on profileChristopher Ng2021-11-051-13/+58
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #29572 from ↵John Molakvoæ2021-11-0822-79/+79
| | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/event-bus-2.1.1 Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-11-082-0/+4
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Bump @nextcloud/initial-state from 1.2.0 to 1.2.1dependabot[bot]2021-11-0610-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/initial-state](https://github.com/nextcloud/nextcloud-initial-state) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/nextcloud/nextcloud-initial-state/releases) - [Changelog](https://github.com/nextcloud/nextcloud-initial-state/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-initial-state/compare/v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: "@nextcloud/initial-state" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-11-062-0/+14
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-11-034-4/+16
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-11-012-0/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Bump core-js from 3.18.3 to 3.19.0dependabot[bot]2021-10-3022-108/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.18.3 to 3.19.0. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.18.3...v3.19.0) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2021-10-292-0/+118
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #29327 from ↵John Molakvoæ2021-10-271-1/+1
|\ \ | | | | | | | | | nextcloud/bugfix/noid/do-not-make-actionbuttons-spans-too-transparent
| * | Do notr make action icons too transparentmarco2021-10-191-1/+1
| | | | | | | | | | | | Signed-off-by: marco <marcoambrosini@pm.me>
* | | [tx-robot] updated from transifexNextcloud bot2021-10-274-2/+10
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-10-2612-0/+44
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #27949 from CarlSchwan/work/carl/password-reset-autocompleteLouis2021-10-254-4/+10
|\ \ \ | | | | | | | | Add autocompletion for password reset
| * | | Add autocompletion for password resetCarl Schwan2021-10-224-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using autocomplete="current-password" and autocomplete="new-password" will help browser with integrated password managers to generate safe password for the users. See https://developer.apple.com/documentation/security/password_autofill/enabling_password_autofill_on_an_html_input_element and https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input/password#allowing_autocomplete. Also unify autocapitalize="none" autocorrect="off" behavior in a few other places for password input fields. Close #27885 Signed-off-by: Carl Schwan <carl@carlschwan.eu> Co-Authored-By: Julien Veyssier <eneiluj@posteo.net> Co-Authored-By: Pytal <24800714+Pytal@users.noreply.github.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-10-2510-0/+22
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-10-242-432/+0
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #29363 from nextcloud/fair-use-pushJohn Molakvoæ2021-10-233-1/+42
|\ \ \ \
| * | | | Show warning on admin settings pageVitor Mattos2021-10-232-0/+25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
| * | | | add check isFairUseOfFreePushService on loginVitor Mattos2021-10-231-1/+17
| |/ / / | | | | | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
* / / / [tx-robot] updated from transifexNextcloud bot2021-10-236-10/+18
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-10-224-0/+24
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix login button alignmentCarl Schwan2021-10-211-1/+0
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>