| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
fixes #22947
|
|
|
|
|
|
|
|
| |
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.
|
|\
| |
| | |
Do not show hash if parent is shared by link
|
| |
| |
| |
| |
| |
| |
| | |
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.
|
|/
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
| |
* this removes the old tooltip first before showing
the new one to update the text - otherwise the old
text will be shown
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* application/vnd.lotus-wordpro
* application/vnd.visio
* application/vnd.wordperfect
* application/msonenote
Backport of #21766
|
|
|
|
|
| |
* handles the setting in the same way everywhere
* fixes #21949
|
|
|
|
|
| |
Conflicts:
core/js/tests/specs/sharedialogshareelistview.js
|
|
|
|
|
| |
Conflicts:
core/js/config.php
|
|\
| |
| | |
[stable8.2] Fix unshare link click element
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|/
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Fixed border in file action menu
|
| |
|
| |
|
|
|
|
| |
Makes the details bar show the same icon as in the list.
|
|
|
|
|
|
|
|
|
| |
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.
|
|\
| |
| | |
Backport: append tipsys to body
|
| | |
|
|/
|
|
|
|
|
|
|
|
| |
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.
|
|\
| |
| | |
[stable8.2] Fix share link focus on click
|
| |
| |
| |
| | |
Clicking on the link share must focus and select it
|
| |
| |
| |
| |
| | |
Even more code mess :(
All tests pass again. But I'm really not happy with this endpoint.
|
|/
|
|
| |
fixes #19950
|
|\
| |
| | |
[stable8.2] Fix spinner positions in share tab
|
| |
| |
| |
| | |
Also fix missing spinner when removing link share
|
|\ \
| | |
| | | |
[stable8.2] Fix DOM element ids in share dialog
|
| |/
| |
| |
| |
| |
| |
| |
| | |
- 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.
|
| | |
|
|/
|
|
| |
Redisplay email address after failure
|
| |
|
|\
| |
| | |
update licence headers via script
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Use DD-MM-YYYY consistently in share sidebar
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| |/
|/|
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| |/
|/| |
Fix filelist size issues, breadcrumb, multiselect
|
| |
| |
| |
| |
| |
| |
| | |
- 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
|
|\ \
| | |
| | | |
Introduce a few new mimetypes for code, fix recursive mimetype aliases
|
| | |
| | |
| | |
| | | |
* c++ and cpp now both map to code
|
| | |
| | |
| | |
| | | |
application/xml -> text/html -> text/code
|
| | | |
|
|/ / |
|
|\ \
| | |
| | | |
Fix moment.js "a few seconds ago" with "seconds ago"
|
| |/
| |
| |
| | |
* fixes #18627
|
|/ |
|