Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup sharing leftovers | John Molakvoæ (skjnldsv) | 2019-11-05 | 1 | -72/+0 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Comply to eslint | John Molakvoæ (skjnldsv) | 2019-10-01 | 1 | -17/+17 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Move oc_appconfig/OC.appConfig to the main bundle | Christoph Wurst | 2019-05-06 | 1 | -12/+12 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Change oc_config usage to OC.config | Christoph Wurst | 2019-05-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Remove deprecated and unused legacy ShareConfigModel.areAvatarsEnabled() | Christoph Wurst | 2018-10-09 | 1 | -8/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | allow admin to enforce password on mail shares | Bjoern Schiessle | 2017-04-20 | 1 | -0/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | endorseLinkPassword changed to enableLinkPasswordByDefault | Timo Benk | 2017-04-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | feature endorse password for share links | Timo Benk | 2017-04-03 | 1 | -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 avatars | Morris Jobke | 2017-02-13 | 1 | -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 Schiessle | 2016-11-02 | 1 | -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 Schiessle | 2016-11-01 | 1 | -0/+1 |
| | | | | | | provider is enabled Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Fix some jshint issues in core/js/share* | Roeland Jago Douma | 2016-08-19 | 1 | -1/+1 |
| | |||||
* | Fix js strings if group sharing is disabled | Roeland Jago Douma | 2016-03-22 | 1 | -1/+2 |
| | |||||
* | Fix share default expiration date calculation | Vincent Petry | 2016-01-28 | 1 | -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" option | Joas Schilling | 2016-01-08 | 1 | -0/+7 |
| | |||||
* | Update JS unit tests for share dialog (WIP) | Vincent Petry | 2015-09-16 | 1 | -0/+2 |
| | |||||
* | fix allow upload checkbox appeareance | Arthur Schiwon | 2015-09-16 | 1 | -1/+1 |
| | |||||
* | share and unshare via link (not yet password). also some internal changes to ↵ | Arthur Schiwon | 2015-09-16 | 1 | -7/+16 |
| | | | | reduce unnecessary rendering | ||||
* | now you even can share | Arthur Schiwon | 2015-09-16 | 1 | -7/+1 |
| | |||||
* | display expiration info | Arthur Schiwon | 2015-09-16 | 1 | -15/+3 |
| | |||||
* | show link share | Arthur Schiwon | 2015-09-16 | 1 | -1/+2 |
| | |||||
* | started to implement sharee list view. not completed yet, do not cry please. | Arthur Schiwon | 2015-09-16 | 1 | -0/+7 |
| | |||||
* | move remaining global settings to configModel | Arthur Schiwon | 2015-09-16 | 1 | -0/+28 |
| | |||||
* | further work on reimplementing the dialog layout | Arthur Schiwon | 2015-09-16 | 1 | -0/+54 |