summaryrefslogtreecommitdiffstats
path: root/dist
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #35551 from nextcloud/backport/35530/stable25Vincent Petry2022-12-202-3/+3
|\ | | | | [stable25] Bump @nextcloud/vue to 7.1.0
| * Bump @nextcloud/vue to 7.1.0Christopher Ng2022-12-162-3/+3
| | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #35467 from nextcloud/backport/35257/stable25Vincent Petry2022-12-165-6/+76
|\ \ | | | | | | [stable25] Set page titel for each sidebar section through User management pages
| * | Adapt router.js for setting document title.julia.kirschenheuter2022-12-165-6/+76
| | | | | | | | | | | | | | | | | | | | | | | | Adapt store to store Promise for dynamic requested categories. Create new constants file to store category name with associated translation. Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #35480 from nextcloud/backport/35455/stable25Vincent Petry2022-12-164-6/+6
|\ \ \ | | | | | | | | [stable25] Change header semantic in the user status dialog
| * | | Change header semantic in the user status dialogjulia.kirschenheuter2022-11-294-6/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | Merge pull request #35497 from nextcloud/backport/35494/stable25Vincent Petry2022-12-162-3/+3
|\ \ \ \ | |_|_|/ |/| | | [stable25] Remove old code from comment to not trigger automatic scanners more than needed
| * | | Compile assetsnextcloud-command2022-11-292-3/+3
| |/ / | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #35673 from nextcloud/stable25-update-handlebars-loaderVincent Petry2022-12-162-3/+3
|\ \ \ | |_|/ |/| | [stable25] Update handlebars-loader to 1.7.3
| * | Update handlebars-loader to 1.7.3Vincent Petry2022-12-082-3/+3
| |/ | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Add success popup message for copying share linksChristopher Ng2022-12-132-3/+3
| | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 08e15308cbb2e0dd3beefe4707de603d0af047fc)
* | Merge pull request #35688 from nextcloud/backport/35529/stable25Pytal2022-12-122-3/+3
|\ \ | | | | | | [stable25] Improve verbosity of search description
| * | Improve verbosity of search descriptionChristopher Ng2022-12-132-3/+3
| | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Show success on share actionsChristopher Ng2022-12-132-3/+3
|/ / | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Compile assetsnextcloud-command2022-12-094-6/+6
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Fix contrast of global search headingsChristopher Ng2022-12-082-3/+3
|/ | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 29b1748e2c1114aeac41dbe93043a022d6c54a34)
* Merge pull request #35414 from nextcloud/backport/35399/stable25Simon L2022-11-252-3/+3
|\ | | | | [stable25] Fix share admin page
| * Fix share admin pageCarl Schwan2022-11-242-3/+3
| | | | | | | | | | | | | | arrow function don't work that well with jquery Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Simon L <szaimen@e.mail.de>
* | Merge pull request #35390 from nextcloud/backport/35370/stable25Simon L2022-11-252-3/+3
|\ \ | |/ |/| [stable25] Fix UX of renaming token
| * Fix UX of renaming tokenCarl Schwan2022-11-242-3/+3
| | | | | | | | | | | | | | Now this get's instant applied and escaping will reset to the previous state Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #35404 from nextcloud/backport/34642/stable25Simon L2022-11-244-6/+6
|\ \ | | | | | | [stable25] Revert minimum length for tags
| * | Compile core-systemtags.js and systemtags-systemtags.jsDaniel Kesselberg2022-11-244-6/+6
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | CompileVincent Petry2022-11-242-3/+3
|/ / | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Merge pull request #35375 from nextcloud/backport/35350/stable25Simon L2022-11-242-3/+3
|\ \ | |/ |/| [stable25] Fix user settings layout
| * update vue to v7.1.0-beta.2root2022-11-242-3/+3
| | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #35382 from nextcloud/backport/35272/stable25blizzz2022-11-242-3/+3
|\ \ | | | | | | [stable25] Add label to sharing search field
| * | Add label to sharing search fieldChristopher Ng2022-11-242-3/+3
| |/ | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #35085 from nextcloud/backport/35054/stable25blizzz2022-11-243-3/+25
|\ \ | | | | | | [stable25] Fix HTML entities not decoded in comment just added
| * | Compile assetsnextcloud-command2022-11-243-3/+25
| |/ | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* / Allow single character search by defaultChristopher Ng2022-11-242-3/+3
|/ | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix mentions rendering in comment editorLouis Chemineau2022-11-232-3/+3
| | | | | | NcRichContentEditable needs an index of users to properly display them. This commit adds a caching logic and provides it to NcRichContentEditable. Signed-off-by: Louis Chemineau <louis@chmn.me>
* Update @nextcloud/dialogs@ and fix toasts stylingSimon L2022-11-2252-78/+78
| | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #35237 from nextcloud/backport/35186/stable25Christoph Wurst2022-11-182-3/+3
|\ | | | | [stable25] Fix missing native submit type from OAuth client add button
| * Fix missing native submit type from OAuth client add buttonChristoph Wurst2022-11-172-3/+3
| | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #35235 from nextcloud/backport/35227/stable25Simon L2022-11-174-6/+6
|\ \ | | | | | | [stable25] Limit toggle grid view button scope
| * | Limit toggle grid view button scopeVincent Petry2022-11-174-6/+6
| |/ | | | | | | | | | | | | | | Limit the button action scope to the file picker dialog so that it doesn't touch the file list present in the page. Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* / Close global search menu when focus leavesChristopher Ng2022-11-172-3/+3
|/ | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix date handling and savingJohn Molakvoæ2022-11-162-3/+3
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix settings for setting default expiration dateVincent Petry2022-11-162-3/+3
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Merge pull request #35191 from nextcloud/backport/35029/stable25Pytal2022-11-152-3/+3
|\ | | | | [stable25] Fix AppMenu icons for firefox
| * Compile assetsnextcloud-command2022-11-162-3/+3
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Compile assetsnextcloud-command2022-11-162-3/+3
|/ | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Bump @nextcloud/vue to 7.1.0-beta0John Molakvoæ2022-11-155-6/+16
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> (cherry picked from commit 7cc6f63e5721a8b4a5a6fcea1677f9441a374b3d)
* Compile assetsnextcloud-command2022-11-152-3/+3
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix top margin in empty versions listRichard Steinmetz2022-11-102-3/+3
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* Compile assetsnextcloud-command2022-11-082-3/+3
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Compile assetsnextcloud-command2022-11-072-3/+3
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #34862 from nextcloud/backport/34785/stable25Vincent Petry2022-11-044-6/+6
|\ | | | | [stable25] Fix disabled federated scope
| * Fix disabled federated scopeChristopher Ng2022-10-284-6/+6
| | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Fix visibility of internal expire dateVincent Petry2022-11-022-3/+3
|/ | | | | | | Fixed visibility of the expiration date field for internal shares by aligning the logic with the one from the public link shares. Signed-off-by: Vincent Petry <vincent@nextcloud.com>