summaryrefslogtreecommitdiffstats
path: root/lib/private/App
Commit message (Expand)AuthorAgeFilesLines
* Fix L10N::tRoeland Jago Douma2017-08-011-4/+4
* Fix MigrationSchemaChecker and CryptoWrapperLukas Reschke2017-08-011-0/+6
* Add new bundleLukas Reschke2017-07-262-0/+51
* More phpstorm inspection fixesRoeland Jago Douma2017-07-242-5/+6
* Check the migration files for table, column and index length errorsJoas Schilling2017-07-052-2/+212
* Deprecate static writeLog() methodMorris Jobke2017-06-231-0/+1
* Version and dependency are now requiredJoas Schilling2017-05-221-31/+7
* We don't use the prefix on index namesJoas Schilling2017-05-161-6/+4
* Fix apps without translationsJoas Schilling2017-05-161-0/+4
* Check the name length of database itemsJoas Schilling2017-05-161-0/+107
* Check the syntax of the language fileJoas Schilling2017-05-161-0/+56
* Merge pull request #4825 from nextcloud/add-timeout-appstoreLukas Reschke2017-05-121-1/+3
|\
| * Add timeout for requests to appstoreMorris Jobke2017-05-111-1/+3
* | Log connectiong problems while fetching data from appstoreMorris Jobke2017-05-113-6/+24
|/
* Automatic injection into the FetchersJoas Schilling2017-05-103-11/+12
* Make sure the AppFetcher fetches the new applist from the appstoreRoeland Jago Douma2017-05-022-11/+43
* Do not do ETag caching when the version is updatedRoeland Jago Douma2017-05-021-12/+12
* Add SocialSharingBundleLukas Reschke2017-04-262-0/+47
* Add spreed to Groupware bundleLukas Reschke2017-04-261-0/+1
* Remove unrequired getDescription() methodLukas Reschke2017-04-264-29/+1
* Add app bundlesLukas Reschke2017-04-265-0/+298
* Remove unused use statementsMorris Jobke2017-04-222-3/+0
* Some more code fixesJoas Schilling2017-03-201-21/+22
* Don't use a generic exceptionJoas Schilling2017-03-201-5/+4
* Add exception to PHPDocLukas Reschke2017-03-201-0/+1
* checking if app exists in the FileStream nownoveens2017-03-201-0/+4
* Fix unit tests and improve appstore logicMorris Jobke2017-02-241-5/+2
* Add back appstoreenabled config switchSteffen Lindner2017-02-241-4/+20
* Merge pull request #2814 from nextcloud/appstore_etag_validationJoas Schilling2017-01-092-6/+40
|\
| * Add ETag validation to appstore requestsRoeland Jago Douma2017-01-052-6/+40
* | Remove group restrictions when those are not allowed anymoreJoas Schilling2017-01-041-0/+15
|/
* Clear appstore cache on version upgradeRoeland Jago Douma2016-12-153-16/+24
* Use the mocked config versionJoas Schilling2016-12-141-1/+1
* Check for nextcloud version as wellLukas Reschke2016-12-051-2/+8
* Exclude pre-release versions as per SemVerLukas Reschke2016-11-251-5/+7
* Loop for newest version in appstore responseLukas Reschke2016-11-242-8/+85
* Expose getAppPath to public APIJulius Haertl2016-11-171-0/+16
* Allow to register ProvidersJoas Schilling2016-11-161-0/+6
* Allow to register settings/types via info.xmlJoas Schilling2016-11-161-0/+6
* Allow to register activity filters via info.xmlJoas Schilling2016-11-161-0/+9
* Adjust previous fallbacksLukas Reschke2016-11-151-4/+0
* Add update supportLukas Reschke2016-10-311-2/+7
* %d instead %sLukas Reschke2016-10-311-1/+1
* Use substr and explode instead of a regexLukas Reschke2016-10-311-14/+33
* Read array elements instead of substrLukas Reschke2016-10-311-2/+6
* Use new appstore APILukas Reschke2016-10-315-0/+305
* Cleanup usagesRoeland Jago Douma2016-10-291-7/+0
* App dependencies are now analysed on app enable as well - not only on app ins...Thomas Müller2016-10-241-0/+3
* Ensure $commands being an array - fixes #26073Thomas Müller2016-10-201-0/+3
* [9.2] Register commands in info.xml (#26248)Thomas Müller2016-10-111-0/+6