Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove App management top bar and move buttons more contextually in the ↵ | Jan-Christoph Borchardt | 2013-06-12 | 2 | -6/+17 |
| | | | | interface | ||||
* | Merge pull request #3681 from owncloud/fix_ajax_removeuser.php | Morris Jobke | 2013-06-12 | 1 | -0/+1 |
|\ | | | | | Init language object before using it | ||||
| * | init language object before using it | Georg Ehrke | 2013-06-12 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #3654 from owncloud/clean_up_exceptions | Thomas Müller | 2013-06-12 | 9 | -179/+291 |
|\ \ | | | | | | | Introduce more robust SQL execution and exception handling | ||||
| * | | remove duplicate logging from db.php, now happens in entrypoints | Jörn Friedrich Dreyer | 2013-06-10 | 1 | -4/+0 |
| | | | |||||
| * | | clean up usage of DatabaseSetupException and catch Exceptions in entrypoints | Jörn Friedrich Dreyer | 2013-06-10 | 7 | -132/+171 |
| | | | |||||
| * | | introduce and use executeAudited in db.php | Jörn Friedrich Dreyer | 2013-06-10 | 2 | -47/+124 |
| | | | |||||
* | | | every test now has 15min to execute | Jörn Friedrich Dreyer | 2013-06-12 | 1 | -2/+2 |
| | | | | | | | | | we don't want to check performance just yet. we just want to make jenkins end more reliably. | ||||
* | | | Merge pull request #3682 from owncloud/disable_proxys_on_sslcert_upload | Björn Schießle | 2013-06-12 | 1 | -0/+4 |
|\ \ \ | | | | | | | | | disable proxys during ssl root cert upload to avoid encryption | ||||
| * | | | disable proxys during ssl root cert upload to avoid encryption | Björn Schießle | 2013-06-12 | 1 | -0/+4 |
|/ / / | |||||
* | | | Merge branch 'master' of github.com:owncloud/core | Björn Schießle | 2013-06-12 | 536 | -1464/+1475 |
|\ \ \ | |||||
| * | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-06-12 | 536 | -1464/+1475 |
| | | | | |||||
* | | | | backport of ↵ | Björn Schießle | 2013-06-12 | 1 | -8/+11 |
|/ / / | | | | | | | | | | https://github.com/owncloud/core/commit/1fa76e53dc5c515035f19e78f3988205521720f6 | ||||
* | | | 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 |