aboutsummaryrefslogtreecommitdiffstats
path: root/settings/js/apps.js
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| * Merge branch 'master' into update_shipped_apps_from_appstoreGeorg Ehrke2014-06-051-13/+95
| |\ | | | | | | | | | | | | | | | Conflicts: lib/private/app.php settings/templates/apps.php
| * | remove console.log in apps.jsGeorg Ehrke2014-06-041-1/+0
| | |
| * | add button for properly uninstalling appsGeorg Ehrke2014-05-311-0/+28
| | |
* | | app manager forgets the documentation linksVolkan Gezer2014-06-061-1/+16
| |/ |/|
* | fix leading decimal Scrutinizer coding style issueJan-Christoph Borchardt2014-06-051-3/+3
| |
* | add to app navigation after enablingMorris Jobke2014-06-041-8/+10
| |
* | Fix syntax errorBart Visscher2014-06-031-1/+1
| |
* | Preserve changed groups when switching between appsRobin Appelman2014-06-031-0/+5
| |
* | Dont show group settings for login, filesystem, etc apps after enabling themRobin Appelman2014-06-031-5/+15
| |
* | Remove debug statementsRobin Appelman2014-06-031-3/+0
| |
* | Disable enabling apps by groups for filesystem, authentication and loggin appsRobin Appelman2014-06-031-17/+28
| |
* | Prevent js errorRobin Appelman2014-06-031-1/+3
| |
* | Add option to enable app for specific groupsRobin Appelman2014-06-031-3/+58
|/
* Adds Style changes to app-navigation in core/css/apps.cssraghunayyar2014-03-241-2/+2
|
* Makes #app-navigation a part of app management.raghunayyar2014-03-201-13/+13
|
* Merge pull request #7406 from owncloud/settings-apps.js-styleJan-Christoph Borchardt2014-02-261-5/+17
|\ | | | | coding style fixes: cut long lines, whitespace
| * coding style fixes: cut long lines, whitespaceJan-Christoph Borchardt2014-02-261-5/+17
| |
* | Fix scrutinizer issue in settings/js/apps.jskondou2014-02-261-2/+2
| |
* | Highlight the selected app in app-settingskondou2014-02-261-0/+2
|/
* added website fieldBjoern Schiessle2014-01-171-14/+20
|
* distinguish app links from doc linksBjoern Schiessle2014-01-171-1/+1
|
* show link to app documentationBjoern Schiessle2014-01-171-1/+19
|
* Fix the apps enabling/disabling in settingsBart Visscher2013-09-201-1/+3
|