Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/user_sql.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-08Name sync optionMarcin Łojewski
2019-10-08issue#95 - Do not include users which are disabledMarcin Łojewski
2018-12-30Merge branch 'feature/issue#46' into developMarcin Łojewski
2018-12-26issue#86 Problem with "Provide avatar" field with user_sql 4.2.1Marcin Łojewski
2018-12-24No legendMarcin Łojewski
2018-12-24JS + CSSMarcin Łojewski
2018-12-24div for crypto paramsMarcin Łojewski
2018-12-22issue#85 Revers active column checkboxMarcin Łojewski
2018-12-16issue#77 Add support for remine password hashesMarcin Łojewski
2018-10-28Issue#74 Case (in)sensitive loginMarcin Łojewski
2018-10-01move prepend salt toggleMarcin Łojewski
2018-09-30'Prepend salt' toggleMarcin Łojewski
2018-08-16Leftover lines break the admin pageMarcin Łojewski
2018-07-09Merge branch 'develop' into develop-14Marcin Łojewski
2018-07-09User quota from SQLMarcin Łojewski
2018-07-07can change avatar -> provide avatarMarcin Łojewski
2018-07-07hashing -> hashMarcin Łojewski
2018-06-30Revert previous commit.Marcin Łojewski
2018-06-30Options to enable execute DMLs on tablesMarcin Łojewski
2018-06-30Adding SALT from DB and new Algorithm to be connected with HumHubMarcin Łojewski
https://github.com/nextcloud/user_sql/pull/42
2018-06-13User active columnMarcin Łojewski
2018-06-12FixesMarcin Łojewski
2018-06-10Hide passwordMarcin Łojewski
2018-06-10admin site templateMarcin Łojewski
2018-03-25'lib' rewritten.Marcin Łojewski
2018-02-28SHA1 and MD5 hash implementation.Marcin Łojewski
2018-02-28Set to default new logic. Add cleartext password hash implementation.Marcin Łojewski
TODO: - add new implementation of the rest of currently supported hashes - create update.php changing hash names in the config
2018-02-28- code formatting (PSR-2)Marcin Łojewski
- removed all ownCloud references - removed update.php as its supported version was never published on the app store - updated info.xml
2018-02-18crypt_type 'drupal' for Drupal 7 authenticationMarcin Łojewski
2018-02-10Add new hash options to admin control panelNullcaller
2018-02-06Updated CHANGELOG.md, name fixMarcin Łojewski
2018-01-30code for supervisor mode removed, because functionality exists in official ↵Horst Knorr
nextcloud app "impersonate" with better GUI
2018-01-29bugfix: encryption type sha1 reactivatedHorst Knorr
2018-01-28added:Horst Knorr
* 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)
2017-12-21Merge branch 'master' into masterMarcin Łojewski
2017-12-21Add supervisor descriptionPatrik Novotný
2017-12-20Configuration moved to a separate tab.Patrik Novotný
2017-12-20Supervision support added.Patrik Novotný
2017-12-19Merge pull request #8 from UncleAlbie/masterMarcin Łojewski
SHA1 support.
2017-12-19Add support for groupsPatrick Valsecchi
2017-12-18Add SHA1 support.Patrik Novotný
2017-02-04copy of https://www.aboehler.at/hg/user_sql/archive/v.2.3.1.tar.gzMarcin Łojewski