Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | 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 | |
* | | Merge pull request #17264 from nextcloud/move-from-storage-wrappers | Roeland Jago Douma | 2019-09-26 | 1 | -20/+97 | |
|\ \ | ||||||
| * | | handle moveFromStorage within the same storage even when storage wrappers are... | Robin Appelman | 2019-09-25 | 1 | -20/+97 | |
* | | | Merge pull request #17262 from nextcloud/objectstore-remove-cache-on-delete | Roeland Jago Douma | 2019-09-26 | 2 | -0/+79 | |
|\ \ \ | ||||||
| * | | | dont delete cache entries if deleting an object from object store failed | Robin Appelman | 2019-09-25 | 2 | -0/+79 | |
| |/ / | ||||||
* | | | Use the actual password to update the tokens | Roeland Jago Douma | 2019-09-18 | 1 | -2/+2 | |
* | | | Fixed the SecurityTest error | Greta Doci | 2019-09-15 | 1 | -0/+7 | |
* | | | Harden identifyproof openssl code | Roeland Jago Douma | 2019-09-14 | 1 | -7/+14 | |
* | | | Use Symfony's new contract Event class instead of the deprecated one | Christoph Wurst | 2019-09-12 | 1 | -8/+8 |