| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
* Move lib/ of Files app to PSR-4
* Move tests to PSR-4
|
|
|
|
| |
Opening a permalink that points to a trashed file will now display the
file within the "Deleted Files" section in the files web UI.
|
|
|
|
|
|
|
| |
The following routes will redirect to the files app and display the
matching folder. If the fileid is a file, it will scroll to it.
- http://localhost/owncloud/index.php/f/$fileid
- http://localhost/owncloud/index.php/files/?dir=somedir&fileid=$fileid
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
add checkbox to toggle show/hide hidden files
persist show hidden setting
fix settings menu layout
test ApiController::showHiddenFiles
don't show hidden files by default
Store config in Backbone model and inject it into FileList
Filter files only temporarily when rending the file list
Fix file rename validation
|
| |
|
|
|
|
| |
Returns the shareTypes share status info to the favorites file list.
|
|
|
|
| |
Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
The share permissions are now computed in the View/FileInfo instead of
storing them directly/permanently on the storage
|
|
|
|
| |
This is required by the pdf viewer, since the files app on master uses the AppFramework it had applied the more strict defaults which made it not work on master.
|
|
|
|
|
| |
1. Allows it to use the more secure CSP rules of the AppFramework.
2. Adds some unit tests.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
There is no need to calculate a human readable date on the server side.
We supply the mtime and a client can easily convert that himself if
needed. This is already done most of the time since the date is often
not in the exact right format.
There is also no need to attach icon info. We have that available in
javascript. And else the client should get the right icon based on the
mimetype for its platform.
* Updated tests
|
| |
|
|
|
|
| |
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
|
| |
|
| |
|
|
|
|
|
|
| |
* Only use public interfaces
- Injected IPreview
* Added unit tests
|
|
|
|
| |
This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
|
| |
|
|
This checks if the offset exists before accessing it and also adds unit tests to this function which would have catched this before :see_no_evil:
Fixes https://github.com/owncloud/core/issues/14277
|