Commit Graph

91 Commits (dbc854d8b8cb0a187859fae174a41de5b296595c)

Author SHA1 Message Date
Andreas Fischer f81ee94cad Move resetpassword into user: command space. 11 years ago
Andreas Fischer 8981929e92 Document type of user project. 11 years ago
Andreas Fischer 52e7bf9630 Receive \OC\User\Manager as a constructor dependency. 11 years ago
scolebrook 43759f1f46 Use OC\Config instead of OC_Config 11 years ago
scolebrook 00f811f09c Changed class name to mode 11 years ago
scolebrook 7151369e5f Add ability to enable/disable maintenance mode from cli. 11 years ago
Vincent Petry 02f682b156 Now showing disabled apps as upgrade status line 11 years ago
kondou f216d81408 Use userManager, color output, return 1 on error 11 years ago
Arthur Schiwon 7f7999c7d8 print time in 24h format 11 years ago
Arthur Schiwon e9fa74bfb7 save a whitespace 11 years ago
Arthur Schiwon 09bb8e0e3a add cli command to check a users last login 11 years ago
Thomas Müller 58e22cefaf fix description of console command maintenance:repair - fixes #8574 11 years ago
kondou f75c863257 Add doc, check return-value, fix spacing, require interactive 11 years ago
Lukas Reschke 2a5e1a1885 Back to the future 11 years ago
kondou e5e77b370a Make ResetAdminPass to ResetPassword 11 years ago
kondou 011bd0a1c4 Add a resetadminpass command to console - fix #8248 11 years ago
Andreas Fischer 603ce95211 Add message about unsupported Microsoft SQL Server. 11 years ago
Andreas Fischer de78be3891 Store normalised DBMS type in $type. 11 years ago
Andreas Fischer 0a78fb49f5 Pass Connection instead of AbstractSchemaManager to clearSchema(). 11 years ago
Andreas Fischer f1d05d204e Use exceptions for in input validation. 11 years ago
Andreas Fischer 854dd8fa7c Do not block when nothing is passed via stdin. 11 years ago
Andreas Fischer d2c7a8ee59 Do not ask for password before input parameter validation. 11 years ago
Andreas Fischer 8e758513c8 Remove unnecessary sprintf. 11 years ago
Andreas Fischer 6b2876c64d Move (extended) input validation out into validateInput() method. 11 years ago
Andreas Fischer 5fe25868bc Add message for converting to SQLite being unsupported. 11 years ago
Andreas Fischer 9823d54bb8 Use a variable for the DBMS tyoe we are converting to. 11 years ago
Andreas Fischer 9cc41a2460 Move PostgreSQL sequence resynchronisation out into PgSqlTools class. 11 years ago
Andreas Fischer b0e6542dc2 Add error handling for --clear-schema on Oracle. 11 years ago
Andreas Fischer e3b0b40779 Do not quote table names on Oracle. They appear to be already quoted. 11 years ago
Andreas Fischer f35eae6442 Remove unnecessary +1 from PostgreSQL sequence correction query. 11 years ago
Andreas Fischer 94522586c1 Better variable names for table arrays. 11 years ago
Andreas Fischer 731571491f Improve message about tables not going to be converted. Mention --all-apps option. 11 years ago
Andreas Fischer 56b6504d59 Extract schema creation code into its own method. 11 years ago
Andreas Fischer 370593361b Add option to create all app schemas instead of just installed app. 11 years ago
Andreas Fischer 5ef7d69d41 Do not attempt to covert to the same DBMS. 11 years ago
Andreas Fischer 03a3f66867 Move schema clearing to extra method. 11 years ago
Andreas Fischer 3e0858e51f private -> protected 11 years ago
Thomas Müller 86ab1cf476 typos fixed 11 years ago
Andreas Fischer 01141e1520 Type hinting. 11 years ago
Andreas Fischer b39a74ff6c Some more colors. 11 years ago
Andreas Fischer f9853b253c Deduplicate connection handling code into \OC\DB\ConnectionFactory 11 years ago
Andreas Fischer a585cec530 Remove unnecessary and incorrect comments. 11 years ago
Andreas Fischer e67cf99cef \InvalidArgumentException is in root namespace. 11 years ago
Andreas Fischer 5dbbe6d08b Doc blocks for properties do not repeat the property name. 11 years ago
Andreas Fischer b002f11771 Use question color. 11 years ago
Andreas Fischer e768ead820 Remove whitespace at end of lines. 11 years ago
Thomas Müller 6b9ae27b90 drop file cache migration OC5 -> OC6 11 years ago
Vincent Petry 1a116828cf Added warning for trusted_domains after CLI upgrade 11 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 11 years ago
Bart Visscher 8a6dcdf4a4 Move password interaction to interact function 11 years ago