Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add option to enable app for specific groups | Robin Appelman | 2014-06-03 | 1 | -0/+3 |
| | |||||
* | killing some more calls to OC_App::loadApps(); - because we load all apps in ↵ | Thomas Müller | 2014-03-25 | 1 | -1/+0 |
| | | | | handleRequest() | ||||
* | finally fix the app sorting | Frank Karlitschek | 2013-10-14 | 1 | -17/+0 |
| | |||||
* | Use !== and === in settings. | kondou | 2013-07-21 | 1 | -2/+2 |
| | |||||
* | [core] From echo to p | Lukas Reschke | 2013-02-27 | 1 | -1/+1 |
| | |||||
* | Sort internal apps above 3rdparty apps | Robin Appelman | 2013-01-31 | 1 | -0/+4 |
| | |||||
* | merge master | Frank Karlitschek | 2013-01-30 | 1 | -100/+6 |
|\ | | | | | | | | | | | | | | | Merge branch 'master' into improved_appsmanagement Conflicts: settings/apps.php settings/templates/apps.php | ||||
| * | Move appid to external file | Lukas Reschke | 2013-01-23 | 1 | -2/+0 |
| | | |||||
| * | External JSON for the Apps | Lukas Reschke | 2013-01-21 | 1 | -0/+1 |
| | | |||||
| * | Move to OC_App | Lukas Reschke | 2013-01-21 | 1 | -89/+0 |
| | | |||||
* | | mark recommended apps. server part not yet fully implemented | Frank Karlitschek | 2013-01-30 | 1 | -0/+2 |
| | | |||||
* | | we are getting closer. updating is not working yet. | Frank Karlitschek | 2013-01-21 | 1 | -1/+4 |
|/ | |||||
* | Fixed new checkstyle issues in apps.php from build #1341. | Diederik de Haas | 2012-11-10 | 1 | -1/+1 |
| | |||||
* | fix the broken image path on the apps page | Frank Karlitschek | 2012-11-08 | 1 | -1/+1 |
| | |||||
* | Style: Remove all the dangling white spaces | Felix Moeller | 2012-11-04 | 1 | -4/+4 |
| | |||||
* | Convert menu entries of settings pages to use router | Bart Visscher | 2012-09-28 | 1 | -1/+1 |
| | |||||
* | Added failsafes for retrieving remote apps on settings->apps page, in case ↵ | Sam Tuke | 2012-09-18 | 1 | -19/+25 |
| | | | | categories or app data are not found | ||||
* | Fixed bug with duplicate entries for installed 3rd party apps in settings->apps | Sam Tuke | 2012-09-18 | 1 | -14/+79 |
| | | | | | Added method getAppstoreApps to OC_App Added minor documentation | ||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -1/+1 |
| | |||||
* | Update settings/apps.php | Thomas Müller | 2012-09-04 | 1 | -1/+1 |
| | | | respect coding style | ||||
* | Update settings/apps.php | Thomas Müller | 2012-09-04 | 1 | -7/+7 |
| | | | respect coding style | ||||
* | Add check for missing appinfo in apps settings page | Bart Visscher | 2012-09-03 | 1 | -0/+4 |
| | |||||
* | remove files_imageviewer and files_texteditor from blacklist so they can be ↵ | Jörn Friedrich Dreyer | 2012-08-27 | 1 | -1/+2 |
| | | | | activated in a multi apps environment | ||||
* | Remove unused code. | Thomas Tanghus | 2012-08-04 | 1 | -33/+0 |
| | |||||
* | Load OCS apps in an ajax call to avoid blocking the WUI. | Thomas Tanghus | 2012-08-04 | 1 | -2/+3 |
| | |||||
* | fixes bug oc-1433 | Alessandro Cosentino | 2012-08-04 | 1 | -0/+1 |
| | |||||
* | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 1 | -2/+0 |
| | |||||
* | Allow direct link to app. | Thomas Tanghus | 2012-06-25 | 1 | -0/+2 |
| | |||||
* | Make some apps compatible | Lukas Reschke | 2012-06-11 | 1 | -1/+1 |
| | |||||
* | Revert | Lukas Reschke | 2012-06-11 | 1 | -1/+1 |
| | |||||
* | Settings... | Lukas Reschke | 2012-06-11 | 1 | -1/+1 |
| | |||||
* | apps paging is not yet implemented. increase pagesize to 100 as a quickfix | Frank Karlitschek | 2012-06-09 | 1 | -1/+2 |
| | |||||
* | update copyright | Frank Karlitschek | 2012-05-26 | 1 | -1/+1 |
| | |||||
* | don´t claim that already downloaded 3rd party apps are internal apps | Frank Karlitschek | 2012-05-18 | 1 | -2/+7 |
| | |||||
* | add files to blacklist. Should be always on | Frank Karlitschek | 2012-04-29 | 1 | -1/+1 |
| | |||||
* | improve the app installer. | Frank Karlitschek | 2012-04-21 | 1 | -0/+7 |
| | | | | | show a label if an app is an internal app or a third party app from the app store. show a preview image of the app if available | ||||
* | fix appstore download. | Frank Karlitschek | 2012-01-27 | 1 | -8/+16 |
| | |||||
* | finish the application store feature so that users can download and install ↵ | Frank Karlitschek | 2012-01-06 | 1 | -16/+16 |
| | | | | ownCloud apps from our website. there is still a small problem with write permissions. will look into this later | ||||
* | Sort apps on name and enabled status | Bart Visscher | 2011-12-07 | 1 | -0/+8 |
| | |||||
* | dissable app instalation from apps.owncloud.org interface | Robin Appelman | 2011-09-28 | 1 | -15/+16 |
| | |||||
* | Move some common code to OC_Util | Bart Visscher | 2011-09-18 | 1 | -4/+1 |
| | | | | | | | Created the following function: - checkLoggedIn - checkAdminUser - redirectToDefaultPage | ||||
* | Fix undefined index license in Apps | Michael Gapczynski | 2011-08-27 | 1 | -1/+1 |
| | |||||
* | allow apps to register form for the settings and admin pages | Robin Appelman | 2011-08-23 | 1 | -0/+1 |
| | |||||
* | dont throw errors if we cant connect to the apps repository | Robin Appelman | 2011-08-15 | 1 | -10/+13 |
| | |||||
* | merged admin, help and settings to settings | Jan-Christoph Borchardt | 2011-08-13 | 1 | -0/+68 |