1
0
mirror of https://github.com/moparisthebest/user_sql synced 2024-10-31 15:35:05 -04:00
Commit Graph

65 Commits

Author SHA1 Message Date
Dominik Grothaus
bf8fb9ecb7 Added getUserCount and getBackendName
Added two methods to provide more functionality from the backend interface
and the default backend.
2015-07-27 09:09:12 +02:00
Dominik Grothaus
bafeddd357 Update deprecated class calls
Calling methods from private owncloud classes is deprecated. Changed most
calls to OC_Log and other private classes.
2015-07-27 09:09:06 +02:00
Andreas Boehler
aed246f6bb Change all occurences of == and != to === and !== according to the
owncloud
guidelines. This cleans up the output of "occ app:check-code user_sql"
2015-07-27 09:08:45 +02:00
Dominik Grothaus
b3a9860c95 owncloud 8.1 compatibility. Removed \OC\Cache
Removed usage of \OC\Cache from user_sql.php. Implemented the new memcache
with a $_SESSION based fallback.
2015-07-27 09:06:53 +02:00
Andreas Boehler
032c2b5bd2 Add ability to synchronise E-Mail address 2015-07-07 22:54:05 +02:00
Andreas Boehler
7b722f31c3 Fix a typo. 2015-05-27 22:11:57 +02:00
Andreas Boehler
5fc2571b62 Make the invert setting a checkbox 2015-05-27 22:10:28 +02:00
Andreas Boehler
4cd5cf7f7e Add possibility to invert value of active column 2015-05-27 22:01:51 +02:00
Andreas Boehler
ef259e36bb Push version to 1.3 2015-05-17 13:05:02 +02:00
Andreas Boehler
e4270d4b3f Merge. 2015-05-17 13:03:44 +02:00
Andreas Boehler
81fc556251 Bump version to 1.2 2015-05-17 12:39:41 +02:00
Andreas Boehler
c70b4f04ef Add support for current Redmine system 2015-05-17 12:35:58 +02:00
till busch
23db0d9eb9 use a string value for SET NAMES 'UTF8' 2015-05-12 15:41:59 +02:00
till busch
ab89843609 use SET NAMES UTF8 rather than unconditional utf8_encode 2015-05-11 09:04:37 +02:00
Andreas Boehler
cb890440ba Remove comparison in sql_column_active in order to make PostgreSQL happy 2015-05-06 11:32:33 +02:00
Andreas Boehler
e3465cda60 Fix typo
Bump to v1.2
2015-03-27 10:30:48 +01:00
Andreas Boehler
7af5d1e04a Add PHPass class, as it's removed in ownCloud 8. Load it only if
PasswordHash() is not found.
2015-03-24 21:19:51 +01:00
Andreas Boehler
31e46e38d3 Add 'routes.php' file for compatibility with ownCloud 8 2015-03-01 16:03:35 +01:00
Andreas Boehler
5721f28b71 Fix (again) listing users when domain mapping is in place 2015-01-11 15:57:07 +01:00
Andreas Boehler
17cacd6141 Fix typo and searching for users when domain mapping is active 2015-01-08 21:18:57 +01:00
Andreas Boehler
3aa9c2020f Password changing must be explicitly enabled now.
Push to 1.1
2014-12-29 10:56:36 +01:00
Andreas Boehler
80ce4728eb Default to username if no displayname column is set (thanks to Dominik Grothaus) 2014-12-29 10:39:23 +01:00
Andreas Boehler
6c7d12131b Fix default config values for domain mappings (thanks to Dominik Grothaus) 2014-12-29 10:38:59 +01:00
Andreas Boehler
bbbe44665e Add support for SSHA256 (thanks to Dominik Grothaus) 2014-12-29 10:38:20 +01:00
Andreas Boehler
e36ee5bfd8 Version bump to 1.0 2014-11-18 22:02:26 +01:00
Andreas Boehler
b04e98170e Add support for Joomla 2.5.18+ encryption support using phpass 2014-11-18 21:48:59 +01:00
Andreas Boehler
f5f34cbcac Fix checkbox "No Mapping" in Domain Mapping Settings 2014-11-18 21:32:20 +01:00
Andreas Boehler
d6af9188ff When listing users, take domain mapping into account 2014-11-12 21:55:48 +01:00
Andreas Boehler
2e83d3a059 Fix "default" case in switch statement
Format code
Add hgignore file
2014-11-12 21:45:11 +01:00
Andreas Boehler
7d18f65f67 Add possibility to append server domain to username or to map domains 2014-11-11 23:23:23 +01:00
Andreas Boehler
47b1eb8187 Add missing semicolon 2014-11-11 20:32:58 +01:00
Andreas Boehler
700fb00c71 Fix cache problems with newer ownCloud versions 2014-10-27 20:40:48 +01:00
Andreas Boehler
e2773e06ae Merge branch oc5 and improve OC7 compatibility 2014-10-27 20:33:14 +01:00
Andreas Böhler
d3397146a3 Update Settings for ownCloud 7 and fix a long-pending "checkbox" bug 2014-10-27 20:23:32 +01:00
Andreas Böhler
ddc166e662 Fix a typo 2014-08-24 18:36:21 +02:00
Andreas Boehler
6f4bc7b004 Improve cache handling (backport from jwezel/user_sql) 2013-04-15 08:36:52 +02:00
Andreas Boehler
5c4ef2dad5 Create branch for OC5
Added DisplayName support in OC5
2013-04-15 08:35:27 +02:00
Andreas Boehler
a767fe07a7 Added "Joomla" encryption type (thanks Frédéric France)
Added sort order and minimal caching (thanks Ed W)
2013-03-10 19:06:35 +01:00
Andreas Boehler
ea2f18b22b Fixed possible CSRF attacks (thanks to Lukas Reschke) 2013-03-02 07:49:39 +01:00
andy
55c9a9f0bd Added tag v0.7 for changeset 845b75d72ec1 2013-02-12 10:41:36 +01:00
andy
e60f933d3f Added support for mySQL PASSWORD() function 2013-02-12 10:40:26 +01:00
Andreas Boehler
ceecf8a138 Change pacrypt() to support more system encryption schemes 2013-01-10 08:06:49 +01:00
Andreas Boehler
f646f7494b Fixed another possible SQL injection problem
Added strtolower() and fixed stripping of default domains for all
queries
2013-01-02 12:58:50 +01:00
Andreas Boehler
fc64d5cc90 Fix another bug in searching for users! 2012-12-21 14:16:35 +01:00
Andreas Boehler
3bee033569 Updated README
Fixed getUsers() bug that prevented admin interface to show user list
correctly
2012-12-21 12:26:58 +01:00
Andreas Boehler
539c4b56ef A few bugfixes, especially for MD5Crypt and password changing 2012-12-20 15:01:12 +01:00
Andreas Boehler
a773180ff8 Sanitized db inputs
Added more logging (debug options!)
2012-12-20 08:45:30 +01:00
Andreas Boehler
b04bee28df Removed tag 0.5 2012-12-15 11:21:59 +01:00
Andreas Boehler
53b0f6710b Removed tag to 2012-12-15 11:21:57 +01:00
Andreas Boehler
37f5b9f67e Bump to 0.5 2012-12-15 11:20:44 +01:00