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

Testing #109

Merged
merged 46 commits into from Feb 23, 2022
Merged

Testing #109

merged 46 commits into from Feb 23, 2022

Conversation

ericgaspar
Copy link
Member

Problem

  • Description of why you made this PR

Solution

  • And how do you fix that problem

PR Status

  • Code finished and ready to be reviewed/tested
  • The fix/enhancement were manually tested (if applicable)

Automatic tests

Automatic tests can be triggered on https://ci-apps-dev.yunohost.org/ after creating the PR, by commenting "!testme", "!gogogadgetoci" or "By the power of systemd, I invoke The Great App CI to test this Pull Request!". (N.B. : for this to work you need to be a member of the Yunohost-Apps organization)

@ericgaspar
Copy link
Member Author

!testme

@yunohost-bot
Copy link
Contributor

Meow 🐈
Test Badge

@ericgaspar
Copy link
Member Author

!testme

@yunohost-bot
Copy link
Contributor

🎠
Test Badge

conf/config.php Outdated
// to decrypt.

define('SINGLE_USER_MODE', false);
putenv('TTRSS_SINGLE_USER_MODE=true');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems very strange to activate that ?
What happens for instances with multiple user ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Patches that allows to connect to the app without authentication are not working anymore.
I see 3 possible solutions:

  • rework patches to work with upstream changes
  • use built-in authentication
  • set authentication to false and protect app access with SSO (as in this PR)

I am unable to fix the current patchs to the upstream changes.
TTRSS_SINGLE_USER_MODE was changed to false so we can have the built-in authentication

Copy link
Member

@alexAubin alexAubin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Quick review, LGTM

What happend to the discussion regarding auth / singleuser mode that you were discussing in #109 (comment) in the end ?

@ericgaspar
Copy link
Member Author

ttrss uses a built-in authentication. This used to be bypassed by a (not-working-anymore) patch.
It would be nice if someone familiar with PHP could adapt the patch to the new code ...

@ericgaspar
Copy link
Member Author

!testme

@yunohost-bot
Copy link
Contributor

Fingers crossed!
Test Badge

@ericgaspar
Copy link
Member Author

Shall we merge this?

@ericgaspar
Copy link
Member Author

!testme

@yunohost-bot
Copy link
Contributor

Meow 🐈
Test Badge

@ericgaspar ericgaspar merged commit 699d97a into master Feb 23, 2022
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

5 participants