summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Collapse)AuthorAgeFilesLines
* remember email when setting expiration dateChristoph Wurst2016-04-211-2/+4
| | | | fixes #22947
* Allow setting can edit permissions on federated shares in webUIRoeland Jago Douma2016-04-201-0/+11
| | | | | | | | Fixes #24032 Since we have a slightly different UI for the federated shares our normal logic fails us. This makes sure to add the correct permissions when it is a federated share.
* Merge pull request #23433 from owncloud/stable82_fix_22128Thomas Müller2016-03-221-2/+15
|\ | | | | Do not show hash if parent is shared by link
| * Do not show hash if parent is shared by linkRoeland Jago Douma2016-03-211-2/+15
| | | | | | | | | | | | | | fixes #22128 Since we store the password in the shared_with field of the database we need to do some extra processing not to show it.
* | Keep share checkboxes togetherVincent Petry2016-03-181-42/+56
|/ | | | | | | | | - removed leading spaces before markup which can affect rendering in some cases - added shareOption CSS class to group and keep share option checkbox + label - moved ".showCruds" arrow into the matching shareOption to keep the arrow together with the checkbox
* Update error text for link passwordsMorris Jobke2016-03-081-0/+2
| | | | | | * this removes the old tooltip first before showing the new one to update the text - otherwise the old text will be shown
* Improved JS L10N bundle merging + testsVincent Petry2016-03-012-3/+9
|
* Allow to overwrite a single language string via the theme folderJoas Schilling2016-02-291-6/+14
|
* Introduce some mimetypes for richdocumentsFaruk Uzun2016-02-081-0/+4
| | | | | | | | | * application/vnd.lotus-wordpro * application/vnd.visio * application/vnd.wordperfect * application/msonenote Backport of #21766
* Make enable_avatars setting more robustMorris Jobke2016-02-011-1/+1
| | | | | * handles the setting in the same way everywhere * fixes #21949
* Check the correct config for displaying the "notify by email" optionJoas Schilling2016-01-112-2/+9
| | | | | Conflicts: core/js/tests/specs/sharedialogshareelistview.js
* Allow specifying a custom reset-password-urlJoas Schilling2015-12-172-4/+9
| | | | | Conflicts: core/js/config.php
* Merge pull request #21024 from owncloud/stable8.2-share-unsharelinkpapercutThomas Müller2015-12-081-3/+5
|\ | | | | [stable8.2] Fix unshare link click element
| * Fix unshare link click elementVincent Petry2015-12-081-3/+5
| | | | | | | | | | | | | | | | | | When clicking on the unshare link (trash icon), the correct link element needs to be used instead of whatever child was clicked. Then, that element might contain a visible loading icon. This fixes the spinner detection and also prevents a full page reload in case the spinner was visible.
* | Fix duplicate bogus share field when link sharing is not allowedVincent Petry2015-12-072-6/+10
|/ | | | | | | | | Whenever link share is not allowed, it was outputting a bogus sharing field which name would conflict with the regular sharing field. This fix makes sure that the bogus sharing field with "Resharing not allowed" message only appears when triggered by removed share permissions.
* Set "ie" CSS class for IE10, IE11Vincent Petry2015-11-101-0/+8
| | | | Fixed border in file action menu
* Use the normal OC.menu JS for handling the Settings menuJoas Schilling2015-11-061-18/+1
|
* Close the user menu when clicking it againJoas Schilling2015-11-062-3/+2
|
* Fix icon update to be more consistentVincent Petry2015-10-293-3/+23
| | | | Makes the details bar show the same icon as in the list.
* [IE9] Don't send link share password placeholderVincent Petry2015-10-281-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 #20091 from owncloud/backport-tipsy-bodyMorris Jobke2015-10-271-1/+2
|\ | | | | Backport: append tipsys to body
| * append tipsys to bodyHendrik Leppelsack2015-10-271-1/+2
| |
* | Disable app icon preview in apps page for IEVincent Petry2015-10-261-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.
* Merge pull request #20052 from owncloud/stable8.2-share-clicklinkfocusThomas Müller2015-10-262-2/+26
|\ | | | | [stable8.2] Fix share link focus on click
| * 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-261-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-261-2/+9
|/ | | | fixes #19950
* Merge pull request #19844 from owncloud/stable8.2-share-fix-spinner-positionMorris Jobke2015-10-201-0/+1
|\ | | | | [stable8.2] Fix spinner positions in share tab
| * Fix spinner positions in share tabVincent Petry2015-10-161-0/+1
| | | | | | | | Also fix missing spinner when removing link share
* | 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.
* | 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
* 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
|/