Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3672 from owncloud/files-contrast | Jan-Christoph Borchardt | 2013-06-11 | 4 | -11/+45 |
|\ | | | | | Contrast fixes | ||||
| * | feedback for hover/tap on breadcrumbs | Jan-Christoph Borchardt | 2013-06-11 | 1 | -0/+10 |
| | | |||||
| * | better contrast and grouping for blocks in personal settings through darker ↵ | Jan-Christoph Borchardt | 2013-06-11 | 1 | -2/+15 |
| | | | | | | | | background color | ||||
| * | better contrast for controls bar | Jan-Christoph Borchardt | 2013-06-11 | 1 | -1/+1 |
| | | |||||
| * | better contrast for files list, darker greys for selection and hover | Jan-Christoph Borchardt | 2013-06-11 | 1 | -5/+16 |
| | | |||||
| * | darker low threshold color for file size and age fading, better contrast | Jan-Christoph Borchardt | 2013-06-11 | 2 | -3/+3 |
| | | |||||
* | | Merge pull request #3675 from owncloud/allow_autotest_to_run_10x | Thomas Müller | 2013-06-11 | 1 | -3/+3 |
|\ \ | | | | | | | allow autotest to run 10x times longer | ||||
| * | | allow autotest to run 10x times longer | Jörn Friedrich Dreyer | 2013-06-11 | 1 | -3/+3 |
|/ / | |||||
* | | Merge pull request #3652 from owncloud/fix_fetchrow_usage_for_mdb2 | Jörn Friedrich Dreyer | 2013-06-11 | 2 | -3/+9 |
|\ \ | | | | | | | fix fetchRow checks to also work with MDB2 | ||||
| * | | fix fetchRow checks to also work with MDB2 | Jörn Friedrich Dreyer | 2013-06-10 | 2 | -3/+9 |
| | | | |||||
* | | | Merge pull request #3673 from owncloud/gitignore-apps2 | Thomas Müller | 2013-06-11 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | gitignore apps2 folder as well | ||||
| * | | | gitignore apps2 folder as well | Jan-Christoph Borchardt | 2013-06-11 | 1 | -2/+2 |
| | |/ | |/| | |||||
* | | | Merge pull request #3650 from owncloud/use_to_char_for_oracle_clob_comparisons | Jörn Friedrich Dreyer | 2013-06-11 | 2 | -5/+20 |
|\ \ \ | |/ / |/| | | use to_char to allow comparing string to CLOB cloumns in oracle | ||||
| * | | use to_char to allow comparing string to CLOB cloumns in oracle | Jörn Friedrich Dreyer | 2013-06-10 | 2 | -5/+20 |
| | | | |||||
* | | | Merge pull request #3671 from owncloud/fix_user_creation | icewind1991 | 2013-06-11 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | createUser() needs to return something; the user object or false | ||||
| * | | | createUser() needs to return something; the user object or false | Björn Schießle | 2013-06-11 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #3666 from owncloud/allow_null_in_text_columns | Morris Jobke | 2013-06-11 | 1 | -3/+3 |
|\ \ \ \ | | | | | | | | | | | db structure, allow null in columns for '' values | ||||
| * | | | | db structure, allow null in columns for '' values | Jörn Friedrich Dreyer | 2013-06-11 | 1 | -3/+3 |
|/ / / / | |||||
* | | | | Merge pull request #3646 from owncloud/introduce_phpunit_timeouts | Thomas Müller | 2013-06-11 | 12 | -1/+169 |
|\ \ \ \ | |/ / / |/| | | | add timeouts 3/30/90 to phpunit tests | ||||
| * | | | allow 30 sec for testDeleteFile | Jörn Friedrich Dreyer | 2013-06-10 | 1 | -0/+1 |
| | | | | |||||
| * | | | raise failed tests from first commit to size @medium | Jörn Friedrich Dreyer | 2013-06-10 | 4 | -0/+13 |
| | | | | |||||
| * | | | add timeouts 3/30/90 to phpunit tests | Jörn Friedrich Dreyer | 2013-06-10 | 9 | -1/+155 |
| |/ / | |||||
* | / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-06-11 | 544 | -2340/+2827 |
| |/ |/| | |||||
* | | Merge pull request #3653 from owncloud/shorten_identifiers_in_tests | Thomas Müller | 2013-06-10 | 4 | -7/+7 |
|\ \ | | | | | | | shorten table identifiers in tests | ||||
| * | | shorten table identifiers in tests | Jörn Friedrich Dreyer | 2013-06-10 | 4 | -7/+7 |
| |/ | |||||
* | | Merge pull request #3647 from owncloud/missing_backticks | Morris Jobke | 2013-06-10 | 5 | -26/+26 |
|\ \ | | | | | | | add missing backticks all over the place | ||||
| * | | add missing backticks all over the place | Jörn Friedrich Dreyer | 2013-06-10 | 5 | -26/+26 |
| |/ | |||||
* | | Merge pull request #3648 from owncloud/sql_limit_as_param | Jörn Friedrich Dreyer | 2013-06-10 | 1 | -1/+1 |
|\ \ | | | | | | | convert LIMIT to parameter | ||||
| * | | convert LIMIT to parameter | Jörn Friedrich Dreyer | 2013-06-10 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #3610 from owncloud/encryption_recovery_for_ldap | Björn Schießle | 2013-06-10 | 5 | -13/+39 |
|\ \ | |/ |/| | recover encryption keys if ownCloud can't change the log-in password | ||||
| * | use pre_setPassword hook to update the encryption keys if the back-end ↵ | Björn Schießle | 2013-06-06 | 3 | -9/+31 |
| | | | | | | | | doesn't support password change; improved output to let the admin know what happened | ||||
| * | always emit the preSetPassword hook, this should only indicate the ↵ | Björn Schießle | 2013-06-06 | 1 | -3/+3 |
| | | | | | | | | intention. Finally the post-hooks indicate if it was successful or not | ||||
| * | add hint about what the recovery password field is for | Björn Schießle | 2013-06-06 | 1 | -1/+5 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-06-10 | 529 | -1045/+1045 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-06-09 | 521 | -1040/+1040 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-06-08 | 557 | -1151/+1184 |
| | | |||||
* | | Merge pull request #2919 from owncloud/hook-improvements | Michael Gapczynski | 2013-06-07 | 1 | -6/+8 |
|\ \ | | | | | | | Hook improvements | ||||
| * \ | Merge branch 'master' into hook-improvements | Michael Gapczynski | 2013-06-04 | 1691 | -65985/+65795 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: lib/files/view.php | ||||
| * | | | Don't unlink old renamed file if stream copy failed | Michael Gapczynski | 2013-04-13 | 1 | -1/+3 |
| | | | | |||||
| * | | | Check if operation worked before sending post hooks, fixes #2484 | Michael Gapczynski | 2013-04-13 | 1 | -4/+4 |
| | | | | |||||
* | | | | Merge pull request #3628 from owncloud/update_3rdparty_submodule | Morris Jobke | 2013-06-07 | 1 | -0/+0 |
|\ \ \ \ | | | | | | | | | | | update 3rdparty submodule | ||||
| * | | | | update 3rdparty submodule | Georg Ehrke | 2013-06-07 | 1 | -0/+0 |
|/ / / / | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-06-07 | 53 | -222/+372 |
| | | | | |||||
* | | | | Merge pull request #3622 from owncloud/read-extfx-confg-from-home | Thomas Müller | 2013-06-06 | 1 | -0/+9 |
|\ \ \ \ | |_|_|/ |/| | | | Read configuratons for external filesystem test from a private place. | ||||
| * | | | Read configuratons for external filesystem test from a private place. | Thomas Mueller | 2013-06-07 | 1 | -0/+9 |
|/ / / | | | | | | | | | | This will help not to accidentially push private data and enable testing on our ci server. | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-06-06 | 37 | -115/+176 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-06-05 | 62 | -341/+598 |
| |/ |/| | |||||
* | | Merge pull request #3594 from opensaucesystems/patch-1 | Thomas Müller | 2013-06-04 | 1 | -3/+4 |
|\ \ | | | | | | | Added input[type="url"] to styles.css | ||||
| * | | Added input[type="url"] to styles.css | opensaucesystems | 2013-06-04 | 1 | -3/+4 |
| | | | |||||
* | | | exclude 3rdparty folder within files_external and files_encryption from code ↵ | Thomas Mueller | 2013-06-04 | 1 | -0/+2 |
|/ / | | | | | | | coverage |