Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sort apps by enabled/disabled but not by official/in-appstore in App Management | Chon Kou | 2017-09-10 | 1 | -5/+1 |
| | | | | Signed-off-by: Chon Kou <k.kou@alumni.ubc.ca> | ||||
* | : Bigversal | Allan Nordhøy | 2017-07-18 | 1 | -2/+2 |
| | |||||
* | Fix group restriction regression | Morris Jobke | 2017-05-19 | 1 | -7/+7 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use .installed layout | Lukas Reschke | 2017-04-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Make disableapp.php accept arrays | Lukas Reschke | 2017-04-26 | 1 | -48/+129 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Don't sort on app bundles | Lukas Reschke | 2017-04-26 | 1 | -10/+12 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Add titles | Lukas Reschke | 2017-04-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Add app bundles | Lukas Reschke | 2017-04-26 | 1 | -4/+32 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Fix adding/removing apps | Julius Härtl | 2017-04-25 | 1 | -19/+6 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Fix app icon being inverted for app store apps too | Jan-Christoph Borchardt | 2017-04-25 | 1 | -4/+11 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Show spinner until app store images loaded | Jan-Christoph Borchardt | 2017-04-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Show placeholder for image-less apps in app management | Jan-Christoph Borchardt | 2017-04-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Center spinner in apps management | Jan-Christoph Borchardt | 2017-04-25 | 1 | -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. Epp | 2017-04-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Felix A. Epp <work@felixepp.de> | ||||
* | rename Uninstall to Remove | Jan-Christoph Borchardt | 2017-04-25 | 1 | -3/+3 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | also improve layout of apps from store | Jan-Christoph Borchardt | 2017-04-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | improve wording of Apps mgmt navigation entries | Jan-Christoph Borchardt | 2017-04-25 | 1 | -3/+3 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Fix uninstall in tabular view | Felix A. Epp | 2017-04-25 | 1 | -2/+2 |
| | | | | Signed-off-by: Felix A. Epp <work@felixepp.de> | ||||
* | Add apps category 'all installed' | Felix A. Epp | 2017-04-25 | 1 | -6/+11 |
| | | | | Signed-off-by: Felix A. Epp <work@felixepp.de> | ||||
* | Make enabled and disabled apps a tabular list | Felix A. Epp | 2017-04-25 | 1 | -4/+12 |
| | | | | Signed-off-by: Felix A. Epp <work@felixepp.de> | ||||
* | Fix translations | Joas Schilling | 2017-04-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Don't use the dropdown for one item only | Joas Schilling | 2017-03-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Move app management to the settings menu | Joas Schilling | 2017-03-26 | 1 | -5/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix duplicate id "apps-management" | Michael Letzgus | 2017-03-19 | 1 | -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 correct | Julius Haertl | 2017-03-16 | 1 | -28/+35 |
| | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
* | Make enabling/disabling apps work with the new menu | Julius Haertl | 2017-03-16 | 1 | -19/+57 |
| | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
* | show correct text when disabling App | Artur Neumann | 2017-02-23 | 1 | -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 well | Joas Schilling | 2017-01-16 | 1 | -1/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Manually whitelist tags | Lukas Reschke | 2017-01-13 | 1 | -1/+16 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Apply DOMPurify over HTML | Lukas Reschke | 2017-01-13 | 1 | -2/+2 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Don't render non HTTP links, images and quotes | Joas Schilling | 2017-01-13 | 1 | -1/+47 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Render markdown | Joas Schilling | 2017-01-13 | 1 | -0/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix wording for apps mgmt buttons | Jan-Christoph Borchardt | 2016-12-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Merge pull request #2509 from nextcloud/sudo-mode-for-app-enabling | Lukas Reschke | 2016-12-05 | 1 | -0/+10 |
|\ | | | | | Add sudo mode to enabling and disabling apps | ||||
| * | Add sudo mode to enabling and disabling apps | Lukas Reschke | 2016-12-05 | 1 | -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 update | Joas Schilling | 2016-12-05 | 1 | -23/+30 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix single author with details | Joas Schilling | 2016-11-11 | 1 | -1/+12 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Proxy images through usercontent.apps.nextcloud.com | Lukas Reschke | 2016-10-31 | 1 | -2/+2 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Use new appstore API | Lukas Reschke | 2016-10-31 | 1 | -5/+1 |
| | | | | | | This change introduces the new appstore API in Nextcloud. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Better search functionality | Joas Schilling | 2016-10-11 | 1 | -5/+23 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix authors that have a mail or homepage | Joas Schilling | 2016-10-11 | 1 | -2/+24 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix displaying and searching with multiple authors | Joas Schilling | 2016-09-30 | 1 | -0/+7 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | SVG defintions always take the first one | Roeland Jago Douma | 2016-08-18 | 1 | -1/+0 |
| | | | | * Move filter definition out | ||||
* | Add cachebuster to app icons in the admin screen | Lukas Reschke | 2016-08-18 | 1 | -2/+2 |
| | |||||
* | Fix null reference in IE | Morris Jobke | 2016-08-17 | 1 | -6/+6 |
| | |||||
* | Empty tags are not allowed for image and feColorMatrix in IE11 and below | Morris Jobke | 2016-08-17 | 1 | -2/+2 |
| | |||||
* | Remove hack | Roeland Jago Douma | 2016-08-17 | 1 | -5/+1 |
| | |||||
* | Introduce weird hack for Firefox | Morris Jobke | 2016-08-17 | 1 | -0/+5 |
| | | | | * everything is 4 times as big (doubled width and doubled height) | ||||
* | Filter can't be named invert in FF | Roeland Jago Douma | 2016-08-17 | 1 | -2/+2 |
| | |||||
* | Fixes image preview when fetched from the store. | Raghu Nayyar | 2016-08-15 | 1 | -4/+10 |
| |