summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Move trashbin specific CSS that modifies sidebarVincent Petry2015-10-141-1/+0
| | | | | | | | | | | | | | | Only when trashbin is enabled, its sidebar nav element must be fixed at the bottom.
* | | Merge pull request #19835 from owncloud/stable8.2-share-checkboxuniqueidsThomas Müller2015-10-205-108/+127
|\ \ \ | | | | | | | | [stable8.2] Fix DOM element ids in share dialog
| * | | Fix DOM element ids in share dialogVincent Petry2015-10-165-108/+127
| | |/ | |/| | | | | | | | | | | | | | | | | | | - 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.
| * | Revert "[stable8.2] Properly hide strengthify after password change"Lukas Reschke2015-10-141-1/+1
| | |
| * | Properly hide strengthify after password changeVincent Petry2015-10-141-1/+1
| |/
* | Merge pull request #19771 from owncloud/stable8.2-share-emailsenterrorMorris Jobke2015-10-204-13/+185
|\ \ | | | | | | [stable8.2] Fix share email sending feedback
| * | Add unit tests for sending e-mail for link sharesRoeland Jago Douma2015-10-142-10/+170
| | |
| * | Fix share email sending feedbackVincent Petry2015-10-142-3/+15
| |/ | | | | | | Redisplay email address after failure
* | [IE8] Fix button background colorVincent Petry2015-10-141-0/+6
| | | | | | | | IE8 doesn't support rgba...
* | [IE9] Set explicit height to file actions menu iconVincent Petry2015-10-141-0/+1
| | | | | | | | IE9 flattened the icons, so give it an explicit height.
* | [IE] Add border to dropdown menusVincent Petry2015-10-141-1/+6
|/ | | | | As a fallback because box-shadow doesn't give the same effect and drop shadow doesn't work with IE.
* Do not print exception messageLukas Reschke2015-10-132-13/+20
| | | | | | In case of an error the error message often contains sensitive data such as the full path which potentially leads to a full path disclosure. Thus the error message should not directly get displayed to the user and instead be logged.
* Merge pull request #19677 from ↵Thomas Müller2015-10-132-6/+10
|\ | | | | | | | | owncloud/silently-fail-app-upgrade-exceptions-master Silently fail app upgrade exceptions
| * Always pass in ILoggerThomas Müller2015-10-092-6/+10
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-10-134-10/+12
| |
* | add specific edit iconJan-Christoph Borchardt2015-10-133-0/+8
| |
* | Revert "Move trashbin specific CSS that modifies sidebar"Thomas Müller2015-10-121-0/+1
| |
* | Move trashbin specific CSS that modifies sidebarVincent Petry2015-10-121-1/+0
| | | | | | | | | | Only when trashbin is enabled, its sidebar nav element must be fixed at the bottom.
* | [tx-robot] updated from transifexJenkins for ownCloud2015-10-124-6/+20
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-10-116-2/+32
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-10-104-6/+18
|/
* Use injected requestVincent Petry2015-10-091-1/+1
|
* fix IE8 user agent detectionMorris Jobke2015-10-091-1/+1
|
* Fix uploading avatar and root certs in IE8Vincent Petry2015-10-092-12/+47
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-096-0/+12
|
* Merge pull request #19611 from owncloud/fix-public-scrollThomas Müller2015-10-081-5/+4
|\ | | | | Fix scrollbars in public template
| * fix footer in public galleryHendrik Leppelsack2015-10-071-2/+1
| |
| * fix public empty messageHendrik Leppelsack2015-10-061-2/+2
| |
| * fix scrollbars in public templateHendrik Leppelsack2015-10-061-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-10-0814-0/+78
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-10-0712-18/+294
|/
* Merge pull request #19597 from owncloud/update-license-headersThomas Müller2015-10-0619-8/+17
|\ | | | | update licence headers via script
| * deduplicate @xenopathicMorris Jobke2015-10-065-5/+4
| |
| * update licence headers via scriptMorris Jobke2015-10-0517-5/+15
| |
* | [admin] check for correct PHP memcached moduleMorris Jobke2015-10-062-6/+46
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-10-066-6/+68
| |
* | Merge pull request #19553 from owncloud/properly_format_date_shareviewThomas Müller2015-10-052-9/+11
|\ \ | | | | | | Use DD-MM-YYYY consistently in share sidebar
| * | Use DD-MM-YYYY consistently in share sidebarRoeland Jago Douma2015-10-042-9/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We used to display the response from the server. Which is in non ISO8601 format. Now this is weird since the datepickers shows us 'DD-MM-YYYY' once a date is chosen. Now use momentJS to properly format the date. * Unit tests updated
* | | Merge pull request #19590 from owncloud/compactmode-sidebarfullscreenThomas Müller2015-10-051-1/+1
|\ \ \ | | | | | | | | Make sidebar properly fullscreen in mobile/compact mode
| * | | Make sidebar properly fullscreen in mobile/compact modeVincent Petry2015-10-051-1/+1
| | |/ | |/|
* / | Do not remove linkshare if there is noneRoeland Jago Douma2015-10-052-1/+42
|/ / | | | | | | | | | | | | | | If the password is enforced we can't create a link share right away but just show the password field. Untoggling the link sharing should not try to remove the share. * Added unit test
* | Merge pull request #19539 from owncloud/fix-multiselect-overlap-shorterThomas Müller2015-10-051-25/+43
|\ \ | |/ |/| Fix filelist size issues, breadcrumb, multiselect
| * Fix filelist size issues, breadcrumb, multiselectVincent Petry2015-10-021-25/+43
| | | | | | | | | | | | | | - calculate multiselect header width to exclude scrollbar - call FileList._onResize() when sidebar is toggled ("appresized"), this also updates the breadcrumb width - moved global getScrollBarWidth() to OC.Util namespace
* | [tx-robot] updated from transifexJenkins for ownCloud2015-10-0410-0/+22
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-10-03142-0/+284
| |
* | Merge pull request #19272 from owncloud/mimetypes-enhancedThomas Müller2015-10-022-24/+35
|\ \ | | | | | | Introduce a few new mimetypes for code, fix recursive mimetype aliases
| * | Updated some mimetypesRoeland Jago Douma2015-10-021-0/+1
| | | | | | | | | | | | * c++ and cpp now both map to code
| * | Allow recursive mimetype aliasesRobin McCorkell2015-10-021-1/+1
| | | | | | | | | | | | application/xml -> text/html -> text/code
| * | Introduce a few new mimetypes for codeRobin McCorkell2015-10-021-23/+33
| | |
* | | Focus on share field after first displayVincent Petry2015-10-021-1/+8
|/ /