Commit Graph

87 Commits

Author SHA1 Message Date
Andreas Boehler eae75ba236 Fix a few typos 2016-12-30 15:00:16 +01:00
Andreas Boehler 424243a631 Add option for forcing appending of default domain 2016-12-30 14:47:48 +01:00
Andreas Boehler cfa695fcb1 Add initial (untested) support for CRAM-MD5 and HMAC-MD5.
Ref T40
2016-12-03 11:27:47 +01:00
Andreas Boehler 5805081983 Added tag v.2.3.1 for changeset 77b8809852f4 2016-11-04 10:19:19 +01:00
Andreas Boehler 90703faf4a Properly format and validate appinfo.xml, bump to 2.3.1 2016-11-04 10:19:10 +01:00
Andreas Boehler 2a33f7ae98 Added tag v2.3.0 for changeset 1fedd27cb5d8 2016-11-04 10:08:42 +01:00
Andreas Boehler 8d0f6293dd Change versioning scheme 2016-11-04 10:08:35 +01:00
Andreas Boehler 7f607841ad Added tag v2.3 for changeset 599b774a4b6a 2016-11-04 09:32:01 +01:00
Andreas Boehler 493654af74 Check if tables and columns exist before saving them. This fixes T18. 2016-09-10 12:11:16 +02:00
Andreas Boehler 540df33173 Fix a few deprecated calls 2016-09-10 10:32:08 +02:00
Andreas Boehler 34ef8a433d Push max-version to 9.1 2016-08-30 15:39:15 +02:00
Andreas Boehler a0249ae1a4 Fix a small bug when checking whether a user exists 2016-08-30 15:31:24 +02:00
Andreas Boehler 57c8575c91 Fix a small bug in mySQL Password handling 2016-08-30 15:31:01 +02:00
Andreas Boehler de9fd02475 Update for ownCloud 9.0 2016-03-16 17:46:07 +01:00
Andreas Boehler 623eee5be3 Another small bugfix 2016-01-08 09:22:22 +01:00
Andreas Boehler 79a8ef44a5 Small bugfix 2016-01-08 08:51:14 +01:00
Andreas Boehler 98e164b27a Add support for getHome() 2016-01-08 08:32:45 +01:00
Andreas Boehler b6034665c1 Fix password changing (a VERY nasty bug) 2015-08-10 20:26:47 +02:00
Andreas Boehler 3a3934392a Support autocompletion for tables and columns
Update documentation
Switch to ownCloud's DBAL (not fully tested, yet)
Bump to v2.0
2015-07-30 11:22:50 +02:00
Andreas Boehler bb96639166 Fix Joomla 2.5.18 encryption 2015-07-29 20:05:00 +02:00
Andreas Boehler 2dea312a0d Fix getUserCount to support userDomainMapping 2015-07-28 13:23:38 +02:00
Andreas Boehler 4953f23c5c Add Multi-Host support and fixes for ownCloud 8.1 2015-07-27 15:02:10 +02:00
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