Commit Graph

166 Commits (fa76b49cd2811b0e441bc82ba2e707ae0214aa0f)

Author SHA1 Message Date
Morris Jobke 058f8123e6
Set the default log rotate size to 100 MB 8 years ago
Morris Jobke 514de5dfa1
Use isInstalled of AppManger instead of reimplement it 8 years ago
Bjoern Schiessle 9259b8a90e
s/ownCloud/Nextcloud 8 years ago
Bjoern Schiessle 31397debaf
fix check and improve error message 8 years ago
Joas Schilling 5080080a36
Anything but true means it failed 8 years ago
sualko 84f6477ce5
enable app by default after occ app:install 8 years ago
sualko 323eb2e8ba
add enable flag to occ app:install (fix #5834) 8 years ago
Alecks Gates 3be2c558a5 Add mtime and storage_mtime to db:convert-filecache-bigint 8 years ago
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