aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Send images to imaginary docker to generate previewsVincent Petry2022-03-1710-4/+421
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Co-Authored-by: Vincent Petry <vincent@nextcloud.com>
* Merge pull request #31270 from nextcloud/dependabot/npm_and_yarn/webpack-5.69.1dependabot[bot]2022-02-192-10/+10
|\
| * Bump webpack from 5.69.0 to 5.69.1dependabot[bot]2022-02-192-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 5.69.0 to 5.69.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.69.0...v5.69.1) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #31269 from nextcloud/dependabot/npm_and_yarn/sass-1.49.8dependabot[bot]2022-02-192-8/+8
|\ \
| * | Bump sass from 1.49.7 to 1.49.8dependabot[bot]2022-02-192-8/+8
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sass](https://github.com/sass/dart-sass) from 1.49.7 to 1.49.8. - [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.49.7...1.49.8) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* / [tx-robot] updated from transifexNextcloud bot2022-02-19212-1040/+1224
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #20766 from ↵Christoph Wurst2022-02-183-2/+14
|\ | | | | | | | | nextcloud/bug/fix-reminders-with-empty-calendar-data Consider only reminders with calendar data
| * Clean reminders for calendar when deleting a subscriptionThomas Citharel2022-02-151-0/+4
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * Consider only reminders with calendar dataThomas Citharel2022-02-152-2/+10
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Merge pull request #31143 from nextcloud/fix/dont-redirect-file-indexVincent Petry2022-02-181-1/+1
|\ \ | | | | | | Don't redirect when loading files index page
| * | Don't redirect when loading files index pageCarl Schwan2022-02-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently we are redirecting from ?dir=/&fileid=2 to ?dir=/. This is an issue because we then need to load two pages with full file system setup and authentification instead of one and the assets won't start loading until the second page is delivered to the user. Additionally when loading ?dir=/, we then change the url back to ?dir=/&fileid=2 (without reload) so that the next time we load the page again we do the same thing again. Depending on the speed of the server and internet connection we can save 100ms to 400ms, improving the user experience. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #31169 from ↵Simon L2022-02-181-4/+6
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/enh/noid/hide-download-button-for-images hide download button for images
| * | | hide download button for imagesszaimen2022-02-161-4/+6
| | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | | | Merge pull request #30367 from nextcloud/fix/minor-api-doc-fixJulius Härtl2022-02-183-10/+8
|\ \ \ \ | | | | | | | | | | Fix some issues with the API documentation
| * | | | Fix some issues with the API documentationCarl Schwan2022-02-173-10/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | Merge pull request #31116 from nextcloud/fix/admin-jquery-loadingVincent Petry2022-02-1827-565/+533
|\ \ \ \ \ | | | | | | | | | | | | Cleanup admin settings js files
| * | | | | Fix external appCarl Schwan2022-02-1714-13/+23
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | | Cleanup admin settings js filesCarl Schwan2022-02-1717-558/+516
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move admin.js to webpack, so that this use the bundled jquery files instead of the deprecated window.$ Also fixing formatting * Remove log.js that seems to be from a time where logreader was bundled with server and I couldn't find an usage of it anymore * Fix recent regression in rebuild navigation function (now not depending on jquery anymore and bundled by webpack). Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | Merge pull request #30938 from nextcloud/fix/user_ldap-fix-check-ldap-new-userVincent Petry2022-02-172-30/+24
|\ \ \ \ \ | | | | | | | | | | | | Fix ldap:check-user method for newly created LDAP users
| * | | | | Make it explicit that a DN can be used for ldap:check-userCôme Chilliet2022-02-172-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Improve typing in apps/user_ldap/lib/Command/CheckUser.phpCôme Chilliet2022-02-171-12/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Remove parenthesis around return in apps/user_ldap/lib/Command/CheckUser.phpCôme Chilliet2022-02-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Fix ldap:check-user method for newly created LDAP usersCôme Chilliet2022-02-171-15/+11
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | Merge pull request #31141 from nextcloud/fix/better-cache-policyCarl Schwan2022-02-175-6/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | Improve caching policy use immutable when loading versionned assets
| * | | | | | Improve caching policyCarl Schwan2022-02-165-6/+12
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Cache css with version in url. This makes most js and css requests to be cached by the browser * Force caching previews, the etag is in the url so that if the propfind gives a new etag, we will refresh it otherwise it's no use to try to fetch the new etag and do tons of DB queries Tested with firefox and 'debug' => false (important so that the js/css urls are generated with ?v= parameter) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | Merge pull request #31238 from nextcloud/fix/dashboard_themingLouis2022-02-171-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Load scripts of theming app before the dashboard
| * | | | | | Load scripts of theming app before the dashboardLouis Chemineau2022-02-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows dashboard to access OCA.Theming Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | | Merge pull request #31230 from nextcloud/dependabot/npm_and_yarn/core-js-3.21.1Louis2022-02-174-11/+11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Bump core-js from 3.21.0 to 3.21.1
| * | | | | | | Bump core-js from 3.21.0 to 3.21.1dependabot[bot]2022-02-174-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.21.0 to 3.21.1. - [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.21.0...v3.21.1) --- 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>
* | | | | | | | Merge pull request #31205 from nextcloud/enhancement/transactional-db-traitChristoph Wurst2022-02-174-0/+170
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add Transactional trait for atomic DB operations
| * | | | | | | | Add Transactional trait for atomic DB operationsChristoph Wurst2022-02-174-0/+170
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | | Merge pull request #31213 from nextcloud/fix/target-unsetCarl Schwan2022-02-171-2/+2
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Fix target attribute does not exists
| * | | | | | | Fix target attribute does not existsCarl Schwan2022-02-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | | | Merge pull request #31227 from nextcloud/dependabot/npm_and_yarn/dompurify-2.3.6dependabot[bot]2022-02-175-12/+12
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Bump dompurify from 2.3.5 to 2.3.6dependabot[bot]2022-02-175-12/+12
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.3.5 to 2.3.6. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.3.5...2.3.6) --- updated-dependencies: - dependency-name: dompurify 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>
* | | | | | | Merge pull request #29796 from ↵Christoph Wurst2022-02-179-230/+75
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/refactor/calendar-availability-component Replace CalDAV availability component with component lib
| * | | | | | | Replace CalDAV availability component with component libChristoph Wurst2022-02-179-230/+75
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | Merge pull request #31225 from ↵dependabot[bot]2022-02-171-7/+7
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | nextcloud/dependabot/composer/bamarni/composer-bin-plugin-1.4.2
| * | | | | | Bump bamarni/composer-bin-plugin from 1.4.1 to 1.4.2dependabot[bot]2022-02-161-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [bamarni/composer-bin-plugin](https://github.com/bamarni/composer-bin-plugin) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/bamarni/composer-bin-plugin/releases) - [Commits](https://github.com/bamarni/composer-bin-plugin/compare/1.4.1...1.4.2) --- updated-dependencies: - dependency-name: bamarni/composer-bin-plugin dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-02-17134-472/+502
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Merge pull request #31228 from ↵dependabot[bot]2022-02-172-8/+12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/sass-loader-12.6.0
| * | | | | | | Bump sass-loader from 12.4.0 to 12.6.0dependabot[bot]2022-02-162-8/+12
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 12.4.0 to 12.6.0. - [Release notes](https://github.com/webpack-contrib/sass-loader/releases) - [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/sass-loader/compare/v12.4.0...v12.6.0) --- updated-dependencies: - dependency-name: sass-loader dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | | Merge pull request #31231 from ↵dependabot[bot]2022-02-162-8/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/puppeteer-13.3.2
| * | | | | | | Bump puppeteer from 13.3.1 to 13.3.2dependabot[bot]2022-02-162-42/+39
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 13.3.1 to 13.3.2. - [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/v13.3.1...v13.3.2) --- updated-dependencies: - dependency-name: puppeteer dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | | Merge pull request #31229 from nextcloud/dependabot/npm_and_yarn/webpack-5.69.0dependabot[bot]2022-02-162-60/+57
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Bump webpack from 5.68.0 to 5.69.0dependabot[bot]2022-02-162-60/+57
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 5.68.0 to 5.69.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.68.0...v5.69.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | Merge pull request #31216 from nextcloud/td/noid/update-dependabotblizzz2022-02-161-2/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | only security updates for 21
| * | | | | only security updates for 21Arthur Schiwon2022-02-161-2/+2
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #30862 from nextcloud/feat/crud_share_permissionLouis2022-02-1611-127/+639
|\ \ \ \ \ | |/ / / / |/| | | | Support CRUD share permissions
| * | | | Support CRUD share permissionsLouis Chemineau2022-02-1511-127/+639
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>