aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/fileinfomodel.js
Commit message (Collapse)AuthorAgeFilesLines
* chore(files): Remove legacy UI scripts now that everything is migrated to VueFerdinand Thiessen2024-09-201-144/+0
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files_sharing): adjust IAttributes API and files_versionsskjnldsv2024-07-121-1/+1
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-291-8/+4
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Remove copy in file actions when not allowedVincent Petry2022-08-261-1/+12
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Add share attributes + prevent download permissionVincent Petry2022-07-281-0/+9
| | | | | | Makes it possible to store download permission Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Typing correctionsLouis Chemineau2022-01-111-3/+3
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* 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