summaryrefslogtreecommitdiffstats
path: root/core/js/shareconfigmodel.js
Commit message (Collapse)AuthorAgeFilesLines
* allow admin to enforce password on mail sharesBjoern Schiessle2017-04-201-0/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* endorseLinkPassword changed to enableLinkPasswordByDefaultTimo Benk2017-04-031-1/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* feature endorse password for share linksTimo Benk2017-04-031-0/+1
| | | | | | | | works like "enforce password protection", but let the user optionally remove the password protection after the password is set. Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Always enable avatarsMorris Jobke2017-02-131-1/+2
| | | | | | | | | * 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>
* remove 'send mail notification' option from sharing, replaced by ↵Bjoern Schiessle2016-11-021-14/+0
| | | | | | send-by-mail feature Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* always show correct place holder, mention share by mail only if the share ↵Bjoern Schiessle2016-11-011-0/+1
| | | | | | provider is enabled Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Fix some jshint issues in core/js/share*Roeland Jago Douma2016-08-191-1/+1
|
* Fix js strings if group sharing is disabledRoeland Jago Douma2016-03-221-1/+2
|
* Fix share default expiration date calculationVincent Petry2016-01-281-7/+6
| | | | Now using UTC dates with moment js to accurately add the number of days
* Check the correct config for displaying the "notify by email" optionJoas Schilling2016-01-081-0/+7
|
* Update JS unit tests for share dialog (WIP)Vincent Petry2015-09-161-0/+2
|
* fix allow upload checkbox appeareanceArthur Schiwon2015-09-161-1/+1
|
* share and unshare via link (not yet password). also some internal changes to ↵Arthur Schiwon2015-09-161-7/+16
| | | | reduce unnecessary rendering
* now you even can shareArthur Schiwon2015-09-161-7/+1
|
* display expiration infoArthur Schiwon2015-09-161-15/+3
|
* show link shareArthur Schiwon2015-09-161-1/+2
|
* started to implement sharee list view. not completed yet, do not cry please.Arthur Schiwon2015-09-161-0/+7
|
* move remaining global settings to configModelArthur Schiwon2015-09-161-0/+28
|
* further work on reimplementing the dialog layoutArthur Schiwon2015-09-161-0/+54