| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
#6051 [ux][files] Move File Spinner
|
| |
| |
| |
| | |
As per @kabum request, indention on line 694 has been fixed.
|
| |
| |
| |
| |
| |
| | |
Added spinner to file icon when moving to new folder or out of folder.
Commit is related to #6051
|
|\ \
| | |
| | | |
Fix public upload progress bar
|
| | |
| | |
| | | |
Changed jQuery selector for public preview to public_upload to correctly show preview
|
|\ \ \
| | | |
| | | | |
Fix 6730
|
| | | | |
|
| |/ / |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | | |
|