Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add deck and mail to the groupware bundle, remove talk | Bjoern Schiessle | 2018-08-17 | 1 | -1/+2 |
* | Add the ToS app to the enterprise bundle | Joas Schilling | 2018-08-09 | 1 | -0/+1 |
* | always enable cloud federation api | Bjoern Schiessle | 2018-07-02 | 1 | -0/+4 |
* | Fix tests | Roeland Jago Douma | 2018-05-14 | 2 | -2/+4 |
* | Fix version comparison with minor and patch level requirements | Christoph Wurst | 2018-04-11 | 2 | -6/+103 |
* | App manager is not needed anymore | Joas Schilling | 2018-02-16 | 1 | -1/+1 |
* | Validate the info.xml against the appstore schema file | Joas Schilling | 2018-02-16 | 1 | -8/+11 |
* | Remove IAppConfig::getValue | Roeland Jago Douma | 2018-01-17 | 1 | -3/+4 |
* | Fix tests | Roeland Jago Douma | 2017-12-18 | 1 | -1/+1 |
* | Fix tests | Roeland Jago Douma | 2017-11-17 | 3 | -9/+67 |
* | Use ::class in test mocks | Morris Jobke | 2017-10-24 | 1 | -1/+1 |
* | Add new bundle | Lukas Reschke | 2017-07-26 | 2 | -0/+46 |
* | Fix tests of CodeChecker and MigrationService | Joas Schilling | 2017-07-05 | 4 | -7/+14 |
* | Version and dependency are now required | Joas Schilling | 2017-05-22 | 1 | -4/+6 |
* | Fix tests | Lukas Reschke | 2017-05-20 | 1 | -4/+8 |
* | Merge pull request #4825 from nextcloud/add-timeout-appstore | Lukas Reschke | 2017-05-12 | 1 | -1/+5 |
|\ | |||||
| * | Fix failed assertions | Joas Schilling | 2017-05-12 | 1 | -1/+5 |
* | | Fix unit tests | Joas Schilling | 2017-05-12 | 3 | -2/+12 |
|/ | |||||
* | Automatic injection into the Fetchers | Joas Schilling | 2017-05-10 | 3 | -3/+18 |
* | Fix test | Roeland Jago Douma | 2017-05-02 | 1 | -20/+10 |
* | Fix and update tests | Roeland Jago Douma | 2017-05-02 | 1 | -65/+116 |
* | Add SocialSharingBundle | Lukas Reschke | 2017-04-26 | 2 | -0/+42 |
* | Add spreed to Groupware bundle | Lukas Reschke | 2017-04-26 | 1 | -0/+1 |
* | Add tests for bundle code | Lukas Reschke | 2017-04-26 | 5 | -0/+250 |
* | createMock | Joas Schilling | 2017-03-20 | 1 | -24/+8 |
* | Fix the test | Joas Schilling | 2017-03-20 | 1 | -34/+46 |
* | Don't use a generic exception | Joas Schilling | 2017-03-20 | 1 | -3/+4 |
* | Improve the test case | Morris Jobke | 2017-03-20 | 1 | -4/+7 |
* | checking if app exists in the FileStream now | noveens | 2017-03-20 | 1 | -4/+18 |
* | Fix unit tests and improve appstore logic | Morris Jobke | 2017-02-24 | 3 | -4/+176 |
* | Add ETag validation to appstore requests | Roeland Jago Douma | 2017-01-05 | 2 | -5/+164 |
* | Clear appstore cache on version upgrade | Roeland Jago Douma | 2016-12-15 | 3 | -7/+131 |
* | Use the mocked config version | Joas Schilling | 2016-12-14 | 1 | -5/+6 |
* | Exclude pre-release versions as per SemVer | Lukas Reschke | 2016-11-25 | 1 | -18/+38 |
* | Loop for newest version in appstore response | Lukas Reschke | 2016-11-24 | 2 | -4/+1861 |
* | push public user data to the lookup server | Bjoern Schiessle | 2016-11-21 | 1 | -0/+4 |
* | Expose getAppPath to public API | Julius Haertl | 2016-11-17 | 1 | -0/+10 |
* | Endpoint is now 11.0.0 | Lukas Reschke | 2016-11-15 | 1 | -1/+1 |
* | Adjust previous fallbacks | Lukas Reschke | 2016-11-15 | 1 | -2/+14 |
* | Add tests for installer method | Lukas Reschke | 2016-10-31 | 1 | -0/+8 |
* | Add update support | Lukas Reschke | 2016-10-31 | 1 | -14/+213 |
* | Use substr and explode instead of a regex | Lukas Reschke | 2016-10-31 | 1 | -0/+7 |
* | Use new appstore API | Lukas Reschke | 2016-10-31 | 5 | -0/+444 |
* | Merge pull request #1452 from nextcloud/appconfig-endpoint | Joas Schilling | 2016-10-25 | 1 | -1/+13 |
|\ | |||||
| * | Make AppConfig part of the public API | Joas Schilling | 2016-10-21 | 1 | -1/+13 |
* | | App dependencies are now analysed on app enable as well - not only on app ins... | Thomas Müller | 2016-10-24 | 1 | -26/+30 |
|/ | |||||
* | Ensure $commands being an array - fixes #26073 | Thomas Müller | 2016-10-20 | 1 | -0/+1 |
* | use short array syntax | Morris Jobke | 2016-10-20 | 1 | -7/+7 |
* | Cache AppInfo in Memory Cache if configured | Lukas Reschke | 2016-10-07 | 1 | -11/+25 |
* | Don't parse info.xml but reuse already cached app infos - fixes #25603 (#25968) | Thomas Müller | 2016-10-07 | 2 | -17/+4 |