| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Make sure MySQL is not saying 'this' = 'this ' is true" | Roeland Jago Douma | 2020-04-15 | 1 | -8/+0 |
* | Make sure MySQL is not saying 'this' = 'this ' is true | Joas Schilling | 2020-04-15 | 1 | -0/+8 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 4 | -5/+5 |
* | Add visibility to all methods and position of static keyword | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 20 | -62/+43 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 5 | -12/+12 |
* | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 3 | -6/+6 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 5 | -27/+27 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 7 | -6/+1 |
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 1 | -19/+19 |
* | Fix multiline comments | Christoph Wurst | 2020-04-08 | 2 | -9/+9 |
* | Merge pull request #19890 from nextcloud/enh/comments-reference-id | Joas Schilling | 2020-04-02 | 1 | -0/+43 |
|\ |
|
| * | Add optional column oc_comments.reference_id | Joas Schilling | 2020-03-31 | 1 | -0/+43 |
* | | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 11 | -3/+11 |
|/ |
|
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports | Christoph Wurst | 2020-03-27 | 2 | -2/+0 |
|\ |
|
| * | Remove unused imports | Christoph Wurst | 2020-03-25 | 2 | -2/+0 |
* | | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 10 | -24/+24 |
|/ |
|
* | Fix mismatching doc block parameter types | Christoph Wurst | 2020-03-06 | 2 | -2/+2 |
* | Add event subscriber for transaction isolation level | Daniel Kesselberg | 2020-02-21 | 3 | -2/+47 |
* | Pick a shorter name for the transfer ownership table | Joas Schilling | 2019-12-10 | 1 | -1/+1 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 40 | -40/+69 |
* | Merge pull request #17833 from nextcloud/propagator-no-negative-sizes | Roeland Jago Douma | 2019-12-04 | 2 | -0/+17 |
|\ |
|
| * | add LEAST and GREATER to db function builder | Robin Appelman | 2019-11-26 | 2 | -0/+17 |
* | | Merge pull request #17949 from nextcloud/debt/deprecated-const | Joas Schilling | 2019-12-04 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | Connection::TRANSACTION_READ_COMMITTED is deprecated | Daniel Kesselberg | 2019-11-14 | 1 | -1/+2 |
* | | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 11 | -19/+15 |
* | | add count() as shortcut for count('*') in FunctionBuilder | Robin Appelman | 2019-11-13 | 1 | -2/+3 |
* | | return from QueryBuilder instead of IQueryBuilder | Robin Appelman | 2019-11-13 | 1 | -31/+31 |
|/ |
|
* | add MAX and MIN to functionbuilder | Robin Appelman | 2019-09-06 | 1 | -0/+8 |
* | instead of upsert, fallback to default query on PgSQL <= 9.4 | Arthur Schiwon | 2019-08-14 | 1 | -1/+22 |
* | Add event dispatcher to OCP | Christoph Wurst | 2019-06-25 | 1 | -4/+4 |
* | No need for platform hacks anymore | Roeland Jago Douma | 2019-05-14 | 1 | -22/+0 |
* | Remove the custom prefix from the table name length when checking on the defa... | Joas Schilling | 2019-04-30 | 1 | -1/+1 |
* | Allow to use Subqueries in from | Joas Schilling | 2019-04-16 | 1 | -0/+4 |
* | Indeces, columns and sequences don't have the table prefix | Joas Schilling | 2019-03-28 | 1 | -6/+6 |
* | Fix PHPDoc | Morris Jobke | 2019-03-21 | 2 | -2/+2 |
* | Code cleanup. | Ole Ostergaard | 2019-03-21 | 3 | -10/+8 |
* | Add supression of SqlInjectionChecker. | Ole Ostergaard | 2019-03-21 | 2 | -0/+6 |
* | Add PostgreSQL specific implementation for includeIgnoreConflict. | Ole Ostergaard | 2019-03-21 | 1 | -0/+12 |
* | Add insertIgnoreConflict to Adapter and use it for for executing the file loc... | Ole Ostergaard | 2019-03-21 | 2 | -0/+17 |
* | add casting to string for postgresql query builder | Robin Appelman | 2019-03-14 | 1 | -5/+7 |
* | Only check the Oracle schema conditions if the app supports it | Joas Schilling | 2018-12-17 | 1 | -2/+23 |
* | Only check changed items | Joas Schilling | 2018-12-17 | 1 | -13/+18 |
* | Merge pull request #11942 from nextcloud/techdebt/noid/use-count-function | Morris Jobke | 2018-11-12 | 1 | -2/+3 |
|\ |
|
| * | Use the defined func()->count() instead of manual counting | Joas Schilling | 2018-11-08 | 1 | -2/+3 |
* | | Add deprecation message ofr insertIfNotExist | Morris Jobke | 2018-11-09 | 3 | -0/+3 |
* | | Catch UniqueConstraintViolationException inside insertIfNotExist | Morris Jobke | 2018-11-09 | 3 | -5/+31 |
|/ |
|
* | Use const for dbname and dbtableprefix defaults | Daniel Kesselberg | 2018-09-23 | 1 | -2/+8 |
* | Disable Oracle enforcement for now until the following issues are solved: | Joas Schilling | 2018-08-06 | 1 | -1/+2 |
* | Fix primary key handling on postgres | Joas Schilling | 2018-07-27 | 1 | -3/+4 |