summaryrefslogtreecommitdiffstats
path: root/settings/src/components/appDetails.vue
Commit message (Collapse)AuthorAgeFilesLines
* Move settings to an appChristoph Wurst2019-09-281-237/+0
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Remove duplicate close-iconGreta Doci2019-06-271-9/+0
| | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* Show supported apps in app managementMorris Jobke2019-05-131-1/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Move appstore details warnings above buttonsRoeland Jago Douma2019-04-021-11/+11
| | | | | | fixes #14470 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use components multiselect in apps managementJohn Molakvoæ (skjnldsv)2019-04-021-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* allow enforcing apps to ignore the max versionRoeland Jago Douma2019-03-201-1/+16
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bundle dompurify in settings as wellRoeland Jago Douma2019-01-101-1/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bundle the 'marked' libraryChristoph Wurst2019-01-101-3/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix missing click event on update buttonJulius Härtl2018-12-041-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Highlight 'Enable' button in sidebar, and 'Update' button generallyJan-Christoph Borchardt2018-10-191-2/+2
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix removeing apps in the sidebarJulius Härtl2018-08-101-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix invalid limit parameter when fetching groupsJulius Härtl2018-07-041-1/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix hardcoded message in app details viewKevin Ndung'u2018-07-021-2/+2
|
* Use a placeholder instead of magic string concatenationJoas Schilling2018-06-261-2/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove space if no rating is availableJulius Härtl2018-06-061-3/+6
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add search/offset/limit parameters to group fetchingJulius Härtl2018-06-061-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Make view in store text translatableJulius Härtl2018-06-061-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Remove debug outputJulius Härtl2018-06-061-1/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Some code cleanupJulius Härtl2018-06-061-31/+64
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add hint for shipped appsJulius Härtl2018-06-061-3/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Properly search for other appsJulius Härtl2018-06-061-5/+13
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Improve sidebar handlingJulius Härtl2018-06-061-5/+18
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move logic to app management mixinJulius Härtl2018-06-061-1/+16
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix app store and sidebar viewJulius Härtl2018-06-061-1/+10
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add link to developer docs and fix view if appstore is disabledJulius Härtl2018-06-061-3/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Implement app details in sidebarJulius Härtl2018-06-061-143/+99
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add file skeleton for app settingsJulius Härtl2018-06-061-0/+187
Signed-off-by: Julius Härtl <jus@bitgrid.net>