John Molakvoæ
9ea72b1010
Migrating themes to Theming app
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
4 years ago
John Molakvoæ
69d1d1a84e
Write body theme selector straight in the template
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
4 years ago
John Molakvoæ
fa18a77fa2
Fix twofactor loading and public image
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
4 years ago
John Molakvoæ (skjnldsv)
a1aaaaa0c8
Update and fix theming images
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
4 years ago
Joas Schilling
b3cf312edc
Start theming providers
Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years ago
Nextcloud bot
12ed5c9ff3
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years ago
Christopher Ng
522cc891c7
Fix warning
Signed-off-by: Christopher Ng <chrng8@gmail.com>
4 years ago
Christopher Ng
e7f293ba63
Update naming of address book exports
Signed-off-by: Christopher Ng <chrng8@gmail.com>
4 years ago
Christopher Ng
e670f692cc
Fix export of shared calendars
Signed-off-by: Christopher Ng <chrng8@gmail.com>
4 years ago
Nextcloud bot
1ea252fad5
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years ago
Nextcloud bot
13dbad0080
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years ago
Nextcloud bot
84b91a1737
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years ago
Nextcloud bot
6fa62e9266
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years ago
Nextcloud bot
42fa300122
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years ago
Nextcloud bot
6dd13ba827
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years ago
Joas Schilling
bd6182b791
Master is now 25
Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years ago
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>
4 years ago
Carl Schwan
1c7ecfc544
Fix an issue with the search backend update
And update autoloader
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
4 years ago
Valdnet
167efe9796
l10n: Change to lowercase
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
4 years ago
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>
4 years ago
Nextcloud bot
45a156edd4
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years ago
Christopher Ng
0924271abe
Catch avatar export separately for better failure tracing
Signed-off-by: Christopher Ng <chrng8@gmail.com>
4 years ago
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>
4 years ago
Côme Chilliet
0fd72f4355
Adapt existing migrators to new API
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
4 years ago
Vincent Petry
2c2b238008
Default to permanent link passwords
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
4 years ago
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>
4 years ago
Carl Schwan
7817845538
Add a metadata service to store file metadata
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
4 years ago
Nextcloud bot
1ddb7aa457
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years ago
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>
4 years ago
Louis Chemineau
37f1c8640e
Add settings to ignore second display name in search
Signed-off-by: Louis Chemineau <louis@chmn.me>
4 years ago
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>
4 years ago
Valdnet
13b5118c76
l10n: Remove comma
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
4 years ago
Nextcloud bot
2c267524fc
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years ago
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>
4 years ago
Côme Chilliet
eed6330b92
Adapt AccountMigratorTest to id change
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
4 years ago
Côme Chilliet
dda51d49d7
Use Migrators id instead of class names
This will help with UI and means migrators can move in namespaces
without changing export format.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
4 years ago
Louis Chemineau
a1ff0f368d
Tweak tests to include shareapi_restrict_user_enumeration_full_match_userid
Signed-off-by: Louis Chemineau <louis@chmn.me>
4 years ago
Nextcloud bot
036ef0da91
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years ago
Nextcloud bot
f90030ea43
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years ago
szaimen
1202ef1a70
fix size of template picker
Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
4 years ago
Nextcloud bot
6f9d726ccf
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years ago
Andy Xheli
64f75edd99
Fix LDAP Dark Theme Issue
Signed-off-by: Andy Xheli axheli@axtsolutions.com
4 years ago
Christopher Ng
e08b8c47a2
Extend calendar migrator
Signed-off-by: Christopher Ng <chrng8@gmail.com>
4 years ago
Christopher Ng
d8eaae8217
Extend contacts migrator
Signed-off-by: Christopher Ng <chrng8@gmail.com>
4 years ago
Christopher Ng
4750f232eb
Extend trashbin migrator
Signed-off-by: Christopher Ng <chrng8@gmail.com>
4 years ago
Christopher Ng
087b75217e
Extend account migrator
Signed-off-by: Christopher Ng <chrng8@gmail.com>
4 years ago
Christopher Ng
8e7372df44
Add comment explaining avatar basename
Signed-off-by: Christopher Ng <chrng8@gmail.com>
4 years ago
Christopher Ng
6e62c3ddc5
Remove unnecessary array_diff
Signed-off-by: Christopher Ng <chrng8@gmail.com>
4 years ago
Joas Schilling
b9949126ed
Fix case also when the table existed already
Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years ago
Vincent Petry
1bac5e2cbe
Principal search by display name case insensitive
Adjust principal search to be case insensitive even with exact match.
This aligns the behavior to how the search also works in
Collaborators/UserPlugin
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
4 years ago