summaryrefslogtreecommitdiffstats
path: root/lib/composer
Commit message (Collapse)AuthorAgeFilesLines
* Update autoloaderRoeland Jago Douma2018-03-272-0/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove \OCP\DBRoeland Jago Douma2018-03-262-2/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #8943 from nextcloud/dep_oc_jsonRoeland Jago Douma2018-03-232-2/+0
|\ | | | | Remove \OCP\JSON
| * Update autoloaderRoeland Jago Douma2018-03-232-2/+0
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Update autoloaderRoeland Jago Douma2018-03-222-0/+18
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove deprecated and unused OCP\ResponseMorris Jobke2018-03-212-2/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove deprecated OCP\ContactsMorris Jobke2018-03-142-2/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove deprecated HTTPHelperRoeland Jago Douma2018-03-132-2/+0
| | | | | | | | * Remove the HTTP Helper * Remove from Server Containter * Removed legacy share tests that use it Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove unused and deprecated class and interface AppHelperMorris Jobke2018-03-122-4/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update autoloaderRoeland Jago Douma2018-03-092-0/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix autoloaderRoeland Jago Douma2018-03-092-0/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* this was a migration step to ownCloud 8.0 to restructure the encryption ↵Bjoern Schiessle2018-03-022-2/+0
| | | | | | folder which is no longer needed Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* update autoloaderJulius Härtl2018-02-272-0/+6
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* fix controller testRobin Appelman2018-02-192-0/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update autoloaderRoeland Jago Douma2018-02-122-0/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add tests and class mappingJulius Härtl2018-02-032-0/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Do not cache the settings/sections in the database anymoreJoas Schilling2018-01-292-4/+2
| | | | | | | This caused more troubles then it had benefits, especially when an app got disabled or was removed without being disabled. Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove old repair steps that aren't executed anymoreMorris Jobke2018-01-222-14/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix the type hints of migrations and correctly inject the wrapped schema ↵Joas Schilling2018-01-172-0/+2
| | | | | | into migrations Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove deprecated core APIJoas Schilling2018-01-152-4/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update autoloaderRoeland Jago Douma2018-01-132-2/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update composerMorris Jobke2018-01-122-10/+17
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Composer updatedRoeland Jago Douma2018-01-043-19/+14
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move passwordconfirmation to its own midlewareRoeland Jago Douma2018-01-022-0/+2
| | | | | | Add tests Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* update autoloaderBjoern Schiessle2017-12-182-0/+2
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix filename typoRobin Appelman2017-12-122-2/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Register ContactsStore using alias + run autoloaderchecker.shTobia De Koninck2017-12-112-0/+2
| | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
* Add public api for remote apiRobin Appelman2017-12-082-0/+22
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add api clients for talking to remote cloudsRobin Appelman2017-12-082-0/+12
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* add postgresql10 compatibility to dbalRobin Appelman2017-11-222-2/+0
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #6840 from nextcloud/feature/5282/calendar_apiMorris Jobke2017-11-162-0/+6
|\ | | | | Calendar API for apps
| * update autoloader to included added classes and interfaceGeorg Ehrke2017-11-092-0/+6
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Add a mechanism to register crach reportersChristoph Wurst2017-11-142-0/+6
|/ | | | | | | | This adds a crash reporter registry, which is meant for third party apps to hook into the error logging/reporting chain. This way, external tools like Sentry can be used to track and aggregate system crashes. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #6220 from nextcloud/cached-mount-info-filepathLukas Reschke2017-11-092-0/+4
|\ | | | | Allow getting the filepath when getting cached mounts by fileid
| * Allow getting the filepath when getting cached mounts by fileidRobin Appelman2017-10-272-0/+4
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Update autoloaderRoeland Jago Douma2017-11-022-0/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge branch 'master' into autocomplete-guiArthur Schiwon2017-11-012-2/+6
|\ \
| * | Rebuild autoloaderJoas Schilling2017-10-302-2/+0
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Merge pull request #6867 from nextcloud/imessage-attachmentsGeorg Ehrke2017-10-302-0/+4
| |\ \ | | |/ | |/| Add attachment support to emails
| | * Add attachment support to emailsJoas Schilling2017-10-182-0/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Update autoloaderRoeland Jago Douma2017-10-242-0/+2
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | AutoCompletion backendArthur Schiwon2017-10-222-0/+8
|/ / | | | | | | | | | | | | | | | | | | * introduce a Controller for requests * introduce result sorting mechanism * extend Comments to retrieve commentors (actors) in a tree * add commenters sorter * add share recipients sorter Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #6825 from nextcloud/no-filecache-updateLukas Reschke2017-10-192-0/+2
|\ \ | |/ |/| No automatic filecache update
| * Update autoloadingJoas Schilling2017-10-162-0/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix autoloadingJoas Schilling2017-10-182-0/+2
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #6328 from nextcloud/split-sharees-api-logicblizzz2017-10-042-0/+22
|\ | | | | Splits off the logic from sharees endpoint thus making it available from within Nc/via PHP.
| * updated autoloaderArthur Schiwon2017-09-262-2/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * update autoloaderArthur Schiwon2017-09-262-0/+22
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Update autoloadingJoas Schilling2017-09-292-2/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Migrate all core id columns to bigintJoas Schilling2017-09-292-0/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>