| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #24189 from nextcloud/enh/csp/frame-ancestors | Roeland Jago Douma | 2020-11-18 | 4 | -60/+60 |
|\ |
|
| * | Set frame-ancestors to none if none are filled | Roeland Jago Douma | 2020-11-18 | 4 | -60/+60 |
* | | Remove some IRouter methods | Roeland Jago Douma | 2020-11-17 | 1 | -3/+3 |
|/ |
|
* | Add unit tests for "validateExpirationDateInternal" | Daniel Calviño Sánchez | 2020-11-16 | 1 | -0/+284 |
* | Add explicit time to test date for clarity | Daniel Calviño Sánchez | 2020-11-12 | 1 | -3/+5 |
* | Add unit test for expiration date with date and with default | Daniel Calviño Sánchez | 2020-11-12 | 1 | -0/+28 |
* | Fix unit test for expiration date without date but with default | Daniel Calviño Sánchez | 2020-11-12 | 1 | -7/+5 |
* | Fix unit test method name | Daniel Calviño Sánchez | 2020-11-12 | 1 | -1/+1 |
* | Fix unit test for verifying enforced valid expiration date. | Daniel Calviño Sánchez | 2020-11-12 | 1 | -0/+1 |
* | Fix unit test for verifying enforced expire date too far in the future | Daniel Calviño Sánchez | 2020-11-12 | 1 | -8/+5 |
* | Add unit tests to enforce a relaxed default share expiration date | Daniel Calviño Sánchez | 2020-11-12 | 1 | -0/+21 |
* | Remove wrong and misleading comment | Daniel Calviño Sánchez | 2020-11-12 | 1 | -2/+0 |
* | Remove extra spaces | Daniel Calviño Sánchez | 2020-11-12 | 1 | -10/+6 |
* | Fix typo in variable name | Daniel Calviño Sánchez | 2020-11-12 | 1 | -129/+129 |
* | Fix typos in method names | Daniel Calviño Sánchez | 2020-11-12 | 1 | -9/+9 |
* | Change to full class names for the encryption app DI in preparation of auto-w... | Morris Jobke | 2020-11-11 | 1 | -2/+2 |
* | Merge pull request #23882 from nextcloud/tests/oracle | Joas Schilling | 2020-11-11 | 4 | -25/+77 |
|\ |
|
| * | Fix unique key in test table | Joas Schilling | 2020-11-10 | 1 | -4/+8 |
| * | Skip the insertIfNotExists() tests on Oracle because it doesn't work with clob | Joas Schilling | 2020-11-10 | 1 | -0/+20 |
| * | Easier debugging and spell fix | Joas Schilling | 2020-11-10 | 1 | -6/+9 |
| * | Use a different column for the primary key as we can not insert it on oracle | Joas Schilling | 2020-11-10 | 2 | -12/+36 |
| * | Add github action for oci8 | Julius Härtl | 2020-11-10 | 2 | -3/+4 |
* | | Add acceptance tests for reshares by link when resharing is disabled | Daniel Calviño Sánchez | 2020-11-11 | 2 | -0/+111 |
* | | Add acceptance tests for reshares when resharing is disabled | Daniel Calviño Sánchez | 2020-11-11 | 3 | -0/+194 |
|/ |
|
* | Don't leave cursors open when tests fail | Joas Schilling | 2020-11-09 | 8 | -24/+111 |
* | Use query builder instead of OC_DB in OC\Files\* | Joas Schilling | 2020-11-09 | 1 | -11/+15 |
* | Merge pull request #23934 from nextcloud/enh/avoid_scss_compile | John Molakvoæ | 2020-11-07 | 1 | -0/+5 |
|\ |
|
| * | Fix tests to return config default values | Morris Jobke | 2020-11-07 | 1 | -0/+5 |
* | | Merge pull request #23851 from nextcloud/enh/read_env_only_once | Morris Jobke | 2020-11-06 | 1 | -33/+49 |
|\ \ |
|
| * | | Fix tests | Roeland Jago Douma | 2020-11-06 | 1 | -33/+49 |
* | | | Fix repair mimetype step to not leave stray cursors | Joas Schilling | 2020-11-06 | 1 | -1/+1 |
| |/
|/| |
|
* | | Add a function to get the unread count for multiple objects in one go | Joas Schilling | 2020-11-04 | 1 | -0/+5 |
* | | Merge pull request #21693 from nextcloud/fix/noid/import-certificates-only-by... | Morris Jobke | 2020-11-03 | 3 | -47/+24 |
|\ \ |
|
| * | | Improve CertificateManager to not be user context dependent | Morris Jobke | 2020-11-03 | 3 | -47/+24 |
| |/ |
|
* / | Remove OCSResponse type hint - see #23827 | Morris Jobke | 2020-11-03 | 1 | -1/+0 |
|/ |
|
* | Remove deprecated OCSResponse | Roeland Jago Douma | 2020-11-01 | 1 | -64/+0 |
* | Merge pull request #23788 from nextcloud/techdebt/noid/only-run-phpunit-when-... | Morris Jobke | 2020-10-30 | 2 | -0/+33 |
|\ |
|
| * | Also run for .sh and .json (when not package or package-lock) | Joas Schilling | 2020-10-30 | 2 | -0/+8 |
| * | Also run all tests when drone config is modified | Joas Schilling | 2020-10-30 | 2 | -0/+4 |
| * | Only run phpunit when php, xml or test files are modified | Joas Schilling | 2020-10-30 | 2 | -0/+21 |
* | | use file name instead of path in 'not allowed to share' message | Robin Appelman | 2020-10-29 | 1 | -3/+6 |
* | | Merge pull request #23765 from nextcloud/techdebt/noid/sudadmin-events-into-t... | Morris Jobke | 2020-10-29 | 1 | -23/+31 |
|\ \ |
|
| * | | Change tests to typed event listener | Morris Jobke | 2020-10-28 | 1 | -6/+8 |
| * | | Add typed events for adding and removing a subadmin | Morris Jobke | 2020-10-28 | 1 | -17/+23 |
| |/ |
|
* / | Remove unused private ForwardEmitter and LegacyEmitter | Morris Jobke | 2020-10-28 | 2 | -133/+0 |
|/ |
|
* | Merge pull request #23496 from lynn-stephenson/fix/related-key-issue | Roeland Jago Douma | 2020-10-27 | 1 | -0/+20 |
|\ |
|
| * | Implement unit tests for versions 1 and 2. | lynn-stephenson | 2020-10-15 | 1 | -0/+20 |
* | | Merge pull request #23601 from nextcloud/techdebt/noid/comments-manager-impro... | Roeland Jago Douma | 2020-10-27 | 2 | -4/+30 |
|\ \ |
|
| * | | Fix PHP CS | Joas Schilling | 2020-10-22 | 1 | -1/+0 |
| * | | Fix manager creation and testing | Joas Schilling | 2020-10-22 | 2 | -3/+30 |