summaryrefslogtreecommitdiffstats
path: root/lib/composer
Commit message (Collapse)AuthorAgeFilesLines
* log to $datadir/audit.log by default and add rotationArthur Schiwon2018-04-262-0/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* move IFileBased to public namespace, logreader needs itArthur Schiwon2018-04-262-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* offer API to create own File log. admin_audit makes use of itArthur Schiwon2018-04-262-2/+4
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* destaticfy Log classesArthur Schiwon2018-04-262-0/+6
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Bump autoloaderRoeland Jago Douma2018-04-232-0/+16
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #9217 from nextcloud/show-link-trusted-domainsRoeland Jago Douma2018-04-172-2/+0
|\ | | | | Show a link to the docs instead of a button on the untrusted domain page
| * Show a link to the docs instead of a button on the untrusted domain pageMorris Jobke2018-04-172-2/+0
| | | | | | | | | | | | | | | | Before there was a button to "quickly" add the untrusted domain to the config. This button often didn't worked, because the generated URL was often untrusted as well. Thus removing it and providing proper docs seems to be the better approach to handle this rare case. Also the log should not be spammed by messages for the untrusted domain accesses, because they are user related and not necessarily an administrative issue. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Log classnames of arguments in exception traceRobin Appelman2018-04-172-0/+2
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix autoloaderMorris Jobke2018-04-122-0/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Bump autoloaderRoeland Jago Douma2018-04-112-0/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #9076 from nextcloud/feature/7573/user_db_backend_indexRoeland Jago Douma2018-04-062-0/+2
|\ | | | | Make select queries on user DB backend indexable
| * Bump autoloaderRoeland Jago Douma2018-04-062-0/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Update composer autoloaderJulius Härtl2018-04-052-0/+4
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* 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
|\ \