summaryrefslogtreecommitdiffstats
path: root/settings/js/apps.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix navigation layout for items that are added on a re-renderJoas Schilling2018-11-161-10/+18
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix app navigation controller to return an arrayJulius Härtl2018-07-251-1/+1
| | | | | | This is required to not break compatibility with existing consumers of that endpoint like the apps management or the client Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Properly insert app icons into navigationJulius Härtl2018-07-031-3/+17
| | | | | | | | | | If the app menu is rebuild with the first icon being updated, the whole list was empty, therefore we need a fallback to properly insert the element then. Fixes https://github.com/nextcloud/dashboard/issues/10 Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Remove old js code except for app navigation rebuildJulius Härtl2018-06-061-940/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move to AppFramework ControllerJulius Härtl2018-06-061-3/+9
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Move app management ajax code to AppSettingsController Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add custom texts to apps management password checksJulius Härtl2018-05-241-3/+12
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Use new navigation endpoint and get rid of the legacy navigationdetect ajaxJulius Härtl2018-04-101-3/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #8255 from nextcloud/bugfix/noid/group-display-nameblizzz2018-03-151-4/+3
|\ | | | | Full implement group display names
| * Fixed api testsJohn Molakvoæ (skjnldsv)2018-03-081-4/+3
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Revert wording back to updatesJoas Schilling2018-03-091-4/+4
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix icon rendering in apps management for IE11Julius Härtl2018-01-031-3/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Invert app icons on IE11 as wellJulius Härtl2018-01-031-18/+23
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix mail attributeRoeland Jago Douma2018-01-021-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Spelling: No ...., upgrades and email.Allan Nordhøy2018-01-021-8/+8
|
* App management: Do not show udpdate category if no updates are availableJulius Härtl2017-10-101-3/+30
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* App management: Show proper message when no updates are availableJulius Härtl2017-10-101-5/+30
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* App management: do not reset update counter to 0 on category changeJulius Härtl2017-10-101-1/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* App management: add update sectionJulius Härtl2017-10-101-13/+13
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* App management: add update availability to sortingJulius Härtl2017-10-031-2/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix typoJohn Molakvoæ (skjnldsv)2017-09-251-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Icons & default classesJohn Molakvoæ (skjnldsv)2017-09-241-4/+4
| | | | | | Changed categories order same as app store Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Sort apps by enabled/disabled but not by official/in-appstore in App ManagementChon Kou2017-09-101-5/+1
| | | | Signed-off-by: Chon Kou <k.kou@alumni.ubc.ca>
* : BigversalAllan Nordhøy2017-07-181-2/+2
|
* Fix group restriction regressionMorris Jobke2017-05-191-7/+7
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use .installed layoutLukas Reschke2017-04-261-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Make disableapp.php accept arraysLukas Reschke2017-04-261-48/+129
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Don't sort on app bundlesLukas Reschke2017-04-261-10/+12
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add titlesLukas Reschke2017-04-261-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add app bundlesLukas Reschke2017-04-261-4/+32
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix adding/removing appsJulius Härtl2017-04-251-19/+6
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix app icon being inverted for app store apps tooJan-Christoph Borchardt2017-04-251-4/+11
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Show spinner until app store images loadedJan-Christoph Borchardt2017-04-251-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Show placeholder for image-less apps in app managementJan-Christoph Borchardt2017-04-251-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Center spinner in apps managementJan-Christoph Borchardt2017-04-251-2/+3
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Make svgs more fluid and consistent remove action, instead of 'remove app'Felix A. Epp2017-04-251-1/+1
| | | | Signed-off-by: Felix A. Epp <work@felixepp.de>
* rename Uninstall to RemoveJan-Christoph Borchardt2017-04-251-3/+3
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* also improve layout of apps from storeJan-Christoph Borchardt2017-04-251-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* improve wording of Apps mgmt navigation entriesJan-Christoph Borchardt2017-04-251-3/+3
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix uninstall in tabular viewFelix A. Epp2017-04-251-2/+2
| | | | Signed-off-by: Felix A. Epp <work@felixepp.de>
* Add apps category 'all installed'Felix A. Epp2017-04-251-6/+11
| | | | Signed-off-by: Felix A. Epp <work@felixepp.de>
* Make enabled and disabled apps a tabular listFelix A. Epp2017-04-251-4/+12
| | | | Signed-off-by: Felix A. Epp <work@felixepp.de>
* Fix translationsJoas Schilling2017-04-181-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Don't use the dropdown for one item onlyJoas Schilling2017-03-261-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move app management to the settings menuJoas Schilling2017-03-261-5/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix duplicate id "apps-management"Michael Letzgus2017-03-191-2/+2
| | | | | | | | | Make duplicate id "apps-management" a class since IDs must be unique: https://www.w3.org/TR/2011/WD-html5-20110525/elements.html#the-id-attribute https://api.jquery.com/id-selector/ Signed-off-by: Michael Letzgus <michaelletzgus@users.noreply.github.com>
* Rebuild menu to keep order of icons correctJulius Haertl2017-03-161-28/+35
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Make enabling/disabling apps work with the new menuJulius Haertl2017-03-161-19/+57
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* show correct text when disabling App Artur Neumann2017-02-231-1/+2
| | | | | | | during the process of disabling an App the button would show "Enabling app …" This is corrected by this patch Signed-off-by: Artur Neumann <info@individual-it.net>
* Allow ordered lists as wellJoas Schilling2017-01-161-1/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Manually whitelist tagsLukas Reschke2017-01-131-1/+16
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>