Commit Graph

68 Commits

Author SHA1 Message Date
Marcin Łojewski
a6a502fe7c Courier hashes. New traits. 2018-02-28 23:45:28 +01:00
Marcin Łojewski
9c13804638 Singleton pattern trait. 2018-02-28 23:07:35 +01: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
7672c66c75 New interface. This interface must be implemented by all supported hash algorithms. 2018-02-28 21:23:17 +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
Marcin Łojewski
135c1506e2 Update CHANGELOG.md 2018-02-11 18:35:53 +01:00
Marcin Łojewski
e17f521a04 Merge pull request #22 from Nullcaller/master
Add options for Courier authlib authentication
2018-02-11 18:33:32 +01:00
Nullcaller
f194c35503 Add new hash options to admin control panel 2018-02-10 04:33:25 +03:00
Nullcaller
b456f6c921 Add options for Courier authlib authentication to user_sql.php
Availible options:
courier_md5 – base64-encoded md5
courier_md5raw – hexadecimal md5
courier_sha1 – base64-encoded sha1
courier_sha256 – base64-encoded sha256
2018-02-10 04:21:12 +03:00
Marcin Łojewski
6a9349c02a Fix URLs 2018-02-07 11:01:54 +01:00
Marcin Łojewski
57c7785a93 Unreleased section in CHANGELOG.me 2018-02-06 22:09:10 +01:00
Marcin Łojewski
743d47f9ac Add required field "bugs", fields "repository", "screenshot" 2018-02-06 22:03:23 +01:00
Marcin Łojewski
2f14ec7832 Updated CHANGELOG.md, name fix 2018-02-06 21:36:50 +01:00
Marcin Łojewski
9e539de176 Merge pull request #21 from gpgmailencrypt/master
code for supervisor mode removed
2018-01-31 19:28:41 +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
Marcin Łojewski
bac7236ab2 Merge pull request #20 from gpgmailencrypt/master
SHA1 encryption type reactivated
2018-01-30 11:49:58 +01:00
Horst Knorr
cf98f74ba7 code cleanup 2018-01-29 17:52:51 +01:00
Horst Knorr
cda958dc91 bugfix: encryption type sha1 reactivated 2018-01-29 17:50:20 +01:00
Marcin Łojewski
7517dfca27 Merge pull request #19 from gpgmailencrypt/master
Nextcloud 13 support
2018-01-29 11:43:05 +01:00
Horst Knorr
02b47f4e67 added image and nextcloud 13 bugfixes for group_sql 2018-01-28 14:48:04 +01:00
Horst Knorr
396c9f0968 bugfixed for Nextcloud 13 2018-01-28 14:41:28 +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
Marcin Łojewski
2797f4ba14 Merge pull request #15 from pauldeng/master
Added JHipster in Integration section
2018-01-20 09:23:18 +01:00
Marcin Łojewski
ff49073f50 Merge pull request #16 from nextcloud/NextCloud-Nextcloud
NextCloud -> Nextcloud; small fixes
2018-01-20 09:22:34 +01:00
Marius Blüm
e43b8ee4ae missed one typo 2018-01-03 12:31:07 +01:00
Marius Blüm
f1915df080 typo NextCloud -> Nextcloud 2018-01-03 12:29:52 +01:00
Marius Blüm
5d4f310108 NextCloud -> Nextcloud; small fixes 2018-01-03 12:28:30 +01:00
Paul Peng Deng
2331c740ce Added JHipster in Integration section 2018-01-03 22:23:41 +11:00
Marcin Łojewski
7009226642 Merge pull request #14 from pauldeng/master
Update README.md
2018-01-02 15:10:48 +01:00
Marcin Łojewski
1b1e42709e Update README.md 2018-01-02 15:10:06 +01:00
Paul Peng Deng
0b733b787e Update README.md
Improved the format and added new sections
2018-01-03 01:06:11 +11:00
Marcin Łojewski
cce53ca00b Changelog updated 2017-12-30 11:21:47 +01:00
Marcin Łojewski
7440949ecb Fix issue: Column autocomplete uses wrong table in "Groups Settings" 2017-12-30 11:19:48 +01:00
Marcin Łojewski
105f5b6762 Autocomplete for PostreSQL 2017-12-30 10:23:52 +01:00
Marius Blüm
c6956d24af update URLs to Nextcloud 2017-12-26 18:45:37 +01:00
Marcin Łojewski
c913d19bb4 Revert appid, update.php. Add changelog file 2017-12-26 16:41:04 +01:00
Marcin Łojewski
45195bcd61 Update code for release of the app in the Nextcloud App Store 2017-12-25 15:06:40 +01:00
Marcin Łojewski
b009d4ae20 Merge pull request #11 from UncleAlbie/master
Disable supervision for the supervisor user.
2017-12-21 15:20:25 +01:00
Patrik Novotný
44d99751a2 Merge branch 'master' of github.com:UncleAlbie/user_sql 2017-12-21 12:41:07 +01:00
Patrik Novotný
29f385930d Disable supervision for supervisor. 2017-12-21 12:40:42 +01:00
Marcin Łojewski
8288760b68 Merge pull request #10 from UncleAlbie/master
Supervision
2017-12-21 12:12:09 +01:00
Marcin Łojewski
d8485b7196 Merge branch 'master' into master 2017-12-21 12:11:57 +01:00
Marcin Łojewski
fc7932819a Merge branch 'master' into master 2017-12-21 12:09:40 +01:00
Patrik Novotný
bd507277c9 Add supervisor description 2017-12-21 11:23:05 +01:00
Patrik Novotný
b5d1880a69 Configuration moved to a separate tab. 2017-12-20 18:15:28 +01:00
Patrik Novotný
e02b05dc7d Supervision support added. 2017-12-20 17:50:47 +01:00
Marcin Łojewski
7bcfa82867 Merge pull request #9 from pvalsecc/master
Better getGroups implementation
2017-12-20 09:33:40 +01:00
Patrick Valsecchi
96c9bfeba8 Better getGroups implementation 2017-12-19 20:33:36 +01:00