Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #18130 from nextcloud/bugfix/noid/prevent-creating-users-w... | Roeland Jago Douma | 2019-12-05 | 1 | -0/+9 |
|\ | |||||
| * | I love unit tests that mock unnecessary stuff | Joas Schilling | 2019-12-04 | 1 | -0/+9 |
* | | Merge pull request #17833 from nextcloud/propagator-no-negative-sizes | Roeland Jago Douma | 2019-12-04 | 2 | -0/+31 |
|\ \ | |/ |/| | |||||
| * | dont set folder size to negative values during propagation | Robin Appelman | 2019-11-26 | 1 | -0/+11 |
| * | add LEAST and GREATER to db function builder | Robin Appelman | 2019-11-26 | 1 | -0/+20 |
* | | Merge pull request #18028 from nextcloud/enhancement/user-create-events | Roeland Jago Douma | 2019-12-03 | 5 | -62/+81 |
|\ \ | |||||
| * | | Add typed create user events | Christoph Wurst | 2019-12-03 | 5 | -62/+81 |
* | | | Fix tests | John Molakvoæ (skjnldsv) | 2019-12-02 | 1 | -2/+4 |
|/ / | |||||
* | | 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 |