| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #8681 from owncloud/logintimestamp | Lukas Reschke | 2014-05-28 | 2 | -0/+48 |
|\ |
|
| * | print time in 24h format | Arthur Schiwon | 2014-05-23 | 1 | -1/+1 |
| * | save a whitespace | Arthur Schiwon | 2014-05-23 | 1 | -2/+2 |
| * | add cli command to check a users last login | Arthur Schiwon | 2014-05-23 | 2 | -0/+48 |
* | | Merge pull request #8750 from owncloud/l10n-add-title-property | Volkan Gezer | 2014-05-28 | 1 | -2/+2 |
|\ \ |
|
| * | | add title property to share dialog | Volkan Gezer | 2014-05-27 | 1 | -2/+2 |
* | | | Merge pull request #8732 from owncloud/fix-warning-text | Jan-Christoph Borchardt | 2014-05-28 | 2 | -9/+4 |
|\ \ \ |
|
| * | | | fix warning text and margin | Volkan Gezer | 2014-05-27 | 2 | -9/+4 |
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-28 | 2 | -1/+22 |
| |/ /
|/| | |
|
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-27 | 1 | -0/+1 |
|/ / |
|
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-26 | 3 | -0/+9 |
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-25 | 1 | -0/+3 |
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-24 | 2 | -0/+6 |
* | | remove noise texture from interface (not necessary, and blurry on high-res) | Jan-Christoph Borchardt | 2014-05-23 | 3 | -14/+9 |
* | | Merge pull request #8599 from owncloud/sharing_disable_for_groups | Björn Schießle | 2014-05-22 | 1 | -0/+1 |
|\ \ |
|
| * | | allow admin to disable sharing for specific groups of users | Bjoern Schiessle | 2014-05-22 | 1 | -0/+1 |
| |/ |
|
* | | Fix for #8654 | Remco Brenninkmeijer | 2014-05-22 | 1 | -3/+3 |
* | | Merge pull request #8634 from owncloud/handle-excpetions-in-console-master | Thomas Müller | 2014-05-22 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | fix description of console command maintenance:repair - fixes #8574 | Thomas Müller | 2014-05-19 | 1 | -1/+1 |
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-20 | 6 | -2/+31 |
* | | Merge pull request #6457 from owncloud/db-convert-tool | Frank Karlitschek | 2014-05-19 | 2 | -0/+296 |
|\ \
| |/
|/| |
|
| * | Add message about unsupported Microsoft SQL Server. | Andreas Fischer | 2014-05-09 | 1 | -0/+5 |
| * | Store normalised DBMS type in $type. | Andreas Fischer | 2014-05-09 | 1 | -2/+2 |
| * | Pass Connection instead of AbstractSchemaManager to clearSchema(). | Andreas Fischer | 2014-04-15 | 1 | -8/+5 |
| * | Use exceptions for in input validation. | Andreas Fischer | 2014-04-15 | 1 | -12/+9 |
| * | 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 |