Akhil Potukuchi
Akhil Potukuchi
- Added 7 and 30 day values to the "Active users" stats graph (returned through "lib/SessionStatistics.php" and used in frontend in "js/script.js) - Modified unit tests accordingly to test that...
## Summary - Currently on each `checkPassword` call, [the function `getLDAPUserByLoginName` is called](https://github.com/nextcloud/server/blob/5c4b4bde1b2da872c3e03846954214a8aa8c598e/apps/user_ldap/lib/User_LDAP.php#L180) - This calls `fetchListOfUsers` which is defined [here](https://github.com/nextcloud/server/blob/5c4b4bde1b2da872c3e03846954214a8aa8c598e/apps/user_ldap/lib/Access.php#L858) - So on each authentication request: - there is...
### ⚠️ This issue respects the following points: ⚠️ - [X] This is a **bug**, not a question or a configuration/webserver/proxy issue. - [X] This issue is **not** already reported...
- Permit to all can be controlled by an admin setting - Makes sense to me to control also "show to all" using an admin setting
- Attempt to resolve https://github.com/pulsejet/nextcloud-oidc-login/issues/102 - Keeping in draft as it is being tested - Testing with Nextcloud 24 and Keycloak - This can also help with performing login at...
- In the nextcloud login flow, we can use a regular password to exchange for an app password: https://docs.nextcloud.com/server/latest/developer_manual/client_apis/LoginFlow/index.html#converting-to-app-passwords - Would be nice if we could exchange an OIDC access...
- As these OCS API routes also need to be authenticated correctly with the access token
**Describe the bug** - I'm working on the OIDC login implementation for snappymail along with changes to https://github.com/pulsejet/nextcloud-oidc-login also - I hope to get PRs accepted soon at both places...
- https://github.com/the-djmaze/snappymail/issues/569#issuecomment-1664426054 - The idea here is to save new contacts(upon email sending) into a nextcloud addressbook - This way we have "full" integration with nextcloud - Contacts suggestions [come...
- I am trying to figure out the best OIDC plugin to use for my nextcloud setup - For non-OCS API endpoints, I need to know if this plugin supports...