Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #20082 from owncloud/phil-davis-sharedialogviewspec-typos | Thomas Müller | 2015-10-27 | 1 | -4/+3 |
|\ | | | | | sharedialogviewSpec.js couple of text typos | ||||
| * | sharedialogviewSpec.js couple of text typos | Phil Davis | 2015-10-27 | 1 | -4/+3 |
| | | | | | | I noticed a new typo in https://github.com/owncloud/core/commit/15ef39d5b9655c6c10ea58ffa94b7a80efc6290d and looked for others while I am here. | ||||
* | | Merge pull request #20078 from owncloud/tipsy-body | Thomas Müller | 2015-10-27 | 1 | -1/+2 |
|\ \ | |/ |/| | Append tipsys to body | ||||
| * | append tipsys to body | Hendrik Leppelsack | 2015-10-27 | 1 | -1/+2 |
| | | |||||
* | | [IE9] Don't send link share password placeholder | Vincent Petry | 2015-10-26 | 1 | -7/+12 |
|/ | | | | | | | | | When exiting the password field in the share dialog, IE9 would mistakenly think that the password has changed and would send the placeholder. This fix prevents changing the password whenever the placeholder is set as value. | ||||
* | Merge pull request #20049 from owncloud/make-author-file-complete | Thomas Müller | 2015-10-26 | 1 | -1/+1 |
|\ | | | | | Generate author file by license.php build script | ||||
| * | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -1/+1 |
| | | |||||
* | | Fix share link focus on click | Vincent Petry | 2015-10-26 | 2 | -2/+26 |
|/ | | | | Clicking on the link share must focus and select it | ||||
* | Fix for broken ajax/share.php endpoint | Roeland Jago Douma | 2015-10-23 | 1 | -2/+4 |
| | | | | | Even more code mess :( All tests pass again. But I'm really not happy with this endpoint. | ||||
* | Ensure the password is only hashed in case it's changed on the client - ↵ | Thomas Müller | 2015-10-22 | 1 | -2/+9 |
| | | | | fixes #19950 | ||||
* | 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 |
| |/ | |||||
* / | 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. | ||||
* | 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 |
| | |||||
* | fix filepicker loading spinner | Christoph Wurst | 2015-10-19 | 1 | -3/+3 |
| | |||||
* | Fix spinner positions in share tab | Vincent Petry | 2015-10-16 | 1 | -0/+1 |
| | | | | Also fix missing spinner when removing link share | ||||
* | 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. | ||||
* | 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 #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 |
|/ / | |||||
* / | Fix uploading avatar and root certs in IE8 | Vincent Petry | 2015-10-09 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #19597 from owncloud/update-license-headers | Thomas Müller | 2015-10-06 | 1 | -0/+1 |
|\ | | | | | update licence headers via script | ||||
| * | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+1 |
| | | |||||
* | | [admin] check for correct PHP memcached module | Morris Jobke | 2015-10-06 | 2 | -6/+46 |
| | | |||||
* | | Merge pull request #19553 from owncloud/properly_format_date_shareview | Thomas Müller | 2015-10-05 | 2 | -9/+11 |
|\ \ | | | | | | | Use DD-MM-YYYY consistently in share sidebar | ||||
| * | | Use DD-MM-YYYY consistently in share sidebar | Roeland Jago Douma | 2015-10-04 | 2 | -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 | ||||
* | | | Do not remove linkshare if there is none | Roeland Jago Douma | 2015-10-05 | 2 | -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-shorter | Thomas Müller | 2015-10-05 | 1 | -25/+43 |
|\ \ | |/ |/| | Fix filelist size issues, breadcrumb, multiselect | ||||
| * | Fix filelist size issues, breadcrumb, multiselect | Vincent Petry | 2015-10-02 | 1 | -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 | ||||
* | | Merge pull request #19272 from owncloud/mimetypes-enhanced | Thomas Müller | 2015-10-02 | 2 | -24/+35 |
|\ \ | | | | | | | Introduce a few new mimetypes for code, fix recursive mimetype aliases | ||||
| * | | Updated some mimetypes | Roeland Jago Douma | 2015-10-02 | 1 | -0/+1 |
| | | | | | | | | | | | | * c++ and cpp now both map to code | ||||
| * | | Allow recursive mimetype aliases | Robin McCorkell | 2015-10-02 | 1 | -1/+1 |
| | | | | | | | | | | | | application/xml -> text/html -> text/code | ||||
| * | | Introduce a few new mimetypes for code | Robin McCorkell | 2015-10-02 | 1 | -23/+33 |
| | | | |||||
* | | | Focus on share field after first display | Vincent Petry | 2015-10-02 | 1 | -1/+8 |
|/ / | |||||
* | | Merge pull request #19523 from owncloud/fix-seconds-ago | Thomas Müller | 2015-10-02 | 1 | -0/+4 |
|\ \ | | | | | | | Fix moment.js "a few seconds ago" with "seconds ago" | ||||
| * | | Fix moment.js "a few seconds ago" with "seconds ago" | Morris Jobke | 2015-10-02 | 1 | -0/+4 |
| |/ | | | | | | | * fixes #18627 | ||||
* / | Make sure the conflict dialog is loaded before adding conflicts | Vincent Petry | 2015-10-02 | 1 | -4/+11 |
|/ | |||||
* | Merge pull request #19454 from owncloud/ie8-madness-returns | Thomas Müller | 2015-09-30 | 1 | -0/+40 |
|\ | | | | | [IE8] Fix file type sizes and popover menus in file list | ||||
| * | [IE8] Fix filetype icon sizes | Vincent Petry | 2015-09-29 | 1 | -0/+40 |
| | | | | | | | | | | | | Added hack that uses a "filter" CSS with explicit URL to fix the "New" menu by scaling down icons and also fix the folder/filetype icon in the sidebar by scaling it up. |