aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #45981 from nextcloud/artonge/update/nc_dialogs_v5.3.2Louis2024-07-021-1/+1
|\
| * fix(deps): Update `@nextcloud/dialogs` to 5.3.2 to fix picking current directoryLouis Chemineau2024-07-021-1/+1
* | Merge pull request #45970 from nextcloud/dependabot/npm_and_yarn/multi-06a0b1...John Molakvoæ2024-07-021-1/+1
|\ \ | |/ |/|
| * chore(deps): bump ws, engine.io, socket.io-adapter and puppeteerdependabot[bot]2024-06-191-1/+1
* | fix: Allow to reset unified search using the `nextcloud:unified-search:reset`...Ferdinand Thiessen2024-06-271-0/+1
* | feat(files): Allow uploading directoriesFerdinand Thiessen2024-06-241-5/+5
* | chore(deps-dev): bump @nextcloud/eslint-config from 8.3.0 to 8.4.1dependabot[bot]2024-06-241-1/+1
* | chore(deps): Update `debounce` to 2.1.0Ferdinand Thiessen2024-06-231-1/+1
* | refactor(files): Update `@nextcloud/files` to v3.5.0Ferdinand Thiessen2024-06-231-1/+1
* | fix: Do not import from `axios` but only `@nextcloud/axios`Ferdinand Thiessen2024-06-201-4/+4
|/
* chore(deps): bump jquery-ui-dist from 1.13.2 to 1.13.3dependabot[bot]2024-06-171-1/+1
* chore: Fix package.jsonFerdinand Thiessen2024-06-161-1/+0
* chore: Add webpack plugin to properly extract licenses used in compiled assetsFerdinand Thiessen2024-06-161-0/+2
* chore(deps): bump core-js from 3.37.0 to 3.37.1dependabot[bot]2024-06-151-1/+1
* chore: Adjust post-build script to add license files for sourcemaps on buildFerdinand Thiessen2024-06-141-1/+1
* fix(files): Adjust babel module resolutionFerdinand Thiessen2024-06-111-0/+1
* chore(deps): bump @nextcloud/logger from 2.7.0 to 3.0.2dependabot[bot]2024-06-081-1/+1
* Merge pull request #45718 from nextcloud/dependabot/npm_and_yarn/cypress-spli...John Molakvoæ2024-06-081-1/+1
|\
| * chore(deps-dev): Bump cypress-split from 1.23.4 to 1.24.0dependabot[bot]2024-06-081-1/+1
* | Merge pull request #45267 from nextcloud/dependabot/npm_and_yarn/simplewebaut...dependabot[bot]2024-06-081-1/+1
|\ \
| * | chore(deps-dev): bump @simplewebauthn/types from 9.0.1 to 10.0.0dependabot[bot]2024-06-081-1/+1
| |/
* / chore(deps): bump @nextcloud/browserslist-config from 3.0.0 to 3.0.1dependabot[bot]2024-06-081-1/+1
|/
* chore: update `@nextcloud/files` to 3.4.1skjnldsv2024-06-071-1/+1
* feat(settings): Support svg user row action iconsChristopher Ng2024-06-061-0/+1
* chore(deps-dev): Bump cypress-split from 1.23.0 to 1.23.4dependabot[bot]2024-06-011-1/+1
* fix(deps): Update `@nextcloud/event-bus` to version 3.3.1Ferdinand Thiessen2024-05-311-1/+1
* fix: Update `@nextcloud/files` to 3.4.0 to fix public link sharesFerdinand Thiessen2024-05-311-1/+1
* fix(files): Implement `SortingService` to fix sorting of filesFerdinand Thiessen2024-05-271-1/+0
* fix(files): Drop `xml2js` dependency and use browser native DOMParserFerdinand Thiessen2024-05-171-2/+1
* chore(deps-dev): bump @testing-library/jest-dom from 6.4.2 to 6.4.5dependabot[bot]2024-05-111-1/+1
* chore(deps): bump core-js from 3.36.1 to 3.37.0dependabot[bot]2024-05-071-1/+1
* Merge pull request #45125 from nextcloud/fix/drop-ical-jsJohn Molakvoæ2024-05-021-1/+0
|\
| * fix(deps): Drop `ical.js` from dependenciesFerdinand Thiessen2024-04-301-1/+0
* | Merge pull request #44545 from nextcloud/dependabot/npm_and_yarn/webdav-5.5.0Ferdinand Thiessen2024-04-301-1/+1
|\ \ | |/ |/|
| * build(deps): bump webdav from 5.4.0 to 5.5.0dependabot[bot]2024-04-301-1/+1
* | bump @simplewebauthn/browser from 9.0.1 to 10.0.0dependabot[bot]2024-04-301-1/+1
* | Merge pull request #44943 from nextcloud/dependabot/npm_and_yarn/nextcloud/pa...dependabot[bot]2024-04-301-1/+1
|\ \
| * | fix(deps): bump @nextcloud/password-confirmation from 5.0.1 to 5.1.0dependabot[bot]2024-04-301-1/+1
| |/
* / fix(dev-deps): bump @types/dockerode from 3.3.26 to 3.3.28dependabot[bot]2024-04-301-1/+1
|/
* build(deps-dev): bump sass from 1.74.1 to 1.75.0dependabot[bot]2024-04-271-1/+1
* build(deps-dev): bump puppeteer from 22.5.0 to 22.7.1dependabot[bot]2024-04-271-1/+1
* chore(deps): Bump @nextcloud/dialogs to v5.3.1Christopher Ng2024-04-221-1/+1
* build(deps-dev): bump eslint-plugin-cypress from 2.15.1 to 2.15.2dependabot[bot]2024-04-201-1/+1
* fix: Drop unmaintained and unused dependenciesFerdinand Thiessen2024-04-161-4/+2
* fix: Use `@simplewebauthn` for frontend logicFerdinand Thiessen2024-04-161-0/+2
* chore: Update `@nextcloud/upload` to 1.1.1 to fix uploading large filesFerdinand Thiessen2024-04-151-1/+1
* Merge pull request #44795 from nextcloud/chore/nextcloud-vue-8.11.2Pytal2024-04-131-1/+1
|\
| * chore(deps): Bump @nextcloud/vue to v8.11.2Christopher Ng2024-04-111-1/+1
* | build(deps-dev): bump typescript from 5.4.3 to 5.4.5dependabot[bot]2024-04-131-1/+1
|/
* Merge pull request #44762 from nextcloud/dependabot/npm_and_yarn/cypress-spli...dependabot[bot]2024-04-111-1/+1
|\