Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
| * | Merge branch 'master' into update_shipped_apps_from_appstore | Georg Ehrke | 2014-06-05 | 1 | -13/+95 | |
| |\ | | | | | | | | | | | | | | | | Conflicts: lib/private/app.php settings/templates/apps.php | |||||
| * | | remove console.log in apps.js | Georg Ehrke | 2014-06-04 | 1 | -1/+0 | |
| | | | ||||||
| * | | add button for properly uninstalling apps | Georg Ehrke | 2014-05-31 | 1 | -0/+28 | |
| | | | ||||||
* | | | app manager forgets the documentation links | Volkan Gezer | 2014-06-06 | 1 | -1/+16 | |
| |/ |/| | ||||||
* | | fix leading decimal Scrutinizer coding style issue | Jan-Christoph Borchardt | 2014-06-05 | 1 | -3/+3 | |
| | | ||||||
* | | add to app navigation after enabling | Morris Jobke | 2014-06-04 | 1 | -8/+10 | |
| | | ||||||
* | | Fix syntax error | Bart Visscher | 2014-06-03 | 1 | -1/+1 | |
| | | ||||||
* | | Preserve changed groups when switching between apps | Robin Appelman | 2014-06-03 | 1 | -0/+5 | |
| | | ||||||
* | | Dont show group settings for login, filesystem, etc apps after enabling them | Robin Appelman | 2014-06-03 | 1 | -5/+15 | |
| | | ||||||
* | | Remove debug statements | Robin Appelman | 2014-06-03 | 1 | -3/+0 | |
| | | ||||||
* | | Disable enabling apps by groups for filesystem, authentication and loggin apps | Robin Appelman | 2014-06-03 | 1 | -17/+28 | |
| | | ||||||
* | | Prevent js error | Robin Appelman | 2014-06-03 | 1 | -1/+3 | |
| | | ||||||
* | | Add option to enable app for specific groups | Robin Appelman | 2014-06-03 | 1 | -3/+58 | |
|/ | ||||||
* | Adds Style changes to app-navigation in core/css/apps.css | raghunayyar | 2014-03-24 | 1 | -2/+2 | |
| | ||||||
* | Makes #app-navigation a part of app management. | raghunayyar | 2014-03-20 | 1 | -13/+13 | |
| | ||||||
* | Merge pull request #7406 from owncloud/settings-apps.js-style | Jan-Christoph Borchardt | 2014-02-26 | 1 | -5/+17 | |
|\ | | | | | coding style fixes: cut long lines, whitespace | |||||
| * | coding style fixes: cut long lines, whitespace | Jan-Christoph Borchardt | 2014-02-26 | 1 | -5/+17 | |
| | | ||||||
* | | Fix scrutinizer issue in settings/js/apps.js | kondou | 2014-02-26 | 1 | -2/+2 | |
| | | ||||||
* | | Highlight the selected app in app-settings | kondou | 2014-02-26 | 1 | -0/+2 | |
|/ | ||||||
* | added website field | Bjoern Schiessle | 2014-01-17 | 1 | -14/+20 | |
| | ||||||
* | distinguish app links from doc links | Bjoern Schiessle | 2014-01-17 | 1 | -1/+1 | |
| | ||||||
* | show link to app documentation | Bjoern Schiessle | 2014-01-17 | 1 | -1/+19 | |
| | ||||||
* | Fix the apps enabling/disabling in settings | Bart Visscher | 2013-09-20 | 1 | -1/+3 | |
| |