summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2016-12-204-2/+14
|
* Activities IManager throws an BadMethodCallExceptionChristoph Wurst2016-12-191-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #2726 from nextcloud/check-all-channelsChristoph Wurst2016-12-181-7/+3
|\ | | | | [downstream] Consider all channel except blank and git to be signed
| * Consider all channel except blank and git to be signedVictor Dubiniuk2016-12-161-7/+3
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #2725 from nextcloud/memcached-connect-onceRoeland Jago Douma2016-12-171-10/+11
|\ \ | | | | | | [downstream] Set options, then add servers
| * | Set options, then add serversVictor Dubiniuk2016-12-161-10/+11
| |/ | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #2722 from nextcloud/failed-to-create-share-fixRoeland Jago Douma2016-12-171-1/+1
|\ \ | | | | | | [downstream] commit transaction after select query
| * | commit transaction after select queryphisch2016-12-161-1/+1
| |/ | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* / Do not validate return code is set is successfulVictor Dubiniuk2016-12-161-1/+3
|/ | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #2707 from nextcloud/clear_appstore_cache_on_upgradeLukas Reschke2016-12-164-17/+26
|\ | | | | Clear appstore cache on version upgrade
| * Clear appstore cache on version upgradeRoeland Jago Douma2016-12-154-17/+26
| | | | | | | | | | | | | | | | | | * Add version to cached json * Compare version * Updated calls * Updated tests Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #2695 from nextcloud/remove-leading-slashes-on-share-activityLukas Reschke2016-12-161-1/+1
|\ \ | |/ |/| Remove leading slash from sharing activity
| * Remove leading slash from sharing activityJoas Schilling2016-12-151-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Don't disable apps on update if PHP >= 7.0.0Lukas Reschke2016-12-151-0/+6
|/ | | | | | | | When PHP in a version higher than 7.0.0 is used we catch fatal exceptions in app.php and gracefully already disable the app. There is thus no need to also disable the apps on updates. This has been requested by Jan to fix because that is "the most annoying thing ever" :TM:. – I'd say we give it a try and if that causes problems in the future we can consider alternative approaches. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #2670 from ↵Roeland Jago Douma2016-12-141-1/+1
|\ | | | | | | | | nextcloud/issue-2646-dont-connet-to-database-before-creating-it Do not connect to database before creating it
| * Do not connect to database before creating itJoas Schilling2016-12-141-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #2665 from nextcloud/remove-db-class-and-interfaceRoeland Jago Douma2016-12-148-413/+1
|\ \ | | | | | | Remove IDb interface which was deprecated for 3 years already
| * | Remove IDb interface which was deprecated for 3 years alreadyJoas Schilling2016-12-148-413/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #2671 from ↵Roeland Jago Douma2016-12-141-1/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/issue-2661-reduce-log-level-on-database-user-creation Only log as info when we can not create a new DB user
| * | | Only log as info when we can not create a new DB userJoas Schilling2016-12-141-1/+1
| | |/ | |/| | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / | Safari CSPv3 support is sub-parLukas Reschke2016-12-141-2/+0
|/ / | | | | | | | | | | | | | | With 10.0.1 CSPv3 is broken in Safari if it doesn't run from a local IP. Awesome. => Let's remove this for Safari and keep chrome and Firefox in the whitelist. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* / Use the mocked config versionJoas Schilling2016-12-141-1/+1
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #2636 from nextcloud/add-repair-step-to-fix-mountsv11.0.0Lukas Reschke2016-12-134-0/+82
|\ | | | | Add a repair step to fix broken mounts
| * Update autoloadingJoas Schilling2016-12-132-0/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Add a repair step to fix broken mountsJoas Schilling2016-12-132-0/+80
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #2637 from nextcloud/mount-cache-storageidLukas Reschke2016-12-133-6/+9
|\ \ | |/ |/| also compare storage ids when checking for changed mounts
| * always use numeric storage id in cacheentryRobin Appelman2016-12-133-6/+3
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * fix cacheentry return wrong storage idRobin Appelman2016-12-132-1/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * also compare storage ids when checking for changed mountsRobin Appelman2016-12-131-1/+6
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fixed correct filename of MoveAvatarsBackgroundJobRoeland Jago Douma2016-12-133-2/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Update autoloaderRoeland Jago Douma2016-12-134-6/+48
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #2590 from nextcloud/postgres-install-failingRoeland Jago Douma2016-12-091-5/+5
|\ | | | | Revert "Quote database and role in queries"
| * Lower the role name before using itJoas Schilling2016-12-091-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Revert "Quote database and role in queries"Joas Schilling2016-12-091-4/+4
| | | | | | | | This reverts commit 9ebd5d5bb20af9178e071c3c6f3b41d9a9bc8be0.
* | Don't use cached informations for app versionLukas Reschke2016-12-092-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | When installing an app from the appstore the `\OC_App::getAppVersion` code is triggered twice: - First when the downloader tries to compare the current version to the new version on the appstore to check if there is a newer version. This protects against downgrade attacks and is implemented in `\OC\Installer::downloadApp`. - Second, when the app is actually installed the current version is written to the database. (`\OC\Installer::installApp`) This fails however when the version is actually cached. Because in step 1 the cached version will be set to "0" and then be reused in the second step. While this is probably not the cleanest version I assume this is an approach that is least invasive. Feedback and suggestions welcome :) Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Check if the theming app is loadedJulius Haertl2016-12-091-1/+1
|/ | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Allow to overwrite the message which we already do in SubadminMiddlewareJoas Schilling2016-12-081-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #2565 from nextcloud/direct-desktop-clientsRoeland Jago Douma2016-12-081-1/+1
|\ | | | | Change URL for desktop clients directly to pop-up
| * Cahnge URL for desktop clients directly to pop-upFelix A. Epp2016-12-081-1/+1
| | | | | | | | | | | | by adding `/#install-clients` to the URL Signed-off-by: Felix A. Epp <work@felixepp.de>
* | Quote database and role in queriesLari Tikkanen2016-12-071-4/+4
|/ | | | | Fixes #1793 Signed-off-by: Lari Tikkanen <lartza@outlook.com>
* Make sure $provider is defined when we use itJoas Schilling2016-12-071-10/+12
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #2513 from nextcloud/fix-htaccess-checksRoeland Jago Douma2016-12-061-0/+2
|\ | | | | Properly check the data dir
| * Properly check the data dirMorris Jobke2016-12-051-0/+2
| | | | | | | | | | | | * fixes #1364 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Document updater channel & check for correct PHP version in updaterMorris Jobke2016-12-061-0/+3
| | | | | | | | | | | | * see https://github.com/nextcloud/updater/issues/53 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #2520 from nextcloud/replace-stringMorris Jobke2016-12-051-2/+8
|\ \ | | | | | | Check for nextcloud version as well
| * | Check for nextcloud version as wellLukas Reschke2016-12-051-2/+8
| |/ | | | | | | | | | | The code checker didn't consider the "nextcloud" version before, resulting in fails such as https://travis-ci.org/nextcloud/richdocuments/jobs/181470760#L415-L416 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #497 from nextcloud/postgres-setup-no-adminMorris Jobke2016-12-052-39/+50
|\ \ | | | | | | handle postgres setup when we cant connect as admin
| * | handle postgres setup when we cant connect as adminRobin Appelman2016-12-052-39/+50
| |/
* | Merge pull request #2505 from nextcloud/sudo-mode-provisioning-apiMorris Jobke2016-12-051-0/+5
|\ \ | | | | | | Require sudo mode on the provisioning API
| * | Set last-login-check on basic authRoeland Jago Douma2016-12-051-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | Else the last-login-check fails hard because the session value is not set and thus defaults to 0. * Started with tests Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>