summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-07-15772-6596/+1660
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #27379 from nextcloud/feat/26866/multiple-emails-uiJulius Härtl2021-07-1537-276/+1655
|\
| * BuildChristopher Ng2021-07-1525-226/+475
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * Refine UX for primary email deletionChristopher Ng2021-07-151-2/+65
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * Make emails VuetifulChristopher Ng2021-07-159-49/+832
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * Create personal info serviceChristopher Ng2021-07-152-0/+236
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * Provide initial stateChristopher Ng2021-07-151-1/+49
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #27683 from ↵dependabot[bot]2021-07-154-7/+7
|\ | | | | | | nextcloud/dependabot/npm_and_yarn/vue-router-3.5.2
| * Bump vue-router from 3.5.1 to 3.5.2dependabot[bot]2021-07-154-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.5.1 to 3.5.2. - [Release notes](https://github.com/vuejs/vue-router/releases) - [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-router/compare/v3.5.1...v3.5.2) --- updated-dependencies: - dependency-name: vue-router dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2021-07-154-2/+6
|/
* Merge pull request #26463 from Worteks/fix-s3proxyJulius Härtl2021-07-142-2/+15
|\
| * fix(proxy): use accessorMaxime Besson2021-06-301-2/+2
| | | | | | | | Signed-off-by: Maxime Besson <maxime.besson@worteks.com>
| * fix(proxy): reaching s3 storage behind some http proxyMaxime Besson2021-04-091-4/+4
| | | | | | | | Signed-off-by: Maxime Besson <maxime.besson@worteks.com>
| * fix(proxy): reaching s3 storage behind some http proxySamuel2021-04-092-2/+15
| | | | | | | | Signed-off-by: Maxime Besson <maxime.besson@worteks.com>
* | Merge pull request #27884 from nextcloud/enh/cloud-id-localblizzz2021-07-1412-32/+80
|\ \ | | | | | | Allow to get a local cloud id without going through the contacts manager
| * | Allow to get a local cloud id without going through the contacts managerJulius Härtl2021-07-1411-31/+79
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Directly return cloud id from userJulius Härtl2021-07-141-1/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #27973 from nextcloud/work/carl/fix-file-sidebarszaimen2021-07-141-1/+1
|\ \ \ | | | | | | | | Fix regression in file sidebar
| * | | Fix regression in file sidebarCarl Schwan2021-07-141-1/+1
|/ / / | | | | | | | | | | | | | | | See https://github.com/nextcloud/server/pull/27936 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #27952 from ↵Julien Veyssier2021-07-141-12/+0
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/work/carl/accessibility-remove-unused-parameters [Accessibility App]: Remove unused parameters in settings class
| * | | [Accessibility App]: Remove unused parameters in settings classCarl Schwan2021-07-131-12/+0
| |/ / | | | | | | | | | | | | | | | These two parameters weren't used, no need to load them Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #27875 from goyome/goyome-patch-group-shares-limitblizzz2021-07-141-1/+1
|\ \ \ | | | | | | | | No limit in the number of group shares
| * | | No limit in the number of group sharesGuillaume Colson2021-07-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | By default, autoaccept doesn't work if the user has more than 50 group shares Signed-off-by: Guillaume COLSON <guillaume.colson@univ-lorraine.fr>
* | | | Merge pull request #27761 from ↵Julius Härtl2021-07-141-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/also-hide-group-from-direct-match Also hide group from direct matches
| * | | | Also hide group from direct matchesJoas Schilling2021-07-021-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #27946 from nextcloud/enh/breadcrumb-detail-view-in-menuJulius Härtl2021-07-144-4/+6
|\ \ \ \ \ | | | | | | | | | | | | Show registered breadcrumb detail views in breadcrumb menu
| * | | | | show breadcrumb detail view in breadcrumb menuJulien Veyssier2021-07-134-4/+6
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2021-07-1412-2/+110
| | | | |
* | | | | Merge pull request #27565 from nextcloud/dependabot/npm_and_yarn/striptags-3.2.0MichaIng2021-07-1428-37/+37
|\ \ \ \ \ | | | | | | | | | | | | Bump striptags from 3.1.1 to 3.2.0
| * | | | | Bump striptags from 3.1.1 to 3.2.0dependabot[bot]2021-07-1428-37/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [striptags](https://github.com/ericnorris/striptags) from 3.1.1 to 3.2.0. - [Release notes](https://github.com/ericnorris/striptags/releases) - [Commits](https://github.com/ericnorris/striptags/compare/v3.1.1...v3.2.0) --- updated-dependencies: - dependency-name: striptags dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | | | | | Merge pull request #27936 from CarlSchwan/work/carl/fix-overflow-iconszaimen2021-07-141-2/+5
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Fix svg icons disapearing in app navigation when text overflows
| * | | | | Fix svg icons disapearing in app navigation when text overflowsCarl Schwan2021-07-131-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The issue is caused by the icon being positionned with negative margins and the `overflow: hidden` rule when hide the icon when the text overflows. Remove positioning with negative margins. This was only happening in Firefox. This fix #23849 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | Merge pull request #27912 from ↵Julius Härtl2021-07-133-7/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/26113/dashboard-escaped-display-name Do not escape display name in dashboard welcome text
| * | | | | | refs #26113 do not escape display name in dashboard welcome textJulien Veyssier2021-07-113-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | | | | | | Merge pull request #27867 from nextcloud/fix/noid/newfilemenu-on-public-pageszaimen2021-07-131-3/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix newfileMenu on public page
| * | | | | | | fix newfileMenu on public pageszaimen2021-07-131-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | | | | | | | Merge pull request #27933 from ↵Louis2021-07-131-6/+0
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | nextcloud-pr-bot/automated/noid/psalm-baseline-update [Automated] Update psalm-baseline.xml
| * | | | | | | Update psalm baselineNextcloud-PR-Bot2021-07-131-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | | | | Merge pull request #27780 from ↵Julius Härtl2021-07-132-25/+7
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/build/puppeteer-10.1.0 Bump puppeteer from 10.0.0 to 10.1.0 in /build
| * | | | | | | | Bump puppeteer from 10.0.0 to 10.1.0 in /builddependabot[bot]2021-07-032-25/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 10.0.0 to 10.1.0. - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md) - [Commits](https://github.com/puppeteer/puppeteer/compare/v10.0.0...v10.1.0) --- updated-dependencies: - dependency-name: puppeteer dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | | | | Merge pull request #27880 from ↵Julius Härtl2021-07-132-0/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/make-integrity-check-verbose Make integrity commands verbose
| * | | | | | | | | Make integrity commands verboseJoas Schilling2021-07-082-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | | | Merge pull request #27631 from yan12125/php8-fix-error-reportingJulius Härtl2021-07-131-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Correctly skip suppressed errors in PHP 8.0Chih-Hsuan Yen2021-07-131-1/+1
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Applies the suggested transformation mentioned in https://www.php.net/manual/en/migration80.incompatible.php, > The @ operator will no longer silence fatal errors (E_ERROR, > E_CORE_ERROR, E_COMPILE_ERROR, E_USER_ERROR, E_RECOVERABLE_ERROR, > E_PARSE). Error handlers that expect error_reporting to be 0 when > @ is used, should be adjusted to use a mask check instead The new code still works on PHP 7, as error_reporting() already returns 0 when diagnostics are suppressed. This fixes https://github.com/nextcloud/server/issues/25807 in PHP 8.0. For PHP 7.x, https://github.com/nextcloud/server/pull/22243 suppresses the E_NOTICE message from the second session_start() call with the error suppression operator @, and thus those E_NOTICE messages are still logged in PHP 8.0. See also https://github.com/nextcloud/server/issues/25806 Signed-off-by: Chih-Hsuan Yen <yan12125@gmail.com>
* | | | | | | | | | Merge pull request #26481 from ghost/fdroidJulius Härtl2021-07-134-0/+5274
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add F-DroidHouraisanNEET2021-07-044-0/+5274
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: HouraisanNEET <HouraisanNEET@users.noreply.github.com>
* | | | | | | | | | | Merge pull request #27852 from ↵Julius Härtl2021-07-135-7/+41
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/allow-casting-query-functions
| * | | | | | | | | | | Allow casting query functions as wellJoas Schilling2021-07-074-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | | | | | Add a unit test to check for casting a IQueryFunctionJoas Schilling2021-07-071-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | | | | | Merge pull request #26728 from doc75/http-warningJulius Härtl2021-07-132-1/+56
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |