summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #34181 from nextcloud/enh/edit-locally-iconVincent Petry2022-09-228-6/+18
|\ | | | | Use computer icon for edit locally file action
| * Remove port parameter which is included in hostChristopher Ng2022-09-211-1/+1
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * Use computer icon for edit locally file actionChristopher Ng2022-09-217-5/+17
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2022-09-2226-10/+130
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Switch to overflow-wrapGit'Fellow2022-09-211-1/+1
| | | | | | | | | | | | Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com> Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Show long nomes correctly on profile cardGit'Fellow2022-09-211-1/+1
|/ | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #34170 from nextcloud/enh/noid/theming-settings-iconSimon L2022-09-211-1/+1
|\ | | | | update theming icon in personal settings
| * update theming icon in personal settingsszaimen2022-09-211-1/+1
| | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | Merge pull request #34171 from nextcloud/enh/edit-locallySimon L2022-09-212-0/+33
|\ \ | |/ |/| Add edit locally file action
| * Add edit locally file actionChristopher Ng2022-09-202-0/+33
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2022-09-212-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #34147 from ↵Joas Schilling2022-09-2024-48/+48
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/fix-avatar-cleanup-on-user-delete Fix avatar cleanup on user delete
| * | Rebuild autoloaderJoas Schilling2022-09-2024-48/+48
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #34154 from nextcloud/bugfix/noid/add-missing-viewbox-to-svgsJoas Schilling2022-09-2028-28/+28
|\ \ | | | | | | Add missing viewbox to SVGs
| * | Add missing viewbox to SVGsJoas Schilling2022-09-2028-28/+28
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #34144 from nextcloud/remove-avatar-fixmeJohn Molakvoæ2022-09-201-6/+0
|\ \ \ | |/ / |/| | Remove completed refresh avatar FIXME
| * | Remove completed refresh avatar FIXMEChristopher Ng2022-09-191-6/+0
| |/ | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* / [tx-robot] updated from transifexNextcloud bot2022-09-2018-0/+48
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #34118 from nextcloud/fix/locale-stylingCarl Schwan2022-09-191-10/+0
|\ | | | | Fix styling of locale dropdown
| * Fix styling of locale dropdownChristopher Ng2022-09-161-10/+0
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2022-09-1924-6/+80
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-09-188-0/+32
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-09-17160-480/+726
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix test failure introduced in https://github.com/nextcloud/server/pull/33819Christopher Ng2022-09-161-0/+6
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Remake locale saving with VueChristopher Ng2022-09-1611-125/+326
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #33819 from nextcloud/fix/user-exists-l10nVincent Petry2022-09-162-9/+1
|\ | | | | Fix translation of user exists error server-side
| * Fix translation of user exists error server-sideChristopher Ng2022-09-152-9/+1
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #34096 from nextcloud/bug/noid/tag-loadingVincent Petry2022-09-161-2/+2
|\ \ | | | | | | Tag loading
| * | Rewrite OC.SystemTags.getDescriptiveTag to vanilla jsDaniel Kesselberg2022-09-151-2/+1
| | | | | | | | | | | | | | | | | | | | | For every tag a deprecation warning is emitted. With 10k tags the ui becomes unresponsive and inspector crashed occasionally. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Add minimumInputLength for tags selectDaniel Kesselberg2022-09-151-0/+1
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #33658 from nextcloud/dashboard-api-widgetsVincent Petry2022-09-164-44/+152
|\ \ \ | | | | | | | | Extend dashboard api to allow listing of widgets
| * | | Fix phpunitJoas Schilling2022-09-161-6/+16
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | adjust empty array checkJulien Veyssier2022-09-151-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
| * | | set round item icons for user status widgetRobin Appelman2022-09-151-6/+5
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | implement IButtonWidget and IIconWidget in user_statusJulien Veyssier2022-09-151-3/+21
| | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
| * | | implement IAPIWidget in user_statusJulien Veyssier2022-09-151-28/+58
| | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
| * | | move widget options into a Option classRobin Appelman2022-09-151-3/+5
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | add IItemOptionWidget to define some item-related parameters, only ↵Julien Veyssier2022-09-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | getItemIconsRound() for now Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
| * | | change widget button api to support multiple button typesRobin Appelman2022-09-151-5/+8
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | allow adding button to dashboard api outputRobin Appelman2022-09-151-8/+21
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | allow filtering dashboard items api by widgetsRobin Appelman2022-09-151-4/+8
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | add dashboard api to list widgetsRobin Appelman2022-09-152-0/+27
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | l10n: Remove spacesValdnet2022-09-161-1/+1
| | | | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | | | Merge pull request #34100 from nextcloud/fix/reset-global-searchVincent Petry2022-09-161-0/+2
|\ \ \ \ | | | | | | | | | | Reset global search on files sidebar navigation change
| * | | | Reset global search on files sidebar navigation changeChristopher Ng2022-09-151-0/+2
| |/ / / | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-09-16348-580/+702
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #33512 from nextcloud/enh/27869/detailsPytal2022-09-158-84/+135
|\ \ \ \ | | | | | | | | | | Remake group and quota details section with Vue
| * | | | Remake group and quota details section with VueChristopher Ng2022-09-158-84/+135
| |/ / / | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Merge pull request #34101 from nextcloud/fix/dashboard-controller-typoPytal2022-09-151-6/+6
|\ \ \ \ | |_|_|/ |/| | | Fix initial state typo in dashboard controller
| * | | Fix initial state typo in dashboard controllerChristopher Ng2022-09-151-6/+6
| |/ / | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>