Commit Graph

71370 Commits (478c8ca030333bb1e9d12a1020ec155488bafa65)
 

Author SHA1 Message Date
Arthur Schiwon 478c8ca030
Merge pull request #42123 from nextcloud/release/28.0.0_rc4
28.0.0 RC4
6 months ago
Arthur Schiwon e76713ba74
Merge pull request #42119 from nextcloud/backport/42115/stable28
[stable28] chore(deps): Update openapi-extractor
6 months ago
Arthur Schiwon e989cc6867
28.0.0 RC4
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
6 months ago
John Molakvoæ 25cda7cb5a
Merge pull request #42113 from nextcloud/backport/42100/stable28 6 months ago
John Molakvoæ 46b6966f35
Merge pull request #42122 from nextcloud/backport/42093/stable28 6 months ago
John Molakvoæ 8b5a4449c8 fix(l10n): fix translations for init scripts
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
6 months ago
jld3103 0f320e352f
chore(deps): Update openapi-extractor
Signed-off-by: jld3103 <jld3103yt@gmail.com>
6 months ago
Grigorii K. Shartsev 1adffd4284 fix(core): add translations on the login page
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
6 months ago
Nextcloud bot cd428124ff
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
6 months ago
Arthur Schiwon 3ac0dec6fb
Merge pull request #41966 from nextcloud/release/28.0.0_rc3
28.0.0 RC3
6 months ago
Arthur Schiwon 4a77f2814f
Merge pull request #42103 from nextcloud/fix/stable28-reference-picker
[stable28]  fix: Adjust reference picker code for the vue based FilePicker
6 months ago
Ferdinand Thiessen 6ea6048d51 chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
6 months ago
Ferdinand Thiessen c3907dce86 fix(files): Adjust reference picker for new vue file picker
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
6 months ago
Arthur Schiwon ceb3975fd9
Merge pull request #42105 from nextcloud/42101-stable28-backport
[stable28] Change global search UI text to unified search
6 months ago
Louis 1675c79dce
Merge pull request #41983 from nextcloud/automated/noid/stable28-fix-npm-audit
[stable28] Fix npm audit
6 months ago
nextcloud-command a90844ed66 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
6 months ago
fenn-cs 050a0bf74d Change global search UI text to unified search
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
6 months ago
Louis 0697900bf2
Merge pull request #42076 from nextcloud/backport/42067/stable28
[stable28] Fix some silent share bugs
6 months ago
Andy Scherzinger 17696ac3d8
Merge pull request #42089 from nextcloud/backport/42077/stable28
[stable28] enh(a11y): Add navigation labels
6 months ago
Andy Scherzinger d147641484
Merge pull request #42088 from nextcloud/backport/42055/stable28
[stable28] enh(NavigationManager): Use ID as fallback for `app` property of entries
6 months ago
Joas Schilling 95f82d79cb
Merge pull request #42087 from nextcloud/backport/42001/stable28
[stable28] fix(dav): Improve handling and logging of bulk upload failures
6 months ago
Joas Schilling 24606a9d70
Merge pull request #42082 from nextcloud/backport/41937/stable28
[stable28] fix(bruteforce-protection): Don't throw a 500 when MaxDelayReached is…
6 months ago
Joas Schilling 475d2b2dc8
chore(assets): Recompile JS
Signed-off-by: Joas Schilling <coding@schilljs.com>
6 months ago
Christopher Ng b4bc7f394e enh(settings): Add apps and user management navigation labels
Signed-off-by: Christopher Ng <chrng8@gmail.com>
6 months ago
Christopher Ng 4ad7360348 enh(files): Add files navigation label
Signed-off-by: Christopher Ng <chrng8@gmail.com>
6 months ago
Ferdinand Thiessen b82a7d6102 enh(NavigationManager): Use ID as fallback for `app` property of entries
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
6 months ago
Andy Scherzinger f4275c2629 28.0.0 RC3
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
6 months ago
Andy Scherzinger 13f0badf19
Merge pull request #42073 from nextcloud/backport/42062/stable28
[stable28] Correct semantics for link opening in global search
6 months ago
nextcloud-command 06eda7ab6c chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
6 months ago
fenn-cs 8a67fc44c9 Remove `newPassword` from share model, if disabled
It's important to delete the `newPassword` prop from the share
 model, if the user unchecks the isPasswordProtected checkbox.

