summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/js
Commit message (Collapse)AuthorAgeFilesLines
* fix 'add to your nextcloud' input field, this is not an email addressBjoern Schiessle2017-06-131-1/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* some small refactoring and reformatingArtur Neumann2017-04-271-6/+16
| | | Signed-off-by: Artur Neumann <info@individual-it.net>
* use jqXHR.fail() to check for failuresArtur Neumann2017-04-271-10/+9
| | | Signed-off-by: Artur Neumann <info@individual-it.net>
* Fix share indicator handlingVincent Petry2017-04-261-7/+10
| | | | | Properly update the fileInfoModel with the updated share types, which also updates the file list row indicator properly
* Merge pull request #4212 from individual-it/masterJoas Schilling2017-04-201-38/+50
|\ | | | | validate file name before uploading in upload only folder
| * refactor to make it easier to testArtur Neumann2017-04-181-45/+50
| | | | | | Signed-off-by: Artur Neumann <info@individual-it.net>
| * validate file name before uploading in upload only folderArtur Neumann2017-04-051-1/+8
| | | | | | | | | | fixes #4211 Signed-off-by: Artur Neumann <info@individual-it.net>
* | Fix AdBlock blocking share icon, ref #866Jan-Christoph Borchardt2017-04-123-8/+7
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | share api expanded by tags (#26583)Michael Jobst2017-04-111-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * share api expanded by tags * Modified files_sharing JS Unit tests * modified tests. renamed request parameter. refactoring * Update Share20OCS.php Added missing function description * Update Helper.php Added missing function description * Update Helper.php implicit boolean conversion to !empty() * Update Share20OCSTest.php Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Do reload shared viewsRoeland Jago Douma2017-04-111-0/+6
|/ | | | | | | | | | Fixes #4248 The magic introduced in #3686 caused the shared views not to be updated properly. Thus we just overwrite the _onUrlChange method in the sharedfilelist. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Combine additional files_sharing scriptsRoeland Jago Douma2017-03-241-0/+5
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* shares-circlesMaxence Lange2017-03-171-0/+2
| | | Signed-off-by: Maxence Lange <maxence@nextcloud.com>
* Always enable avatarsMorris Jobke2017-02-131-1/+1
| | | | | | | | | * we introduced this setting in the begining because our avatar support caused some performance issues, but we fixed them and should only provide one way how Nextcloud looks Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fixed sharing jsJohn Molakvoæ (skjnldsv)2017-01-221-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fixed size issues on main detail view and disappearing of share recipients ↵Michael Jobst2016-12-231-8/+20
| | | | | | | | | | | | | | | | | | (#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>
* Display link share icon when toggling shareRoeland Jago Douma2016-11-301-1/+10
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add an icon when the file is shared by mailJoas Schilling2016-11-301-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fixes files_drop when avatars are disabledRoeland Jago Douma2016-11-131-1/+1
| | | | | | Fixes: #2080 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* fix share icon position and remove debug logChristoph Wurst2016-11-081-1/+0
|
* Show link icon when shared by linkRoeland Jago Douma2016-11-071-13/+12
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Actually update the stateRoeland Jago Douma2016-11-071-1/+19
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* detail fixes for share current folderJan-Christoph Borchardt2016-11-071-2/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Listen to sharetab changesRoeland Jago Douma2016-11-072-1/+12
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* update breadcrumb view whenever the share information on the directory info ↵Christoph Wurst2016-11-071-2/+10
| | | | | | model changes Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* the root folder must not be sharedChristoph Wurst2016-11-071-6/+11
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* visually reflect sharing state of current folderChristoph Wurst2016-11-071-5/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* refactor share permission logic into own method to reuse it for the share tabChristoph Wurst2016-11-072-13/+26
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* let users share the curren folderChristoph Wurst2016-11-071-0/+12
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* show whether the current folder was shared or notChristoph Wurst2016-11-072-0/+59
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fixed disappearing of share info in file viewMichael Jobst2016-11-041-1/+6
|
* Fix public files_drop pageRoeland Jago Douma2016-10-241-15/+9
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make files_drop workRoeland Jago Douma2016-10-241-7/+33
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use Webdav PUT for uploads in the web browserVincent Petry2016-10-241-13/+30
| | | | | | | | | | | | | | - uses PUT method with jquery.fileupload for regular and public file lists - for IE and browsers that don't support it, use POST with iframe transport - implemented Sabre plugin to handle iframe transport and redirect the embedded PUT request to the proper handler - added RFC5995 POST to file collection with "add-member" property to make it possible to auto-rename conflicting file names - remove obsolete ajax/upload.php and obsolete ajax routes Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Display "Share" alt text for share action icon (#26158)Vincent Petry2016-09-261-0/+1
| | | | | | Downstreaming of https://github.com/owncloud/core/pull/26158 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* rename SaveToNextcloudController to MountPublicLinkControllerBjoern Schiessle2016-07-141-5/+5
|
* adjust copyright noticesBjoern Schiessle2016-07-141-0/+1
|
* move some stuff over to the federatedfilesharing appBjoern Schiessle2016-07-142-167/+1
|
* s/ownCloud/NextcloudBjoern Schiessle2016-07-142-6/+5
|
* continue to accept the URL of the remote server instead of the federated ↵Bjoern Schiessle2016-07-142-19/+73
| | | | cloud id
* replace 'ownCloud' with 'Nextcloud'Bjoern Schiessle2016-07-141-1/+1
|
* create a real federated share if a user add a public link to his ownCloudBjörn Schießle2016-07-141-41/+32
| | | | this way the owner sees all mounted public links and control them individually
* Change occurence of ownCloud (#352)Morris Jobke2016-07-111-3/+2
|
* hint global handlebarsRobin Appelman2016-07-081-0/+2
|
* Simplify test code and don't show anything if no date is setMorris Jobke2016-07-071-1/+1
|
* Update header during update callbackMorris Jobke2016-07-071-5/+5
|
* Not set expiration date is represented as 0Morris Jobke2016-07-071-1/+4
|
* add "Never" if expiration date is not setMorris Jobke2016-07-071-2/+3
|
* Add expiration date to share by link viewMorris Jobke2016-07-071-0/+38
|
* smaller files drop fixesArthur Schiwon2016-06-111-2/+31
| | | | | | * fix infinite spinner on blacklisted files * move HTML to template * indentation
* Add text about uploaded filesLukas Reschke2016-06-101-1/+12
|