Commit Graph

66334 Commits (2d4cb2aeab123592d6a8c81269bfe4799d88f9ae)
 

Author SHA1 Message Date
Christopher Ng 2d4cb2aeab Remove extraneous Node.js core module dependencies
- buffer and stream-browserify are already provided by node-polyfill-webpack-plugin

Signed-off-by: Christopher Ng <chrng8@gmail.com>
1 year ago
Pytal abaf6cd3a4
Merge pull request #36813 from nextcloud/deps/nextcloud/vue-7.7.0 1 year ago
Christopher Ng 12571079fc Bump @nextcloud/vue from 7.5.0 to 7.7.0
- Add node-polyfill-webpack-plugin to polyfill Node.js core modules

Signed-off-by: Christopher Ng <chrng8@gmail.com>
1 year ago
Julius Härtl 00a7478d8d
Merge pull request #36807 from nextcloud/fix/noid/missing-cached-reference-image-mimetype
Avoid getting null mimetype when getting reference preview
1 year ago
John Molakvoæ 5b86ebd237
Merge pull request #36814 from nextcloud/bugfix/noid/validate-scope-when-validating-operation 1 year ago
Joas Schilling 15fc42966c
Also check the scope when reading operations from the database
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 year ago
Joas Schilling c6700150d5
Validate the scope when validating operations
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 year ago
Nextcloud bot 1d211a4b89
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 year ago
Julien Veyssier 01cefbd6d6
[reference preview] fix getting null mimetype if the cached reference lacks an image content type
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
1 year ago
Nextcloud bot 710c593d53
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 year ago
max-nextcloud 926f795df1
Merge pull request #36799 from nextcloud/ci/autoloader-update
fix: Update autoloader after #36792
1 year ago
Julius Härtl d85d40599b
fix: Update autoloader after #36792
Signed-off-by: Julius Härtl <jus@bitgrid.net>
1 year ago
Côme Chilliet 18c4761ab0
Merge pull request #36795 from nextcloud/fix/remove-erronous-parentheses-in-in-clause
Avoid extra parenthesis around SQL in IN expressions
1 year ago
Julien Veyssier a7892881a3
Merge pull request #36792 from nextcloud/enh/noid/add-before-group-changed-event
New BeforeGroupChangedEvent before setDisplayName on groups
1 year ago
Robin Appelman 8bc9e23de5
Merge pull request #36428 from nextcloud/disable-db-user-create
add option to disable db user creation trough environment variable
1 year ago
Daniel c6c512a19d
Merge pull request #34375 from nextcloud/fix/trashbin-uid
fix(dav) Handle Calendar trashbin UID conflicts by removing the deleted calendar object
1 year ago
Robin Appelman b923310580
add option to disable db user creation trough environment variable
Signed-off-by: Robin Appelman <robin@icewind.nl>
1 year ago
Côme Chilliet 74811813e7 Avoid extra parenthesis around SQL in IN expressions
The expression builder already suround the SQL with parenthesis when
 using in(), so we must not add another pair, this confuses at least
 sqlite.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 year ago
Côme Chilliet 5fcb55a2a9
Merge pull request #36793 from nextcloud/revert-36786-automated/noid/master-update-psalm-baseline
Revert "[master] Update psalm-baseline.xml"
1 year ago
Côme Chilliet fc9f1c2b92
Revert "[master] Update psalm-baseline.xml" 1 year ago
Julien Veyssier d9925806eb
dispatch new BeforeGroupChangedEvent before setDisplayName on groups
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
1 year ago
Daniel daff01241a
Merge pull request #36782 from nextcloud/chore/deps/declare-openssl-dep
chore(deps): Declare ext-openssl as required
1 year ago
Daniel fdd5ea1d1f
Merge pull request #36786 from nextcloud/automated/noid/master-update-psalm-baseline
[master] Update psalm-baseline.xml
1 year ago
Louis b2d283ba1f
Merge pull request #36748 from nextcloud/artonge/fix/encrypted_shared_folder
Encrypted-shared folders should use the encrypted icon
1 year ago
Anna 13ef475a0a
Merge pull request #36788 from nextcloud/revert-36589-enh/perf-remove-icache
Revert "fix(performance): Do not set up filesystem on every call"
1 year ago
Joas Schilling 98ed72b3ed
Revert "fix(performance): Do not set up filesystem on every call" 1 year ago
nextcloud-command 0c17c528d1 Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
1 year ago
Nextcloud bot 93e703bbfc
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 year ago
Julius Härtl 21f9688c70
Merge pull request #36287 from nextcloud/feat/switch-pkg-l10n
Deprecate and cleanup `OC.L10N` in favor of `@nextcloud/l10n`
1 year ago
nextcloud-command bfad19c09d Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
1 year ago
Simon L 3204f97d5e
Merge pull request #36759 from sgolovan/master
Fix integer overflow on 32-bit systems when testing free space for wr…
1 year ago
Louis Chemineau c09d4d3313 Encrypted and shared folders should use the encrypted icon
Signed-off-by: Louis Chemineau <louis@chmn.me>
1 year ago
Ferdinand Thiessen c97137e434 fix(jsunit): Modify `OC.L10N` tests as it does not depend on `OC.` anymore
Meaning we can not stub `getLocale` but must override the document attribute instead.

Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
1 year ago
Ferdinand Thiessen cdc3848345 Deprecate OC.L10N functions in favor of translation functions from `@nextcloud/l10n`
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
1 year ago
Christoph Wurst 04578bc7ed
chore(deps): Declare ext-openssl as required
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
1 year ago
Julius Härtl 7858b8313a
Merge pull request #36727 from nextcloud/enh/file-id-direct-editing
feat(directediting): Allow opening by file id
1 year ago
Ferdinand Thiessen 7e3372cd92 Drop `OC.addTranslations` deprecated since NC17 and not used by any NC app
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
1 year ago
Julius Härtl 95eeba83b6
Merge pull request #36780 from nextcloud/bugfix/noid/console-error-share-auth 1 year ago
Julius Härtl 614981ae9a
feat(directediting): Allow opening by file id
Signed-off-by: Julius Härtl <jus@bitgrid.net>
1 year ago
Anna 6bb0985e59
Merge pull request #31859 from max65482/fix_group_share
Fix: Birthday calendar issue with shared calendars
1 year ago
Joas Schilling c550acae62
Merge pull request #36653 from nextcloud/bugfix/noid/more-defensive-old-token-handling
fix(authentication): Handle null or empty string password hash
1 year ago
Maximilian Martin 245351fdae assign group share value
Signed-off-by: Maximilian Martin <maximilian_martin@gmx.de>
1 year ago
Sergei Golovan 1cb50c5afa Fix integer overflow on 32-bit systems when testing free space for writing a config file. 1 year ago
Julius Härtl 4cebfa95e6
fix: Fix loading styles from core/css/
Signed-off-by: Julius Härtl <jus@bitgrid.net>
1 year ago
Julius Härtl f3d3dfa075
fix: Avoid throwing errors on public auth page
Signed-off-by: Julius Härtl <jus@bitgrid.net>
1 year ago
Julius Härtl bba3a1ccf0
Merge pull request #36589 from nextcloud/enh/perf-remove-icache 1 year ago
Nextcloud bot ad6eb808c7
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 year ago
Nextcloud bot d01154d363
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 year ago
Nextcloud bot 510e090a0d
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 year ago
Julius Härtl 3bdf3322ec
fix: Use passed LazyFolder when building sabre nodes
Signed-off-by: Julius Härtl <jus@bitgrid.net>
1 year ago