summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate webdav code - move all to one appThomas Müller2015-10-1656-177/+249
|
* Merge pull request #19823 from owncloud/require-idnThomas Müller2015-10-161-0/+4
|\ | | | | Run test only when idn is available
| * Run test only when idn is availableLukas Reschke2015-10-161-0/+4
| | | | | | | | IDN is not installed on all machines making the unit test execution fail on those without. Let's make IDN thus a pre-requirement for the text execution.
* | Merge pull request #19822 from owncloud/share-checkboxuniqueidsRoeland Douma2015-10-165-119/+138
|\ \ | |/ |/| Fix DOM element ids in share dialog
| * Fix DOM element ids in share dialogVincent Petry2015-10-165-119/+138
|/ | | | | | | | - Rely on class names instead of global ids - When global ids are needed for label+checkbox, append the view id (cid) to the element's id This fixes the checkboxes when multiple sidebars exist in the DOM.
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-1622-22/+276
|
* Merge pull request #19814 from owncloud/filelist-preventerrorwhennosidebarThomas Müller2015-10-153-6/+49
|\ | | | | Do not register sidebar panels when no sidebar
| * Do not register sidebar panels when no sidebarVincent Petry2015-10-153-6/+49
| |
* | Merge pull request #19806 from owncloud/fix_19572Thomas Müller2015-10-151-4/+11
|\ \ | | | | | | only wrap source if fopen was successful
| * | check if fopen was successful before continueBjoern Schiessle2015-10-151-3/+7
| | |
| * | only wrap source if fopen was successfulBjoern Schiessle2015-10-151-1/+4
| |/
* | Merge pull request #19795 from owncloud/fix-language-level-compatThomas Müller2015-10-151-2/+3
|\ \ | | | | | | Remove arbitrary expression in empty
| * | Remove arbitrary expression in emptyLukas Reschke2015-10-141-2/+3
| | | | | | | | | | | | | | | | | | Those are only allowed in PHP 5.5, thus making our code incompatible with PHP 5.4 Fixes https://github.com/owncloud/core/issues/19793
* | | Merge pull request #19802 from RealRancor/fix_rewritesThomas Müller2015-10-151-2/+0
|\ \ \ | |_|/ |/| | Remove legacy non-working rewrites in .htaccess
| * | Remove legacy non-working rewrites in .htaccessRealRancor2015-10-151-2/+0
|/ /
* | Merge pull request #19797 from owncloud/specify-php-5-4Thomas Müller2015-10-151-0/+10
|\ \ | | | | | | Specify PHP 5.4 as version for scrutinizer
| * | Specify PHP 5.4 as version for scrutinizerLukas Reschke2015-10-141-0/+10
| |/ | | | | Let's see if this helps for cases such as https://github.com/owncloud/core/issues/19793
* | Merge pull request #19799 from owncloud/issue-19793-php54-ldap-comp-issueLukas Reschke2015-10-157-28/+25
|\ \ | | | | | | Fix doc blocks of LDAP classes
| * | Fix doc blocks of LDAP classesJoas Schilling2015-10-157-28/+25
|/ /
* / [tx-robot] updated from transifexJenkins for ownCloud2015-10-1518-14/+124
|/
* Merge pull request #19787 from owncloud/kill-arrayparserThomas Müller2015-10-141-238/+0
|\ | | | | Remove ArrayParser because it is unused
| * Remove ArrayParser because it is unusedMorris Jobke2015-10-141-238/+0
|/
* Merge pull request #19731 from owncloud/update-list-of-deprecated-methodsThomas Müller2015-10-144-9/+29
|\ | | | | Update list of deprecated methods
| * The constant is now deprecatedJoas Schilling2015-10-142-2/+2
| |
| * update deprecation messageMorris Jobke2015-10-141-1/+1
| |
| * Update list of deprecated methodsJoas Schilling2015-10-142-7/+27
| |
* | Merge pull request #19760 from owncloud/adding_occ_upgrade_text_noteThomas Müller2015-10-141-0/+1
|\ \ | | | | | | Adding occ upgrade text note
| * | adding occ upgrade text noteMartin2015-10-141-0/+1
| | |
* | | Merge pull request #19764 from owncloud/issue-19759-app-check-code-issueThomas Müller2015-10-141-2/+2
|\ \ \ | |_|/ |/| | Variables don't have a class, so we can't use toString() on it
| * | Variables don't have a class, so we can't use toString() on itJoas Schilling2015-10-141-2/+2
| |/
* | Merge pull request #19625 from owncloud/passwordchange-hidestrengthifyThomas Müller2015-10-142-2/+2
|\ \ | | | | | | Properly hide strengthify after password change
| * | Properly hide strengthify after password changeVincent Petry2015-10-072-2/+2
| | |
* | | Merge pull request #19627 from owncloud/users-deletebeforecreateThomas Müller2015-10-142-31/+43
|\ \ \ | | | | | | | | Delete last undoable user before user creation
| * | | Delete last undoable user before user creationVincent Petry2015-10-072-31/+43
| |/ /
* | | Merge pull request #19630 from owncloud/fix-ie-painThomas Müller2015-10-143-1/+18
|\ \ \ | | | | | | | | Fix more IE issues
| * | | [IE8] Fix button background colorVincent Petry2015-10-071-0/+6
| | | | | | | | | | | | | | | | IE8 doesn't support rgba...
| * | | [IE8] Fix "new" button widthVincent Petry2015-10-071-0/+5
| | | |
| * | | [IE9] Set explicit height to file actions menu iconVincent Petry2015-10-071-0/+1
| | | | | | | | | | | | | | | | IE9 flattened the icons, so give it an explicit height.
| * | | [IE] Add border to dropdown menusVincent Petry2015-10-071-1/+6
| |/ / | | | | | | | | | | | | As a fallback because box-shadow doesn't give the same effect and drop shadow doesn't work with IE.
* | | Merge pull request #19631 from owncloud/share-emailsenterrorThomas Müller2015-10-144-13/+185
|\ \ \ | | | | | | | | Fix share email sending feedback
| * | | Add unit tests for sending e-mail for link sharesRoeland Jago Douma2015-10-082-10/+170
| | | |
| * | | Fix share email sending feedbackVincent Petry2015-10-082-3/+15
| | | | | | | | | | | | | | | | Redisplay email address after failure
* | | | Merge pull request #19633 from owncloud/sidebar-alt-favoriteThomas Müller2015-10-141-2/+1
|\ \ \ \ | | | | | | | | | | Move alt text for favorite action to image
| * | | | Move alt text for favorite action to imageVincent Petry2015-10-071-2/+1
| | |/ / | |/| |
* | | | Merge pull request #19634 from owncloud/notif-showtemporaryThomas Müller2015-10-141-20/+8
|\ \ \ \ | | | | | | | | | | showTemporary instead of show for notifications
| * | | | showTemporary instead of show for notificationsVincent Petry2015-10-081-20/+8
| |/ / /
* | | | Merge pull request #19647 from owncloud/trashbin-removesidebarThomas Müller2015-10-141-1/+2
|\ \ \ \ | | | | | | | | | | Remove sidebar for trashbin view
| * | | | Remove sidebar for trashbin viewVincent Petry2015-10-081-1/+2
| |/ / /
* | | | Merge pull request #19710 from owncloud/files-canceluploaddebounce-reThomas Müller2015-10-141-6/+5
|\ \ \ \ | | | | | | | | | | Debounce cancel upload message
| * | | | Debounce cancel upload messageVincent Petry2015-10-121-6/+5
| | | | |