summaryrefslogtreecommitdiffstats
path: root/lib/composer
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #9846 from nextcloud/feature/noid/add_stricter_cspsJohn Molakvoæ2018-06-132-0/+6
|\ | | | | Add stricter CSPs
| * Add stricter CSPsRoeland Jago Douma2018-06-132-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | * Deprecate our default CSP * Add strict CSP that is always our strictest setting * Add strict eval CSP (disable unsafe-eval) * Add strict inline CSP (disables inline styles) This is just to move forward and have a incremental improvement of our CSP Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Background job to clean up old backups of the updaterMorris Jobke2018-06-132-0/+4
|/ | | | | | | * a one-time job gets scheduled after each update via a repair job * the job remove all directories inside data/updater-INSTANCEID/backups except the 3 most recent ones (determined by mtime of the folder) Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge tips & tricks section into setup checksMorris Jobke2018-06-132-2/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add a hint that some indexes are not added yetMorris Jobke2018-06-062-0/+2
| | | | | | | | | * gives the admin a chance to discover the missing indexes and improve the performance of the instance without digging through the manual * nicely integrated in the setup checks where this kind of hints belong to * also adds an option to integrate this from an app based on events * fix style of setting warnings Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #9483 from nextcloud/azure-blobMorris Jobke2018-06-042-0/+2
|\ | | | | add azure object storage backend
| * Bump autoloaderRoeland Jago Douma2018-06-042-0/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #9425 from nextcloud/db-reconnect-timeoutMorris Jobke2018-06-042-0/+2
|\ \ | |/ |/| Check connection status and attempt to reconnect each each minute
| * Check connection status and attempt to reconnect each each minuteRobin Appelman2018-05-082-0/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | 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>