summaryrefslogtreecommitdiffstats
path: root/settings/js/apps.js
Commit message (Expand)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
* 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
* 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
* 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
* 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
* 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
* Sort apps by level, then by nameVincent Petry2015-05-201-5/+13
* Add missing loading indicator for enabled appsMorris Jobke2015-04-231-0/+2
* 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
* 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 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
* Fixed select2 for admin and apps pageVincent Petry2014-09-101-8/+4
* Added select2 on the apps pageVincent Petry2014-09-091-16/+19
* 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 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
|\