| Commit message (Expand) | Author | Age | Files | Lines |
* | chore(app): Do not clear unused cache key | Christoph Wurst | 2023-05-30 | 1 | -10/+0 |
* | Adapt tests to config value typing | Côme Chilliet | 2023-04-05 | 3 | -84/+67 |
* | Add label for logo link | Christopher Ng | 2023-03-29 | 1 | -0/+43 |
* | Introduced app enable/disable/update typed events | Thomas Citharel | 2023-03-13 | 1 | -6/+22 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 3 | -3/+0 |
* | set theming app to alwaysEnabled | szaimen | 2022-10-17 | 1 | -0/+5 |
* | remove getDefaultInstallationBundle | Arthur Schiwon | 2022-09-22 | 1 | -5/+0 |
* | remove Core Bundle | Arthur Schiwon | 2022-09-22 | 2 | -41/+1 |
* | Fix many tests and warnings | Carl Schwan | 2022-08-08 | 1 | -1/+1 |
* | Move CappedMemoryCache to OCP | Carl Schwan | 2022-07-14 | 1 | -3/+3 |
* | Remove at matcher uses in tests/lib | Côme Chilliet | 2022-06-16 | 2 | -115/+104 |
* | Overwrite the channel | Joas Schilling | 2022-03-10 | 1 | -9/+15 |
* | Fix unit tests | Joas Schilling | 2021-10-21 | 2 | -41/+67 |
* | Send the subscription key to the appstore requests | John Molakvoæ | 2021-10-14 | 3 | -5/+11 |
* | Allow to whitelist apps from the apsptore | John Molakvoæ | 2021-10-13 | 1 | -1/+78 |
* | Fix unit tests | Joas Schilling | 2021-04-27 | 3 | -9/+9 |
* | Make the app code checker a NOOP | Christoph Wurst | 2021-02-11 | 6 | -471/+0 |
* | Add negative version comparison test for version suffixes | Christoph Wurst | 2021-01-27 | 1 | -0/+1 |
* | Fix app fetcher php comparison to allow wider ranges | Christoph Wurst | 2021-01-26 | 1 | -0/+8 |
* | Do not run on php8 | Roeland Jago Douma | 2020-12-07 | 2 | -0/+8 |
* | Don't check on php8 | Roeland Jago Douma | 2020-12-07 | 2 | -0/+12 |
* | Only retry fetching app store data once every 5 minutes in case it fails | Julius Härtl | 2020-10-16 | 1 | -75/+36 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -2/+2 |
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU... | Morris Jobke | 2020-08-12 | 5 | -17/+16 |
* | Increase timeout of the appstore requests | Joas Schilling | 2020-06-12 | 1 | -3/+3 |
* | Revert "Compress the appstore requests by default" | Morris Jobke | 2020-05-20 | 1 | -42/+5 |
* | Compress the appstore requests by default | Morris Jobke | 2020-05-20 | 1 | -5/+42 |
* | Cache appstore requests for 60 instead of 5 minutes | Morris Jobke | 2020-05-20 | 1 | -7/+7 |
* | l10n: Add "The" before "Following" | Valdnet | 2020-05-15 | 1 | -4/+4 |
* | Update education bundle | Roeland Jago Douma | 2020-05-01 | 1 | -2/+0 |
* | Add test to ensure that symlinked apps_paths are not resolved | Daniel Kesselberg | 2020-04-24 | 1 | -0/+29 |
* | Add visibility to all methods and position of static keyword | Christoph Wurst | 2020-04-10 | 1 | -9/+9 |
* | Add visibility to all properties and move static keyword | Christoph Wurst | 2020-04-10 | 1 | -2/+2 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 6 | -18/+16 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 2 | -10/+10 |
* | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 1 | -7/+7 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 5 | -16/+16 |
* | Use a blank line after the opening tag | Christoph Wurst | 2020-04-09 | 1 | -1/+3 |
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 3 | -1224/+1224 |
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports | Christoph Wurst | 2020-03-27 | 1 | -1/+0 |
|\ |
|
| * | Remove unused imports | Christoph Wurst | 2020-03-25 | 1 | -1/+0 |
* | | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 4 | -547/+547 |
* | | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 5 | -37/+37 |
|/ |
|
* | Remove admin_notifications since it is obsolete since Nextcloud 14 | Julius Härtl | 2020-03-24 | 1 | -1/+0 |
* | add hub bundle for easy post-installation | Arthur Schiwon | 2020-01-26 | 1 | -1/+3 |
* | AppFetcher: Distinguish between fileName and endpointName | Georg Ehrke | 2020-01-09 | 1 | -1305/+1387 |
* | Restore old behavior allowing to set custom appstore | Georg Ehrke | 2019-12-22 | 2 | -1/+18 |
* | Allow to force enable apps via CLI | Joas Schilling | 2019-12-13 | 1 | -24/+33 |
* | Viewer should be always enabled | Roeland Jago Douma | 2019-12-10 | 1 | -0/+5 |
* | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 13 | -26/+27 |