Louis Chemineau
6da48df354
Restore copy button text on directory fetch error
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-02-09 11:05:42 +01:00
Christopher Ng
8f632722c8
Fix compilation of Vue 2.7 features
...
- Bump vue-loader from 15.9.8 to 15.10.1
- Fix contacts menu styles
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-02-08 17:43:34 -08:00
Christopher Ng
03c9537930
Port profile visibility select
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-02-08 00:23:23 +00:00
Christopher Ng
3b61e380ea
Drop vue-clipboard2 to fix copy to clipboard
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit edcf675e6e )
2023-02-02 16:36:18 -08:00
Christopher Ng
785f351d10
Fix user status message input
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit 5ab35aaa7a )
2023-02-01 15:20:59 -08:00
Joas Schilling
5511f4f5fb
chore(js): Recompile
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
(cherry picked from commit 19aa254bb9 )
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-01-27 14:14:42 -08:00
Christopher Ng
ad12f75798
Fix focus not returning to search icon
...
- Remove programmatic focusing already handled by focus-trap
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-01-26 23:58:57 +00:00
Pytal
37ebbea82a
Merge pull request #36339 from nextcloud/backport/36055/stable25
...
[stable25] Port files sharing selector
2023-01-25 18:23:15 -08:00
Simon L
f8812c747f
Merge pull request #36344 from nextcloud/backport/36326/stable25
...
[stable25] don't translate a variable
2023-01-25 20:59:56 +01:00
nextcloud-command
8cc9681962
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-01-25 18:34:27 +00:00
Simon L
c13aa49b0c
don't translate a variable
...
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-01-25 18:28:45 +00:00
julia.kirschenheuter
68ae7d076e
Replace custom tooltips with native ones in users page
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-01-25 10:24:55 +01:00
Christopher Ng
2f4f019378
Bump @nextcloud/vue to v7.5.0
...
- Set webpack config `resolve.fallback.assert` to `false` to fix build error:
```
Module not found: Error: Can't resolve 'assert'
BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
This is no longer the case. Verify if you need this module and configure a polyfill for it.
If you want to include a polyfill, you need to:
- add a fallback 'resolve.fallback: { "assert": require.resolve("assert/") }'
- install 'assert'
If you don't want to include a polyfill, you can use an empty module like this:
resolve.fallback: { "assert": false }
```
Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit 2f8fb24828 )
2023-01-24 08:57:15 -08:00
Louis
4e6d1cb67a
Merge pull request #36082 from nextcloud/backport/35903/stable25
...
[stable25] Replace custom tooltips with native ones in apps page
2023-01-24 10:34:25 +01:00
nextcloud-command
f71a8b85a2
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-01-23 11:54:40 +00:00
julia.kirschenheuter
9561d3ca41
Replace custom tooltips with native ones in apps page
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-01-20 15:41:00 +01:00
Julia Kirschenheuter
3ed44aa345
Merge pull request #36044 from nextcloud/backport/35655/stable25
...
[stable25] Replace custom tooltips with native one in vue components and views
2023-01-20 11:13:36 +01:00
julia.kirschenheuter
13355cb72c
Replace custom tooltips with native one in vue components and views
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-01-20 09:56:57 +01:00
julia.kirschenheuter
d2e50baf29
Replace custom tooltips with native tooltips
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-01-20 09:32:32 +01:00
Vincent Petry
b695bacadf
Merge pull request #36106 from nextcloud/backport/36074/stable25
...
[stable25] Fix inability to re-enter share password after invalid input
2023-01-19 17:43:20 +01:00
Vincent Petry
c27134ff19
Merge pull request #36236 from nextcloud/backport/36203/stable25
...
[stable25] Port global search menu to focus trapped NcHeaderMenu
2023-01-19 17:41:53 +01:00
Christopher Ng
50867ff50a
Fix inability to re-enter share password after invalid input
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit de7b7d3313 )
2023-01-19 10:07:57 +01:00
Christopher Ng
3a49400944
Port global search menu to focus trapped NcHeaderMenu
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-01-19 07:44:37 +00:00
Christopher Ng
29ca007380
Add visible share label
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-01-18 16:12:55 -08:00
Pytal
1ee7bc3250
Merge pull request #36129 from nextcloud/backport/36056/stable25
...
[stable25] Differentiate share links
2023-01-18 16:08:35 -08:00
Christopher Ng
de874ec4d7
Differentiate share links
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit f09300b343 )
2023-01-18 15:14:07 -08:00
Christopher Ng
6f3a0e2e91
Focus trap contacts menu with NcHeaderMenu port
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-01-18 15:06:57 -08:00
Vincent Petry
b6d850d25e
Merge pull request #36179 from nextcloud/backport/36093/stable25
...
[stable25] Improve password generation for link shares
2023-01-18 12:02:32 +01:00
Vincent Petry
2aad203c99
Improve password generation for link shares
...
Use web crypto when generating password for link shares
whenever the password policy app is disabled.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-01-17 00:22:15 +00:00
Joas Schilling
0749d5f65a
Revert "[stable25] Allow keyup enter in user status"
2023-01-14 03:23:28 +01:00
Joas Schilling
8a0927cbc2
fix(user_status): Allow to use enter to complete characters without automatically closing the modal
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-01-13 07:45:54 +00:00
zorn-v
0b6344ea37
Remove js navigation on alternative login click
...
Signed-off-by: zorn-v <zorn7@yandex.ru>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-01-10 23:59:46 +00:00
Christopher Ng
9bcfa5ecba
Fix default phone region validation
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-01-05 09:32:42 +00:00
Joas Schilling
4694287410
Merge pull request #36007 from nextcloud/backport/35667/stable25
...
[stable25] Allow target="_blank" in app navigation items
2023-01-05 10:09:50 +01:00
Joas Schilling
06a711e712
Recompile
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-05 07:42:21 +01:00
Vincent Petry
aeaed20a6d
Bump @nextcloud/vue from 7.2.0 to 7.3.0
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-01-05 01:13:57 +00:00
Vincent Petry
0e8ce69e16
Merge pull request #35904 from nextcloud/backport/35785/stable25
...
[stable25] Replace custom tooltips with native one for files sharing
2023-01-04 16:34:45 +01:00
Simon L
d072a5201d
appsidebar should be compact when opened on small heights
...
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-01-04 12:16:11 +00:00
Joas Schilling
f2d4c42260
Update the user status dashboard widget and fix the icon color
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-02 17:39:37 +01:00
Julius Härtl
24d378d654
Merge pull request #35848 from nextcloud/backport/35836/stable25
...
[stable25] fix: remove other shares from ui when deleted
2023-01-02 17:18:14 +01:00
julia.kirschenheuter
101989ae65
Replace custom tooltips with native ones in files_sharing
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2022-12-28 13:54:40 +00:00
Max
2e53ca44a6
fix: remove other shares from ui when deleted
...
Remove the share entry in question
when unsharing a folder
from within the `others with access` section
of a file within that folder.
Using the code from the ShareList view here as well.
Just copying the code here as this is a bugfix
that will need to be backported.
Signed-off-by: Max <max@nextcloud.com>
2022-12-22 18:26:47 +01:00
julia.kirschenheuter
055f4217c8
Change focused items behavior that neighbor elements (text and border) have no overlapping.
...
Add native tooltips to items.
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-12-22 15:31:19 +01:00
julia.kirschenheuter
8959504d7d
Adapt router.js for setting document title
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-12-22 08:29:09 +01:00
Vincent Petry
9f69920973
Merge pull request #35551 from nextcloud/backport/35530/stable25
...
[stable25] Bump @nextcloud/vue to 7.1.0
2022-12-20 17:13:51 +01:00
Vincent Petry
365145a99f
Merge pull request #35467 from nextcloud/backport/35257/stable25
...
[stable25] Set page titel for each sidebar section through User management pages
2022-12-16 17:01:09 +01:00
Vincent Petry
87e9ef0763
Merge pull request #35480 from nextcloud/backport/35455/stable25
...
[stable25] Change header semantic in the user status dialog
2022-12-16 16:59:56 +01:00
Vincent Petry
8bda44f38c
Merge pull request #35497 from nextcloud/backport/35494/stable25
...
[stable25] Remove old code from comment to not trigger automatic scanners more than needed
2022-12-16 16:59:25 +01:00
Christopher Ng
5d673fb0c7
Bump @nextcloud/vue to 7.1.0
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-12-16 16:53:04 +01:00
Vincent Petry
9ecaf9bc5b
Merge pull request #35673 from nextcloud/stable25-update-handlebars-loader
...
[stable25] Update handlebars-loader to 1.7.3
2022-12-16 16:30:25 +01:00