Thomas Müller
|
afbe50d09c
|
remove global variable $RUNTIME_NOAPPS - it's just superfluous
|
2014-02-06 09:44:13 +01:00 |
Bart Visscher
|
b57299f727
|
Merge branch 'master' into db-convert-tool
Conflicts:
3rdparty
|
2014-01-30 18:16:55 +01:00 |
Bart Visscher
|
2638fd4767
|
Postgresql needs the sequences adjusted after the inserts
|
2014-01-11 12:25:35 +01:00 |
Bart Visscher
|
af3bedf985
|
Add option to remove all the tables from the destination database
|
2014-01-11 12:23:28 +01:00 |
Bart Visscher
|
1b7eb4dc6c
|
Quote column names on insert
|
2014-01-11 12:22:23 +01:00 |
Arthur Schiwon
|
bc1235d325
|
Add command line tool to show numbers of users and user directories
|
2014-01-07 23:06:37 +01:00 |
Bart Visscher
|
4e1a3f212f
|
Review points
|
2013-12-24 13:44:35 +01:00 |
Bart Visscher
|
202e26647e
|
Inject config object
|
2013-12-24 13:36:32 +01:00 |
Bart Visscher
|
731e83c35a
|
Save the new database config
|
2013-12-07 15:14:54 +01:00 |
Bart Visscher
|
22edc42f54
|
Add UTF8 charset to connection params
|
2013-12-07 15:09:36 +01:00 |
Bart Visscher
|
e4c31b362e
|
Add command for converting sqlite database to server based one
|
2013-12-07 14:44:23 +01:00 |
Robin Appelman
|
10d84f6e9b
|
Add a (currently) empty system for running common repair steps
|
2013-11-26 14:12:48 +01:00 |
Robin Appelman
|
9fbccc83e3
|
merge master into single-user-mode
|
2013-11-25 21:25:04 +01:00 |
Robin Appelman
|
abe63bd329
|
Add occ command to list all apps
|
2013-11-25 17:34:16 +01:00 |
Robin Appelman
|
fc1d897ea5
|
rename app_id to app-id
|
2013-11-25 17:28:01 +01:00 |
Robin Appelman
|
a324c09e6c
|
Add occ command to enable and disable single user mode
|
2013-11-25 15:27:05 +01:00 |
Robin Appelman
|
d3bfb433d1
|
add occ commands for enabling and disabling apps
|
2013-11-25 13:20:16 +01:00 |
Andreas Fischer
|
70111ea299
|
Add some color to the occ upgrade output.
|
2013-10-28 22:26:44 +01:00 |
Andreas Fischer
|
b8dbec0da4
|
Use "else if" to remove one level of indentation.
|
2013-10-28 22:22:59 +01:00 |
ringmaster
|
f130caa4a2
|
Missed one write()->writeln(). Fixed.
|
2013-10-28 17:06:36 -04:00 |
ringmaster
|
bca1e12597
|
Use writeln() instead of write()
|
2013-10-28 16:53:36 -04:00 |
ringmaster
|
d1c5e5d777
|
Use the OutputInterface for output and return error codes.
|
2013-10-28 16:50:28 -04:00 |
ringmaster
|
a24cbb50af
|
Move all upgrade routines into the command-line tool.
|
2013-10-28 10:15:56 -04:00 |
ringmaster
|
29a21466f3
|
Add `occ upgrade` command.
|
2013-10-24 13:59:39 -04:00 |
Thomas Müller
|
6e1881dbe4
|
new console command to generate sql migration scripts
|
2013-10-17 12:51:30 +02:00 |
Bart Visscher
|
a9ea99e93d
|
Add copyright, remove starting blank line
|
2013-09-19 19:12:16 +02:00 |
Bart Visscher
|
44b3e71ed4
|
Cleanup and more style fixes
|
2013-09-02 18:20:04 +02:00 |
Bart Visscher
|
0aba549e7f
|
Use more object oriented way for console commands
|
2013-09-01 16:40:50 +02:00 |