aboutsummaryrefslogtreecommitdiffstats
path: root/settings/js/apps.js
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Apply DOMPurify over HTMLLukas Reschke2017-01-131-2/+2
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Don't render non HTTP links, images and quotesJoas Schilling2017-01-131-1/+47
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Render markdownJoas Schilling2017-01-131-0/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix wording for apps mgmt buttonsJan-Christoph Borchardt2016-12-131-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Merge pull request #2509 from nextcloud/sudo-mode-for-app-enablingLukas Reschke2016-12-051-0/+10
|\ | | | | Add sudo mode to enabling and disabling apps
| * Add sudo mode to enabling and disabling appsLukas Reschke2016-12-051-0/+10
| | | | | | | | | | | | | | | | | | | | Otherwise an administrator could bypass sudo mode by installing an app that allows RCE by design. I've by intention excluded the update endpoint from the requirement because updating apps should be as unintruisive as possible. Not the cleanest approach by adding this to the AJAX endpoints instead of requiring a controller but for 11 this felt safer for me. We can clean this up together later then. (also the other AJAX endpoints in this folder do have the same logic) Ref https://github.com/nextcloud/server/issues/2487 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Remove the update warning and the notification after an successful updateJoas Schilling2016-12-051-23/+30
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix single author with detailsJoas Schilling2016-11-111-1/+12
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Proxy images through usercontent.apps.nextcloud.comLukas Reschke2016-10-311-2/+2
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Use new appstore APILukas Reschke2016-10-311-5/+1
| | | | | | This change introduces the new appstore API in Nextcloud. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Better search functionalityJoas Schilling2016-10-111-5/+23
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix authors that have a mail or homepageJoas Schilling2016-10-111-2/+24
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix displaying and searching with multiple authorsJoas Schilling2016-09-301-0/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* SVG defintions always take the first oneRoeland Jago Douma2016-08-181-1/+0
| | | | * Move filter definition out
* Add cachebuster to app icons in the admin screenLukas Reschke2016-08-181-2/+2
|
* Fix null reference in IEMorris Jobke2016-08-171-6/+6
|
* Empty tags are not allowed for image and feColorMatrix in IE11 and belowMorris Jobke2016-08-171-2/+2
|
* Remove hackRoeland Jago Douma2016-08-171-5/+1
|
* Introduce weird hack for FirefoxMorris Jobke2016-08-171-0/+5
| | | | * everything is 4 times as big (doubled width and doubled height)
* Filter can't be named invert in FFRoeland Jago Douma2016-08-171-2/+2
|
* Fixes image preview when fetched from the store.Raghu Nayyar2016-08-151-4/+10
|