summaryrefslogtreecommitdiffstats
path: root/settings/js/apps.js
Commit message (Collapse)AuthorAgeFilesLines
* replace $().attr('checked') by $().prop('checked', state) or $().is(':checked')Christoph Wurst2016-04-191-4/+4
|
* Show tooltip if the app is downloaded from a remote serverChristoph Wurst2016-04-121-0/+2
| | | | fixes #14405
* improve emptycontent stylesJan-Christoph Borchardt2016-03-311-1/+1
|
* Rating icons changed to .svgPau2016-03-171-1/+1
|
* Disable app that bricks the server after enablingVincent Petry2016-02-291-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 visibleJoas Schilling2016-02-181-1/+8
|
* Add a default app icon for apps that don't have oneJoas Schilling2016-01-221-0/+5
|
* Add a new app type that can not be enabled for groupsJoas Schilling2016-01-141-1/+2
|
* Allow searching apps by IDJoas Schilling2016-01-071-0/+5
|
* new checkbox style in app settingsHendrik Leppelsack2015-10-311-16/+6
|
* Fix backwards and forward buttonJoas Schilling2015-10-261-1/+12
|
* Use speaking idsJoas Schilling2015-10-261-3/+3
|
* Fix backspace in search and empty content messageJoas Schilling2015-10-261-4/+9
|
* Display empty-content when there are no search resultsJoas Schilling2015-10-261-5/+13
|
* Clear search box for nowJoas Schilling2015-10-261-0/+1
| | | | Fix #15651
* Allow searching by author name and app level as wellJoas Schilling2015-10-261-1/+30
|
* Stay on the same category when refreshing the page on the apps listJoas Schilling2015-10-261-5/+7
|
* Disable app icon preview in apps page for IEVincent Petry2015-10-211-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 wordingMorris Jobke2015-10-061-1/+1
|
* Use OC.Dialogs for modal reload messageMorris Jobke2015-10-051-1/+15
|
* Reload the page when an app needs an update after being enabledJoas Schilling2015-10-051-0/+8
|
* Rebuild app navigation in JSRobin McCorkell2015-09-051-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 stateVincent Petry2015-07-021-2/+3
|
* Accept this language change at your own riskJoas Schilling2015-06-231-1/+1
|
* Load the update information asyncroniously to fix the page load speedJoas Schilling2015-06-101-1/+15
|
* Fix L10n in apps managementMorris Jobke2015-05-301-6/+6
| | | | * fixes #16632
* Sort apps by level, then by nameVincent Petry2015-05-201-5/+13
| | | | Also properly initialize the level to 0 when no level was returned
* Add missing loading indicator for enabled appsMorris Jobke2015-04-231-0/+2
| | | | | | | * happened when an app gets activated, because the new appended HTML doesn't contain the loading image * fixes #15806
* Reference `$(this)` insteadLukas Reschke2015-04-081-1/+1
|
* Fix wordingLukas Reschke2015-04-081-1/+1
|
* app mgmt app level design enhancementsJan-Christoph Borchardt2015-04-071-1/+1
|
* Add experimental applications switchLukas Reschke2015-04-031-3/+38
| | | | Allows administrators to disable or enabled experimental applications as well as show the trust level.
* Fix the initial list of groupsJoas Schilling2015-04-021-1/+1
|
* Merge pull request #15149 from owncloud/fix-enable-for-groupJoas Schilling2015-03-241-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 methodJoas Schilling2015-03-241-1/+1
| |
* | Display a message when no apps can be found for this oc versionJoas Schilling2015-03-241-4/+11
|/
* collapse app descriptions by default, make expandable, fix #13112Jan-Christoph Borchardt2015-03-191-0/+11
|
* display app update error messages - fixes #14611Thomas Müller2015-03-111-1/+5
|
* Added unit test for app filterVincent Petry2015-02-231-56/+66
|
* Make the search box filter appsRobin Appelman2015-02-191-0/+27
|
* Cancel app list load when switching categoriesVincent Petry2015-01-161-2/+9
|
* introduce new app page layoutThomas Müller2014-10-151-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 pageVincent Petry2014-09-101-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 pageVincent Petry2014-09-091-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-sizeMorris Jobke2014-08-051-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 sizeJan-Christoph Borchardt2014-08-051-1/+1
| |
* | Fix undefined variable when uninstalling an appRobin Appelman2014-08-041-1/+2
|/
* Fixed wrong brackets in apps settingsDer-Jan2014-07-301-1/+1
|
* improvements for uninstall buttonGeorg Ehrke2014-07-051-6/+6
|
* Merge pull request #8808 from owncloud/update_shipped_apps_from_appstoreGeorg Ehrke2014-06-161-0/+27
|\ | | | | Make shipped apps updatable via appstore