summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Migration
Commit message (Collapse)AuthorAgeFilesLines
* Add migration to move over existing storage idsJulius Härtl2021-11-101-0/+111
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Migrate internal classes to the OCP db col typesChristoph Wurst2021-01-121-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-162-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Adjust further columnsVincent Petry2020-12-091-0/+6
| | | | | | | - calendarsubscriptions.lastmodified -> not null - external_config.value -> allow null Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-242-1/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-191-1/+1
| | | | | | Found by Psalm 3.14.1 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Move files_external to migrationsJoas Schilling2020-07-061-0/+150
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove unused importsChristoph Wurst2020-03-251-1/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-052-2/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Disable app token creation for impersonated people, ref #15539Greta Doci2019-09-151-0/+20
| | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* Remove unused import statementsMorris Jobke2018-02-141-1/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [files_external] Remove unneeded update stepsMorris Jobke2017-04-121-10/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update with robinJoas Schilling2016-07-212-2/+2
|
* Fix apps/Joas Schilling2016-07-212-4/+6
|
* Update license headersLukas Reschke2016-05-262-0/+2
|
* Fix missing importsJoas Schilling2016-05-241-0/+3
|
* Move stuff from outside lib/ to PSR-4Joas Schilling2016-05-242-0/+194