Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #19935 from ↵ | Thomas Müller | 2015-10-22 | 1 | -18/+1 |
|\ | | | | | | | | | owncloud/issue-19916-settings-menu-hide-on-file-action Use the normal OC.menu JS for handling the Settings menu | ||||
| * | Use the normal OC.menu JS for handling the Settings menu | Joas Schilling | 2015-10-21 | 1 | -18/+1 |
| | | |||||
* | | Merge pull request #19952 from owncloud/share-dialogue-tests | Thomas Müller | 2015-10-22 | 1 | -0/+78 |
|\ \ | | | | | | | Add JS tests for share dialog | ||||
| * | | Fix line lengths in share dialog unit tests | Tom Needham | 2015-10-21 | 1 | -2/+8 |
| | | | |||||
| * | | Add JS tests for share autocompletion handling | Tom Needham | 2015-10-21 | 1 | -0/+56 |
| | | | |||||
| * | | Add test for remote share info tooltop | Tom Needham | 2015-10-21 | 1 | -0/+16 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-22 | 78 | -78/+14 |
| | | | |||||
* | | | Merge pull request #19918 from owncloud/send-begin-message | Thomas Müller | 2015-10-21 | 2 | -0/+24 |
|\ \ \ | | | | | | | | | Update: state which step we are going to start and warn if it might b… | ||||
| * | | | Update: state which step we are going to start and warn if it might be slow | Joas Schilling | 2015-10-21 | 2 | -0/+24 |
| |/ / | |||||
* | | | Merge pull request #19936 from owncloud/DeepDiver1975-patch-1 | Thomas Müller | 2015-10-21 | 1 | -1/+0 |
|\ \ \ | | | | | | | | | Remove the core version from shipped.json | ||||
| * | | | Remove the core version from shipped.json | Thomas Müller | 2015-10-21 | 1 | -1/+0 |
| | |/ | |/| | |||||
* | | | Merge pull request #19923 from ↵ | Thomas Müller | 2015-10-21 | 1 | -0/+9 |
|\ \ \ | |/ / |/| | | | | | | | | owncloud/apps-donotdisplaybrokenappiconininternetexplorer Disable app icon preview in apps page for IE | ||||
| * | | Disable app icon preview in apps page for IE | Vincent Petry | 2015-10-21 | 1 | -0/+9 |
| |/ | | | | | | | | | | | | | | | | | | | All IE versions are not able to properly upscale SVG icons unless the said SVG files contain a "viewBox" attribute, which is not always the case. Also we cannot guarantee that all third party apps will have this attribute in their icons. So for now, app icons will not be displayed in IE instead of broken ones. | ||||
* / | Update - Only add one section for disabled apps | Joas Schilling | 2015-10-21 | 1 | -6/+9 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-21 | 6 | -34/+44 |
| | |||||
* | Allow leaving update page when errors occurred | Vincent Petry | 2015-10-20 | 1 | -0/+2 |
| | |||||
* | Prevent leaving the DB update page while in progress | Vincent Petry | 2015-10-20 | 1 | -0/+7 |
| | |||||
* | Merge pull request #19878 from owncloud/fix-filepicker-loading-spinner | Thomas Müller | 2015-10-20 | 2 | -4/+4 |
|\ | | | | | fix filepicker loading spinner | ||||
| * | fix filepicker loading spinner | Christoph Wurst | 2015-10-19 | 2 | -4/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-20 | 4 | -0/+6 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-19 | 4 | -310/+430 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-18 | 8 | -10/+34 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-17 | 4 | -0/+10 |
| | |||||
* | Merge pull request #19836 from owncloud/share-fix-spinner-position | Thomas Müller | 2015-10-16 | 1 | -0/+1 |
|\ | | | | | Fix spinner positions in share tab | ||||
| * | Fix spinner positions in share tab | Vincent Petry | 2015-10-16 | 1 | -0/+1 |
| | | | | | | | | Also fix missing spinner when removing link share | ||||
* | | Consolidate webdav code - move all to one app | Thomas Müller | 2015-10-16 | 1 | -0/+1 |
|/ | |||||
* | Fix DOM element ids in share dialog | Vincent Petry | 2015-10-16 | 5 | -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 transifex | Jenkins for ownCloud | 2015-10-16 | 10 | -0/+48 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-15 | 6 | -0/+6 |
| | |||||
* | Merge pull request #19625 from owncloud/passwordchange-hidestrengthify | Thomas Müller | 2015-10-14 | 1 | -1/+1 |
|\ | | | | | Properly hide strengthify after password change | ||||
| * | Properly hide strengthify after password change | Vincent Petry | 2015-10-07 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #19630 from owncloud/fix-ie-pain | Thomas Müller | 2015-10-14 | 2 | -1/+13 |
|\ \ | | | | | | | Fix more IE issues | ||||
| * | | [IE8] Fix button background color | Vincent Petry | 2015-10-07 | 1 | -0/+6 |
| | | | | | | | | | | | | IE8 doesn't support rgba... | ||||
| * | | [IE9] Set explicit height to file actions menu icon | Vincent Petry | 2015-10-07 | 1 | -0/+1 |
| | | | | | | | | | | | | IE9 flattened the icons, so give it an explicit height. | ||||
| * | | [IE] Add border to dropdown menus | Vincent Petry | 2015-10-07 | 1 | -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-emailsenterror | Thomas Müller | 2015-10-14 | 4 | -13/+185 |
|\ \ | | | | | | | Fix share email sending feedback | ||||
| * | | Add unit tests for sending e-mail for link shares | Roeland Jago Douma | 2015-10-08 | 2 | -10/+170 |
| | | | |||||
| * | | Fix share email sending feedback | Vincent Petry | 2015-10-08 | 2 | -3/+15 |
| | | | | | | | | | | | | Redisplay email address after failure | ||||
* | | | Merge pull request #19714 from owncloud/trash-deletesectionposition-2 | Thomas Müller | 2015-10-14 | 1 | -1/+0 |
|\ \ \ | | | | | | | | | Revert "Revert "Move trashbin specific CSS that modifies sidebar"" | ||||
| * | | | Revert "Revert "Move trashbin specific CSS that modifies sidebar"" | Thomas Müller | 2015-10-12 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | This reverts commit 0738ddfb768c541e8a6b112fb2cd12d15676a0ab. | ||||
* | | | | Merge pull request #19645 from owncloud/file-conflict-disablecontinue | Thomas Müller | 2015-10-14 | 1 | -0/+11 |
|\ \ \ \ | | | | | | | | | | | Disable "Continue" button in conflict dialog when no selection | ||||
| * | | | | Check .conflicts for checkboxes | Morris Jobke | 2015-10-08 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Disable "Continue" button in conflict dialog when no selection | Vincent Petry | 2015-10-08 | 1 | -0/+11 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #19699 from owncloud/hutchic-issue-18241-reload-page-link | Thomas Müller | 2015-10-14 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | refs #18241 Make the 'please reload this page' a clickable link | ||||
| * | | | | refs #18241 Make the 'please reload this page' a clickable link | Colin Hutchinson | 2015-10-10 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | [update] show default error message if empty message | Morris Jobke | 2015-10-14 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-14 | 2 | -0/+18 |
| | | | | | |||||
* | | | | | Do not print exception message | Lukas Reschke | 2015-10-13 | 2 | -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üller | 2015-10-13 | 2 | -6/+10 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/silently-fail-app-upgrade-exceptions-master Silently fail app upgrade exceptions | ||||
| * | | | | | Always pass in ILogger | Thomas Müller | 2015-10-09 | 2 | -6/+10 |
| | | | | | |