Christopher Ng
4c111845e8
Fix default phone region validation
Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years ago
Joas Schilling
b4a29644cc
Add a const for the max user password length
Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years ago
Bennet Becker
c8bde160cd
fix missing class in NewUserMailHelper and static code analysis errors
Signed-off-by: Bennet Becker <dev@bennet.cc>
3 years ago
Bennet Becker
5a1cc8de9b
update usages of AutoSubmittedValue to AutoSubmitted::VALUE_
Signed-off-by: Bennet Becker <dev@bennet.cc>
3 years ago
Julien Veyssier
64925eca58
avoid using the word 'password' in the APP_TOKEN_CREATED activity
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
3 years ago
Bennet Becker
7a9f4fbbbe
Setting Auto-Submitted header for calendar events and new user mail
Signed-off-by: Bennet Becker <bbecker@pks.mpg.de>
3 years ago
Carl Schwan
7f44a66296
Fix case sensitivity of email when saving settings
Otherwise we detect a email change all the time and since email are
immutable in ldap this prevent updating other fields.
Related: https://github.com/nextcloud/server/pull/33813
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
3 years ago
Thomas Citharel
0cc50aff49
Add section-id and section-type data attributes to settings <li> navigation items
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
3 years ago
Côme Chilliet
d9151ff35c
Get rid of all useless calls to setParsedSubject now that setRichSubject is able to do it
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
3 years ago
julia.kirschenheuter
3559334fec
Help pages: set window title for sidebar sections
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
3 years ago
Carl Schwan
d1209d8302
Rename mastodon to fediverse
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
3 years ago
Carl Schwan
86d9626901
Add mastodon personal info field
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
3 years ago
Christoph Wurst
75a1721d7d
Deprecate PHP7.4
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years ago
szaimen
f9e9cd270d
Limit-number-of-concurrent-preview-generations
Signed-off-by: Bowen Ding <dbw9580@live.com>
Signed-off-by: szaimen <szaimen@e.mail.de>
3 years ago
Joas Schilling
e096ca7d01
Fix invalid date in security.txt
Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years ago
Christopher Ng
531bb62223
Fix disabled federated scope
Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years ago
Thomas Citharel
8b13f6d475
Add Calendar settings section
In replacement of the removed Groupware settings section in https://github.com/nextcloud/server/pull/34626
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
3 years ago
Thomas Citharel
3eab7ca3d4
Extract $ignoreMaxApps from array_map callback in AppSettingsController
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
3 years ago
Roeland Jago Douma
58a70fe098
Add .well-known/changepassword handler
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years ago
Christoph Wurst
0799b8988b
Rename personal Groupware settings section to "Availability"
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years ago
Julien Veyssier
08a77315b4
check disable_activity.email_address_changed_by_admin when email is changed by admin via the OCS API
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
3 years ago
Joas Schilling
46070cf7b9
Update security.txt expires field
Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years ago
Michael Kuhn
9a205bdc84
Fix hasBigIntConversionPendingColumns missing files_trash
The two tables seem to have gone out of sync, causing the web interface
to miss `files_trash.auto_id` not being a bigint.
Signed-off-by: Michael Kuhn <github@ikkoku.de>
3 years ago
acsfer
4207b80141
Harden some PHP functions
To avoid things like https://github.com/nextcloud/server/issues/26034
Signed-off-by: Louis Chemineau <louis@chmn.me>
4 years ago
Christopher Ng
f922b2fd70
Remake locale saving with Vue
Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years ago
Christopher Ng
8eb46c995e
Remake group and quota details section with Vue
Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years ago
Vincent Petry
da01494a37
Add accessibility entry in user menu
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
3 years ago
timm2k
0c407b58db
Update CheckSetupController.php
file_metadata.id needs to be bigint(20).
Signed-off-by: timm2k <timm2k@gmx.de>
3 years ago
Joas Schilling
7d6d65600e
Fix twofactor provider icons in dark mode
Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years ago
Valdnet
d9399e1246
l10n: Spelling unification
Spelling unification in Transifex.
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
l10n: Change to administration
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
l10n: Spelling unification
Spelling unification in Transifex.
Match the menu name to the header name of the settings page.
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
3 years ago
Christopher Ng
f44d2586b1
Remake profile picture saving with Vue
Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years ago
Christopher Ng
98bc98ac98
Add profile config migration
Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years ago
Carl Schwan
60c42914d8
Port password settings to vue
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
3 years ago
szaimen
955b6bb82e
add a way to open the admin settings overview directly
Signed-off-by: szaimen <szaimen@e.mail.de>
4 years ago
Christopher Ng
d7821f8474
Remake phone number property saving with Vue
Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years ago
Christopher Ng
e2efbab13f
Remake website property saving with Vue
Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years ago
Christopher Ng
dd7cb9784f
Remake location property saving with Vue
Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years ago
Christopher Ng
09f6eb5e58
Remake Twitter handle saving with Vue
Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years ago
Christopher Ng
c5c70daa66
Modularize shared account property components
Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years ago
Arthur Schiwon
1a781ccf56
Fix opening Help page throws Exception
- Commit 458c2fa297 provoked the error,
because the "core" "app" was not found. Previously, false was
returned, but now an AppPathNotFoundException
- IUrlGenerator::linkTo() accepts an empty app argument however, moving
the "core" portion to the path solves it and avoids apps lookup
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 years ago
Joas Schilling
7e11778190
Use user name cache in activity providers
Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years ago
Christopher Ng
34308087d6
Consolidate account property getters
Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years ago
Carl Schwan
4e0574e184
Port encryption admin settings to vue
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
3 years ago
szaimen
cf9b1082ed
add a setup check for 64 bit
Signed-off-by: szaimen <szaimen@e.mail.de>
3 years ago
Carl Schwan
f99a06c89a
Don't allow setting password bigger than 469 characters
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
3 years ago
Louis Chemineau
347ca20f4e
Rename setting name to reduce its length
Signed-off-by: Louis Chemineau <louis@chmn.me>
3 years ago
szaimen
f8bebb62ca
do not display the buffer_size info if the size is already set to a certain threshold
Signed-off-by: szaimen <szaimen@e.mail.de>
Co-Authored-By: MichaIng <micha@dietpi.com>
3 years ago
Valdnet
dfe7243338
l10n: Delete apostrophe
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
3 years ago
Valdnet
1bc6fb2c58
l10n: Change to a capital letter
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
3 years ago
Christopher Ng
57c66bf7cb
Use Image class from public API
Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years ago