| Commit message (Expand) | Author | Age | Files | Lines |
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-28 | 2 | -4/+4 |
* | fix retrieving group members with numerical uids from LDAP | Arthur Schiwon | 2018-02-23 | 1 | -6/+7 |
* | tests for retrieving group members with numerical uids | Arthur Schiwon | 2018-02-23 | 1 | -2/+85 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-23 | 2 | -2/+2 |
* | Merge pull request #8499 from nextcloud/avoid-fruitless-login-attempts | Morris Jobke | 2018-02-22 | 2 | -3/+30 |
|\ |
|
| * | track the state of the bind result | Arthur Schiwon | 2018-02-22 | 2 | -3/+30 |
* | | 2nd parameter to t() must be array | Arthur Schiwon | 2018-02-22 | 4 | -5/+5 |
|/ |
|
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-21 | 2 | -2/+2 |
* | Merge pull request #8411 from nextcloud/add-strict-types-to-oc_app | Morris Jobke | 2018-02-17 | 1 | -1/+1 |
|\ |
|
| * | OC_App::loadApps now only accepts an array as type list | Morris Jobke | 2018-02-17 | 1 | -1/+1 |
* | | Fix info.xml files of shipped apps | Joas Schilling | 2018-02-16 | 1 | -10/+13 |
|/ |
|
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-14 | 2 | -8/+10 |
* | Merge pull request #8335 from nextcloud/remove-unused-import | Morris Jobke | 2018-02-14 | 3 | -5/+0 |
|\ |
|
| * | Remove unused import statements | Morris Jobke | 2018-02-14 | 3 | -5/+0 |
* | | Simplify return statement | Morris Jobke | 2018-02-13 | 3 | -15/+6 |
|/ |
|
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-13 | 20 | -198/+514 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-08 | 2 | -26/+72 |
* | Merge pull request #8122 from nextcloud/fix-6851 | Morris Jobke | 2018-02-02 | 1 | -0/+1 |
|\ |
|
| * | typo | blizzz | 2018-01-31 | 1 | -1/+1 |
| * | fixes reading the sysconfig value | Arthur Schiwon | 2018-01-31 | 1 | -0/+1 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-01 | 90 | -534/+90 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-31 | 2 | -0/+2 |
|/ |
|
* | Use ::class statement instead of string | Morris Jobke | 2018-01-29 | 2 | -2/+3 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-29 | 2 | -10/+10 |
* | Remove unneeded semicolon and parentheses | Morris Jobke | 2018-01-26 | 7 | -12/+12 |
* | Use type casting instead of *val() method | Morris Jobke | 2018-01-26 | 5 | -34/+34 |
* | Merge pull request #8069 from nextcloud/no-catch-serverdown | Morris Jobke | 2018-01-26 | 2 | -2/+8 |
|\ |
|
| * | do not catch ServerNotAvailable | Arthur Schiwon | 2018-01-26 | 2 | -2/+8 |
* | | Simplify ternary operator statements | Morris Jobke | 2018-01-26 | 1 | -1/+1 |
|/ |
|
* | Use type casting instead of *val() method | Morris Jobke | 2018-01-26 | 11 | -23/+23 |
* | Return value immediately instead of assigning to a one-time variable | Morris Jobke | 2018-01-26 | 1 | -2/+1 |
* | Fix risky tests without assertions | Joas Schilling | 2018-01-25 | 1 | -4/+4 |
* | Properly log the full exception instead of only the message | Morris Jobke | 2018-01-23 | 1 | -3/+5 |
* | Cleanup OC_User and OCP\User | Morris Jobke | 2018-01-16 | 2 | -8/+20 |
* | Merge pull request #7840 from nextcloud/dep_config | Roeland Jago Douma | 2018-01-14 | 3 | -3/+3 |
|\ |
|
| * | Remove deprecated \OCP\Config | Roeland Jago Douma | 2018-01-13 | 3 | -3/+3 |
* | | Merge pull request #7846 from nextcloud/this_is_14 | Morris Jobke | 2018-01-14 | 1 | -2/+2 |
|\ \ |
|
| * | | Bump apps | Roeland Jago Douma | 2018-01-14 | 1 | -2/+2 |
| |/ |
|
* / | Remove deprecated functions for OCP\Util | Roeland Jago Douma | 2018-01-13 | 1 | -1/+1 |
|/ |
|
* | Update composer | Morris Jobke | 2018-01-12 | 2 | -10/+14 |
* | Merge pull request #7796 from nextcloud/ldap-sync-fixes | Morris Jobke | 2018-01-11 | 3 | -12/+11 |
|\ |
|
| * | revert resolving of recursion (3628d4d65d67d12afc93d969de61cb06a33179fd) | Arthur Schiwon | 2018-01-11 | 1 | -5/+2 |
| * | fix return value when ldapPagingSize returns null | Arthur Schiwon | 2018-01-11 | 2 | -3/+4 |
| * | enrich log message with backtrace, but level it down to DEBUG | Arthur Schiwon | 2018-01-11 | 1 | -3/+3 |
| * | when paged results are turned off, all (max possible) users are returned | Arthur Schiwon | 2018-01-11 | 2 | -2/+3 |
* | | Merge pull request #7709 from nextcloud/fix-password-displayed-as-username-in... | Morris Jobke | 2018-01-11 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Add strengthify bar after plain text input clone of password input | Daniel Calviño Sánchez | 2018-01-11 | 1 | -0/+1 |
* | | extend test for rotating prefixes | Arthur Schiwon | 2018-01-08 | 1 | -1/+10 |
* | | fix changing to next cycle | Arthur Schiwon | 2018-01-08 | 1 | -2/+2 |
* | | add tests for whole run command | Arthur Schiwon | 2018-01-08 | 1 | -0/+104 |