summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2013-06-13156-1673/+4230
* Merge pull request #3679 from owncloud/multiselect-fixesThomas Tanghus2013-06-122-74/+95
|\
| * multiselect: up min-width of group multiselect to 150pxJan-Christoph Borchardt2013-06-111-1/+1
| * multiselect: fixed 'add group' interface a bitJan-Christoph Borchardt2013-06-112-4/+12
| * multiselect: more breathing space for entriesJan-Christoph Borchardt2013-06-111-4/+13
| * multiselect: drop shadow for better focusJan-Christoph Borchardt2013-06-111-0/+3
| * multiselect: do not cut off group namesJan-Christoph Borchardt2013-06-111-0/+1
| * checkstyle: add space after colonJan-Christoph Borchardt2013-06-111-46/+46
| * remove leading spacesJan-Christoph Borchardt2013-06-111-66/+66
* | Revert "FIX: Download of files named "true" or "false" impossible"Roland Hager2013-06-121-2/+1
* | Merge pull request #3676 from owncloud/move-storage-barFrank Karlitschek2013-06-121-6/+9
|\ \
| * | move storage bar below clients showcase to make it more visibleJan-Christoph Borchardt2013-06-111-6/+9
| |/
* | FIX: Download of files named "true" or "false" impossibleRoland Hager2013-06-121-1/+2
* | Merge pull request #3681 from owncloud/fix_ajax_removeuser.phpMorris Jobke2013-06-121-0/+1
|\ \
| * | init language object before using itGeorg Ehrke2013-06-121-0/+1
* | | Merge pull request #3654 from owncloud/clean_up_exceptionsThomas Müller2013-06-129-179/+291
|\ \ \
| * | | remove duplicate logging from db.php, now happens in entrypointsJörn Friedrich Dreyer2013-06-101-4/+0
| * | | clean up usage of DatabaseSetupException and catch Exceptions in entrypointsJörn Friedrich Dreyer2013-06-107-132/+171
| * | | introduce and use executeAudited in db.phpJörn Friedrich Dreyer2013-06-102-47/+124
* | | | every test now has 15min to executeJörn Friedrich Dreyer2013-06-121-2/+2
* | | | Merge pull request #3682 from owncloud/disable_proxys_on_sslcert_uploadBjörn Schießle2013-06-121-0/+4
|\ \ \ \
| * | | | disable proxys during ssl root cert upload to avoid encryptionBjörn Schießle2013-06-121-0/+4
|/ / / /
* | | | Merge branch 'master' of github.com:owncloud/coreBjörn Schießle2013-06-12536-1464/+1475
|\ \ \ \
| * | | | [tx-robot] updated from transifexJenkins for ownCloud2013-06-12536-1464/+1475
* | | | | backport of https://github.com/owncloud/core/commit/1fa76e53dc5c515035f19e78f...Björn Schießle2013-06-121-8/+11
|/ / / /
* | | | Merge pull request #3672 from owncloud/files-contrastJan-Christoph Borchardt2013-06-114-11/+45
|\ \ \ \ | |_|_|/ |/| | |
| * | | feedback for hover/tap on breadcrumbsJan-Christoph Borchardt2013-06-111-0/+10
| * | | better contrast and grouping for blocks in personal settings through darker b...Jan-Christoph Borchardt2013-06-111-2/+15
| * | | better contrast for controls barJan-Christoph Borchardt2013-06-111-1/+1
| * | | better contrast for files list, darker greys for selection and hoverJan-Christoph Borchardt2013-06-111-5/+16
| * | | darker low threshold color for file size and age fading, better contrastJan-Christoph Borchardt2013-06-112-3/+3
* | | | Merge pull request #3675 from owncloud/allow_autotest_to_run_10xThomas Müller2013-06-111-3/+3
|\ \ \ \
| * | | | allow autotest to run 10x times longerJörn Friedrich Dreyer2013-06-111-3/+3
|/ / / /
* | | | Merge pull request #3652 from owncloud/fix_fetchrow_usage_for_mdb2Jörn Friedrich Dreyer2013-06-112-3/+9
|\ \ \ \
| * | | | fix fetchRow checks to also work with MDB2Jörn Friedrich Dreyer2013-06-102-3/+9
* | | | | Merge pull request #3673 from owncloud/gitignore-apps2Thomas Müller2013-06-111-2/+2
|\ \ \ \ \
| * | | | | gitignore apps2 folder as wellJan-Christoph Borchardt2013-06-111-2/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #3650 from owncloud/use_to_char_for_oracle_clob_comparisonsJörn Friedrich Dreyer2013-06-112-5/+20
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | use to_char to allow comparing string to CLOB cloumns in oracleJörn Friedrich Dreyer2013-06-102-5/+20
| | |_|/ | |/| |
* | | | Merge pull request #3671 from owncloud/fix_user_creationicewind19912013-06-111-1/+1
|\ \ \ \
| * | | | createUser() needs to return something; the user object or falseBjörn Schießle2013-06-111-1/+1
* | | | | Merge pull request #3666 from owncloud/allow_null_in_text_columnsMorris Jobke2013-06-111-3/+3
|\ \ \ \ \
| * | | | | db structure, allow null in columns for '' valuesJörn Friedrich Dreyer2013-06-111-3/+3
|/ / / / /
* | | | | Merge pull request #3646 from owncloud/introduce_phpunit_timeoutsThomas Müller2013-06-1112-1/+169
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | allow 30 sec for testDeleteFileJörn Friedrich Dreyer2013-06-101-0/+1
| * | | | raise failed tests from first commit to size @mediumJörn Friedrich Dreyer2013-06-104-0/+13
| * | | | add timeouts 3/30/90 to phpunit testsJörn Friedrich Dreyer2013-06-109-1/+155
| |/ / /
* | / / [tx-robot] updated from transifexJenkins for ownCloud2013-06-11544-2340/+2827
| |/ / |/| |
* | | Merge pull request #3653 from owncloud/shorten_identifiers_in_testsThomas Müller2013-06-104-7/+7
|\ \ \
| * | | shorten table identifiers in testsJörn Friedrich Dreyer2013-06-104-7/+7
| |/ /