| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove deprecated test of internal attributes via assertAttributeEquals | Morris Jobke | 2020-07-23 | 1 | -2/+2 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 9 | -16/+6 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -2/+2 |
* | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 3 | -10/+10 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 4 | -66/+66 |
* | Merge pull request #20172 from nextcloud/techdebt/phpunit-short-return | Christoph Wurst | 2020-03-26 | 1 | -2/+2 |
|\ |
|
| * | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 1 | -2/+2 |
* | | Use lowercase true, false and null constants | Christoph Wurst | 2020-03-25 | 1 | -1/+1 |
|/ |
|
* | Pick a shorter name for the transfer ownership table | Joas Schilling | 2019-12-10 | 1 | -11/+11 |
* | Merge pull request #17833 from nextcloud/propagator-no-negative-sizes | Roeland Jago Douma | 2019-12-04 | 1 | -0/+20 |
|\ |
|
| * | add LEAST and GREATER to db function builder | Robin Appelman | 2019-11-26 | 1 | -0/+20 |
* | | TO REVERT LATER: disable decimaltest from LegacyDBTest | Roeland Jago Douma | 2019-11-27 | 1 | -3/+3 |
* | | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 4 | -46/+46 |
* | | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 14 | -24/+24 |
|/ |
|
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 2 | -4/+3 |
* | add MAX and MIN to functionbuilder | Robin Appelman | 2019-09-06 | 1 | -0/+78 |
* | Update the tests to the comparison logic | Joas Schilling | 2018-12-17 | 1 | -15/+95 |
* | Merge pull request #11942 from nextcloud/techdebt/noid/use-count-function | Morris Jobke | 2018-11-12 | 1 | -1/+1 |
|\ |
|
| * | Use the defined func()->count() instead of manual counting | Joas Schilling | 2018-11-08 | 1 | -1/+1 |
* | | Exception is not thrown anymore | Morris Jobke | 2018-11-12 | 1 | -2/+1 |
|/ |
|
* | Add test that unique constraint is working | Daniel Kesselberg | 2018-11-06 | 1 | -0/+13 |
* | Fix tests | Roeland Jago Douma | 2018-08-08 | 1 | -2/+3 |
* | Ignore custom prefixes which are longer | Joas Schilling | 2018-07-27 | 1 | -10/+10 |
* | Fix calculation of default name | Joas Schilling | 2018-07-27 | 1 | -3/+60 |
* | Add unit tests | Joas Schilling | 2018-07-27 | 1 | -1/+293 |
* | Add count to function builder | Robin Appelman | 2018-06-14 | 1 | -0/+10 |
* | Add tests for special domain name | Morris Jobke | 2018-04-19 | 1 | -0/+2 |
* | Add tests for domains | Morris Jobke | 2018-04-19 | 1 | -0/+2 |
* | Move regex to a function and add tests | Joas Schilling | 2018-04-19 | 1 | -0/+52 |
* | dont keep shared database locks when running cli scripts | Robin Appelman | 2018-04-11 | 1 | -0/+21 |
* | Use insertIfNotExist of the new interface | Morris Jobke | 2018-03-12 | 4 | -135/+140 |
* | Merge pull request #7419 from Abijeet/feature-7175 | Morris Jobke | 2018-03-06 | 2 | -1/+13 |
|\ |
|
| * | reuse query builder | Robin Appelman | 2018-01-12 | 1 | -1/+3 |
| * | refactor user searching | Robin Appelman | 2017-12-20 | 1 | -0/+10 |
* | | Fix risky tests without assertions | Joas Schilling | 2018-01-25 | 7 | -13/+15 |
* | | Fix the type hints of migrations and correctly inject the wrapped schema into... | Joas Schilling | 2018-01-17 | 1 | -2/+0 |
|/ |
|
* | add postgresql10 compatibility to dbal | Robin Appelman | 2017-11-22 | 1 | -17/+18 |
* | Add foreign key support to OC | Piotr Mrowczynski | 2017-10-30 | 1 | -2/+37 |
* | Fix bigint handling on postgres | Joas Schilling | 2017-09-29 | 1 | -0/+74 |
* | Fix querybuilder and functionbuilder tests | Joas Schilling | 2017-08-02 | 2 | -25/+33 |
* | Fix autoloader and namespace test | Morris Jobke | 2017-07-05 | 1 | -1/+1 |
* | Fix tests of CodeChecker and MigrationService | Joas Schilling | 2017-07-05 | 1 | -21/+69 |
* | Start migrations | Joas Schilling | 2017-07-05 | 1 | -0/+162 |
* | Merge pull request #4146 from nextcloud/unread-comments-folder | Morris Jobke | 2017-04-10 | 2 | -2/+2 |
|\ |
|
| * | fix quote helper test | Robin Appelman | 2017-03-30 | 2 | -2/+2 |
* | | rename fun to func | Robin Appelman | 2017-03-30 | 1 | -4/+4 |
* | | Add tests for query builder (i)like | Robin Appelman | 2017-03-30 | 1 | -0/+106 |
* | | Add function builder to the query builder | Robin Appelman | 2017-03-30 | 1 | -0/+74 |
* | | add support for escaping like parameters when using the query builder | Robin Appelman | 2017-03-30 | 1 | -8/+12 |
|/ |
|
* | Adding tests for 4 byte unicode characters | Morris Jobke | 2017-03-21 | 2 | -2/+4 |