Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Accept this language change at your own risk | Joas Schilling | 2015-06-23 | 1 | -1/+1 |
| | |||||
* | Load the update information asyncroniously to fix the page load speed | Joas Schilling | 2015-06-10 | 1 | -1/+15 |
| | |||||
* | Fix L10n in apps management | Morris Jobke | 2015-05-30 | 1 | -6/+6 |
| | | | | * fixes #16632 | ||||
* | Sort apps by level, then by name | Vincent Petry | 2015-05-20 | 1 | -5/+13 |
| | | | | Also properly initialize the level to 0 when no level was returned | ||||
* | Add missing loading indicator for enabled apps | Morris Jobke | 2015-04-23 | 1 | -0/+2 |
| | | | | | | | * happened when an app gets activated, because the new appended HTML doesn't contain the loading image * fixes #15806 | ||||
* | Reference `$(this)` instead | Lukas Reschke | 2015-04-08 | 1 | -1/+1 |
| | |||||
* | Fix wording | Lukas Reschke | 2015-04-08 | 1 | -1/+1 |
| | |||||
* | app mgmt app level design enhancements | Jan-Christoph Borchardt | 2015-04-07 | 1 | -1/+1 |
| | |||||
* | Add experimental applications switch | Lukas Reschke | 2015-04-03 | 1 | -3/+38 |
| | | | | Allows administrators to disable or enabled experimental applications as well as show the trust level. | ||||
* | Fix the initial list of groups | Joas Schilling | 2015-04-02 | 1 | -1/+1 |
| | |||||
* | Merge pull request #15149 from owncloud/fix-enable-for-group | Joas Schilling | 2015-03-24 | 1 | -1/+1 |
|\ | | | | | Correctly get array of groups and send OCP\IGroup objects to enable meth... | ||||
| * | Correctly get array of groups and send OCP\IGroup objects to enable method | Joas Schilling | 2015-03-24 | 1 | -1/+1 |
| | | |||||
* | | Display a message when no apps can be found for this oc version | Joas Schilling | 2015-03-24 | 1 | -4/+11 |
|/ | |||||
* | collapse app descriptions by default, make expandable, fix #13112 | Jan-Christoph Borchardt | 2015-03-19 | 1 | -0/+11 |
| | |||||
* | display app update error messages - fixes #14611 | Thomas Müller | 2015-03-11 | 1 | -1/+5 |
| | |||||
* | Added unit test for app filter | Vincent Petry | 2015-02-23 | 1 | -56/+66 |
| | |||||
* | Make the search box filter apps | Robin Appelman | 2015-02-19 | 1 | -0/+27 |
| | |||||
* | Cancel app list load when switching categories | Vincent Petry | 2015-01-16 | 1 | -2/+9 |
| | |||||
* | introduce new app page layout | Thomas Müller | 2014-10-15 | 1 | -259/+232 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | filter installed and not-installed apps properly kill unneeded file load category 'Installed' on page load adding documentation links new apps mgmt: first style adjustment apps mgmt: only show license and preview if they exist adding buttons new apps mgmt: fix for mobile use app icon if available new apps mgmt: position enable/disable toggle to the right new apps mgmt: proper display of icons or previews new apps mgmt: fix loading spinner reenable group selection for apps new apps mgmt: position enable button normally again new apps mgmt: clarify wording from 'Installed' to 'Enabled' reintroduce enable/disable Move rating image path generation to client-side Move expression outside of l10n fix group handling add buttons for 'More apps' and 'Add your app' again disable changed date of app for now adding recommended label style 'Recommended' app tag fixing php warning sort by rating adding meta-category 'Recommended' Only show existing documentation links lacy loading of screenshots making group based app activation work again adding support to get the app icon not only by the app name but also simply by the fixed name 'app.svg' adding app.svg for all core apps query string '?installed' is not longer needed update and uninstall is back + error feedback remove unneeded parameter fix alignment of 'recommended' label | ||||
* | Fixed select2 for admin and apps page | Vincent Petry | 2014-09-10 | 1 | -8/+4 |
| | | | | | | Added explicit escaping. Now internally using a pipe symbol as separator for select2, to make it possible to use group names containing commas. | ||||
* | Added select2 on the apps page | Vincent Petry | 2014-09-09 | 1 | -16/+19 |
| | | | | | | | Moved setupGroupsSelect() from admin.js to a common settings.js as OC.Settings.setupGoupsSelect(). Now using select2 as well on the apps page. | ||||
* | Merge pull request #10176 from owncloud/fix-install-icon-size | Morris Jobke | 2014-08-05 | 1 | -1/+1 |
|\ | | | | | use correct app-icon class for new apps as well, fix icon size | ||||
| * | use correct app-icon class for new apps as well, fix icon size | Jan-Christoph Borchardt | 2014-08-05 | 1 | -1/+1 |
| | | |||||
* | | Fix undefined variable when uninstalling an app | Robin Appelman | 2014-08-04 | 1 | -1/+2 |
|/ | |||||
* | Fixed wrong brackets in apps settings | Der-Jan | 2014-07-30 | 1 | -1/+1 |
| | |||||
* | improvements for uninstall button | Georg Ehrke | 2014-07-05 | 1 | -6/+6 |
| | |||||
* | Merge pull request #8808 from owncloud/update_shipped_apps_from_appstore | Georg Ehrke | 2014-06-16 | 1 | -0/+27 |
|\ | | | | | Make shipped apps updatable via appstore |