aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Treat 'all users' as 'global'Robin McCorkell2014-05-211-1/+21
* Add storage priority supportRobin McCorkell2014-05-212-4/+60
* Merge pull request #8416 from owncloud/sharing_keep_mount_points_visibleBjörn Schießle2014-05-2110-78/+432
|\
| * move the mount point up if a share is mounted to a subfolder and the subfolde...Bjoern Schiessle2014-05-2110-78/+432
* | Merge pull request #8652 from owncloud/logfile_rotateMorris Jobke2014-05-211-1/+2
|\ \
| * | use custom logfile path if defined, otherwise use default of owncloud.log in ...scolebrook2014-05-201-1/+2
* | | Merge pull request #8612 from owncloud/share-updateshareiconsafterrenameBjörn Schießle2014-05-212-35/+73
|\ \ \ | |_|/ |/| |
| * | Fixed issues with renamingVincent Petry2014-05-162-35/+73
* | | Merge pull request #8646 from owncloud/publicshare-fixesBjörn Schießle2014-05-213-24/+31
|\ \ \
| * | | Fixed JS issues in public pageVincent Petry2014-05-202-23/+30
| * | | Fixed download URL in public pageVincent Petry2014-05-201-1/+1
| | |/ | |/|
* | | Merge pull request #8637 from owncloud/enc_improved_error_handlingVincent Petry2014-05-212-3/+49
|\ \ \ | |/ / |/| |
| * | only start migration if the encryption was initialized; allow to overwrite ke...Bjoern Schiessle2014-05-192-3/+49
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-2083-322/+11920
* | | Merge pull request #8639 from owncloud/drop-briefThomas Müller2014-05-19130-864/+884
|\ \ \
| * | | Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-19130-868/+888
* | | | Merge pull request #6457 from owncloud/db-convert-toolFrank Karlitschek2014-05-195-98/+495
|\ \ \ \ | |/ / / |/| | |
| * | | fixing typos and adding PHPDocThomas Müller2014-05-121-2/+3
| * | | 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
| * | | Add Bart to PgSqlTools copyright.Andreas Fischer2014-04-151-0/+1
| * | | Merge remote-tracking branch 'owncloud/master' into db-convert-toolAndreas Fischer2014-04-15466-6395/+8598
| |\ \ \
| * | | | Move PostgreSQL sequence resynchronisation out into PgSqlTools class.Andreas Fischer2014-04-142-13/+43
| * | | | 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-09933-25481/+37761
| |\ \ \ \
| * | | | | typos fixedThomas Müller2014-04-011-2/+5
| * | | | | Undo 3rdparty update.Andreas Fischer2014-03-311-0/+0
| * | | | | 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-314-130/+173
| * | | | | 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