Felix
204c5c5f0b
MySQL over SSL
...
Signed-off-by: Felix <felix.nz@hotmail.de >
2020-06-08 17:07:55 +02:00
Marcin Łojewski
a483168890
Default group option. issue#107
2020-04-13 16:32:15 +02:00
Marcin Łojewski
d7735280a0
Hash HMAC algo
2020-04-13 15:28:50 +02:00
Marcin Łojewski
7e9af00145
GID group column
2020-04-13 13:08:16 +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
94714ae987
issue#99 database password in config.php
2020-02-03 21:34:14 +01: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
1283fd68fc
issue#95 - Do not include users which are disabled
2019-10-08 19:44:23 +02: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
04e06bf3b5
No legend
2018-12-24 21:43:55 +01:00
Marcin Łojewski
ac3e386915
JS + CSS
2018-12-24 21:30:44 +01:00
Marcin Łojewski
63cd9d330e
div for crypto params
2018-12-23 23:13:20 +01:00
Marcin Łojewski
d5b5c36b1c
issue#85 Revers active column checkbox
2018-12-22 11:07:31 +01:00
Marcin Łojewski
8e80480eaa
issue#77 Add support for remine password hashes
2018-12-16 17:51:37 +01:00
Marcin Łojewski
0905096612
Issue#74 Case (in)sensitive login
2018-10-28 18:19:58 +01:00
Marcin Łojewski
1c198173e9
move prepend salt toggle
2018-10-01 20:25:54 +02:00
Marcin Łojewski
2ef7716527
'Prepend salt' toggle
2018-09-30 20:36:58 +02:00
Marcin Łojewski
aba409b24d
Leftover lines break the admin page
2018-08-16 20:36:12 +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
49a9b2ed61
can change avatar -> provide avatar
2018-07-07 09:27:20 +02:00
Marcin Łojewski
5c702edee7
hashing -> hash
2018-07-07 09:21:40 +02:00
Marcin Łojewski
20ffbfcddb
Revert previous commit.
2018-06-30 22:59:59 +02:00
Marcin Łojewski
bb8e05b3be
Options to enable execute DMLs on tables
2018-06-30 22:23:10 +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
0ff0a54e8c
Fixes
2018-06-12 21:56:08 +02:00
Marcin Łojewski
8a50badca4
Hide password
2018-06-10 09:49:50 +02:00
Marcin Łojewski
28f7da0c0d
admin site template
2018-06-10 09:40:18 +02:00
Marcin Łojewski
c1cc89f456
'lib' rewritten.
2018-03-25 20:57:31 +02:00
Marcin Łojewski
7872d98dd6
SHA1 and MD5 hash implementation.
2018-02-28 21:43:42 +01:00
Marcin Łojewski
3251067b38
Set to default new logic. Add cleartext password hash implementation.
...
TODO:
- add new implementation of the rest of currently supported hashes
- create update.php changing hash names in the config
2018-02-28 21:31:42 +01:00
Marcin Łojewski
936a831e5a
- code formatting (PSR-2)
...
- removed all ownCloud references
- removed update.php as its supported version was never published on the app store
- updated info.xml
2018-02-28 20:09:12 +01:00
Marcin Łojewski
ebcdaa813b
crypt_type 'drupal' for Drupal 7 authentication
2018-02-18 18:53:33 +01:00
Nullcaller
f194c35503
Add new hash options to admin control panel
2018-02-10 04:33:25 +03:00
Marcin Łojewski
2f14ec7832
Updated CHANGELOG.md, name fix
2018-02-06 21:36:50 +01:00
Horst Knorr
78a0247898
code for supervisor mode removed, because functionality exists in official nextcloud app "impersonate" with better GUI
2018-01-30 19:42:37 +01:00
Horst Knorr
cda958dc91
bugfix: encryption type sha1 reactivated
2018-01-29 17:50:20 +01:00
Horst Knorr
2e1179e035
added:
...
* Nextcloud 12 & 13 support
* added SALT support for password algorithms "system" and "password_hash"
* added security fix for password length sniffing attacks
* moved files to be more on the standard places
* renamed some files to be more standard like
* source code changes to be more standard like (max 80 characters)
2018-01-28 14:25:04 +01:00