Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Uses javascript to invert the SVGs. | Raghu Nayyar | 2016-08-11 | 1 | -6/+17 | |
| | ||||||
* | Apply inverted app icon style to newly installed icons | Julius Haertl | 2016-08-01 | 1 | -6/+3 | |
| | ||||||
* | Use tooltip for app management badges | Morris Jobke | 2016-07-13 | 1 | -4/+20 | |
| | ||||||
* | fix more strings | Morris Jobke | 2016-06-20 | 1 | -1/+1 | |
| | ||||||
* | rename owncloud to nextcloud in Official apps button popup | Timo Witte | 2016-06-20 | 1 | -1/+1 | |
| | ||||||
* | replace $().attr('checked') by $().prop('checked', state) or $().is(':checked') | Christoph Wurst | 2016-04-19 | 1 | -4/+4 | |
| | ||||||
* | Show tooltip if the app is downloaded from a remote server | Christoph Wurst | 2016-04-12 | 1 | -0/+2 | |
| | | | | fixes #14405 | |||||
* | improve emptycontent styles | Jan-Christoph Borchardt | 2016-03-31 | 1 | -1/+1 | |
| | ||||||
* | Rating icons changed to .svg | Pau | 2016-03-17 | 1 | -1/+1 | |
| | ||||||
* | Disable app that bricks the server after enabling | Vincent Petry | 2016-02-29 | 1 | -26/+60 | |
| | | | | | | If an app is getting enabled in the web UI, an ajax call is now made to make sure the server still works. If it doesn't, it sends an emergency app disabling call to disable the breaking app. | |||||
* | Make app updates better visible | Joas Schilling | 2016-02-18 | 1 | -1/+8 | |
| | ||||||
* | Add a default app icon for apps that don't have one | Joas Schilling | 2016-01-22 | 1 | -0/+5 | |
| | ||||||
* | Add a new app type that can not be enabled for groups | Joas Schilling | 2016-01-14 | 1 | -1/+2 | |
| | ||||||
* | Allow searching apps by ID | Joas Schilling | 2016-01-07 | 1 | -0/+5 | |
| | ||||||
* | new checkbox style in app settings | Hendrik Leppelsack | 2015-10-31 | 1 | -16/+6 | |
| | ||||||
* | Fix backwards and forward button | Joas Schilling | 2015-10-26 | 1 | -1/+12 | |
| | ||||||
* | Use speaking ids | Joas Schilling | 2015-10-26 | 1 | -3/+3 | |
| | ||||||
* | Fix backspace in search and empty content message | Joas Schilling | 2015-10-26 | 1 | -4/+9 | |
| | ||||||
* | Display empty-content when there are no search results | Joas Schilling | 2015-10-26 | 1 | -5/+13 | |
| | ||||||
* | Clear search box for now | Joas Schilling | 2015-10-26 | 1 | -0/+1 | |
| | | | | Fix #15651 | |||||
* | Allow searching by author name and app level as well | Joas Schilling | 2015-10-26 | 1 | -1/+30 | |
| | ||||||
* | Stay on the same category when refreshing the page on the apps list | Joas Schilling | 2015-10-26 | 1 | -5/+7 | |
| | ||||||
* | Disable app icon preview in apps page for IE | Vincent Petry | 2015-10-21 | 1 | -2/+2 | |
| | | | | | | | | | | All IE versions are not able to properly upscale SVG icons unless the said SVG files contain a "viewBox" attribute, which is not always the case. Also we cannot guarantee that all third party apps will have this attribute in their icons. So for now, app icons will not be displayed in IE instead of broken ones. | |||||
* | fix wording | Morris Jobke | 2015-10-06 | 1 | -1/+1 | |
| | ||||||
* | Use OC.Dialogs for modal reload message | Morris Jobke | 2015-10-05 | 1 | -1/+15 | |
| | ||||||
* | Reload the page when an app needs an update after being enabled | Joas Schilling | 2015-10-05 | 1 | -0/+8 | |
| | ||||||
* | Rebuild app navigation in JS | Robin McCorkell | 2015-09-05 | 1 | -17/+14 | |
| | | | | | | Retrieve all app navigations to prevent reloading appinfo/app.php and causing an error when the app isn't fully loaded. The addition/deletion logic has been moved to JS, simplifying a lot of code. | |||||
* | Fix global app list state | Vincent Petry | 2015-07-02 | 1 | -2/+3 | |
| |