| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Corretly hide "no permissions" message in controls in viewer mode
|
| |
| |
| |
| | |
Fixes #5622
|
| |
| |
| | |
closest will search up the tree
|
|/
|
|
| |
forward port of https://github.com/owncloud/core/pull/5647#discussion-diff-7341163
trust me, I know what I'm doing
|
|\
| |
| | |
Fixed summary visibility check
|
| |
| |
| |
| |
| | |
Now using the integer values to check whether to show the summary parts
instead of trying to parse the html code.
|
|/
|
|
|
|
|
| |
Firefox sends a click event on the document when right clicking which
makes pasting with right click into the field impossible.
Fixes #5498
|
|
|
|
| |
Some apps like the antivirus app return messages in a non-array format.
|
|\
| |
| |
| |
| |
| |
| | |
prevent_user_from_creating_or_renaming_to_an_existing_filename
Conflicts:
apps/files/js/filelist.js
|
| |\
| | |
| | | |
Hide files list header, when theres no files to see
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
deletion
|
| | | |
|
| |\ \
| | | |
| | | | |
Fixed ugly white space while loading file thumbnail
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Preview images are now pre-loaded before being set on the file element.
This fixes #5135 and prevents a white space to be displayed while the
thumbnails is being loaded.
|
| | | | |
|
|\| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
prevent_user_from_creating_or_renaming_to_an_existing_filename
Conflicts:
apps/files/js/filelist.js
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Some files app embed themselves under the controls (like the text
editor). The new method FileList.setViewerMode() makes it possible to
properly show/hide the control buttons using the correct permissions.
Apps using this approach must call setViewerMode(true) when starting and
setViewerMode(false) upon closing to restore the controls.
This is needed for #5284
|
| | | |
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
- show tooltip when violating naming constraints while typing
- when target filename exists on server fallback to dialog to interrupt the users flow because something unexpected went wrong
- fixes #5062
- also fixes some whitespace and codestyle issues in files js
- uses css selector over filterAttr in touched js files
|
| |
| |
| |
| | |
confusions with the same function in files.js
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Creating new files, folders or uploading files now have their sharing
icon updated accordingly.
For this, the global share status list that is cached in
OC.Share.statuses is reused for new files.
Performance should improve as the sharing list is now only loaded once
per navigation session.
In OC.Share, split loadIcons into loadIcons + updateIcons.
Fixes #4977
|
|\ \
| | |
| | | |
Fixed conflict dialog in IE8
|
| | |
| | |
| | |
| | |
| | | |
- Fixed JS error that prevent the conflict dialog to open #5060
- Fixed JS error that prevented the overwrite case to run
|
|\ \ \
| | | |
| | | | |
Fixed drag and drop to subfolder and breadcrumb
|
| | | | |
|
| | |/
| |/|
| | |
| | | |
Fixes #5351
|
|/ /
| |
| |
| |
| |
| | |
Ajax loading is not supported yet for public files view.
This fix disabled the history API, ajax loading and ajax directory
switch in public mode until it is implemented properly.
|
|\ \
| | |
| | | |
[OC6] file upload exception handling
|
| | | |
|
| |/
|/|
| |
| |
| |
| |
| |
| | |
The file actions must explicitly be updated by calling
FileActions.display() on the file element after creating or uploading a
file.
Fixes #4971 and #4993
|
|\ \
| | |
| | | |
Do not call changeDirectory() when no dir set on breadcrumb
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Some apps like the files_trashbin app do not set a directory on its
"home" breadcrumb link.
This fix makes sure that the click event doesn't do anything in that
case and lets the browser open the link.
This fixes the "home" icon in the trashbin app which now correctly
reopens the files app.
|
|\ \
| | |
| | | |
File conflicts dialog fixes
|
| | | |
|
| | |
| | |
| | |
| | | |
placeholder
|
| |/ |
|
|/
|
|
|
|
|
| |
Now correctly reinitializing the breadcrumb drop zone after ajax
navigation.
This also fixes dropping onto the "files" app icon.
|
|\
| |
| | |
Replace plus sign with space in files app URL #4932
|
| |
| |
| |
| |
| |
| |
| |
| | |
Some apps create URLs to the files app and encode the spaces of a
directory using plus signs.
This fix ensures that plus signs are properly converted back to spaces
when parsing the URL on the JS side.
|
| |
| |
| |
| |
| |
| | |
The message for invalid private key was too long and didn't fit in the
notification box. This fix reduces the message to fit properly by
removing the extra information.
|
|\ \ |
|
| |/ |
|
|\|
| |
| |
| |
| | |
Conflicts:
settings/ajax/changepassword.php
|
| |\
| | |
| | |
| | |
| | | |
Conflicts:
apps/files/js/filelist.js
|
| | |\
| | | |
| | | | |
File permissions are part of the ajax response of file upload
|
| | | |\ |
|
| | | | | |
|