summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2016-12-2630-232/+380
|
* Merge pull request #2833 from nextcloud/downstream-26750Lukas Reschke2016-12-235-16/+50
|\ | | | | Introduce group display name support (#26750)
| * declare fieldArthur Schiwon2016-12-221-0/+3
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * Adding group display name supportVincent Petry2016-12-225-16/+47
| |
* | Nuke the legacy storage fallback from orbitVincent Petry2016-12-232-12/+2
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #2820 from nextcloud/testing-md5homeLukas Reschke2016-12-231-2/+9
|\ \ | |/ |/| Testing md5home (#26854)
| * Testing md5home (#26854)Vincent Petry2016-12-221-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Allow clearing default user backends in config.php When specifying "user_backends" in config.php, a new option "default" when set to false will prevent the default user backend to be registered. The default one is the database backend. This makes it possible to select exclusive user backends from apps. * Testing app provides test user backend for alternative homes The backend provide md5 result to getHome() * Only md5 the user home when it's not the admin Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #2828 from nextcloud/only-show-versionRoeland Jago Douma2016-12-221-2/+2
|\ \ | | | | | | Only show version in settings
| * | Only show version in settings - do not list channelMorris Jobke2016-12-221-2/+2
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #2633 from nextcloud/2fa-activitiesMorris Jobke2016-12-222-2/+45
|\ \ \ | |/ / |/| | two-factor activities
| * | fix minor issuesChristoph Wurst2016-12-192-6/+19
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | Publish, parse and filter 2FA activitiesChristoph Wurst2016-12-192-2/+32
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #2788 from nextcloud/memcached-ciLukas Reschke2016-12-221-1/+1
|\ \ \ | | | | | | | | Add Memcached CI
| * | | Disable memcached binary protocolRoeland Jago Douma2016-12-211-1/+1
| | |/ | |/| | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #2761 from ↵Björn Schießle2016-12-221-3/+5
|\ \ \ | |/ / |/| | | | | | | | nextcloud/dont-resolve-shares-if-public-sharing-is-disabled Don't resolve public share token if public sharing is disabled
| * | no need to throw a exception we catch two lines laterBjoern Schiessle2016-12-221-5/+4
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | Only don't resolve public linksRoeland Jago Douma2016-12-201-4/+3
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Don't resolve public share token if public sharing is disabledLukas Reschke2016-12-201-0/+4
| | | | | | | | | | | | | | | | | | Otherwise disabling sharing does prevent access to the view controllers but one can still access the shares using the public preview route or the public WebDAV endpoint. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #2724 from nextcloud/fix-23591Lukas Reschke2016-12-212-18/+59
|\ \ \ | | | | | | | | [downstream] Report failures for SignApp and SignCore
| * | | Add proper testsLukas Reschke2016-12-192-20/+18
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | Check return value for file_put_contents. Add return value to the commandsVictor Dubiniuk2016-12-162-12/+55
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | Merge pull request #2765 from nextcloud/kill-repairlegacystoragesChristoph Wurst2016-12-204-261/+0
|\ \ \ \ | | | | | | | | | | [downstream] Remove obsolete RepairLegacyStorages repair step
| * | | | Update autoloader filesLukas Reschke2016-12-192-2/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | Remove obsolete RepairLegacyStorages repair stepVincent Petry2016-12-192-259/+0
| | |/ / | |/| | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* / | | [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