Vincent Petry
4ddd41ea82
Merge pull request #31972 from nextcloud/enh/noid/file-picker-extra-filter-function
...
Add extra filter for file picker
2022-04-14 20:21:00 +02:00
Vincent Petry
396db12e8e
Merge pull request #31975 from nextcloud/bugfix/31952/fix-mail-link-share-password-expiration-settings
...
Adjust settings for mail link password
2022-04-14 17:51:13 +02:00
Vincent Petry
089b0a643e
Add extra filter for file picker
...
Makes it possible to be more flexible when filtering entries to be
displayed.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-04-14 15:06:56 +00:00
Vincent Petry
0824f440f0
Merge pull request #31886 from nextcloud/bugfix/noid/principal-search-case-insensitive-dn
...
Principal search by display name case insensitive
2022-04-14 15:07:25 +02:00
Vincent Petry
82f1344d33
Adjust settings for mail link password
...
Rename the settings and invert the meaning.
Increase default interval to one hour.
Changed the interval to be a number of seconds, to align with other
setting styles.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-04-14 14:13:47 +02:00
Vincent Petry
3ca797129c
Merge pull request #31839 from nextcloud/feat/metadata-server
...
Add a metadata service to store file metadata
2022-04-14 13:39:31 +02:00
John Molakvoæ
e827e0a140
Merge pull request #17087 from nextcloud/move-to-stale-actions
2022-04-14 12:17:19 +02:00
Carl Schwan
1c7ecfc544
Fix an issue with the search backend update
...
And update autoloader
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-14 12:11:02 +02:00
Louis
8caf927e38
Merge pull request #31971 from nextcloud/Valdnet-patch-1
...
l10n: Remove dot and add a parenthesis
2022-04-14 11:01:22 +02:00
Valdnet
167efe9796
l10n: Change to lowercase
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-04-14 10:15:39 +02:00
Valdnet
2117e72c29
l10n: Remove dot and add a parenthesis
...
Adaptation of the text string to the others. Removing the dot and adding a parenthesis.
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-04-14 09:55:47 +02:00
Nextcloud bot
45a156edd4
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-14 02:28:46 +00:00
Pytal
3ebf7d045a
Merge pull request #31969 from nextcloud/fix/user_migration-use-exceptions
...
Catch avatar export separately for better failure tracing
2022-04-13 10:58:41 -07:00
Christopher Ng
0924271abe
Catch avatar export separately for better failure tracing
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-04-13 17:02:25 +00:00
Vincent Petry
58f5de08df
Merge pull request #31945 from nextcloud/fix/user_migration-use-exceptions
...
Adapt user_migration APIs to have information about failures
2022-04-13 18:55:37 +02:00
Vincent Petry
964bc57eed
Merge pull request #31965 from nextcloud/bugfix/31951/fix-share-by-mail-expiration-reset
...
Properly reset pw expiration
2022-04-13 18:20:58 +02:00
Vincent Petry
78c8e57896
Fix migrators according to exceptions
...
Fixed syntax errors.
Removed if condition for copyToFolder since it's void now.
Change signature of setMigratorVersions to also be void.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-04-13 16:52:40 +02:00
Côme Chilliet
0fd72f4355
Adapt existing migrators to new API
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-04-13 16:52:40 +02:00
Côme Chilliet
a77ffe8593
Adapt user_migration APIs to have information about failures
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-04-13 16:52:39 +02:00
Vincent Petry
2c2b238008
Default to permanent link passwords
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-04-13 16:11:15 +02:00
Vincent Petry
f5c8fa4f11
Properly reset pw expiration
...
When requesting a new password for share by mail link, now we correctly
reset the expiration date.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-04-13 15:46:30 +02:00
Carl Schwan
7817845538
Add a metadata service to store file metadata
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-13 14:06:29 +02:00
Vincent Petry
cd95fce105
Merge pull request #31932 from nextcloud/feat/ignore_second_dn
...
Add settings to ignore second display name in search
2022-04-13 09:52:38 +02:00
blizzz
02e5001646
Merge pull request #31933 from nextcloud/updateCrl
...
update CRL after revocation of socialsharing_telegram.csr
2022-04-13 09:28:15 +02:00
John Molakvoæ
42d24f3051
Add stale action
2022-04-13 09:27:58 +02:00
Joas Schilling
ceefe019a0
Merge pull request #31889 from nextcloud/feature/noid/allow-to-autocomplete-user-and-group-commands
...
Allow to autocomplete user and group ids in commands
2022-04-13 08:02:45 +02:00
Joas Schilling
c233acce14
Merge pull request #31942 from nextcloud/fix/dav-deprecated-warning
...
Fix warning about optional parameter before required one
2022-04-13 07:31:16 +02:00
Nextcloud bot
1ddb7aa457
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-13 02:28:25 +00:00
Simon L
df14579173
Merge pull request #31910 from MSe1969/master
...
Fix accept/reject remote share action #31301
2022-04-12 20:29:49 +02:00
MSe1969
8a6bfcb9b8
Fix accept/reject remote share action
...
This is the fix for the described problem in
https://github.com/nextcloud/server/issues/31301
Signed-off-by: MSe1969 <mse1969@posteo.de>
2022-04-12 19:38:39 +02:00
Pytal
ab84519852
Merge pull request #31937 from nextcloud/Valdnet-patch-1
2022-04-12 10:15:16 -07:00
Louis Chemineau
37f1c8640e
Add settings to ignore second display name in search
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-04-12 17:27:59 +02:00
Côme Chilliet
2049a21348
Fix warning about optional parameter before required one
...
Fixes this warning:
PHP Deprecated: Required parameter $logger follows optional parameter $principalPrefix in /var/www/html/apps/dav/lib/CalDAV/CalendarRoot.php on line 37
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-04-12 14:26:24 +02:00
Côme Chilliet
a3017a437d
Merge pull request #31929 from nextcloud/enh/noid/zip-expose-stat
...
Expose ZIP stat information
2022-04-12 14:17:13 +02:00
Maxence Lange
d70d90702f
Merge pull request #31907 from nextcloud/enh/noid/tag-remote-as-globalscale
...
confirm user is internal to globalscale
2022-04-12 11:10:36 -01:00
Maxence Lange
10eafd70c8
confirm user is internal to globalscale
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2022-04-12 09:11:05 -01:00
Côme Chilliet
95e0723d0c
Fix ZipArchive::addEmptyDir stub
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-04-12 11:18:04 +02:00
Côme Chilliet
139da41bd4
Add stubs for ZipArchive
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-04-12 11:10:04 +02:00
Julius Härtl
ff0ccc80b4
Merge pull request #31934 from nextcloud/getbyid-setup-fallback
...
perform a setup if we can't find any mounts containing a file
2022-04-12 10:31:22 +02:00
Valdnet
13b5118c76
l10n: Remove comma
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-04-12 10:15:10 +02:00
Vincent Petry
483741ff36
Merge pull request #31220 from nextcloud/enhancement/31005/temporary-passwords
...
Temporary passwords for public non-anonymous protected shares (ie: files shared with an email recipient).
2022-04-12 09:46:31 +02:00
Vincent Petry
4626bfbc83
Merge pull request #31927 from nextcloud/feat/dont_match_userid_tests
...
Tweak tests to include shareapi_restrict_user_enumeration_full_match_userid
2022-04-12 09:43:02 +02:00
Nextcloud bot
2c267524fc
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-12 02:27:48 +00:00
Cyrille Bollu
c6a5c07041
Adds a "Request password" button to the public share authentication page for shares
...
of type TYPE_EMAIL, when the "video verification" checkbox isn't checked. Users accessing
non-anonymous public shares (TYPE_EMAIL shares) can now request a temporary password themselves.
- Creates a migration step for the files_sharing app to add the 'password_expiration_time'
attribute to the oc_shares table.
- Makes share temporary passwords' expiration time configurable via a system value.
- Adds a system config value to allow permanent share passwords
-Fixes a typo in a comment in apps/files_sharing/src/components/SharingEntryLink.vue
See https://github.com/nextcloud/server/issues/31005
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2022-04-11 21:58:24 +02:00
Simon L
25384196f1
Merge pull request #31916 from nextcloud/enh/noid/template-picker-size
...
fix size of template picker
2022-04-11 21:10:04 +02:00
Pytal
209a2a6a4b
Merge pull request #31866 from nextcloud/test-avatar-migration
2022-04-11 10:45:40 -07:00
Pytal
49d302d18b
Merge pull request #31931 from nextcloud/contact-popover-hyperlink-issue-2
2022-04-11 10:43:01 -07:00
Robin Appelman
b65d214f15
perform a setup if we can't find any mounts containing a file
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-11 19:15:58 +02:00
Vincent Petry
f5004e8f0c
Expose ZIP stat information
...
Add getStat to OC\Archive\Zip
Required to be able to read the mtime and other metadata.
To give direct access to mtime
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Co-authored-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-04-11 17:49:08 +02:00
Gnana Sekar
7696e3f5c6
Wrap contact search result in a link
...
Signed-off-by: Gnana Sekar <developersekar1992@gmail.com>
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-04-11 17:13:33 +02:00