summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4130 from owncloud/ie-show-passwordMorris Jobke2013-07-201-0/+9
|\ | | | | deactivate show password toggle for IE
| * deactivate show password toggle for IEJan-Christoph Borchardt2013-07-191-0/+9
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-07-20534-1055/+1055
| |
* | Merge pull request #4119 from owncloud/external-storage-statusThomas Müller2013-07-194-5/+19
|\ \ | | | | | | replace external storage status images with CSS, also use form to distinguish
| * | replace external storage status images with CSS, also use form to ↵Jan-Christoph Borchardt2013-07-184-5/+19
| | | | | | | | | | | | distinguish, fix #3910
* | | LDAP: fix background job, resolves #3528Arthur Schiwon2013-07-191-11/+9
| | |
* | | Add message about completed updateArthur Schiwon2013-07-191-0/+1
| | |
* | | non-ajax Upgrade script utility, usable via CLI or wget. Requires PR 4047.Arthur Schiwon2013-07-191-0/+76
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2013-07-19544-1156/+1181
| |
* | Merge pull request #3947 from runky/patch-1Andreas Fischer2013-07-191-1/+1
|\ \ | | | | | | | | | | | | * runky/patch-1: Update authenticate.php
| * | Update authenticate.phprunky2013-07-051-1/+1
| | | | | | | | | Fix 'Undefined index: wrongpw' error
* | | Merge pull request #2221 from owncloud/doctrineBart Visscher2013-07-1815-4454/+847
|\ \ \ | |_|/ |/| | OC6: Implement Doctrine as the backend for OC_DB
| * | Tweaks to the MDB2SchemaReaderBart Visscher2013-07-183-2/+7
| | |
| * | Merge branch 'master' into doctrineBart Visscher2013-07-131146-24101/+33540
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: 3rdparty lib/db.php lib/setup.php tests/lib/db.php tests/lib/dbschema.php
| * | | Only change integer type when the length is setBart Visscher2013-07-051-1/+1
| | | |
| * | | Add comment to column definitionBart Visscher2013-07-051-0/+4
| | | |
| * | | Move DoctrineStatementWrapper to its own fileBart Visscher2013-06-282-183/+190
| | | |
| * | | Remove deadcodeBart Visscher2013-06-283-30/+0
| | | |
| * | | enable oracle testingJörn Friedrich Dreyer2013-06-281-2/+1
| | | | | | | | | | | | enabling, because the test shows a green ball: https://ci.tmit.eu/job/ownCloud-Server(doctrine)-oci/33/console
| * | | adding PHPDocThomas Mueller2013-06-273-4/+11
| | | |
| * | | check item id is setJörn Friedrich Dreyer2013-06-271-1/+1
| | | |
| * | | Oracle doesn't know & as bitwise ANDBart Visscher2013-06-261-1/+7
| | | |
| * | | View test needs a dummy userBart Visscher2013-06-261-0/+9
| | | |
| * | | Use Doctrine platform to add limit and offset to queryBart Visscher2013-06-261-15/+4
| | | |
| * | | Change nullable of filecache.etag and permissions.userBart Visscher2013-06-261-2/+2
| | | |
| * | | Always quote db identifiers in OC_DB_MDB2SchemaReaderBart Visscher2013-06-241-4/+3
| | | |
| * | | numRows doesn't work with OracleBart Visscher2013-06-241-1/+1
| | | |
| * | | Doctrine only returns falseBart Visscher2013-06-241-1/+1
| | | |
| * | | Fix table change tests for OCIBart Visscher2013-06-241-1/+2
| | | |
| * | | Quote tablenamesBart Visscher2013-06-241-0/+7
| | | |
| * | | Fix tableExists test function for OracleBart Visscher2013-06-241-3/+4
| | | |
| * | | Use Doctrines Oracle sequence suffixBart Visscher2013-06-241-2/+10
| | | |
| * | | OCI doesn't have a queryStringBart Visscher2013-06-241-0/+5
| | | |
| * | | UNIX_TIMESTAMP replace for OracleBart Visscher2013-06-241-0/+1
| | | |
| * | | Fixes connecting to Oracle without port setBart Visscher2013-06-241-1/+3
| | | |
| * | | Skip Test_Archive_TAR in php 5.5 for nowBart Visscher2013-06-241-0/+6
| | | |
| * | | Fix not null with empty defaultBart Visscher2013-06-241-0/+1
| | | |
| * | | Merge branch 'master' into doctrineBart Visscher2013-06-241522-48949/+38774
| |\ \ \
| * \ \ \ Merge branch 'doctrine' of git://github.com/owncloud/core into doctrineBart Visscher2013-06-211-4/+55
| |\ \ \ \
| | * | | | adding Oracle support to autotest.shThomas Mueller2013-05-241-4/+55
| | | | | |
| * | | | | Merge branch 'master' into doctrineBart Visscher2013-05-241330-27882/+44616
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/MDB2/Driver/sqlite3.php lib/base.php lib/db.php
| * | | | | | Use supplied tablenameBart Visscher2013-05-031-1/+1
| | |/ / / / | |/| | | |
| * | | | | Merge branch 'master' into doctrineBart Visscher2013-04-251285-24602/+41040
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: 3rdparty lib/MDB2/Driver/sqlite3.php lib/db.php
| * | | | | | initial fix for MSSQLThomas Mueller2013-03-191-2/+2
| | | | | | |
| * | | | | | documentation added and trying to fix minor code issuesThomas Mueller2013-03-193-6/+27
| | | | | | |
| * | | | | | integer length 1 is not only used for boolean valuesBart Visscher2013-03-171-4/+1
| | | | | | |
| * | | | | | Also fix sequences in schemachangeBart Visscher2013-03-171-0/+6
| | | | | | |
| * | | | | | Quote index columns that need itBart Visscher2013-03-172-4/+10
| | | | | | |
| * | | | | | Fix handling of empty defaults in schemaBart Visscher2013-03-171-9/+5
| | | | | | |
| * | | | | | Rewrite query for numRows function for SELECT queriesBart Visscher2013-03-171-1/+8
| | | | | | |