Commit Graph

1503 Commits (680f439f736e199576844cd2d3cc3854e95201af)

Author SHA1 Message Date
John Molakvoæ 0d4e648630
Merge pull request #44001 from nextcloud/fix/migrate-settings-logger-to-ts
fix(settings): Migrate logger to TypeScript
2024-03-05 21:58:52 +07:00
John Molakvoæ e072035e86
Merge pull request #43941 from nextcloud/fix/files-open-text
fix(files): Open new file when created from template
2024-03-05 18:21:57 +07:00
Ferdinand Thiessen d7746f272d
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-03-05 12:59:31 +07:00
John Molakvoæ d65e46f313
Merge pull request #43988 from nextcloud/fix/files-favorite
fix(files): Adjust sidebar - remove deprecated function calls and add aria label for favorite icon
2024-03-05 11:51:49 +07:00
Eduardo Morales 35266c866b chore: compile assets
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
2024-03-04 19:17:04 +07:00
Ferdinand Thiessen b8272cccc4
fix(files): Open new file when created from template
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-03-05 00:55:27 +07:00
Ferdinand Thiessen b2610d3bdc chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-03-04 23:51:39 +07:00
Christopher Ng 7a3c58db79 chore: compile assets
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-03-04 07:22:22 +07:00
dependabot[bot] d5a673b509 chore(deps): Bump libphonenumber-js from 1.10.56 to 1.10.57
Bumps [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js) from 1.10.56 to 1.10.57.
- [Changelog](https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/catamphetamine/libphonenumber-js/compare/v1.10.56...v1.10.57)

