| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the apps enabling/disabling in settings | Bart Visscher | 2013-09-20 | 1 | -1/+3 |
* | fix issues caused by introduction of sticky Apps management footer | Jan-Christoph Borchardt | 2013-08-30 | 1 | -4/+4 |
* | no duplicate declaration of appLicense + camelCase | Thomas Müller | 2013-08-28 | 1 | -5/+4 |
* | Work around #4630 to fix license showing | kondou | 2013-08-28 | 1 | -1/+10 |
* | Move .errormsg from settings-css to .warning in core. Reusable! | kondou | 2013-08-18 | 1 | -5/+5 |
* | Use appitem instead of always recreating a jquery object | kondou | 2013-08-18 | 1 | -15/+13 |
* | Don't use an alert for displaying app-mgmt-errors | kondou | 2013-08-18 | 1 | -9/+28 |
* | Merge branch 'master' into improve_app-management | kondou | 2013-08-18 | 1 | -1/+7 |
|\ |
|
| * | draw attention to the newly added app entry by flashing it twice | Jan-Christoph Borchardt | 2013-08-07 | 1 | -0/+3 |
| * | scroll the app navigation down so the newly added app is seen | Jan-Christoph Borchardt | 2013-08-07 | 1 | -0/+2 |
| * | prepend the new app before the 'More apps' function | Jan-Christoph Borchardt | 2013-08-07 | 1 | -1/+2 |
* | | Improve app-management | kondou | 2013-08-06 | 1 | -5/+13 |
|/ |
|
* | Use !== and === in settings. | kondou | 2013-07-21 | 1 | -6/+6 |
* | Use svg to png fallback on demand only | Victor Dubiniuk | 2013-06-28 | 1 | -1/+1 |
* | Add fallback for svg app icons | Victor Dubiniuk | 2013-06-28 | 1 | -1/+5 |
* | Hide a ghost image on the apps management page | Victor Dubiniuk | 2013-06-28 | 1 | -0/+5 |
* | Add span tag while enabling or disbling apps as well. | raghunayyar | 2013-04-12 | 1 | -1/+3 |
* | Translate 'Error' in core | kondou | 2013-04-06 | 1 | -3/+3 |
* | Fixed things in alert-messages | root | 2013-04-05 | 1 | -3/+3 |
* | Improve detection of installations errors | Brice Maron | 2013-03-23 | 1 | -1/+7 |
* | Add the description as text and not as html | Lukas Reschke | 2013-03-04 | 1 | -1/+1 |
* | fixing javascript errors IE8 in apps management | Thomas Mueller | 2013-02-14 | 1 | -1/+1 |
* | Remove superfluous append | Thomas Tanghus | 2013-02-05 | 1 | -1/+0 |
* | remove superfluous enabled-app class again | Jan-Christoph Borchardt | 2013-02-05 | 1 | -1/+1 |
* | Make app icon linkable when enabling app. | Thomas Tanghus | 2013-02-03 | 1 | -0/+1 |
* | Updateing -> Updating | Thomas Mueller | 2013-02-01 | 1 | -1/+1 |
* | Merge branch 'master' into navigation | Jan-Christoph Borchardt | 2013-01-31 | 1 | -0/+30 |
|\ |
|
| * | update on translation string | Thomas Mueller | 2013-01-31 | 1 | -1/+1 |
| * | l10n support for the error dialog added | Thomas Mueller | 2013-01-31 | 1 | -1/+1 |
| * | we are getting closer. updating is not working yet. | Frank Karlitschek | 2013-01-21 | 1 | -0/+30 |
* | | Shorter, Cleaner JS in apps.js | raghunayyar | 2013-01-31 | 1 | -8/+4 |
* | | Reduced Styling and Image loads as from src and not backgorund. | raghunayyar | 2013-01-30 | 1 | -1/+2 |
* | | No Image Repetition on Enabling Apps in Navigation Bar | raghunayyar | 2013-01-30 | 1 | -1/+4 |
|/ |
|
* | Move and fix app setting navigation detect | Bart Visscher | 2012-10-29 | 1 | -2/+2 |
* | show/hide navigation entries after enabling/disabling app | Robin Appelman | 2012-10-26 | 1 | -0/+34 |
* | fix a lot of small layout bugs and make the apps page overall prettier plus a... | Frank Karlitschek | 2012-10-08 | 1 | -0/+3 |
* | no garbage on the screen please | Frank Karlitschek | 2012-10-08 | 1 | -0/+1 |
* | Fixed bug with duplicate entries for installed 3rd party apps in settings->apps | Sam Tuke | 2012-09-18 | 1 | -14/+0 |
* | Add missing ; to js code | Bart Visscher | 2012-09-05 | 1 | -2/+2 |
* | allow html inside app descriptions | Robin Appelman | 2012-08-30 | 1 | -2/+2 |
* | Restructure JS code and small fixes. | Thomas Tanghus | 2012-08-04 | 1 | -55/+63 |
* | Load OCS apps in an ajax call to avoid blocking the WUI. | Thomas Tanghus | 2012-08-04 | 1 | -27/+72 |
* | reset version number when not specified - again bug oc-1433 | Alessandro Cosentino | 2012-08-04 | 1 | -1/+5 |
* | Allow direct link to app. | Thomas Tanghus | 2012-06-25 | 1 | -0/+9 |
* | Hide app page link for internal apps, fixes bug oc-913 | Michael Gapczynski | 2012-06-04 | 1 | -0/+2 |
* | link to apps.owncloud.com | Frank Karlitschek | 2012-06-03 | 1 | -1/+5 |
* | check during ownCloud upgrade if all the installed apps are compatible with t... | Frank Karlitschek | 2012-05-26 | 1 | -2/+2 |
* | Switch enable button only when app is really installed or uninstalled | Brice Maron | 2012-05-14 | 1 | -5/+13 |
* | Tried to make settings/apps more keyboard/screenreader friendly. | Thomas Tanghus | 2012-05-04 | 1 | -0/+7 |
* | improve the app installer. | Frank Karlitschek | 2012-04-21 | 1 | -0/+3 |