owncloud-archive / news

:newspaper: News app for ownCloud
GNU Affero General Public License v3.0
290 stars 106 forks source link

fix(controllers): adapt to new OC core login flow #1030

Closed David-Guillot closed 5 years ago

David-Guillot commented 6 years ago

... introduced by owncloud/core#30421, released in OC 10.0.8

This PR leverages the base APIController in order to store the UserSession instead of the userId, because the authentication is now performed later in the flow.

David-Guillot commented 5 years ago

Closing this as the project is not maintained anymore.