This clearer and allows for the unchecking to actually work as
`this.$set()` fails with the falsy value `''`.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
6 months ago
fenn-cs 9c67ae4ec1 Create element reference inside $nextTick()
Accessing `this.$refs.shareList` outside $nextTick()
 could lead to the holder (`listComponent`) being undefined
 as the ref is yet to exist.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
6 months ago
Joas Schilling e8492bc8e1 fix(dav): Improve handling and logging of bulk upload failures
Signed-off-by: Joas Schilling <coding@schilljs.com>
6 months ago
Joas Schilling 705f2365ac fix(bruteforce-protection): Don't throw a 500 when MaxDelayReached is thrown
Signed-off-by: Joas Schilling <coding@schilljs.com>
6 months ago
Simon L d9abfa002d
Merge pull request #42058 from nextcloud/backport/42031/stable28 6 months ago
Julius Härtl 9894a22a8f
Merge pull request #42074 from nextcloud/backport/41944/stable28 6 months ago
Simon L 26b927251e fix look of personal global credentials settings
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
6 months ago
Nextcloud bot 252477fbd6
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
6 months ago
Ferdinand Thiessen 01db5d200d
Merge pull request #42069 from nextcloud/backport/41948/stable28
[stable28] fix(theming): Adjust dark theme to be accessible adjust cypress tests
6 months ago
Julius Härtl b9e7ec4bb9 fix: Properly fetch version from shared files by accessing the owner storage version
Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 months ago
Ferdinand Thiessen 465f2169c7
Merge pull request #42071 from nextcloud/fix/stable28/files-handle-drop-folders-correctly
[stable28] fix(files): Correctly handle dropping folders on file list
6 months ago
nextcloud-command 9ba949354d chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
6 months ago
fenn-cs a728bcde43 Correct semantics for link opening in global search
Following the update of `NcListItem` to allow control over
 where and how passed `hrefs` open, the search result component
 can now make use of these props.

See : https://github.com/nextcloud-libraries/nextcloud-vue/pull/4923

Resolves :  #41800

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
6 months ago
Ferdinand Thiessen c7ea556bfb fix(theming): Adjust dark theme to be accessible adjust cypress tests
Also fix warning text color for bright / default theme on blurry background

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
6 months ago
nextcloud-command 05df9ac57e chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
6 months ago
Ferdinand Thiessen 5700db2061 fix(files): Correctly handle dropping folders on file list
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
6 months ago
Joas Schilling 0577c9a103
Update .drone.yml signature
Signed-off-by: Joas Schilling <coding@schilljs.com>
6 months ago
Ferdinand Thiessen dce63cef71
Merge pull request #42057 from nextcloud/backport/stable28-dialogs
[stable28] chore: Update `@nextcloud/dialogs` to version 5.0.3
6 months ago
Joas Schilling 330ab5f53a
Merge pull request #42050 from nextcloud/backport/42044/stable28
[stable28] Fix AppSettingsController.php overwriting currentLanguage
6 months ago
Ferdinand Thiessen 9e0b231ee9
chore: Update `@nextcloud/dialogs` to version 5.0.3
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
6 months ago
1 Man Projects 7c40700491 Fix AppSettingsController.php overwriting currentLanguage
Fix for CurrentLanguage being overwritten by currentVersion thus breaking App-View

Signed-off-by: 1 Man Projects <reed@1manprojects.de>
6 months ago