Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Do not block when nothing is passed via stdin. | Andreas Fischer | 2014-04-15 | 1 | -1/+4 | |
| * | | Do not ask for password before input parameter validation. | Andreas Fischer | 2014-04-15 | 1 | -15/+30 | |
| * | | Remove unnecessary sprintf. | Andreas Fischer | 2014-04-15 | 1 | -8/+2 | |
| * | | Move (extended) input validation out into validateInput() method. | Andreas Fischer | 2014-04-15 | 1 | -12/+19 | |
| * | | Add message for converting to SQLite being unsupported. | Andreas Fischer | 2014-04-15 | 1 | -0/+7 | |
| * | | Use a variable for the DBMS tyoe we are converting to. | Andreas Fischer | 2014-04-15 | 1 | -4/+5 | |
| * | | Merge remote-tracking branch 'owncloud/master' into db-convert-tool | Andreas Fischer | 2014-04-15 | 11 | -180/+228 | |
| |\ \ | ||||||
| * | | | Move PostgreSQL sequence resynchronisation out into PgSqlTools class. | Andreas Fischer | 2014-04-14 | 1 | -13/+4 | |
| * | | | Add error handling for --clear-schema on Oracle. | Andreas Fischer | 2014-04-14 | 1 | -0/+11 | |
| * | | | Do not quote table names on Oracle. They appear to be already quoted. | Andreas Fischer | 2014-04-14 | 1 | -5/+9 | |
| * | | | Remove unnecessary +1 from PostgreSQL sequence correction query. | Andreas Fischer | 2014-04-11 | 1 | -1/+1 | |
| * | | | Better variable names for table arrays. | Andreas Fischer | 2014-04-11 | 1 | -5/+5 | |
| * | | | Improve message about tables not going to be converted. Mention --all-apps op... | Andreas Fischer | 2014-04-11 | 1 | -1/+6 | |
| * | | | Extract schema creation code into its own method. | Andreas Fischer | 2014-04-09 | 1 | -9/+13 | |
| * | | | Add option to create all app schemas instead of just installed app. | Andreas Fischer | 2014-04-09 | 1 | -1/+7 | |
| * | | | Do not attempt to covert to the same DBMS. | Andreas Fischer | 2014-04-09 | 1 | -0/+8 | |
| * | | | Move schema clearing to extra method. | Andreas Fischer | 2014-04-09 | 1 | -8/+13 | |
| * | | | private -> protected | Andreas Fischer | 2014-04-09 | 1 | -5/+5 | |
| * | | | Merge remote-tracking branch 'owncloud/master' into db-convert-tool | Andreas Fischer | 2014-04-09 | 53 | -137/+1826 | |
| |\ \ \ | ||||||
| * | | | | typos fixed | Thomas Müller | 2014-04-01 | 1 | -2/+5 | |
| * | | | | Type hinting. | Andreas Fischer | 2014-03-31 | 1 | -6/+10 | |
| * | | | | Some more colors. | Andreas Fischer | 2014-03-31 | 1 | -2/+2 | |
| * | | | | Deduplicate connection handling code into \OC\DB\ConnectionFactory | Andreas Fischer | 2014-03-31 | 2 | -32/+15 | |
| * | | | | Remove unnecessary and incorrect comments. | Andreas Fischer | 2014-03-31 | 1 | -8/+1 | |
| * | | | | \InvalidArgumentException is in root namespace. | Andreas Fischer | 2014-03-31 | 1 | -1/+1 | |
| * | | | | Doc blocks for properties do not repeat the property name. | Andreas Fischer | 2014-03-31 | 1 | -1/+1 | |
| * | | | | Use question color. | Andreas Fischer | 2014-03-31 | 1 | -1/+1 | |
| * | | | | Remove whitespace at end of lines. | Andreas Fischer | 2014-03-31 | 1 | -1/+1 | |
| * | | | | Merge remote-tracking branch 'owncloud/master' into db-convert-tool | Andreas Fischer | 2014-03-31 | 300 | -3159/+3399 | |
| |\ \ \ \ | ||||||
| * | | | | | Move password interaction to interact function | Bart Visscher | 2014-02-17 | 1 | -12/+14 | |
| * | | | | | Split execute function into multiple functions | Bart Visscher | 2014-02-17 | 1 | -69/+89 | |
| * | | | | | Fix namespace for Exception | Bart Visscher | 2014-02-12 | 1 | -1/+1 | |
| * | | | | | Allow converting from any db type | Bart Visscher | 2014-02-11 | 2 | -12/+5 | |
| * | | | | | Check target DB type | Bart Visscher | 2014-02-11 | 1 | -0/+3 | |
| * | | | | | Merge branch 'master' into db-convert-tool | Bart Visscher | 2014-01-30 | 68 | -221/+5690 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Postgresql needs the sequences adjusted after the inserts | Bart Visscher | 2014-01-11 | 1 | -0/+12 | |
| * | | | | | | Add option to remove all the tables from the destination database | Bart Visscher | 2014-01-11 | 1 | -2/+19 | |
| * | | | | | | Quote column names on insert | Bart Visscher | 2014-01-11 | 1 | -1/+5 | |
| * | | | | | | Review points | Bart Visscher | 2013-12-24 | 1 | -8/+4 | |
| * | | | | | | Inject config object | Bart Visscher | 2013-12-24 | 2 | -11/+24 | |
| * | | | | | | Save the new database config | Bart Visscher | 2013-12-07 | 1 | -5/+23 | |
| * | | | | | | Add UTF8 charset to connection params | Bart Visscher | 2013-12-07 | 1 | -0/+10 | |
| * | | | | | | Add command for converting sqlite database to server based one | Bart Visscher | 2013-12-07 | 2 | -0/+165 | |
* | | | | | | | Add generic 'share by link' URL generator in share.js | libasys | 2014-05-19 | 1 | -1/+13 | |
* | | | | | | | Merge pull request #7286 from owncloud/issue/4823 | Morris Jobke | 2014-05-19 | 2 | -6/+34 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | fix wrong conflict resolution | Morris Jobke | 2014-05-19 | 1 | -1/+1 | |
| * | | | | | | | Correctly set expiration dates when adding additional shares | Joas Schilling | 2014-05-19 | 1 | -4/+31 | |
| * | | | | | | | Automatically copy the share expiration date when new shares are created | Joas Schilling | 2014-05-19 | 1 | -1/+2 | |
* | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-19 | 3 | -0/+5 | |
* | | | | | | | | Merge pull request #8592 from owncloud/login-timezone | Morris Jobke | 2014-05-19 | 2 | -1/+7 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | |