summaryrefslogtreecommitdiffstats
path: root/dist
Commit message (Collapse)AuthorAgeFilesLines
...
* Convert tag ids to numberRobin Windey2023-02-282-3/+3
| | | | | | | Fix for #35645 Signed-off-by: GitHub <noreply@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Add name for home breadcrumb in filepickerChristopher Ng2023-02-264-6/+6
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Add focus border for search resultsChristopher Ng2023-02-242-3/+3
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Port user menu to VueChristopher Ng2023-02-249-12/+14
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit c77998209f779dfccd86afeeafd43a7bbd886ff2)
* Compile assetsnextcloud-command2023-02-244-6/+6
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix too long entries in contacts-menuSimon L2023-02-162-3/+3
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Restore copy button text on directory fetch errorLouis Chemineau2023-02-094-6/+6
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix compilation of Vue 2.7 featuresChristopher Ng2023-02-0874-111/+111
| | | | | | | - Bump vue-loader from 15.9.8 to 15.10.1 - Fix contacts menu styles Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Port profile visibility selectChristopher Ng2023-02-082-3/+3
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Drop vue-clipboard2 to fix copy to clipboardChristopher Ng2023-02-026-9/+9
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit edcf675e6e0e8ab1388e6bccc7f00b9dffa0dc91)
* Fix user status message inputChristopher Ng2023-02-014-6/+6
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 5ab35aaa7a6d09750637ed294d436aef1110650a)
* chore(js): RecompileJoas Schilling2023-01-274-6/+6
| | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> (cherry picked from commit 19aa254bb960805d27ca93f36f1413d3dd7dbfa2) Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix focus not returning to search iconChristopher Ng2023-01-262-3/+3
| | | | | | | - 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>
* Merge pull request #36339 from nextcloud/backport/36055/stable25Pytal2023-01-254-6/+6
|\ | | | | [stable25] Port files sharing selector
| * Compile assetsnextcloud-command2023-01-254-6/+6
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #36344 from nextcloud/backport/36326/stable25Simon L2023-01-252-3/+3
|\ \ | | | | | | [stable25] don't translate a variable
| * | don't translate a variableSimon L2023-01-252-3/+3
| |/ | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* / Replace custom tooltips with native ones in users pagejulia.kirschenheuter2023-01-254-6/+6
|/ | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Bump @nextcloud/vue to v7.5.0Christopher Ng2023-01-2461-118/+174
| | | | | | | | | | | | | | | | | | | - 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 2f8fb24828684d0e489dd235876140b4e9381d76)
* Merge pull request #36082 from nextcloud/backport/35903/stable25Louis2023-01-244-6/+6
|\ | | | | [stable25] Replace custom tooltips with native ones in apps page
| * Replace custom tooltips with native ones in apps pagejulia.kirschenheuter2023-01-204-6/+6
| | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | Compile assetsnextcloud-command2023-01-232-3/+3
|/ | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #36044 from nextcloud/backport/35655/stable25Julia Kirschenheuter2023-01-202-3/+3
|\ | | | | [stable25] Replace custom tooltips with native one in vue components and views
| * Replace custom tooltips with native one in vue components and viewsjulia.kirschenheuter2023-01-202-3/+3
| | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | Replace custom tooltips with native tooltipsjulia.kirschenheuter2023-01-2016-24/+24
|/ | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Merge pull request #36106 from nextcloud/backport/36074/stable25Vincent Petry2023-01-192-3/+3
|\ | | | | [stable25] Fix inability to re-enter share password after invalid input
| * Fix inability to re-enter share password after invalid inputChristopher Ng2023-01-192-3/+3
| | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit de7b7d3313913150364645d1ed51c569fb37d1da)
* | Merge pull request #36236 from nextcloud/backport/36203/stable25Vincent Petry2023-01-195-8/+6
|\ \ | |/ |/| [stable25] Port global search menu to focus trapped NcHeaderMenu
| * Port global search menu to focus trapped NcHeaderMenuChristopher Ng2023-01-195-8/+6
| | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Add visible share labelChristopher Ng2023-01-182-3/+3
|/ | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #36129 from nextcloud/backport/36056/stable25Pytal2023-01-182-3/+3
|\ | | | | [stable25] Differentiate share links
| * Differentiate share linksChristopher Ng2023-01-182-3/+3
| | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit f09300b343ab7e369265543bce7dc80df0942ab1)
* | Focus trap contacts menu with NcHeaderMenu portChristopher Ng2023-01-187-9/+11
|/ | | | | | | 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>
* Merge pull request #36179 from nextcloud/backport/36093/stable25Vincent Petry2023-01-182-3/+3
|\ | | | | [stable25] Improve password generation for link shares
| * Improve password generation for link sharesVincent Petry2023-01-172-3/+3
| | | | | | | | | | | | | | | | 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>
| * Revert "[stable25] Allow keyup enter in user status"Joas Schilling2023-01-144-6/+6
| |
| * fix(user_status): Allow to use enter to complete characters without ↵Joas Schilling2023-01-134-6/+6
| | | | | | | | | | | | | | automatically closing the modal Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Remove js navigation on alternative login clickzorn-v2023-01-102-3/+3
|/ | | | | Signed-off-by: zorn-v <zorn7@yandex.ru> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix default phone region validationChristopher Ng2023-01-052-3/+3
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #36007 from nextcloud/backport/35667/stable25Joas Schilling2023-01-052-3/+3
|\ | | | | [stable25] Allow target="_blank" in app navigation items
| * RecompileJoas Schilling2023-01-052-3/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Bump @nextcloud/vue from 7.2.0 to 7.3.0Vincent Petry2023-01-052-3/+3
| | | | | | | | | | | | 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>
* | Merge pull request #35904 from nextcloud/backport/35785/stable25Vincent Petry2023-01-044-6/+6
|\ \ | |/ |/| [stable25] Replace custom tooltips with native one for files sharing
| * Replace custom tooltips with native ones in files_sharingjulia.kirschenheuter2022-12-284-6/+6
| | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | appsidebar should be compact when opened on small heightsSimon L2023-01-042-3/+3
| | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Update the user status dashboard widget and fix the icon colorJoas Schilling2023-01-027-31/+13
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #35848 from nextcloud/backport/35836/stable25Julius Härtl2023-01-022-3/+3
|\ \ | |/ |/| [stable25] fix: remove other shares from ui when deleted
| * fix: remove other shares from ui when deletedMax2022-12-222-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Change focused items behavior that neighbor elements (text and border) have ↵julia.kirschenheuter2022-12-222-3/+3
|/ | | | | | | | | 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>
* Adapt router.js for setting document titlejulia.kirschenheuter2022-12-222-3/+3
| | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>