summaryrefslogtreecommitdiffstats
path: root/apps/files/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fix svg icons for public shares and external/shared filesRobin Appelman2014-02-191-3/+3
|
* Show svg mime icons when no preview is availableRobin Appelman2014-02-191-6/+8
|
* use a FileInfo object of the directory when generting the filelistRobin Appelman2014-02-181-22/+0
|
* merge master into storagestatistics-reuseRobin Appelman2014-02-052-2/+13
|\
| * Merge branch 'master' into pr-exceed_upload_limit_msgPellaeon Lin2014-01-301-2/+12
| |\ | | | | | | | | | | | | | | | Conflicts: apps/files/templates/index.php apps/files_sharing/templates/public.php
| | * Added error message for when target folder was removedVincent Petry2014-01-291-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whent trying to upload/rename/create files in a folder that was removed or rename, the correct error message is now shown. In the case of upload of multiple files, the upload is cancelled. This situation can happen if the target folder was renamed or removed from another browser window or client.
| | * Fix warnings in logs when renaming over the web UIVincent Petry2014-01-291-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | The determineIcon() method was expecting attributes to be set which caused warnings about undefined indices in the error log. This fix pre-initializes the array with 'directory' and 'isPreviewAvailable' to make them disappear.
| * | Use $storageInfo['free']Pellaeon Lin2014-01-291-2/+1
| | |
| * | Fix namespacePellaeon Lin2014-01-151-1/+1
| | |
| * | Update #free_space on getstoragestats AJAX callPellaeon Lin2013-12-111-0/+2
| |/
* / Reuse the calculated free_space in buildFileStorageStatisticsRobin Appelman2014-01-271-4/+4
|/
* Fixed directory icon after renameVincent Petry2013-11-281-0/+6
|
* Update file list entry on renameVincent Petry2013-11-271-5/+12
| | | | | | 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.
* Fixed folder icon for home storageVincent Petry2013-11-061-1/+1
| | | | Fixes #5713
* Merge pull request #5582 from owncloud/files-previewcachingThomas Müller2013-11-051-1/+1
|\ | | | | Append file etag to preview URLs
| * Append file etag to preview URLsVincent Petry2013-10-281-1/+1
| | | | | | | | Fixes #5534
* | avoid usage of brand name 'ownCloud'Thomas Müller2013-10-281-1/+1
|/
* adding PHPDoc commentsThomas Müller2013-10-221-0/+7
|
* prevent user from creating or renaming sth. to an existing filenameJörn Friedrich Dreyer2013-10-221-1/+9
| | | | | | | | - 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
* Merge branch 'master' into appframework-masterThomas Müller2013-09-251-5/+5
|\ | | | | | | | | | | Conflicts: apps/files/lib/helper.php apps/files_trashbin/lib/helper.php
| * fix previews in shared foldersGeorg Ehrke2013-09-231-2/+2
| |
| * remove unneccessary lib in namespaceJörn Friedrich Dreyer2013-09-201-3/+3
| |
| * namespaces use upcasefirst partsJörn Friedrich Dreyer2013-09-201-3/+3
| | | | | | | | | | when _ is left in namespace and files are named after their classes the autoloader will also find classes in the lib folder of an app its magic!
* | use \OC::$server->getPreviewManager() instead of \OCP\PreviewThomas Müller2013-09-171-1/+1
|/
* Fixed ajax support to also update the current dir permissionsVincent Petry2013-09-131-0/+22
|
* Ajax calls for "files" and "files_trashbin" appsVincent Petry2013-09-131-0/+65
| | | | | | | | | | | | | Frontend: - The files app list now uses ajax calls to refresh the list. - Added support the browser back button (history API). - Added mask + spinner while loading file list Backend: - Added utility function in core JS for parsing query strings. - Moved file list + breadcrumb template data code to helper functions - Fixed some file paths in trashbin app to be similar to the files app
* added determineIcon to \OCA\files\lib\HelperThomas Müller2013-09-121-0/+29
|
* storage information is path specificThomas Müller2013-08-271-1/+1
|
* Add _many_ newlines at the end of fileskondou2013-08-182-2/+2
|
* if rename of file fails, the rename is undone in the view - #fix 2820Morris Jobke2013-06-151-1/+1
| | | | | | | | Changes: * OC.dialog -> OC.Notification * Added test * Fixed OC.Notification.show() issue for queued items * Highlight failed item and show notification
* [files] add private declaration of $viewMorris Jobke2013-05-141-0/+1
|
* [files] rename lib to "App"Morris Jobke2013-05-121-1/+1
|
* [files] ownCloud typoMorris Jobke2013-05-121-1/+1
|
* [files] remove normalizePath on rename and dependency injectionMorris Jobke2013-05-121-6/+4
|
* [files] fix typosMorris Jobke2013-05-121-5/+5
|
* [files] refactoringMorris Jobke2013-05-121-0/+80
|
* Add further capabilities to /cloud/capabilitites api callTom Needham2013-02-101-0/+24
|
* introducing class OCA/files/lib/Helper with new function to build an array ↵Thomas Mueller2013-01-191-0/+20
with storage stats DRYing the code by using \OCA\files\lib\Helper::buildFileStorageStatistics() now returning used space percent on each ajax call