Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | SignApp fixes | Roeland Jago Douma | 2019-11-27 | 1 | -4/+4 | |
| * | | | | More fixes | Roeland Jago Douma | 2019-11-27 | 3 | -7/+19 | |
| * | | | | 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 | 386 | -466/+465 | |
| |/ / / | ||||||
* / / / | 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 | 146 | -190/+174 | |
|/ / | ||||||
* | | 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 | |
* | | | Accept incoming shares in acceptance tests | Daniel Calviño Sánchez | 2019-11-20 | 5 | -18/+128 | |
* | | | Rename "Notification" to "Toast" | Daniel Calviño Sánchez | 2019-11-20 | 2 | -11/+11 | |
* | | | 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 | |
* | | Merge remote-tracking branch 'origin/master' into filecache-extension | Roeland Jago Douma | 2019-11-18 | 1 | -3/+12 | |
|\ \ | ||||||
| * | | Check getRedirectUri() for queries | RussellAult | 2019-11-13 | 1 | -3/+12 | |
| |/ | ||||||
* | | 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 | |
* | Adjust acceptance tests to new OCA.Sidebar | John Molakvoæ (skjnldsv) | 2019-10-29 | 4 | -46/+53 | |
* | Extend data returned when searching remote shares | John Molakvoæ (skjnldsv) | 2019-10-29 | 1 | -5/+5 | |
* | Harden middleware check | Roeland Jago Douma | 2019-10-25 | 1 | -4/+85 | |
* | Run acceptance tests on PHP 7.3 | Daniel Calviño Sánchez | 2019-10-22 | 1 | -1/+1 | |
* | Make renewSessionToken return the new token | Roeland Jago Douma | 2019-10-09 | 1 | -10/+9 | |
* | Merge pull request #17431 from johkoenig/bugfix/17377/trusted_domain_helper_c... | Roeland Jago Douma | 2019-10-08 | 1 | -0/+5 | |
|\ | ||||||
| * | make TrustedDomainHelper case insensitive | Johannes Koenig | 2019-10-06 | 1 | -0/+5 | |
* | | Merge pull request #17411 from kinolaev/fix-oauth2-redirect | Roeland Jago Douma | 2019-10-07 | 1 | -1/+2 | |
|\ \ | |/ |/| | ||||||
| * | fix oauth client redirect | Sergej Nikolaev | 2019-10-04 | 1 | -1/+2 | |
* | | Fix master testing and update eslint-config (#17367) | John Molakvoæ | 2019-10-04 | 2 | -3/+19 | |
|\ \ | ||||||
| * | | Fix tag acceptance tests after #16682 | John Molakvoæ (skjnldsv) | 2019-10-04 | 2 | -3/+19 | |
| |/ | ||||||
* / | Add Fatal logging option | Tim Terhorst | 2019-10-02 | 1 | -0/+2 | |
|/ | ||||||
* | 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 | 29 | -5528/+22 | |
* | | Remove input id on login form | John Molakvoæ (skjnldsv) | 2019-09-28 | 1 | -1/+1 | |
* | | Merge pull request #17264 from nextcloud/move-from-storage-wrappers | Roeland Jago Douma | 2019-09-26 | 1 | -20/+97 | |
|\ \ |