---
updated-dependencies:
- dependency-name: libphonenumber-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>
2024-03-04 12:07:39 +07:00
dependabot[bot] 87efe57b96 chore(deps): Bump webdav from 5.3.2 to 5.4.0
Bumps [webdav](https://github.com/perry-mitchell/webdav-client) from 5.3.2 to 5.4.0.
- [Changelog](https://github.com/perry-mitchell/webdav-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/perry-mitchell/webdav-client/compare/v5.3.2...v5.4.0)

---
updated-dependencies:
- dependency-name: webdav
  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>
2024-03-03 19:48:25 +07:00
nextcloud-command 19377fac16 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-02-29 19:48:22 +07:00
Ferdinand Thiessen 1e9f438d1a
Merge pull request #43908 from nextcloud/feat/migrate-data-directory-setup-check
feat(settings): Migrate data directory protection check to `SetupCheck`
2024-02-29 17:42:19 +07:00
Eduardo Morales 1feb4f12bb
Merge pull request #43876 from nextcloud/fix/breadcrumbs/fix-misaligned-text
fix: changed text alignment and icon logic
2024-02-29 08:52:31 +07:00
Ferdinand Thiessen 4a75fb0e96
Merge pull request #43897 from nextcloud/fix/move_out_profile_picture_federation-action_from_the_heading_
fix(files): fix html structure on the profile page
2024-02-29 14:42:06 +07:00
Eduardo Morales 2b4ec59147 chore: compile assets
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
2024-02-29 07:02:56 +07:00
Ferdinand Thiessen ef2c312b18
feat(settings): Migrate data directory protection check to `SetupCheck`
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-02-29 13:54:01 +07:00
nextcloud-command 7e7850eff9 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-02-29 08:49:41 +07:00
Varun Patil b03fd6e363 fix(dav): multiple fixes in usage of webdav library
1. Refresh token on update
2. Fix some very weird imports
3. Patch fetch instead of request to prevent accessing impl details

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
2024-02-28 19:23:47 +07:00
Ferdinand Thiessen f2f1074396
Merge pull request #43607 from nextcloud/enh/migrate-ocx-providers-setupcheck
enh(setting): Migrate OCM / OCS provider tests to SetupCheck
2024-02-28 15:01:59 +07:00
nextcloud-command 214dead8a8 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-02-27 23:55:33 +07:00
John Molakvoæ 455a209b9c
Merge pull request #43768 from nextcloud/artonge/tests/add_tests_for_versions_actions 2024-02-27 15:09:21 +07:00
Ferdinand Thiessen 2e8c9f2c32
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-02-27 14:52:16 +07:00
Louis Chemineau 6594f8d472
build: Compile assets
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-02-27 09:28:23 +07:00
Ty Davis f858a2c3f7 fix: Display "+New" while files page loads instead of "+Add".
Signed-off-by: Ty Davis <noreply@mail.theTyster.dev>
2024-02-26 12:17:37 +07:00
Andrii Rublov 66f55d5a02 Builded assets
Signed-off-by: Andrii Rublov <airublev@outlook.com>
2024-02-25 13:40:13 +07:00
Christopher Ng db1cfe5045 chore: compile assets
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-02-24 12:36:21 +07:00
Eduardo Morales b933b67874 chore: compile assets
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
2024-02-23 20:15:03 +07:00
skjnldsv 43a9782da2 chore: Compile assets
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-02-23 22:00:05 +07:00
Grigorii K. Shartsev 152b841801
Merge pull request #43784 from nextcloud/fix/files--h1
fix(files): page h1 heading
2024-02-23 23:40:14 +07:00
Grigorii K. Shartsev e7361dfda6 chore(assets): Recompile assets
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-02-23 14:50:48 +07:00
Grigorii K. Shartsev fd4ced09ca chore(assets): Recompile assets
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-02-23 14:40:20 +07:00
skjnldsv eb672e89cf chore(deps): use `@vueuse/core@10.7.2` and fix moment
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-02-23 14:12:14 +07:00
skjnldsv 7b95811290 chore(files_sharing): use `OCSResponse` from `@nextcloud/typings`
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-02-23 14:12:14 +07:00
nextcloud-command 6a0b3463e9 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-02-23 02:34:34 +07:00
nextcloud-command c8868a3bb0 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-02-22 22:33:24 +07:00
Ferdinand Thiessen cf6a256aec
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-02-22 13:57:05 +07:00
John Molakvoæ 1a26b32d25
Merge pull request #43736 from nextcloud/dependabot/npm_and_yarn/regenerator-runtime-0.14.1 2024-02-22 08:31:47 +07:00
Eduardo Morales 0e6781e7b2 chore: compile assets
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
2024-02-21 11:47:54 +07:00
John Molakvoæ 8daaf828ef Merge pull request #43735 from nextcloud/dependabot/npm_and_yarn/cypress-13.6.5
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-02-21 17:39:43 +07:00
Louis Chemineau 18b32e892c
Hide some actions based on node permissions and share attributes
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-02-21 16:47:19 +07:00
Julius Härtl 89b2859128
Merge pull request #43702 from nextcloud/fix/dashboard-icon-position
fix(dashboard): Align icon of widgets with the images
2024-02-21 10:50:40 +07:00
nextcloud-command 72ffb9f7dd chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-02-21 07:36:27 +07:00
Christopher Ng 735b74d678 chore: compile assets
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-02-20 18:30:25 +07:00
Julius Härtl 2189baa60d
Merge pull request #43701 from nextcloud/fix/noid/logout-loop
Stop the auto-logout loop after redirecting to the logout page
2024-02-20 21:53:22 +07:00
dependabot[bot] de13b7dbf8 chore(deps): Bump @nextcloud/browser-storage from 0.2.0 to 0.3.0
Dependabot couldn't find the original pull request head commit, ee434be2506b7049e9ce93b800a4f65fdf8328d7.

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-02-20 18:40:39 +07:00
Julien Veyssier 8c47bc043c compile assets
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-02-20 17:23:20 +07:00
dependabot[bot] ffb63c86be chore(deps): Bump dompurify from 3.0.6 to 3.0.8
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.0.6 to 3.0.8.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/3.0.6...3.0.8)

---
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>
2024-02-20 16:43:24 +07:00
Eduardo Morales 9c8cb807b0 chore: compile assets
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
2024-02-20 07:23:58 +07:00
nextcloud-command 339c9d3174 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-02-20 10:17:26 +07:00
Josh aff8b5620c fix(files): Dont't warn re: full storage on either zero or unlimited quotas
Fixes #43535
Fixes #43280

Replaces #43544

Signed-off-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-02-19 22:59:20 +07:00