Commit Graph

64458 Commits (4dbcfa387ac0f380d9cd49e89c8ed5dc765ce57d)
 

Author SHA1 Message Date
Julius Härtl 1aa76e5968
Merge pull request #34215 from nextcloud/bugfix/cache-headers-reference
Add cache header for image endpoint if link previews
2 years ago
Pytal 054d266c70
Merge pull request #34204 from nextcloud/fix/flashing-background-color
Fix various theming bugs
2 years ago
Christopher Ng 295d03869e Fix various theming bugs
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years ago
blizzz f6f0195a3f
Merge pull request #34306 from nextcloud/fix/noid/step-file-not-moved
fix default value for updatedirectory setting
2 years ago
Julius Härtl f4a2ab137b Add cache header for image endpoint if link previews
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
tobiasKaminsky 610bbaed68 includeTags -> include_tags
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2 years ago
Vincent Petry 20b75480d0
Merge pull request #34152 from nextcloud/bugfix/noid/db-password-install
Do not store generated mysql password if it was not used
2 years ago
Vincent Petry 980ba65734
Merge pull request #34248 from nextcloud/bugfix/noid/ignore-invalid-share-types
Ignore invalid share types
2 years ago
Arthur Schiwon e9e6f5fe84
fix default value for updatedirectory setting
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years ago
Nextcloud bot 5709084956
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago
Vincent Petry 5c8cab61ab
Merge pull request #34288 from nextcloud/bugfix/34281/fix-copy-internal-link-focus
Fix focussing to internal link after copy
2 years ago
Vincent Petry f875a81a07
Merge pull request #34292 from nextcloud/bugfix/33847/fix-gridview-publicpage
Fix grid view button in public page
2 years ago
Pytal 657f2e87e4
Merge pull request #34272 from nextcloud/enh/shipped-background-primary-colors
Add primary color presets for shipped backgrounds
2 years ago
Vincent Petry 42bc63f1a0 Update apps/files_sharing/src/components/SharingEntryInternal.vue
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years ago
Vincent Petry 848a8c8c59
Fix grid view button in public page
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years ago
szaimen c9a372034f fix highcontrast theme icons
Signed-off-by: szaimen <szaimen@e.mail.de>
2 years ago
Vincent Petry 64a4abf472
Fix focussing to internal link after copy
Since a recent change to NcActions it's not possible to add a "ref"
attribute on a NcAction* component.

As a workaround, a ref was added on the NcActions parent component
instead.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years ago
Julien Veyssier 0e41530b80
Merge pull request #34263 from nextcloud/bugfix/noid/resolve-get-cachable
Add endpoint to fetch a cachable reference data
2 years ago
Joas Schilling cbef32b6f8
Merge pull request #34134 from nextcloud/Valdnet-patch-4
l10n: Fix text string
2 years ago
Joas Schilling df9be44010
Merge pull request #34142 from nextcloud/move-background-clearing
Move avatar clearing in the background
2 years ago
blizzz 265f744ff8
Merge pull request #34267 from nextcloud/bugfix/upgrade-from-26
Bump versions to upgrade from
2 years ago
Nextcloud bot 69287aa99f
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago
Christopher Ng 67742884b7 Add preset primary colors for shipped backgrounds
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years ago
Vincent Petry eb80d4d144
Merge pull request #33162 from nextcloud/dependabot/npm_and_yarn/moment-2.29.4
Bump moment from 2.29.2 to 2.29.4
2 years ago
Simon L 7a701f248a
Merge pull request #34163 from Jerome-Herbinet/patch-6
User list : User name and Display name visibility improvement
2 years ago
Vincent Petry 417586f1a0
Merge pull request #34260 from nextcloud/remove-unneeded-vue-cli
Remove unneeded and problematic vue-cli-plugin-unit-test
2 years ago
Arthur Schiwon 9b7ef2962e
remove listeners to OC_Filesystem::(write|rename) old style hooks
- the events are not emitted anymore
- OC_Filesystem::isBlacklisted() is not called from anywhere else

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years ago
Julius Härtl 2065da03e0
Bump versions to upgrade from
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
nextcloud-command 914cfb1f5e Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years ago
Julius Härtl 5fa7563bf9
Add endpoint to fetch a cachable reference data
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Carl Schwan de23ff38ff Move avatar clearing in the background
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years ago
Vincent Petry 7622fdfce3
Remove unneeded and problematic vue-cli-plugin-unit-test
It was causing issues during dependency upgrades and wasn't really used
except for its preset definition.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years ago
dependabot[bot] 9de77ccf0e
Bump moment from 2.29.2 to 2.29.4
Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.2...2.29.4)

---
updated-dependencies:
- dependency-name: moment
  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>
2 years ago
Joas Schilling 8eb03e712a
Merge pull request #33887 from nextcloud/dependabot/npm_and_yarn/moment-timezone-0.5.37
Bump moment-timezone from 0.5.34 to 0.5.37
2 years ago
Vincent Petry f122bac520
Merge pull request #34247 from nextcloud/dependabot/npm_and_yarn/nth-check-and-vue/cli-service-2.1.1
Bump nth-check and @vue/cli-service
2 years ago
Simon L 4a034acc5d
Merge pull request #34249 from nextcloud/bugfix/noid/reference-public
Move Reference class to public namespace
2 years ago
Joas Schilling 042474bb12
Add since
Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years ago
Carl Schwan 671c36506a
Merge pull request #34222 from nextcloud/fix/install-page
Fix install page
2 years ago
Julius Härtl f69151e626
Move Reference class to public namespace
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Joas Schilling 2acf9ffafe
Ignore invalid share types
Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years ago
dependabot[bot] 3d716fa6b4
Bump nth-check and @vue/cli-service
Bumps [nth-check](https://github.com/fb55/nth-check) and [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service). These dependencies needed to be updated together.

Updates `nth-check` from 1.0.2 to 2.1.1
- [Release notes](https://github.com/fb55/nth-check/releases)
- [Commits](https://github.com/fb55/nth-check/compare/v1.0.2...v2.1.1)

Updates `@vue/cli-service` from 4.5.17 to 5.0.8
- [Release notes](https://github.com/vuejs/vue-cli/releases)
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-cli/commits/v5.0.8/packages/@vue/cli-service)

---
updated-dependencies:
- dependency-name: nth-check
  dependency-type: indirect
- dependency-name: "@vue/cli-service"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Joas Schilling 2f1538256a
Recompile
Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years ago
Joas Schilling 1993db5473
Bump moment-timezone from 0.5.34 to 0.5.37
Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.34 to 0.5.37.
- [Release notes](https://github.com/moment/moment-timezone/releases)
- [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md)
- [Commits](https://github.com/moment/moment-timezone/compare/0.5.34...0.5.37)

---
updated-dependencies:
- dependency-name: moment-timezone
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years ago
Nextcloud bot ec8e0f9bf6
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago
Nextcloud bot 7dd472dda4
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago
Vincent Petry d358efc7f9 Fix install page
- Use normal labels instead of hiding them
- Fix position of the eye button (this is still very hacky)
- Define width on the box and not on the text fields

This really needs to be ported to vue

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years ago
John Molakvoæ b8912153db
Merge pull request #34210 from nextcloud/fix/theming
Fixing missing theming variables
2 years ago
John Molakvoæ 6a8b189be5
Merge pull request #34220 from nextcloud/fix-php-cs-setup
Make phpcs happy and remove unused setup thing
2 years ago
John Molakvoæ c579fcbb08
Merge pull request #34231 from nextcloud/fix/node-workflow-error
Fix node workflow error on master
2 years ago
Nextcloud bot b974d504c3
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago