Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust DirectEditing test to PHPUnit8 | Julius Härtl | 2019-11-28 | 1 | -1/+1 |
* | Merge pull request #17625 from nextcloud/enh/noid/direct-editing | Roeland Jago Douma | 2019-11-28 | 1 | -0/+172 |
|\ | |||||
| * | Add mimetype to creators | Julius Härtl | 2019-11-27 | 1 | -0/+4 |
| * | Code style fixes and cleanup | Julius Härtl | 2019-11-27 | 1 | -2/+18 |
| * | Direct editing token tests | Julius Härtl | 2019-11-27 | 1 | -0/+152 |
* | | Merge pull request #17725 from nextcloud/enh/share_exp_internal | Roeland Jago Douma | 2019-11-28 | 1 | -1/+2 |
|\ \ | |||||
| * | | Fix tests | Roeland Jago Douma | 2019-11-27 | 1 | -1/+2 |
| |/ | |||||
* | | Merge pull request #18064 from nextcloud/feature/php74 | Roeland Jago Douma | 2019-11-28 | 334 | -1272/+1344 |
|\ \ | |||||
| * | | remove test case | Roeland Jago Douma | 2019-11-27 | 1 | -1/+0 |
| * | | TO REVERT LATER: disable decimaltest from LegacyDBTest | Roeland Jago Douma | 2019-11-27 | 1 | -3/+3 |
| * | | TO REVERT LATER: disable tests in LargeFileHelperGetFileSizeTest | Roeland Jago Douma | 2019-11-27 | 1 | -1/+1 |
| * | | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 189 | -992/+1037 |
| * | | Fix lockprivider test | Roeland Jago Douma | 2019-11-27 | 1 | -2/+8 |
| * | | Fix more tests | Roeland Jago Douma | 2019-11-27 | 1 | -2/+2 |
| * | | Fix signCoretests | Roeland Jago Douma | 2019-11-27 | 1 | -5/+5 |
| * | | SignApp fixes | Roeland Jago Douma | 2019-11-27 | 1 | -4/+4 |
| * | | More fixes | Roeland Jago Douma | 2019-11-27 | 2 | -6/+18 |
| * | | More fixes | Roeland Jago Douma | 2019-11-27 | 1 | -2/+6 |
| * | | Fix more tests | Roeland Jago Douma | 2019-11-27 | 2 | -5/+7 |
| * | | Skip redis if not configured | Roeland Jago Douma | 2019-11-27 | 1 | -0/+4 |
| * | | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 325 | -404/+404 |
| |/ | |||||
* / | Use person icon for personal settings | Julius Härtl | 2019-11-27 | 1 | -3/+3 |
|/ | |||||
* | Merge pull request #18019 from nextcloud/enhancement/password-policy-events | Roeland Jago Douma | 2019-11-27 | 2 | -38/+49 |
|\ | |||||
| * | Add typed events for password_policy | Christoph Wurst | 2019-11-27 | 2 | -38/+49 |
* | | Merge pull request #17834 from nextcloud/enh/noid/generic-event-replacement-tk2 | blizzz | 2019-11-27 | 2 | -4/+8 |
|\ \ | |/ |/| | |||||
| * | Files first to use own GenericEvent | Arthur Schiwon | 2019-11-26 | 2 | -4/+8 |
* | | Merge pull request #17939 from nextcloud/fix/token-insert-conflict-handling | Roeland Jago Douma | 2019-11-26 | 1 | -10/+44 |
|\ \ | |||||
| * | | Handle token insert conflicts | Christoph Wurst | 2019-11-26 | 1 | -10/+44 |
| |/ | |||||
* | | Merge pull request #17948 from nextcloud/enh/check-if-property-is-bool | Roeland Jago Douma | 2019-11-26 | 1 | -8/+35 |
|\ \ | |/ |/| | |||||
| * | Make isXXX available for bool properties only | Daniel Kesselberg | 2019-11-16 | 1 | -8/+35 |
* | | Merge pull request #17896 from nextcloud/fix/noid/consider-create-group-result | blizzz | 2019-11-25 | 1 | -0/+30 |
|\ \ | |||||
| * | | take group creation result into consideration | Arthur Schiwon | 2019-11-25 | 1 | -0/+30 |
* | | | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 124 | -179/+153 |
|/ / | |||||
* | | Fix the tests after #18029 | Roeland Jago Douma | 2019-11-21 | 1 | -2/+1 |
* | | Merge pull request #18029 from nextcloud/feature/public-post-login-event | Roeland Jago Douma | 2019-11-21 | 1 | -2/+2 |
|\ \ | |||||
| * | | Make the post login event public | Christoph Wurst | 2019-11-20 | 1 | -2/+2 |
* | | | Do not check for updates if we have no internet | Roeland Jago Douma | 2019-11-20 | 1 | -24/+64 |
|/ / | |||||
* | | Do pagination on the dummy group backend | Roeland Jago Douma | 2019-11-20 | 1 | -1/+2 |
* | | Use dummy backend in test | Roeland Jago Douma | 2019-11-18 | 1 | -0/+1 |
* | | fix folder delete | Robin Appelman | 2019-11-13 | 1 | -0/+2 |
* | | dont create empty filecache extended rows | Robin Appelman | 2019-11-13 | 1 | -1/+8 |
* | | expose filecache extension data in FileInfo | Robin Appelman | 2019-11-13 | 1 | -213/+236 |
* | | store filecache extension fields | Robin Appelman | 2019-11-13 | 1 | -0/+61 |
|/ | |||||
* | Add unit tests for "getAllShares()" | Daniel Calviño Sánchez | 2019-10-30 | 2 | -0/+216 |
* | Extend data returned when searching remote shares | John Molakvoæ (skjnldsv) | 2019-10-29 | 1 | -5/+5 |
* | Make renewSessionToken return the new token | Roeland Jago Douma | 2019-10-09 | 1 | -10/+9 |
* | make TrustedDomainHelper case insensitive | Johannes Koenig | 2019-10-06 | 1 | -0/+5 |
* | Merge pull request #17001 from nextcloud/fix/noid/addressbookchanges-avatar | blizzz | 2019-10-01 | 1 | -2/+1 |
|\ | |||||
| * | adjust test expectations | Arthur Schiwon | 2019-09-04 | 1 | -2/+1 |
* | | Move settings to an app | Christoph Wurst | 2019-09-28 | 12 | -771/+20 |