summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #29202 from nextcloud/release/23.0.0beta1v23.0.0beta1John Molakvoæ2021-10-191-2/+2
|\
| * Merge branch 'master' into release/23.0.0beta1John Molakvoæ2021-10-19892-2447/+14437
| |\ | |/ |/|
* | Merge pull request #29295 from nextcloud/fix/button-clipJulius Härtl2021-10-191-1/+2
|\ \
| * | Fix cliping issues in alternative logging buttonsCarl Schwan2021-10-181-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | The issues was caused because the button with its margins was bigger than the parent. Instead of setting the margin of the button, add padding to the parent. This is more reliable. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #29310 from ↵Christoph Wurst2021-10-192-3/+3
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/dav-availability-settings-trailing-commas Add missing trailing commas in DAV availability settings
| * | | Add missing trailing commas in DAV availability settingsChristoph Wurst2021-10-192-3/+3
|/ / / | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #29308 from ↵Christoph Wurst2021-10-191-1/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/fix-missing-app-version-increment Fix missing app version increment to trigger migrations
| * | | Fix missing app version increment to trigger migrationsJoas Schilling2021-10-191-1/+1
|/ / / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #28751 from nextcloud/feat/28139/profile-pagePytal2021-10-18141-806/+6782
|\ \ \
| * | | Profile frontendChristopher Ng2021-10-1993-627/+4323
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | Profile backendChristopher Ng2021-10-1938-81/+1921
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | Add new account propertiesChristopher Ng2021-10-199-107/+515
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - New properties - Organisation - Role - Headline - Biography - Profile Enabled property - Fix errors with building default account properties - Fix L10N factory method `getLanguage` not public error - Update tests Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | Add profile templatesChristopher Ng2021-10-182-0/+32
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-10-19170-152/+216
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #27466 from ↵Christoph Wurst2021-10-1821-3/+2714
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/feature/dav-scheduling-availability-settings Add scheduling availability settings
| * | | | Add scheduling availability settingsChristoph Wurst2021-10-1821-3/+2714
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #28403 from nextcloud/work/statusCarl Schwan2021-10-1818-30/+343
|\ \ \ \ \ | | | | | | | | | | | | Add an API to set and rollback the user status
| * | | | | Add an API to set and rollback the user statusCarl Schwan2021-10-1818-30/+343
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | Merge pull request #29259 from nextcloud/bugfix/29257/fix-app-upgradeJoas Schilling2021-10-181-8/+10
|\ \ \ \ \ | |/ / / / |/| | | | Fix app upgrade
| * | | | Fix app upgradeJoas Schilling2021-10-151-8/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #29285 from nextcloud/fix/php-7.3-deprecationChristoph Wurst2021-10-182-3/+3
|\ \ \ \ \ | | | | | | | | | | | | Deprecate PHP7.3 for Nextcloud 23
| * | | | | Deprecate PHP7.3 for Nextcloud 23Christoph Wurst2021-10-182-3/+3
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 7.3 reaches EOL shortly after the release of 23.0.0 * Nextcloud 24 will require PHP7.4 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #28768 from nextcloud/check-file-existsJohn Molakvoæ2021-10-181-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Simplify :)acsfer2021-10-041-1/+1
| | | | |
| * | | | Replace `file_exists()` method by `is_file()`acsfer2021-10-041-1/+1
| | | | |
| * | | | Get `filesize()` if `file_exists()`acsfer2021-10-011-1/+1
| | | | | | | | | | | | | | | Should make sense.
* | | | | Merge pull request #29243 from nextcloud/bugfix/noid/ipropagator-sizedifferenceVincent Petry2021-10-181-1/+2
|\ \ \ \ \ | | | | | | | | | | | | Add already used optional sizeDifference parameter to IPropagator
| * | | | | Add already used optional sizeDifference parameter to IPropagatorJulius Härtl2021-10-141-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | [tx-robot] updated from transifexNextcloud bot2021-10-1810-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #29279 from nextcloud/Valdnet-patch-1Daniel2021-10-171-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | l10n: Spelling unification
| * | | | | | l10n: Spelling unificationValdnet2021-10-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Spelling unification in Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | | | | | | Merge pull request #29273 from nextcloud/dependabot/npm_and_yarn/core-js-3.18.3dependabot[bot]2021-10-1765-107/+107
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Bump core-js from 3.18.2 to 3.18.3dependabot[bot]2021-10-1765-107/+107
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.18.2 to 3.18.3. - [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.2...v3.18.3) --- updated-dependencies: - dependency-name: core-js 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-10-1712-94/+104
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #29274 from nextcloud/automated/noid/psalm-baseline-updateDaniel2021-10-161-2/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | [Automated] Update psalm-baseline.xml
| * | | | | | Update psalm baselinenextcloud-command2021-10-161-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | | | Merge pull request #28991 from nextcloud/feature/bulk_uploadJulius Härtl2021-10-1613-0/+886
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Clean BulkUpload pluginLouis Chemineau2021-10-1620-2543/+727
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | | Add benchmark testsLouis Chemineau2021-10-157-231/+174
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | | Add BulkUpload DAV pluginLouis Chemineau2021-10-1515-4/+2763
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | | Merge pull request #29272 from nextcloud/dependabot/npm_and_yarn/sass-1.43.2dependabot[bot]2021-10-162-8/+8
|\ \ \ \ \ \ \
| * | | | | | | Bump sass from 1.42.1 to 1.43.2dependabot[bot]2021-10-162-8/+8
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sass](https://github.com/sass/dart-sass) from 1.42.1 to 1.43.2. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.42.1...1.43.2) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | | Merge pull request #29271 from ↵dependabot[bot]2021-10-162-8/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/testing-library/user-event-13.4.1
| * | | | | | | Bump @testing-library/user-event from 13.2.1 to 13.4.1dependabot[bot]2021-10-162-8/+8
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 13.2.1 to 13.4.1. - [Release notes](https://github.com/testing-library/user-event/releases) - [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/user-event/compare/v13.2.1...v13.4.1) --- updated-dependencies: - dependency-name: "@testing-library/user-event" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* / / / / / / [tx-robot] updated from transifexNextcloud bot2021-10-16370-370/+370
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #29240 from nextcloud/work/admin-delegation-implementationCarl Schwan2021-10-1517-45/+265
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add support for Delegation Settings for more apps
| * | | | | | Add support for Delegation Settings for more appsCarl Schwan2021-10-1517-45/+265
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * This adds support for the sharing, groupware, theming and user_ldap app * This adds some code who disapeared during a rebase in the initial delegation PR (provisioning_api) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | | Merge pull request #29210 from nextcloud/work/status-navbar-vueCarl Schwan2021-10-1511-151/+380
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add current status in navbar
| * | | | | | | Add current status in navbarCarl Schwan2021-10-1511-151/+380
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | Merge pull request #29090 from ↵Vincent Petry2021-10-152-3/+90
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bug/noid/disable-versions-expire-background-job Add configuration flag to disable the background job for files_versions