| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge pull request #31696 from nextcloud/fix/user_ldap-fix-migration-lengthch... | Côme Chilliet | 2022-03-29 | 1 | -1/+1 |
|\ |
|
| * | Add octetLength and charLength to function builder, and tests | Côme Chilliet | 2022-03-24 | 1 | -2/+1 |
| * | Use getLengthExpression to measure field length instead of like | Côme Chilliet | 2022-03-24 | 1 | -1/+2 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2022-03-25 | 2 | -2/+2 |
|/ |
|
* | do not forget DB table prefix with truncate query | Arthur Schiwon | 2022-03-18 | 1 | -1/+1 |
* | Merge pull request #31421 from nextcloud/fix/user_ldap-fix-ldap-connection-re... | Côme Chilliet | 2022-03-17 | 12 | -247/+189 |
|\ |
|
| * | Set $limit as int as well in Access::count private method | Côme Chilliet | 2022-03-08 | 1 | -8/+8 |
| * | Fix unit tests | Côme Chilliet | 2022-03-03 | 10 | -44/+81 |
| * | Fix types in OCA\User_LDAP\Configuration | Côme Chilliet | 2022-03-03 | 2 | -59/+31 |
| * | Remove redundant is_array check | Côme Chilliet | 2022-03-03 | 1 | -11/+9 |
| * | Improve typing in user_ldap to detect problems early | Côme Chilliet | 2022-03-03 | 3 | -93/+40 |
| * | Fix executeRead when connection is reset because of a timeout | Côme Chilliet | 2022-03-03 | 1 | -36/+24 |
* | | Merge pull request #31542 from nextcloud/psalm-userCounts | Carl Schwan | 2022-03-14 | 2 | -2/+6 |
|\ \ |
|
| * | | Use "use" to import namespaces | Carl Schwan | 2022-03-14 | 1 | -1/+3 |
| * | | Fix psalm issue about userCounts | Carl Schwan | 2022-03-11 | 2 | -2/+4 |
* | | | Fix similar potential problems with fetchOne loops | Côme Chilliet | 2022-03-08 | 2 | -4/+4 |
* | | | Fix duplicated UUID detection when there are empty uuids | Côme Chilliet | 2022-03-08 | 1 | -1/+1 |
|/ / |
|
* | | code style | Arthur Schiwon | 2022-03-03 | 1 | -2/+2 |
* | | be conservative when reading from fresh created column | Arthur Schiwon | 2022-03-03 | 1 | -3/+13 |
|/ |
|
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-02-25 | 4 | -2/+4 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-02-24 | 2 | -2/+2 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-02-22 | 2 | -0/+14 |
* | Make it explicit that a DN can be used for ldap:check-user | Côme Chilliet | 2022-02-17 | 2 | -4/+10 |
* | Improve typing in apps/user_ldap/lib/Command/CheckUser.php | Côme Chilliet | 2022-02-17 | 1 | -12/+4 |
* | Remove parenthesis around return in apps/user_ldap/lib/Command/CheckUser.php | Côme Chilliet | 2022-02-17 | 1 | -1/+1 |
* | Fix ldap:check-user method for newly created LDAP users | Côme Chilliet | 2022-02-17 | 1 | -15/+11 |
* | Fix script loading in ldap's settings | Louis Chemineau | 2022-02-14 | 4 | -2/+1 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-02-13 | 2 | -2/+2 |
* | Merge pull request #31073 from nextcloud/fix/user_ldap-fix-access-typing | Vincent Petry | 2022-02-10 | 3 | -69/+47 |
|\ |
|
| * | Remove mixed type not available in PHP 7.4 | Côme Chilliet | 2022-02-08 | 1 | -3/+3 |
| * | Add a comment explaining how Helper::loginName2UserName can work | Côme Chilliet | 2022-02-08 | 1 | -2/+2 |
| * | Improve typing in OCA\User_LDAP\Access and reduce psalm errors | Côme Chilliet | 2022-02-08 | 3 | -66/+44 |
* | | Fix psalm errors in apps/user_ldap/lib/Jobs/CleanUp.php | Côme Chilliet | 2022-02-10 | 1 | -26/+14 |
* | | Fix ldap:update-uuid | Côme Chilliet | 2022-02-10 | 3 | -21/+30 |
* | | add occ command to update UUIDs (incomplete) | Arthur Schiwon | 2022-02-10 | 8 | -28/+405 |
* | | allow to re-run migration step when backup DB is already created | Arthur Schiwon | 2022-02-10 | 1 | -1/+12 |
* | | invalidated duplicated UUIDs prior to migration change | Arthur Schiwon | 2022-02-10 | 1 | -0/+90 |
* | | fix overwriting of SUCCESS and INVALID consts | Arthur Schiwon | 2022-02-03 | 1 | -6/+6 |
|/ |
|
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-02-02 | 2 | -0/+8 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-01-22 | 2 | -0/+14 |
* | Remove useless indexes with duplicated names on backup table | Côme Chilliet | 2022-01-13 | 1 | -2/+0 |
* | Update autoloader | Joas Schilling | 2022-01-13 | 2 | -0/+8 |
* | Fix user_ldap migration for long DNs support | Côme Chilliet | 2022-01-13 | 2 | -49/+31 |
* | Move duplicated code to a base class for group_mapping migrations | Côme Chilliet | 2022-01-13 | 3 | -79/+72 |
* | Split dropTable and createTable in two migrations | Côme Chilliet | 2022-01-13 | 3 | -48/+141 |
* | Fix primary key change in user_ldap migration | Côme Chilliet | 2022-01-13 | 3 | -2/+244 |
* | Merge pull request #30508 from nextcloud/fix/psaml-bin | Carl Schwan | 2022-01-13 | 1 | -1/+1 |
|\ |
|
| * | Fix a few psalm issues and moved back to psalm/phar 4.18 | Carl Schwan | 2022-01-12 | 1 | -1/+1 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2022-01-13 | 2 | -0/+14 |
* | | Merge pull request #30572 from nextcloud/fix/lint_warnings | Louis | 2022-01-12 | 6 | -18/+18 |
|\ \ |
|