Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 3 | -6/+6 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 5 | -27/+27 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 7 | -6/+1 |
| | | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 1 | -19/+19 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Fix multiline comments | Christoph Wurst | 2020-04-08 | 2 | -9/+9 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #19890 from nextcloud/enh/comments-reference-id | Joas Schilling | 2020-04-02 | 1 | -0/+43 |
|\ | | | | | Add optional comments reference_id | ||||
| * | Add optional column oc_comments.reference_id | Joas Schilling | 2020-03-31 | 1 | -0/+43 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 11 | -3/+11 |
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports | Christoph Wurst | 2020-03-27 | 2 | -2/+0 |
|\ | | | | | Remove unused imports | ||||
| * | Remove unused imports | Christoph Wurst | 2020-03-25 | 2 | -2/+0 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 10 | -24/+24 |
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Fix mismatching doc block parameter types | Christoph Wurst | 2020-03-06 | 2 | -2/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add event subscriber for transaction isolation level | Daniel Kesselberg | 2020-02-21 | 3 | -2/+47 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Pick a shorter name for the transfer ownership table | Joas Schilling | 2019-12-10 | 1 | -1/+1 |
| | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 40 | -40/+69 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #17833 from nextcloud/propagator-no-negative-sizes | Roeland Jago Douma | 2019-12-04 | 2 | -0/+17 |
|\ | | | | | dont set folder size to negative values during propagation | ||||
| * | add LEAST and GREATER to db function builder | Robin Appelman | 2019-11-26 | 2 | -0/+17 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #17949 from nextcloud/debt/deprecated-const | Joas Schilling | 2019-12-04 | 1 | -1/+2 |
|\ \ | |/ |/| | Connection::TRANSACTION_READ_COMMITTED is deprecated | ||||
| * | Connection::TRANSACTION_READ_COMMITTED is deprecated | Daniel Kesselberg | 2019-11-14 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 11 | -19/+15 |
| | | | | | | | | | | | | | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | add count() as shortcut for count('*') in FunctionBuilder | Robin Appelman | 2019-11-13 | 1 | -2/+3 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | return from QueryBuilder instead of IQueryBuilder | Robin Appelman | 2019-11-13 | 1 | -31/+31 |
|/ | | | | | | this make the type hints work properly with querybuilder subclasses Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | add MAX and MIN to functionbuilder | Robin Appelman | 2019-09-06 | 1 | -0/+8 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | instead of upsert, fallback to default query on PgSQL <= 9.4 | Arthur Schiwon | 2019-08-14 | 1 | -1/+22 |
| | | | | | | because there is no upsert yet Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Add event dispatcher to OCP | Christoph Wurst | 2019-06-25 | 1 | -4/+4 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | No need for platform hacks anymore | Roeland Jago Douma | 2019-05-14 | 1 | -22/+0 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Remove the custom prefix from the table name length when checking on the ↵ | Joas Schilling | 2019-04-30 | 1 | -1/+1 |
| | | | | | | default primary index Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Allow to use Subqueries in from | Joas Schilling | 2019-04-16 | 1 | -0/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Indeces, columns and sequences don't have the table prefix | Joas Schilling | 2019-03-28 | 1 | -6/+6 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix PHPDoc | Morris Jobke | 2019-03-21 | 2 | -2/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Code cleanup. | Ole Ostergaard | 2019-03-21 | 3 | -10/+8 |
| | | | | Signed-off-by: Ole Ostergaard <ole.c.ostergaard@gmail.com> | ||||
* | Add supression of SqlInjectionChecker. | Ole Ostergaard | 2019-03-21 | 2 | -0/+6 |
| | | | | Signed-off-by: Ole Ostergaard <ole.c.ostergaard@gmail.com> | ||||
* | Add PostgreSQL specific implementation for includeIgnoreConflict. | Ole Ostergaard | 2019-03-21 | 1 | -0/+12 |
| | | | | Signed-off-by: Ole Ostergaard <ole.c.ostergaard@gmail.com> | ||||
* | Add insertIgnoreConflict to Adapter and use it for for executing the file ↵ | Ole Ostergaard | 2019-03-21 | 2 | -0/+17 |
| | | | | | | locking. Signed-off-by: Ole Ostergaard <ole.c.ostergaard@gmail.com> | ||||
* | add casting to string for postgresql query builder | Robin Appelman | 2019-03-14 | 1 | -5/+7 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Only check the Oracle schema conditions if the app supports it | Joas Schilling | 2018-12-17 | 1 | -2/+23 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Only check changed items | Joas Schilling | 2018-12-17 | 1 | -13/+18 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | 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 | ||||
| * | Use the defined func()->count() instead of manual counting | Joas Schilling | 2018-11-08 | 1 | -2/+3 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Add deprecation message ofr insertIfNotExist | Morris Jobke | 2018-11-09 | 3 | -0/+3 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Catch UniqueConstraintViolationException inside insertIfNotExist | Morris Jobke | 2018-11-09 | 3 | -5/+31 |
|/ | | | | | | | | This is the most common case for the usage of this method. See also https://github.com/nextcloud/server/issues/12369 and the linked tickets. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use const for dbname and dbtableprefix defaults | Daniel Kesselberg | 2018-09-23 | 1 | -2/+8 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Disable Oracle enforcement for now until the following issues are solved: | Joas Schilling | 2018-08-06 | 1 | -1/+2 |
| | | | | | | | * Only apps should be checked which say they support oracle * Only check newly added items, to allow forward migration from an existing database structure Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix primary key handling on postgres | Joas Schilling | 2018-07-27 | 1 | -3/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Ignore custom prefixes which are longer | Joas Schilling | 2018-07-27 | 1 | -9/+9 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Ignore automatic generated sequences | Joas Schilling | 2018-07-27 | 1 | -1/+10 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix calculation of default name | Joas Schilling | 2018-07-27 | 1 | -3/+23 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Prevent too long identifier names | Joas Schilling | 2018-07-27 | 1 | -1/+41 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Only create the schema when moving between databases | Joas Schilling | 2018-07-19 | 1 | -9/+15 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default | Joas Schilling | 2018-07-09 | 1 | -4/+23 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> |