| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
When a dir has no delete permission, the draggable isn't initialized on
files. This fix makes sure we don't try to destroy a draggable when it
wasn't inited in the first place.
Fixes #6254
|
|
|
|
|
|
|
| |
- Refactored file tr lookup into FileList.findFileEl that uses
filterAttr to avoid escaping issues in jQuery selectors
- Fixed versions and sharing app to properly escape file names in
attributes
|
|
|
|
|
|
|
|
| |
- L10N now converted to string to make them work with json_encode
- Added specific error message when server doesn't allow fopen on URLs
- Fixed client side to correctly show error message in a notification
- Added OCP\JSON::encode() method to encode JSON with support for the
OC_L10N_String values
|
|\
| |
| | |
Fix filellist/rename/summary problem
|
| |
| |
| |
| |
| | |
Fixes #6055
This contribution is MIT licensed!
|
|\ \
| | |
| | | |
Redetect mime type whenever extension is renamed
|
| |/
| |
| |
| |
| |
| | |
Whenever a file is renamed, if the extension changes, the mime type and
preview might change. This fix passes the updated info to the client
that updates it.
|
|/
|
|
|
|
|
|
|
|
|
| |
Whenever a user creates a file or folder in the web UI, the input field
will contain a default file name, pre-selected up to the extension for
easier typing.
The purpose is mostly to prevent users creating text files without an
extension.
Fixes #6045
|
|\
| |
| | |
Deleting all files in trash now only sends a single flag
|
| |
| |
| |
| |
| |
| |
| |
| | |
To prevent having to send the list of all files for deletion, only set a
flag "allfiles". This should make it a bit smoother when deleting 5000+
files.
Also fixes some "empty trash" message issues.
|
| | |
|
| |
| |
| | |
forward port of https://github.com/owncloud/core/commit/847ad6c40b951cbd3d187e3c72cb55dc3acd6951
|
| |
| |
| |
| | |
Fixes #5829
|
|\ \
| |/
|/| |
Selection summary is now displayed properly
|
| |
| |
| |
| | |
Fixes #5775
|
|\ \
| |/
|/| |
Added JS event for when the user changes the directory
|
| |
| |
| |
| |
| | |
This enables apps to detect directory changes which might be caused by
the user using the browser back button.
|
|/
|
|
|
|
|
| |
Fixes #5662
Also made it use OC.Notification instead of directly access the
notification HTML element.
|
| |
|
|\
| |
| | |
Do not count the size of shared folder on total
|
| |
| |
| |
| |
| |
| | |
Changed all array access to dot notation
Split comment in a second line
|
| |
| |
| |
| |
| |
| |
| |
| | |
Previously, the storage statistics were always for the root dir.
This means that the upload button would always show the limit for the
root dir, even when uploading to a shared dir or external storage.
This fix adds a "dir" argument to getstoragestats.php.
|
| |
| |
| |
| |
| |
| | |
After uploading, the quota value wasn't refreshed.
This fix refreshes the quota value after files have been scanned or
uploaded.
|
| |
| |
| |
| | |
requires a user to be logged in
|
|\ \
| | |
| | | |
Append file etag to preview URLs
|
| | | |
|
| |/
| |
| |
| | |
Fixes #5534
|
|\ \
| | |
| | | |
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
|