Commit Graph

269 Commits (6151a0540b94dea0bb014b26e9ac6ea84d000f05)

Author SHA1 Message Date
Thomas Müller a348a6f450 no loner use deprecated class \OC_Config 11 years ago
Thomas Müller e655d32979 remove bootstrapping - occ can by definition only be executed if ownCloud is installed - base.php is required earlier already 11 years ago
Thomas Müller 43c191fffb show upgrade errors as error in the console and report back that the upgrade process failed if it did 11 years ago
kondou b86e124e03 Warn user on resetting passwords via occ when encryption is enabled 12 years ago
Vincent Petry ca690c4d02 Added RepairStep interface and default repair step lists 12 years ago
Vincent Petry 6fcd1af4db Add support for repair step classes 12 years ago
Vincent Petry 5e27ac3e0d Added CLI arguments for upgrade simulation steps 12 years ago
Vincent Petry 5b97369b00 Simulate apps database schema update on upgrade 12 years ago
Andreas Fischer f81ee94cad Move resetpassword into user: command space. 12 years ago
Andreas Fischer 8981929e92 Document type of user project. 12 years ago
Andreas Fischer 52e7bf9630 Receive \OC\User\Manager as a constructor dependency. 12 years ago
scolebrook 43759f1f46 Use OC\Config instead of OC_Config 12 years ago
scolebrook 00f811f09c Changed class name to mode 12 years ago
scolebrook 7151369e5f Add ability to enable/disable maintenance mode from cli. 12 years ago
Vincent Petry 02f682b156 Now showing disabled apps as upgrade status line 12 years ago
kondou f216d81408 Use userManager, color output, return 1 on error 12 years ago
Arthur Schiwon 7f7999c7d8 print time in 24h format 12 years ago
Arthur Schiwon e9fa74bfb7 save a whitespace 12 years ago
Arthur Schiwon 09bb8e0e3a add cli command to check a users last login 12 years ago
Thomas Müller 58e22cefaf fix description of console command maintenance:repair - fixes #8574 12 years ago
kondou f75c863257 Add doc, check return-value, fix spacing, require interactive 12 years ago
Lukas Reschke 2a5e1a1885 Back to the future 12 years ago
kondou e5e77b370a Make ResetAdminPass to ResetPassword 12 years ago
kondou 011bd0a1c4 Add a resetadminpass command to console - fix #8248 12 years ago
Andreas Fischer 603ce95211 Add message about unsupported Microsoft SQL Server. 12 years ago
Andreas Fischer de78be3891 Store normalised DBMS type in $type. 12 years ago
Andreas Fischer 0a78fb49f5 Pass Connection instead of AbstractSchemaManager to clearSchema(). 12 years ago
Andreas Fischer f1d05d204e Use exceptions for in input validation. 12 years ago
Andreas Fischer 854dd8fa7c Do not block when nothing is passed via stdin. 12 years ago
Andreas Fischer d2c7a8ee59 Do not ask for password before input parameter validation. 12 years ago
Andreas Fischer 8e758513c8 Remove unnecessary sprintf. 12 years ago
Andreas Fischer 6b2876c64d Move (extended) input validation out into validateInput() method. 12 years ago
Andreas Fischer 5fe25868bc Add message for converting to SQLite being unsupported. 12 years ago
Andreas Fischer 9823d54bb8 Use a variable for the DBMS tyoe we are converting to. 12 years ago
Andreas Fischer 9cc41a2460 Move PostgreSQL sequence resynchronisation out into PgSqlTools class. 12 years ago
Andreas Fischer b0e6542dc2 Add error handling for --clear-schema on Oracle. 12 years ago
Andreas Fischer e3b0b40779 Do not quote table names on Oracle. They appear to be already quoted. 12 years ago
Andreas Fischer f35eae6442 Remove unnecessary +1 from PostgreSQL sequence correction query. 12 years ago
Andreas Fischer 94522586c1 Better variable names for table arrays. 12 years ago
Andreas Fischer 731571491f Improve message about tables not going to be converted. Mention --all-apps option. 12 years ago
Andreas Fischer 56b6504d59 Extract schema creation code into its own method. 12 years ago
Andreas Fischer 370593361b Add option to create all app schemas instead of just installed app. 12 years ago
Andreas Fischer 5ef7d69d41 Do not attempt to covert to the same DBMS. 12 years ago
Andreas Fischer 03a3f66867 Move schema clearing to extra method. 12 years ago
Andreas Fischer 3e0858e51f private -> protected 12 years ago
Thomas Müller 86ab1cf476 typos fixed 12 years ago
Andreas Fischer 01141e1520 Type hinting. 12 years ago
Andreas Fischer b39a74ff6c Some more colors. 12 years ago
Andreas Fischer f9853b253c Deduplicate connection handling code into \OC\DB\ConnectionFactory 12 years ago
Andreas Fischer a585cec530 Remove unnecessary and incorrect comments. 12 years ago