aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/App
Commit message (Expand)AuthorAgeFilesLines
* Remove iconv from dependencies and testsMichaIng2021-11-301-4/+0
* Fix updating with appsJoas Schilling2021-11-111-1/+1
* fix appstoreenabled check in Fetcher so it's coherent with AppSettingsControllerJulien Veyssier2021-10-181-2/+2
* Send the subscription key to the appstore requestsJohn Molakvoæ2021-10-143-5/+22
* Merge pull request #29135 from nextcloud/feat/appstore-filteringJoas Schilling2021-10-141-2/+24
|\
| * Fix variableJohn Molakvoæ2021-10-131-5/+5
| * Allow to whitelist apps from the apsptoreJohn Molakvoæ2021-10-131-2/+24
* | Keep group restrictions when reenabling apps after an updateJoas Schilling2021-10-131-1/+5
|/
* Add admin privilege delegation for admin settingsCarl Schwan2021-09-291-1/+1
* Fix typing error in AppFetcher.phpLouis Chemineau2021-06-211-1/+3
* Merge pull request #27098 from nextcloud/fix/noid/missing-key-in-addInfoJohn Molakvoæ2021-06-161-1/+1
|\
| * force 'name' key in arrayMaxence Lange2021-05-251-1/+1
* | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0419-39/+20
|/
* Fix PHP CSJoas Schilling2021-04-271-1/+0
* Less ILoggerJoas Schilling2021-04-274-44/+20
* Fix warning in AppFetcher.php when appstore is disabledJakub Onderka2021-03-101-0/+4
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
* Make the app code checker a NOOPChristoph Wurst2021-02-1112-1559/+0
* Fix app fetcher php comparison to allow wider rangesChristoph Wurst2021-01-261-10/+15
* Revert "Fix comparison of PHP versions"Christoph Wurst2021-01-261-2/+2
* Fix comparison of PHP versionsDamien Goutte-Gattat2021-01-141-2/+2
* Merge pull request #25039 from nextcloud/fix/libxml-use-internal-errors-depre...Roeland Jago Douma2021-01-111-3/+9
|\
| * Only use libxml_disable_entity_loader on php older than 8Christoph Wurst2021-01-081-3/+9
* | Remove unneeded casts that were found by PsalmMorris Jobke2021-01-114-12/+12
|/
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-165-1/+5
* Check php compatibility of app store app releasesChristoph Wurst2020-12-041-7/+25
* Only retry fetching app store data once every 5 minutes in case it failsJulius Härtl2020-10-161-1/+16
* Format code to a single space around binary operatorsChristoph Wurst2020-10-053-11/+11
* Allow to specify supported architectures in appinfo.xmlJulius Härtl2020-09-172-0/+28
* Install richdocumentscode depending on the architectureJulius Härtl2020-09-171-3/+9
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-244-1/+4
* Allow to update to nightlyJohn Molakvoæ (skjnldsv)2020-08-072-6/+15
* Increase timeout of the appstore requestsJoas Schilling2020-06-121-1/+1
* Update hub bundle and add proxy rule to htaccessJulius Härtl2020-05-251-2/+2
* Revert "Compress the appstore requests by default"Morris Jobke2020-05-201-2/+3
* Compress the appstore requests by defaultMorris Jobke2020-05-201-3/+2
* Cache appstore requests for 60 instead of 5 minutesMorris Jobke2020-05-201-2/+2
* l10n: Add "The" before "Following"Valdnet2020-05-151-2/+2
* Update education bundleRoeland Jago Douma2020-05-011-2/+0
* Update license headers for 19Christoph Wurst2020-04-297-1/+6
* Add visibility to all constantsChristoph Wurst2020-04-103-13/+13
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-102-4/+4
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1014-38/+24
* Use elseif instead of else ifChristoph Wurst2020-04-103-10/+10
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-317-1/+9
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-274-5/+0
|\
| * Remove unused importsChristoph Wurst2020-03-254-5/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-263-7/+7
|/
* Remove admin_notifications since it is obsolete since Nextcloud 14Julius Härtl2020-03-241-1/+0