Commit Graph

157 Commits (0ee45d3d20ce53db97b6835acb00a95e27ee072d)

Author SHA1 Message Date
Joas Schilling 211212f4b3
App manager is not needed anymore 8 years ago
Joas Schilling 17a26dfcc1
Validate the info.xml against the appstore schema file 8 years ago
Morris Jobke d3d045dd5c
Remove unused import statements 8 years ago
Morris Jobke 954da26e26
Use non aliased method instead 8 years ago
Morris Jobke eb51f06a3b
Use ::class statement instead of string 8 years ago
Morris Jobke a661f043e1
Remove unneeded semicolon and parentheses 8 years ago
Morris Jobke c1e4f9f305
Use type casting instead of *val() method 8 years ago
Morris Jobke 0a56d2185e
Return value immediately instead of assigning to a one-time variable 8 years ago
Morris Jobke 55ef34b23b
Implements are not needed because they are already done by base class 8 years ago
Morris Jobke c70927eaa0
Remove not needed 3rdparty app disabling during upgrade for PHP 5.x 8 years ago
Joas Schilling 4a5282ba21
Fix the type hints of migrations and correctly inject the wrapped schema into migrations 8 years ago
Morris Jobke 82869b6d81
Fix case when overwrite URL is empty during setup 8 years ago
Bjoern Schiessle 41ee23a054
make occ command more generic 8 years ago
Bjoern Schiessle fda98ee917
add occ command to add a index to share_with at the share table 8 years ago
Morris Jobke d2d73f1ce8
Also replace all other occurences 8 years ago
Roeland Jago Douma d6e74fe375
Use injected AppManager 8 years ago
Morris Jobke f22e02cd79
Refactor method to check if update is needed 8 years ago
Morris Jobke 0e2f00ec59
Get the Installer via DI 8 years ago
Morris Jobke 0eebff152a
Update license headers 8 years ago
Morris Jobke dd192e5df9
Use proper DI for repair command 8 years ago
Morris Jobke f884e762bc
Use appmanager instead of OC_App for check for enabled app 8 years ago
Joas Schilling 6acf1d9524
Also update the activity table with this 8 years ago
Joas Schilling e2ec6b33ea
Add a command to manually migrate to big ints 8 years ago
Joas Schilling d5c2b98207
Fix missing "unsigned" on integer columns 8 years ago
Thomas Ebert 93d539b0cf Add mimetype support for .URL (Windows) and .webloc (macOS) files. Update places/link svg. Add filetype/link icon. Add repair step for mime types. 8 years ago
Joas Schilling f877096a28
Fix typo in template for migration generation 9 years ago
Joas Schilling 3b648645f4
Allow to specify the table space on occ 9 years ago
Morris Jobke cd02b2205e Use public methods for OC_App::isShipped 9 years ago
sualko 7720e19e10 add namespace 9 years ago
sualko 3e62a25155 add occ app:install command 9 years ago
Joas Schilling b729cc2a02
Add *lob support for all tables 9 years ago
Joas Schilling 087138f228
use template placeholders instead of html 9 years ago
Joas Schilling e023899078
Always order by all values, to make sure all entries are copied correctly 9 years ago
Joas Schilling 1b7c1ad5c0
Only migrate to the current state 9 years ago
Joas Schilling 10d7cbb71f
Use order by to avoid problems when chunking finds a same item again... 9 years ago
Joas Schilling 0a0dbbdf15
Remove generate change script which doesnt work with migrations anymore 9 years ago
Joas Schilling 3fedfe67b9
Use default connection parameters for utf8 4byte support 9 years ago
Joas Schilling 42ed7a18cc
Skip migrations table because it was already done when creating the schema 9 years ago
Joas Schilling 1d56b52761
Use migrations on convert 9 years ago
Joas Schilling 9307aaee49
Core is converted, so this is dead code 9 years ago
Joas Schilling f6c48b1548
Add a script to generate a migration from database.xml 9 years ago
Lukas Reschke 3d2600b039
Add Phan plugin to check for SQL injections 9 years ago
Joas Schilling 0f275b1550
Only create the migration directory when necessary 9 years ago
Joas Schilling 3b267b165f Check the migration files for table, column and index length errors 9 years ago
Joas Schilling 5d9d1b1cb5 Allow to check the schema in pre and post as well 9 years ago
Joas Schilling 817783e4c7 Add a version to migrations, so parallel legacy branches can also have migrations 9 years ago
Joas Schilling df6b839b23 Add author and copyright 9 years ago
Joas Schilling 8c39e66619 Do not allow to go back on productive systems 9 years ago
Joas Schilling 194ef1a171 Adjust the code to use our interface and abstract 9 years ago
Joas Schilling 15eec7b83c Start migrations 9 years ago