summaryrefslogtreecommitdiffstats
path: root/lib/composer
Commit message (Collapse)AuthorAgeFilesLines
* Added disabled count per groupsJohn Molakvoæ (skjnldsv)2018-05-242-0/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #8824 from nextcloud/settings-vueMorris Jobke2018-05-232-2/+0
|\ | | | | Vue migration: settings
| * Composer autoloader bumpJohn Molakvoæ (skjnldsv)2018-05-162-2/+0
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Certain tokens can expireRoeland Jago Douma2018-05-172-0/+4
|/ | | | | | | | However due to the nature of what we store in the token (encrypted passwords etc). We can't just delete the tokens because that would make the oauth refresh useless. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #9444 from nextcloud/techdep/noid/appframework_mapper_to_qbRoeland Jago Douma2018-05-142-0/+2
|\ | | | | Add a QueryBuilder based Mapper
| * Bump autoloaderRoeland Jago Douma2018-05-102-0/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Add the jobRoeland Jago Douma2018-05-142-0/+4
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Dump autoloaderJulius Härtl2018-05-032-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Update autoloaderJulius Härtl2018-05-032-0/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* 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>