Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 |
| | | | | Also fix some wrong data storages | ||||
* | Don't use an alert for displaying app-mgmt-errors | kondou | 2013-08-18 | 1 | -9/+28 |
| | | | | | | Rather display a dominant div and mark the problematic app in the applist. Fix #305 | ||||
* | 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 |
|/ | | | | | | | | - Better error messages - Translate untranslated strings Basically picks non-app-dependency related stuff from #4017 | ||||
* | 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 |
| | | | | | | Two parameters for OC.dialogs.alert, otherwise one will be "undefined". Also fixed missing translation. | ||||
* | 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 |
| | |