summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | print time in 24h formatArthur Schiwon2014-05-231-1/+1
| * | | | | | | save a whitespaceArthur Schiwon2014-05-231-2/+2
| * | | | | | | add cli command to check a users last loginArthur Schiwon2014-05-232-0/+48
* | | | | | | | Merge pull request #8750 from owncloud/l10n-add-title-propertyVolkan Gezer2014-05-281-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | add title property to share dialogVolkan Gezer2014-05-271-2/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #8732 from owncloud/fix-warning-textJan-Christoph Borchardt2014-05-282-9/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | fix warning text and marginVolkan Gezer2014-05-272-9/+4
* | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-282-1/+22
| |/ / / / / / / |/| | | | | | |
* | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-271-0/+1
|/ / / / / / /
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-263-0/+9
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-251-0/+3
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-242-0/+6
* | | | | | | remove noise texture from interface (not necessary, and blurry on high-res)Jan-Christoph Borchardt2014-05-233-14/+9
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #8599 from owncloud/sharing_disable_for_groupsBjörn Schießle2014-05-221-0/+1
|\ \ \ \ \ \
| * | | | | | allow admin to disable sharing for specific groups of usersBjoern Schiessle2014-05-221-0/+1
| |/ / / / /
* | | | | | Fix for #8654Remco Brenninkmeijer2014-05-221-3/+3
* | | | | | Merge pull request #8634 from owncloud/handle-excpetions-in-console-masterThomas Müller2014-05-221-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | fix description of console command maintenance:repair - fixes #8574Thomas Müller2014-05-191-1/+1
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-206-2/+31
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #6457 from owncloud/db-convert-toolFrank Karlitschek2014-05-192-0/+296
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add message about unsupported Microsoft SQL Server.Andreas Fischer2014-05-091-0/+5
| * | | | Store normalised DBMS type in $type.Andreas Fischer2014-05-091-2/+2
| * | | | Pass Connection instead of AbstractSchemaManager to clearSchema().Andreas Fischer2014-04-151-8/+5
| * | | | Use exceptions for in input validation.Andreas Fischer2014-04-151-12/+9
| * | | | Do not block when nothing is passed via stdin.Andreas Fischer2014-04-151-1/+4
| * | | | Do not ask for password before input parameter validation.Andreas Fischer2014-04-151-15/+30
| * | | | Remove unnecessary sprintf.Andreas Fischer2014-04-151-8/+2
| * | | | Move (extended) input validation out into validateInput() method.Andreas Fischer2014-04-151-12/+19
| * | | | Add message for converting to SQLite being unsupported.Andreas Fischer2014-04-151-0/+7
| * | | | Use a variable for the DBMS tyoe we are converting to.Andreas Fischer2014-04-151-4/+5
| * | | | Merge remote-tracking branch 'owncloud/master' into db-convert-toolAndreas Fischer2014-04-1511-180/+228
| |\ \ \ \
| * | | | | Move PostgreSQL sequence resynchronisation out into PgSqlTools class.Andreas Fischer2014-04-141-13/+4
| * | | | | Add error handling for --clear-schema on Oracle.Andreas Fischer2014-04-141-0/+11
| * | | | | Do not quote table names on Oracle. They appear to be already quoted.Andreas Fischer2014-04-141-5/+9
| * | | | | Remove unnecessary +1 from PostgreSQL sequence correction query.Andreas Fischer2014-04-111-1/+1
| * | | | | Better variable names for table arrays.Andreas Fischer2014-04-111-5/+5
| * | | | | Improve message about tables not going to be converted. Mention --all-apps op...Andreas Fischer2014-04-111-1/+6
| * | | | | Extract schema creation code into its own method.Andreas Fischer2014-04-091-9/+13
| * | | | | Add option to create all app schemas instead of just installed app.Andreas Fischer2014-04-091-1/+7
| * | | | | Do not attempt to covert to the same DBMS.Andreas Fischer2014-04-091-0/+8
| * | | | | Move schema clearing to extra method.Andreas Fischer2014-04-091-8/+13
| * | | | | private -> protectedAndreas Fischer2014-04-091-5/+5
| * | | | | Merge remote-tracking branch 'owncloud/master' into db-convert-toolAndreas Fischer2014-04-0953-137/+1826
| |\ \ \ \ \
| * | | | | | typos fixedThomas Müller2014-04-011-2/+5
| * | | | | | Type hinting.Andreas Fischer2014-03-311-6/+10
| * | | | | | Some more colors.Andreas Fischer2014-03-311-2/+2
| * | | | | | Deduplicate connection handling code into \OC\DB\ConnectionFactoryAndreas Fischer2014-03-312-32/+15
| * | | | | | Remove unnecessary and incorrect comments.Andreas Fischer2014-03-311-8/+1
| * | | | | | \InvalidArgumentException is in root namespace.Andreas Fischer2014-03-311-1/+1
| * | | | | | Doc blocks for properties do not repeat the property name.Andreas Fischer2014-03-311-1/+1