46 Commits

Author SHA1 Message Date
Claus-Justus Heine f565705b4f Backend\UserBackend: avoid recursion in getUser(). 2025-06-30 11:37:50 +02:00
Claus-Justus Heine 1354242744 Tweak debug logging 2025-05-07 23:44:16 +02:00
Claus-Justus Heine 560f8cdf08 Silence a PHP warning 2025-04-17 11:55:19 +02:00
Claus-Justus Heine 47f598d42a Get rid of ILogger. 2025-04-17 11:55:19 +02:00
Claus-Justus Heine 9d0ef4e4fe Add getBackendName() and inherit from INamedBackend 2024-01-29 08:58:38 +01:00
Claus-Justus Heine 7da80d207a Implement ISearchableGroupBackend
Signed-off-by: Claus-Justus Heine <himself@claus-justus-heine.de>
2023-08-22 12:59:23 +02:00
Claus-Justus Heine e9ccbd95d6 UserBackend: users fetched from the cache have to be converted back from an array representation to the User-object.
Signed-off-by: Claus-Justus Heine <himself@claus-justus-heine.de>
2023-08-22 12:59:21 +02:00
Marcin Łojewski a17a52ea4a Comments alignment 2020-07-12 16:11:29 +02:00
Morris Jobke 08ac663fc2 Use new dispatcher for password policy event
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-07-09 22:07:51 +02:00
Morris Jobke 0f55c3d70b Revert "Use new dispatcher for password policy event" 2020-07-09 22:07:24 +02:00
Morris Jobke 5facd20111 Use new dispatcher for password policy event
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-07-09 22:02:09 +02:00
Marcin Łojewski a483168890 Default group option. issue#107 2020-04-13 16:32:15 +02:00
Marcin Łojewski c7e73f2fbb Merge branch 'master' of https://github.com/palmtown/user_sql into palmtown-master
# Conflicts:
#	lib/Backend/UserBackend.php
2020-04-13 11:47:47 +02:00
Marcin Łojewski 953dae293e issue#135 Allow email login 2020-03-29 22:08:43 +02:00
Marcin Łojewski 683d44c98b issue#120 issue#126 issue#130 - 'Object of class Closure could not be converted to string' 2020-02-02 20:49:45 +01:00
Brandon Lee 55224aed23 commit 2019-10-31 04:54:51 +00:00
Brandon Lee 570ae0a770 commit 2019-10-31 04:51:06 +00:00
Brandon Lee a02c3f25e8 commit 2019-10-31 04:33:31 +00:00
Brandon Lee b4c210566d commit 2019-10-22 13:46:23 +00:00
Marcin Łojewski 34a0c65be6 Name sync option 2019-10-08 20:58:22 +02:00
Marcin Łojewski a8e8e53538 Merge pull request #113 from Isolus/propagate
fix for email and display name sync
2019-10-08 20:10:54 +02:00
Björn Kinscher 41bf08165b propagate changes to display name and email columns in user table to anyone it might affect
Signed-off-by: Björn Kinscher <dev@bjoern-kinscher.de>
2019-09-30 22:39:04 +02:00
Marcin Łojewski f94def108b issue#100 Support Nextcloud password_policy 2019-02-17 18:51:26 +01:00
Marcin Łojewski a06e316327 Fixes issue#88, issue#89 (getDisplayNames function) 2019-01-19 10:07:52 +01:00
Marcin Łojewski b8581b1098 Implement canConfirmPassword 2019-01-19 09:29:50 +01:00
Marcin Łojewski 5caa1641db Merge branch 'feature/issue#46' into develop 2018-12-30 20:34:56 +01:00
Marcin Łojewski 8370f4b8d0 issue#86 Problem with "Provide avatar" field with user_sql 4.2.1 2018-12-26 13:05:41 +01:00
Marcin Łojewski 3b586365a7 use crypto params 2018-12-26 12:38:37 +01:00
Marcin Łojewski 8e80480eaa issue#77 Add support for remine password hashes 2018-12-16 17:51:37 +01:00
Marcin Łojewski c6c345873c user_sql-78 Hide "password change form"
Hide "password change form" when "Allow password change" not set
2018-12-15 20:09:04 +01:00
Marcin Łojewski 4be9acb32c user_sql-80 User Dsiaply Issue
Correctly load user list when display name is null
2018-12-15 19:35:20 +01:00
Marcin Łojewski 0905096612 Issue#74 Case (in)sensitive login 2018-10-28 18:19:58 +01:00
Marcin Łojewski 9ab6df0f76 Issue#68 Get name from guid if not set 2018-10-13 11:45:24 +02:00
Marcin Łojewski e14ca58571 Issue#67 Only changed columns in UPDATE queries 2018-10-07 14:38:41 +02:00
Marcin Łojewski 97aafd952c Fixed 'Trying to get property of non-object' 2018-10-03 22:01:45 +02:00
Marcin Łojewski 2ef7716527 'Prepend salt' toggle 2018-09-30 20:36:58 +02:00
Marcin Łojewski fe265ebcd6 Merge branch 'develop' into develop-14 2018-07-09 20:19:50 +02:00
Marcin Łojewski ed37c7085d User quota from SQL 2018-07-09 19:59:01 +02:00
Marcin Łojewski 657e5a7ced Handle null value for isAdmin function 2018-06-30 23:35:26 +02:00
Marcin Łojewski 01a91f54ce Adopt user backend to Nextcloud 14 interfaces 2018-06-30 23:20:48 +02:00
Marcin Łojewski 5218a0e80e Group Backend read only actions. 2018-06-30 23:02:29 +02:00
Marcin Łojewski 3546682804 Group backend for Nextcloud 14 2018-06-30 19:06:54 +02:00
Marcin Łojewski a2b65f144c Adding SALT from DB and new Algorithm to be connected with HumHub
https://github.com/nextcloud/user_sql/pull/42
2018-06-30 13:19:04 +02:00
Marcin Łojewski a312ba8c47 User active column 2018-06-13 20:01:09 +02:00
Marcin Łojewski 29f1fa0730 Fix bugs + new screenshot 2018-06-13 09:47:18 +02:00
Marcin Łojewski c1cc89f456 'lib' rewritten. 2018-03-25 20:57:31 +02:00