Commit Graph

172 Commits (191ec27b83e2ec2ea0b92b033dd67c8b27ca20ec)

Author SHA1 Message Date
Daniel Calviño Sánchez 44c870a470 Fix deleting properties of user settings when not given explicitly 5 years ago
Daniel Calviño Sánchez ae7eca8a36 Fix TypeError when "email" is not given in the controller request 5 years ago
Daniel Calviño Sánchez 6865d51869 Respect additional user settings not covered by the controller 5 years ago
Daniel Calviño Sánchez 4fbb9b212d Use constants from interface rather than class 5 years ago
Roeland Jago Douma e3090136b8 Harden apptoken check 5 years ago
Joas Schilling 2c1218826d Validate the website field input to be a valid URL 5 years ago
Claas Augner c0bd430246 Mention MariaDB in MySQL support warning 5 years ago
Vincent Petry 5c854ba132 Make extra user profile fields always editable 5 years ago
Vincent Petry 5d76574a81 Map old account scope properties to new names 5 years ago
Joas Schilling 5fa52d492a
Rename some parameters and methods to make the API more clear 5 years ago
Joas Schilling 490bfa7330
Also clear the knownUser when changing via the settings endpoint 5 years ago
Joas Schilling 77f6d768bc
Add a setting to restrict returning a full match unless in phonebook or same group 5 years ago
Joas Schilling 52d43bf3cc
Add a config setting to restrict autocompletion to phonebook matches 5 years ago
Christoph Wurst 378f116a63
Do not show 2FA settings if the user has no providers available 5 years ago
Christoph Wurst c1d4f8161b
Migrate internal classes to the OCP db col types 5 years ago
Vincent Petry eeac11a687
Fix casing of MySQLPlatform class name 5 years ago
Morris Jobke 24d436cb60
Remove unneeded casts that were found by Psalm 5 years ago
Morris Jobke bffa61fc32
Add setup check to verify that the used DB version is still supported in the next major release 5 years ago
Christoph Wurst 8b64e92b92
Bump doctrine/dbal from 2.12.0 to 3.0.0 5 years ago
Julius Härtl 068e3b2c1e
Set the user language when adding the footer 5 years ago
Julius Härtl abfb72378f
Hide client link in welcome mail if an empty customclient_desktop config is set 5 years ago
Christoph Wurst 90d0732828
Fix updating user settings 5 years ago
Christoph Wurst 9ce3ea3368
Update license headers 5 years ago
Christoph Wurst d89a75be0b
Update all license headers for Nextcloud 21 5 years ago
Christoph Wurst 6995223b1e
Add well known handlers API 5 years ago
Joas Schilling 96253c7c1b
Add missing parent::__construct() calls to Jobs 5 years ago
Julius Härtl 8f6c2ec357
Move columns to bigint 5 years ago
Joas Schilling f648635758
Make the throwing optional, so background tasks don't break 5 years ago
Joas Schilling 46b073d7ce
Add a config for default region of phone numbers 5 years ago
Joas Schilling 9e04e6f99a
Also translate the phone number when coming in via the accounts manager API directly 5 years ago
Joas Schilling efe79f2937
Validate and standardize the phone number on saving 5 years ago
Joas Schilling c2913f18d2
Also return the phone number and twitter handle on the API 5 years ago
Joas Schilling da9462b482
Make code strict 5 years ago
Morris Jobke fe79a1ad3e
Harden setup check for TLS version if host is not reachable 5 years ago
Roeland Jago Douma 6166e1a157
Use proper OCP\BackgroundJobs\Job 5 years ago
Vincent Petry 2143f2bb82
Set up FS before querying storage info in settings 5 years ago
Joas Schilling d5df033ede
Create primary keys on all tables and add a command to create the afterwards 5 years ago
Morris Jobke a223f603f9
Simplify the check if admin can change password based on encryption status 5 years ago
Morris Jobke 9435ec2b4e
Remove unneeded service - found by Psalm 5 years ago
Morris Jobke 1c496a5a35
Add a background job that checks for potential user imported SSL certificates and shows a warning in the admin settings 5 years ago
nhirokinet 830348dbee
Add SVG support check to setup check 5 years ago
Morris Jobke e2e7c2d014
Document settings BeforeTemplateRenderedEvent 5 years ago
Morris Jobke b8ed997238
Remove ISection in favor of IIconSection 5 years ago
Robin Appelman cbd6e65678
save email as lower case 5 years ago
timm2k 60efad45cf
Update CheckSetupController.php 5 years ago
Christoph Wurst d9015a8c94
Format code to a single space around binary operators 6 years ago
Daniel Kesselberg 9c8e8007f9
Remove setup check for php mail 6 years ago
J0WI 68ce17e59b Unify links to php.net 6 years ago
Daniel Kesselberg 096fe20611
Help static code analysis to understand code. 6 years ago
Morris Jobke d3680e682a
Remove not needed semicolon and PHPDoc hint 6 years ago