-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Show default expiration date on public share link creation #48860
Labels
Comments
sowjanyakch
added
0. Needs triage
Pending check for reproducibility or if it fits our roadmap
bug
labels
Oct 23, 2024
More of an enhancement I'd say. |
nfebe
added a commit
that referenced
this issue
Nov 6, 2024
Prevent silent addition of expiration date to shares. Resolves : #48860 Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
nfebe
added a commit
that referenced
this issue
Nov 6, 2024
Prevent silent addition of expiration date to shares. Resolves : #48860 Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
10 tasks
joshtrichards
added
1. to develop
Accepted and waiting to be taken care of
and removed
0. Needs triage
Pending check for reproducibility or if it fits our roadmap
labels
Nov 6, 2024
nfebe
added a commit
that referenced
this issue
Nov 7, 2024
Prevent silent addition of expiration date to shares. Prevent silent addition for password to shares. Both now have a `shareRequiresReview` check Resolves : #48860 Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
nfebe
added a commit
that referenced
this issue
Nov 7, 2024
Prevent silent addition of expiration date to shares. Prevent silent addition for password to shares. Both now have a `shareRequiresReview` check Resolves : #48860 Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
backportbot bot
pushed a commit
that referenced
this issue
Nov 8, 2024
Prevent silent addition of expiration date to shares. Prevent silent addition for password to shares. Both now have a `shareRequiresReview` check Resolves : #48860 Signed-off-by: fenn-cs <fenn25.fn@gmail.com> [skip ci]
backportbot bot
pushed a commit
that referenced
this issue
Nov 8, 2024
Prevent silent addition of expiration date to shares. Prevent silent addition for password to shares. Both now have a `shareRequiresReview` check Resolves : #48860 Signed-off-by: fenn-cs <fenn25.fn@gmail.com> [skip ci]
skjnldsv
pushed a commit
that referenced
this issue
Nov 8, 2024
Prevent silent addition of expiration date to shares. Prevent silent addition for password to shares. Both now have a `shareRequiresReview` check Resolves : #48860 Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
nfebe
added a commit
that referenced
this issue
Nov 8, 2024
Prevent silent addition of expiration date to shares. Prevent silent addition for password to shares. Both now have a `shareRequiresReview` check Resolves : #48860 Signed-off-by: nfebe <fenn25.fn@gmail.com>
nfebe
added a commit
that referenced
this issue
Nov 8, 2024
Prevent silent addition of expiration date to shares. Prevent silent addition for password to shares. Both now have a `shareRequiresReview` check Resolves : #48860 Signed-off-by: nfebe <fenn25.fn@gmail.com>
nfebe
added a commit
that referenced
this issue
Dec 9, 2024
Prevent silent addition of expiration date to shares. Prevent silent addition for password to shares. Both now have a `shareRequiresReview` check Resolves : #48860 Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
nfebe
added a commit
that referenced
this issue
Dec 9, 2024
Prevent silent addition of expiration date to shares. Prevent silent addition for password to shares. Both now have a `shareRequiresReview` check Resolves : #48860 Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug description
A default 7-day expiration is set for shares, but many users don’t notice it when creating shares. This leads to issues when shares expire, especially if the link was shared widely.
Steps to reproduce
Expected behavior
Default expiration date should be shown in the share creation dialog.
Nextcloud Server version
28
Operating system
None
PHP engine version
PHP 8.2
Web server
None
Database engine version
MySQL
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
{
"instanceid": "REMOVED SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
],
"datadirectory": "REMOVED SENSITIVE VALUE",
"overwrite.cli.url": "REMOVED SENSITIVE VALUE",
"dbtype": "mysql",
"version": "28.0.10.2",
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbtableprefix": "oc_",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"logtimezone": "Europe/Berlin",
"loglevel": 2,
"log_authfailip": true,
"log_rotate_size": 104857600,
"installed": true,
"memcache.local": "\OC\Memcache\APCu",
"mail_smtpmode": "smtp",
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_domain": "REMOVED SENSITIVE VALUE",
"mail_smtphost": "REMOVED SENSITIVE VALUE",
"mail_smtpport": "25",
"force_language": "de_DE",
"skeletondirectory": "",
"singleuser": false,
"maintenance": false,
"updatechecker": false,
"trashbin_retention_obligation": "30, 40",
"htaccess.RewriteBase": "/",
"memcache.locking": "\OC\Memcache\Redis",
"redis": {
"host": "REMOVED SENSITIVE VALUE",
"port": 0
},
"updater.release.channel": "enterprise",
"simpleSignUpLink.shown": false,
"sort_groups_by_name": true,
"mail_sendmailmode": "smtp",
"theme": "",
"defaultapp": "files",
"mysql.utf8mb4": true,
"default_phone_region": "DE",
"maintenance_window_start": 2,
"preview_max_memory": 256,
"profile.enabled": false,
"mail_template_class": "OCA\EmailTemplateTLRZ\EMailTemplate",
"default_language": "de_DE",
"memcache.distributed": "\OC\Memcache\Redis",
"htaccess.IgnoreFrontController": true,
"updater.server.url": "REMOVED SENSITIVE VALUE",
"trusted_proxies": "REMOVED SENSITIVE VALUE"
}
List of activated Apps
Enabled:
Disabled:
Nextcloud Signing status
Nextcloud Logs
No response
Additional info
No response
The text was updated successfully, but these errors were encountered: