Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-12add 'supported'-label to all supported apps, also if they are not downloaded yetBjoern Schiessle
2021-08-31Only recommand for php-sodium on >= PHP 7.4Carl Schwan
2021-08-12dont show trusted proxy warning when the proxy and remote are both localhostRobin Appelman
2021-08-02Check that php was compiled with argon2 support or that the php-sodiumCarl Schwan
2021-07-29Allow to disable group change notificationMarco Ambrosini
2021-07-02Fix deleting properties of user settings when not given explicitlyDaniel Calviño Sánchez
2021-07-02Fix TypeError when "email" is not given in the controller requestDaniel Calviño Sánchez
2021-07-02Respect additional user settings not covered by the controllerDaniel Calviño Sánchez
2021-07-02Use constants from interface rather than classDaniel Calviño Sánchez
2021-05-18Harden apptoken checkRoeland Jago Douma
2021-04-26Validate the website field input to be a valid URLJoas Schilling
2021-04-21Mention MariaDB in MySQL support warningClaas Augner
2021-03-29Make extra user profile fields always editableVincent Petry
2021-03-29Map old account scope properties to new namesVincent Petry
2021-03-11Rename some parameters and methods to make the API more clearJoas Schilling
2021-03-11Also clear the knownUser when changing via the settings endpointJoas Schilling
2021-03-11Add a setting to restrict returning a full match unless in phonebook or same ...Joas Schilling
2021-03-11Add a config setting to restrict autocompletion to phonebook matchesJoas Schilling
2021-01-22Do not show 2FA settings if the user has no providers availableChristoph Wurst
2021-01-12Migrate internal classes to the OCP db col typesChristoph Wurst
2021-01-12Fix casing of MySQLPlatform class nameVincent Petry
2021-01-11Merge pull request #25016 from nextcloud/enh/noid/add-check-for-unsupported-dbRoeland Jago Douma
2021-01-11Remove unneeded casts that were found by PsalmMorris Jobke
2021-01-08Add setup check to verify that the used DB version is still supported in the ...Morris Jobke
2021-01-08Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst
2021-01-07Set the user language when adding the footerJulius Härtl
2021-01-07Hide client link in welcome mail if an empty customclient_desktop config is setJulius Härtl
2021-01-05Fix updating user settingsChristoph Wurst
2020-12-30Update license headersChristoph Wurst
2020-12-22Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma
2020-12-18Merge pull request #24702 from nextcloud/enhancement/well-known-handler-apiChristoph Wurst
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-12-16Add well known handlers APIChristoph Wurst
2020-12-14Add missing parent::__construct() calls to JobsJoas Schilling
2020-12-09Merge pull request #24247 from nextcloud/bugfix/noid/ocm-providerId-stringJulius Härtl
2020-12-08Move columns to bigintJulius Härtl
2020-12-07Make the throwing optional, so background tasks don't breakJoas Schilling
2020-12-07Add a config for default region of phone numbersJoas Schilling
2020-12-07Also translate the phone number when coming in via the accounts manager API d...Joas Schilling
2020-12-07Validate and standardize the phone number on savingJoas Schilling
2020-12-07Also return the phone number and twitter handle on the APIJoas Schilling
2020-12-07Make code strictJoas Schilling
2020-12-02Harden setup check for TLS version if host is not reachableMorris Jobke
2020-11-25Use proper OCP\BackgroundJobs\JobRoeland Jago Douma
2020-11-13Set up FS before querying storage info in settingsVincent Petry
2020-11-10Create primary keys on all tables and add a command to create the afterwardsJoas Schilling
2020-11-06Simplify the check if admin can change password based on encryption statusMorris Jobke
2020-11-03Remove unneeded service - found by PsalmMorris Jobke
2020-11-03Add a background job that checks for potential user imported SSL certificates...Morris Jobke
2020-11-02Add SVG support check to setup checknhirokinet