| Commit message (Expand) | Author | Age | Files | Lines |
* | Add label for logo link | Christopher Ng | 2023-03-30 | 1 | -0/+24 |
* | fix(appinfo): navigation type is optional | Joas Schilling | 2023-02-03 | 1 | -1/+2 |
* | Allow settings navigation items with no route entry | Christopher Ng | 2023-02-02 | 1 | -0/+4 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 9 | -18/+9 |
* | Suppress false-positives from psalm, waiting for fix upstream | Côme Chilliet | 2022-11-07 | 1 | -0/+4 |
* | Avoid a crash when a PHP extension has no version | Côme Chilliet | 2022-11-03 | 1 | -1/+4 |
* | remove getDefaultInstallationBundle | Arthur Schiwon | 2022-09-22 | 1 | -23/+4 |
* | remove Core Bundle | Arthur Schiwon | 2022-09-22 | 2 | -43/+0 |
* | set defaultEnabled in shipped.json | Maxence Lange | 2022-09-15 | 1 | -2/+20 |
* | Move findBinaryFinder and isFunctionEnabled away from OC_Helper | Carl Schwan | 2022-08-23 | 1 | -3/+3 |
* | Fix typos in lib/private subdirectory | luz paz | 2022-07-27 | 1 | -1/+1 |
* | Merge pull request #30030 from nextcloud/fexists | Vincent Petry | 2022-07-26 | 1 | -2/+2 |
|\ |
|
| * | Fix #30003 | acsfer | 2022-06-21 | 1 | -2/+2 |
* | | composer run cs:fix | Côme Chilliet | 2022-06-21 | 1 | -1/+0 |
* | | Fix PHP 8.2 warnings about undeclared properties | Côme Chilliet | 2022-06-21 | 2 | -41/+17 |
|/ |
|
* | Also allow pre-releases and nightlies when installing from git | Joas Schilling | 2022-03-10 | 1 | -3/+3 |
* | Similar to the fetch() method respect the channel in the get() | Joas Schilling | 2022-03-10 | 1 | -1/+3 |
* | Remove iconv from dependencies and tests | MichaIng | 2021-11-30 | 1 | -4/+0 |
* | Fix updating with apps | Joas Schilling | 2021-11-11 | 1 | -1/+1 |
* | fix appstoreenabled check in Fetcher so it's coherent with AppSettingsController | Julien Veyssier | 2021-10-18 | 1 | -2/+2 |
* | Send the subscription key to the appstore requests | John Molakvoæ | 2021-10-14 | 3 | -5/+22 |
* | Merge pull request #29135 from nextcloud/feat/appstore-filtering | Joas Schilling | 2021-10-14 | 1 | -2/+24 |
|\ |
|
| * | Fix variable | John Molakvoæ | 2021-10-13 | 1 | -5/+5 |
| * | Allow to whitelist apps from the apsptore | John Molakvoæ | 2021-10-13 | 1 | -2/+24 |
* | | Keep group restrictions when reenabling apps after an update | Joas Schilling | 2021-10-13 | 1 | -1/+5 |
|/ |
|
* | Add admin privilege delegation for admin settings | Carl Schwan | 2021-09-29 | 1 | -1/+1 |
* | Fix typing error in AppFetcher.php | Louis Chemineau | 2021-06-21 | 1 | -1/+3 |
* | Merge pull request #27098 from nextcloud/fix/noid/missing-key-in-addInfo | John Molakvoæ | 2021-06-16 | 1 | -1/+1 |
|\ |
|
| * | force 'name' key in array | Maxence Lange | 2021-05-25 | 1 | -1/+1 |
* | | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 19 | -39/+20 |
|/ |
|
* | Fix PHP CS | Joas Schilling | 2021-04-27 | 1 | -1/+0 |
* | Less ILogger | Joas Schilling | 2021-04-27 | 4 | -44/+20 |
* | Fix warning in AppFetcher.php when appstore is disabled | Jakub Onderka | 2021-03-10 | 1 | -0/+4 |
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 | dependabot-preview[bot] | 2021-02-18 | 1 | -1/+1 |
* | Make the app code checker a NOOP | Christoph Wurst | 2021-02-11 | 12 | -1559/+0 |
* | Fix app fetcher php comparison to allow wider ranges | Christoph Wurst | 2021-01-26 | 1 | -10/+15 |
* | Revert "Fix comparison of PHP versions" | Christoph Wurst | 2021-01-26 | 1 | -2/+2 |
* | Fix comparison of PHP versions | Damien Goutte-Gattat | 2021-01-14 | 1 | -2/+2 |
* | Merge pull request #25039 from nextcloud/fix/libxml-use-internal-errors-depre... | Roeland Jago Douma | 2021-01-11 | 1 | -3/+9 |
|\ |
|
| * | Only use libxml_disable_entity_loader on php older than 8 | Christoph Wurst | 2021-01-08 | 1 | -3/+9 |
* | | Remove unneeded casts that were found by Psalm | Morris Jobke | 2021-01-11 | 4 | -12/+12 |
|/ |
|
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 5 | -1/+5 |
* | Check php compatibility of app store app releases | Christoph Wurst | 2020-12-04 | 1 | -7/+25 |
* | Only retry fetching app store data once every 5 minutes in case it fails | Julius Härtl | 2020-10-16 | 1 | -1/+16 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 3 | -11/+11 |
* | Allow to specify supported architectures in appinfo.xml | Julius Härtl | 2020-09-17 | 2 | -0/+28 |
* | Install richdocumentscode depending on the architecture | Julius Härtl | 2020-09-17 | 1 | -3/+9 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 4 | -1/+4 |
* | Allow to update to nightly | John Molakvoæ (skjnldsv) | 2020-08-07 | 2 | -6/+15 |
* | Increase timeout of the appstore requests | Joas Schilling | 2020-06-12 | 1 | -1/+1 |