Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use realpath to obtain the webroot #5506

Closed
wants to merge 71 commits into from
Closed

Use realpath to obtain the webroot #5506

wants to merge 71 commits into from

Conversation

derkostka
Copy link
Contributor

Use realpath to obtain the webroot - stable12 back port.

Signed-off-by: Sebastian Kostka sebastian.kostka@gmail.com

LukasReschke and others added 30 commits May 19, 2017 00:59
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Ref #4948

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Don't try to find dirname of false...

Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Allow automatic DI for apps that don't register the container in app.php
…g-for-ever

[stable12] Stop infinit loop on invalid settings css/js file
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Fix group restriction regression
Fixes visible sidebar even if hidden is applied
[stable12] Fix logo being too big on log in page
…securedrop.org

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Signed-off-by: Joas Schilling <coding@schilljs.com>
…Container

Fix missing argument 2 for Settings classes
At the moment we don't support disabling the OAuth app

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Signed-off-by: Daniel Hansson <daniel@techandme.se>
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
[stable12] Mark OAuth app as always enabled
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
nextcloud-bot and others added 22 commits May 25, 2017 00:08
Signed-off-by: Joas Schilling <coding@schilljs.com>
…background-jobs-on-app-update

[stable12] Register the autoloading earlier so we can load the background jobs
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Signed-off-by: Joas Schilling <coding@schilljs.com>
[stable12] fix install on mb4 enabled mariadb/mysql
[stable12] Trigger changeUser hook only on real changes
…unwizard

Don't show client info, when the app is disabled
[stable12] add new config switched for the global scale architecture
@mention-bot
Copy link

@derkostka, thanks for your PR! By analyzing the history of the files in this pull request, we identified @MorrisJobke and @Xenopathic to be potential reviewers.

@codecov
Copy link

codecov bot commented Jun 22, 2017

Codecov Report

Merging #5506 into master will increase coverage by 0.04%.
The diff coverage is 94.44%.

@@             Coverage Diff              @@
##             master    #5506      +/-   ##
============================================
+ Coverage     54.13%   54.18%   +0.04%     
+ Complexity    22345    22287      -58     
============================================
  Files          1380     1380              
  Lines         85551    85342     -209     
  Branches       1329     1322       -7     
============================================
- Hits          46316    46240      -76     
+ Misses        39235    39102     -133
Impacted Files Coverage Δ Complexity Δ
apps/federatedfilesharing/settings-personal.php 0% <ø> (ø) 0 <0> (ø) ⬇️
.../federatedfilesharing/templates/settings-admin.php 0% <ø> (ø) 0 <0> (ø) ⬇️
...pps/files_external/lib/Service/DBConfigService.php 91.96% <0%> (ø) 42 <0> (ø) ⬇️
apps/federatedfilesharing/lib/Settings/Admin.php 87.5% <100%> (ø) 4 <1> (ø) ⬇️
apps/dav/lib/CalDAV/CalDavBackend.php 86% <100%> (-0.03%) 218 <0> (ø)
...ederatedfilesharing/lib/FederatedShareProvider.php 66.98% <100%> (ø) 84 <0> (ø) ⬇️
apps/files_sharing/lib/External/Manager.php 48.07% <100%> (-0.25%) 34 <0> (ø)
...s/federatedfilesharing/lib/AppInfo/Application.php 93.93% <100%> (ø) 6 <0> (ø) ⬇️
lib/private/App/CodeChecker/InfoChecker.php 69.56% <0%> (-9.16%) 24% <0%> (+9%)
lib/private/legacy/template/functions.php 6.89% <0%> (-6.32%) 0% <0%> (ø)
... and 52 more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet