summaryrefslogtreecommitdiffstats
path: root/apps/files/js/fileinfomodel.js
Commit message (Collapse)AuthorAgeFilesLines
* added quit option in commentstabview.jsnoveens2017-03-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added quit option in notif in app.js added quit option in notif in file-upload.js added quit option in notif in fileinfomodel.js added quit option in notif in filelist.js added quit option in notif in filelist.js added quit option in notif in tagsplugin.js added quit option in notif in statusmanager.js added quit option in notif in external.js added quit option in notif in versionstabview.js added quit option in notif in notification.js changes according to the latest review. timeout removed since there is a button to close it translation capability added typo fixed test files updated small errors fixed Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fixed size issues on main detail view and disappearing of share recipients ↵Michael Jobst2016-12-231-2/+45
| | | | | | | | | | | | | | | | | | (#26603) * fixed size issues on main detail view and disappearing of share recipients * Changes due to code comments * Moved reloadProperties() to FileInfoModel * Solved Scrutinizer issues * Bugfix: undefined value used on error * check if options are set for FileInfoModel.initialize() Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* recognize eps, psd and illustrator as imageRobin Appelman2015-09-151-1/+7
|
* Fix sidebar thumbnail loading JS unit testsVincent Petry2015-09-031-7/+6
|
* fallback for isimageRobin Appelman2015-09-021-1/+1
|
* larger preview for images in the sidebarRobin Appelman2015-09-021-0/+9
|
* Introduce FileInfoModelVincent Petry2015-08-121-0/+71
FileInfoModel is a backbone model that will make it possible to track changes and update views accordingly