Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-02 | 14 | -36/+118 |
| | |||||
* | l10n: Split sentences | Valdnet | 2021-06-01 | 1 | -1/+1 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-01 | 118 | -772/+772 |
| | |||||
* | Merge pull request #26706 from nextcloud/Valdnet-patch-7 | Joas Schilling | 2021-05-31 | 6 | -12/+12 |
|\ | | | | | l10n: Spelling unification | ||||
| * | l10n: Spelling unification | Valdnet | 2021-05-21 | 6 | -12/+12 |
| | | | | | | | | | | Spelling unification in Transifex. Signed-off-by: Valdnet 47037905+Valdnet@users.noreply.github.com | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-05-26 | 2 | -4/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-05-25 | 2 | -2/+2 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-05-21 | 2 | -0/+6 |
| | |||||
* | Prefer string $file over 1-element array in script() | François Freitag | 2021-05-18 | 1 | -3/+1 |
| | | | | | | | The string syntax is more obvious. There should be one (and preferably only one) way of doing things. Signed-off-by: François Freitag <mail@franek.fr> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-05-16 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-05-12 | 2 | -16/+16 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-05-09 | 2 | -0/+40 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-05-08 | 2 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-05-04 | 4 | -14/+16 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-30 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-28 | 4 | -4/+6 |
| | |||||
* | do not try to search after the last page | Arthur Schiwon | 2021-04-27 | 4 | -3/+49 |
| | | | | | | | - saves an LDAP requests in these cases - prevents a Protocol Error logged on < 7.3 API (for backports) Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | removes PagedResults adapter for PHP < 7.3 | Arthur Schiwon | 2021-04-26 | 4 | -137/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-26 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-25 | 4 | -16/+18 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-24 | 2 | -0/+10 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-23 | 14 | -0/+14 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-22 | 100 | -206/+206 |
| | |||||
* | Merge pull request #26609 from nextcloud/Valdnet-patch-6 | Roeland Jago Douma | 2021-04-21 | 1 | -1/+1 |
|\ | | | | | l10n: Improve styling | ||||
| * | l10n: Improve styling | Valdnet | 2021-04-18 | 1 | -1/+1 |
| | | | | | | "Empty field" information shifted to the end of the sentence. It looks more stylistic. | ||||
* | | Fix LDAP unit tests | Joas Schilling | 2021-04-20 | 1 | -2/+2 |
| | | | | | | | | | | | | | | 20) OCA\user_ldap\tests\Jobs\UpdateGroupsTest::testHandleKnownGroups Trying to configure method "fetchAll" which cannot be configured because it does not exist, has not been specified, is final, or is static Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-19 | 4 | -4/+4 |
|/ | |||||
* | Move over notification to new registration | Roeland Jago Douma | 2021-04-16 | 1 | -2/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-08 | 2 | -4/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-07 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-05 | 2 | -4/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-03 | 2 | -2/+2 |
| | |||||
* | Merge pull request #25326 from nextcloud/ldap-factory-no-ldap | Morris Jobke | 2021-03-31 | 1 | -0/+4 |
|\ | | | | | make ILDAPProviderFactory usable when there is no ldap setup | ||||
| * | make ILDAPProviderFactory usable when there is no ldap setup | Robin Appelman | 2021-03-31 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Add json, yaml output options to ldap:show-config | Johannes Leuker | 2021-03-31 | 1 | -15/+41 |
|/ | | | | Signed-off-by: Johannes Leuker <j.leuker@hosting.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-28 | 2 | -8/+8 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-24 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-23 | 4 | -8/+8 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-22 | 2 | -34/+34 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-21 | 2 | -4/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-20 | 2 | -4/+4 |
| | |||||
* | Merge pull request #26161 from ↵ | Joas Schilling | 2021-03-17 | 2 | -7/+7 |
|\ | | | | | | | | | nextcloud/bugfix/noid/improve-matching-of-phonebook-searches Improve search results when only phonebook-matches can we autocompleted | ||||
| * | Fix parameter types in docs | Joas Schilling | 2021-03-17 | 2 | -7/+7 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #26076 from nextcloud/enh/noid/ldap-occ-user-reset | Morris Jobke | 2021-03-17 | 5 | -3/+132 |
|\ \ | |/ |/| | adds ldap user:reset command | ||||
| * | adds ldap user:reset command | Arthur Schiwon | 2021-03-17 | 5 | -3/+132 |
| | | | | | | | | | | | | | | | | - allows to delete data of existing LDAP users, which otherwise is safe guarded - ensures that the user is not being deleted on LDAP through a plugin Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-15 | 2 | -8/+8 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-09 | 4 | -2/+36 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-08 | 2 | -4/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-07 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-06 | 2 | -18/+14 |
| |