| Commit message (Expand) | Author | Age | Files | Lines |
* | Register the autoloading earlier so we can load the background jobs | Joas Schilling | 2017-05-24 | 1 | -2/+1 |
* | Remove OC_App:installApp | Morris Jobke | 2017-05-15 | 1 | -27/+2 |
* | Add app bundles | Lukas Reschke | 2017-04-26 | 1 | -2/+4 |
* | Responsive app menu | Julius Härtl | 2017-04-25 | 1 | -68/+0 |
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -1/+0 |
* | Don't spam the log with "Undefined index showInHeader" | Joas Schilling | 2017-03-27 | 1 | -5/+3 |
* | Don't use the dropdown for one item only | Joas Schilling | 2017-03-26 | 1 | -2/+12 |
* | Manage the right side menu via the navigation manager as well | Joas Schilling | 2017-03-26 | 1 | -75/+15 |
* | Register the app management in the normal way | Joas Schilling | 2017-03-26 | 1 | -6/+0 |
* | Register the namespace with the autoloading to allow reverse recovery | Joas Schilling | 2017-03-22 | 1 | -0/+1 |
* | Make app management icon act like a normal app icon | Julius Haertl | 2017-03-16 | 1 | -0/+6 |
* | Fix menu issues | Julius Haertl | 2017-03-16 | 1 | -6/+19 |
* | Generate seperate menu list for header bar | Julius Haertl | 2017-03-16 | 1 | -3/+41 |
* | Move active app to the first slot | Julius Haertl | 2017-03-16 | 1 | -9/+19 |
* | Do not double cherck app update | Morris Jobke | 2017-03-13 | 1 | -8/+3 |
* | Remove deprecated OC_User::isLoggedIn | Sebastian Wessalowski | 2017-03-02 | 1 | -2/+2 |
* | Fix tests | Joas Schilling | 2017-01-13 | 1 | -8/+8 |
* | Remove the magic parsing of the description | Joas Schilling | 2017-01-13 | 1 | -24/+2 |
* | Remove group restrictions when those are not allowed anymore | Joas Schilling | 2017-01-04 | 1 | -0/+8 |
* | Don't use cached informations for app version | Lukas Reschke | 2016-12-09 | 1 | -4/+7 |
* | Add autoloader path for newly installed apps too | Morris Jobke | 2016-11-16 | 1 | -0/+2 |
* | Merge pull request #2148 from nextcloud/add_autoloader_before_enabling | Roeland Jago Douma | 2016-11-16 | 1 | -0/+2 |
|\ |
|
| * | Add autoloader before enabling apps | Roeland Jago Douma | 2016-11-15 | 1 | -0/+2 |
* | | Allow to register Providers | Joas Schilling | 2016-11-16 | 1 | -0/+5 |
* | | Allow to register settings/types via info.xml | Joas Schilling | 2016-11-16 | 1 | -0/+5 |
* | | Allow to register activity filters via info.xml | Joas Schilling | 2016-11-16 | 1 | -0/+7 |
|/ |
|
* | Use findAppInDirectories | Lukas Reschke | 2016-10-31 | 1 | -1/+1 |
* | Add update support | Lukas Reschke | 2016-10-31 | 1 | -15/+20 |
* | Query the timefactory instead of creating it | Lukas Reschke | 2016-10-31 | 1 | -1/+1 |
* | Replace with exception instead of boolean return value | Lukas Reschke | 2016-10-31 | 1 | -12/+2 |
* | Use new appstore API | Lukas Reschke | 2016-10-31 | 1 | -185/+57 |
* | App dependencies are now analysed on app enable as well - not only on app ins... | Thomas Müller | 2016-10-24 | 1 | -11/+28 |
* | Cache AppInfo in Memory Cache if configured | Lukas Reschke | 2016-10-07 | 1 | -1/+1 |
* | Don't parse info.xml but reuse already cached app infos - fixes #25603 (#25968) | Thomas Müller | 2016-10-07 | 1 | -1/+16 |
* | Fallback from "de" to "de_DE" and the other way around | Joas Schilling | 2016-10-04 | 1 | -3/+30 |
* | Allow multiple names and description | Joas Schilling | 2016-09-30 | 1 | -7/+40 |
* | Deprecate getEditionString() | Joas Schilling | 2016-09-06 | 1 | -3/+1 |
* | Move navigation entries without order to the end | Joas Schilling | 2016-09-02 | 1 | -1/+9 |
* | fix ordering of user menu entries | Jan-Christoph Borchardt | 2016-08-27 | 1 | -3/+3 |
* | Cache registered autoloaders | Lukas Reschke | 2016-08-22 | 1 | -0/+6 |
* | check registered sections and settings after an app got updated to garbage co... | Arthur Schiwon | 2016-08-16 | 1 | -0/+5 |
* | register app autoload instead of loading apps | Arthur Schiwon | 2016-08-12 | 1 | -3/+6 |
* | Merge branch 'master' into implement_712 | Lukas Reschke | 2016-08-11 | 1 | -1/+1 |
|\ |
|
| * | Merge pull request #529 from nextcloud/vendor-maintenance-downgrade | Lukas Reschke | 2016-08-10 | 1 | -1/+1 |
| |\ |
|
| | * | Allow downgrades of maintenance accross vendors | Joas Schilling | 2016-07-22 | 1 | -1/+1 |
* | | | fixes, improvements, and another app: | Arthur Schiwon | 2016-08-11 | 1 | -0/+6 |
* | | | fix registration of admin settings and section on app install | Arthur Schiwon | 2016-08-11 | 1 | -0/+6 |
* | | | more admin page splitup improvements | Arthur Schiwon | 2016-08-10 | 1 | -0/+1 |
* | | | Initial work on Apps page split: | Arthur Schiwon | 2016-08-09 | 1 | -1/+4 |
|/ / |
|
* / | fix autoloading in LPAP integration tests, resolves #544 | Arthur Schiwon | 2016-07-25 | 1 | -1/+1 |
|/ |
|