summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #20082 from owncloud/phil-davis-sharedialogviewspec-typosThomas Müller2015-10-271-4/+3
|\ | | | | sharedialogviewSpec.js couple of text typos
| * sharedialogviewSpec.js couple of text typosPhil Davis2015-10-271-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-bodyThomas Müller2015-10-271-1/+2
|\ \ | |/ |/| Append tipsys to body
| * append tipsys to bodyHendrik Leppelsack2015-10-271-1/+2
| |
* | [IE9] Don't send link share password placeholderVincent Petry2015-10-261-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-completeThomas Müller2015-10-261-1/+1
|\ | | | | Generate author file by license.php build script
| * Update license headersLukas Reschke2015-10-261-1/+1
| |
* | Fix share link focus on clickVincent Petry2015-10-262-2/+26
|/ | | | Clicking on the link share must focus and select it
* Fix for broken ajax/share.php endpointRoeland Jago Douma2015-10-231-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üller2015-10-221-2/+9
| | | | fixes #19950
* Merge pull request #19935 from ↵Thomas Müller2015-10-221-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 menuJoas Schilling2015-10-211-18/+1
| |
* | Merge pull request #19952 from owncloud/share-dialogue-testsThomas Müller2015-10-221-0/+78
|\ \ | | | | | | Add JS tests for share dialog
| * | Fix line lengths in share dialog unit testsTom Needham2015-10-211-2/+8
| | |
| * | Add JS tests for share autocompletion handlingTom Needham2015-10-211-0/+56
| | |
| * | Add test for remote share info tooltopTom Needham2015-10-211-0/+16
| |/
* / Disable app icon preview in apps page for IEVincent Petry2015-10-211-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 occurredVincent Petry2015-10-201-0/+2
|
* Prevent leaving the DB update page while in progressVincent Petry2015-10-201-0/+7
|
* fix filepicker loading spinnerChristoph Wurst2015-10-191-3/+3
|
* Fix spinner positions in share tabVincent Petry2015-10-161-0/+1
| | | | Also fix missing spinner when removing link share
* 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.
* 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 #19645 from owncloud/file-conflict-disablecontinueThomas Müller2015-10-141-0/+11
|\ \ | | | | | | Disable "Continue" button in conflict dialog when no selection
| * | Check .conflicts for checkboxesMorris Jobke2015-10-081-1/+1
| | |
| * | Disable "Continue" button in conflict dialog when no selectionVincent Petry2015-10-081-0/+11
| |/
* | Merge pull request #19699 from owncloud/hutchic-issue-18241-reload-page-linkThomas Müller2015-10-141-1/+1
|\ \ | | | | | | refs #18241 Make the 'please reload this page' a clickable link
| * | refs #18241 Make the 'please reload this page' a clickable linkColin Hutchinson2015-10-101-1/+1
| | |
* | | [update] show default error message if empty messageMorris Jobke2015-10-141-0/+1
|/ /
* / Fix uploading avatar and root certs in IE8Vincent Petry2015-10-091-0/+1
|/
* Merge pull request #19597 from owncloud/update-license-headersThomas Müller2015-10-061-0/+1
|\ | | | | update licence headers via script
| * update licence headers via scriptMorris Jobke2015-10-051-0/+1
| |
* | [admin] check for correct PHP memcached moduleMorris Jobke2015-10-062-6/+46
| |
* | 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
* | | 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
* | 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
|/ /
* | Merge pull request #19523 from owncloud/fix-seconds-agoThomas Müller2015-10-021-0/+4
|\ \ | | | | | | Fix moment.js "a few seconds ago" with "seconds ago"
| * | Fix moment.js "a few seconds ago" with "seconds ago"Morris Jobke2015-10-021-0/+4
| |/ | | | | | | * fixes #18627
* / Make sure the conflict dialog is loaded before adding conflictsVincent Petry2015-10-021-4/+11
|/
* Merge pull request #19454 from owncloud/ie8-madness-returnsThomas Müller2015-09-301-0/+40
|\ | | | | [IE8] Fix file type sizes and popover menus in file list
| * [IE8] Fix filetype icon sizesVincent Petry2015-09-291-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.