- 
                Notifications
    You must be signed in to change notification settings 
- Fork 65
Closed
Labels
Description
How to use GitHub
- Please use the 👍 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Steps to reproduce
- Use nextcloud with a client that doesn't support cookies for e.g. a webdav mount: mount -t davfs -o noexec,uid=$USER $NEXTCLOUD_DAV_URL_FOR_YOUR_USER webdav-folder
Expected behaviour
- This should be counted as an active login in last 30 days
Actual behaviour
- It is not counted as an active login in last 30 days
Investigation/suggestions
- This is likely because session tokens are not created when a client doesn't support cookies
- And the serverinfoapp uses theauthtokenstable to get usage data
- Why not check the lastLogintimestamp instead which is stored in thepreferencestable and updated on each new login
Server configuration
Web server: Nginx
Database: Maria
PHP version: 8.3
Nextcloud version: (see Nextcloud admin page) 30.0.4
List of activated apps
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder
Nextcloud configuration
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder
Browser
Browser name: Firefox/Chrome/Safari/…
Browser version: 124/125/…
Operating system: Windows/Ubuntu/Mac/…
Browser log
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...