-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>
Lowercase the scriptname again
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>
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
rename secure drop back to files drop
At the moment we don't support disabling the OAuth app Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Signed-off-by: Daniel Hansson <daniel@techandme.se>
fix for sharing stable12
[stable12] Mark OAuth app as always enabled
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
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
@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 Report
@@ 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
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Use realpath to obtain the webroot - stable12 back port.
Signed-off-by: Sebastian Kostka sebastian.kostka@gmail.com