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-03-10Rename some parameters and methods to make the API more clearJoas Schilling
2021-03-10Also clear the knownUser when changing via the settings endpointJoas Schilling
2021-03-10Add a setting to restrict returning a full match unless in phonebook or same ...Joas Schilling
2021-03-10Add a config setting to restrict autocompletion to phonebook matchesJoas Schilling
2021-03-08Fix some types in the Settings Personal pagesRoeland Jago Douma
2021-03-05Merge pull request #25870 from nextcloud/techdept/settings/move_group_activit...Joas Schilling
2021-03-03Move group activities to eventsRoeland Jago Douma
2021-03-02Move some settings over to the IInitialStateRoeland Jago Douma
2021-03-02Merge pull request #25862 from nextcloud/techdept/psalm/some_loggersRoeland Jago Douma
2021-03-02Merge pull request #25854 from nextcloud/techdept/psalm/checksetupcontrollerLukas Reschke
2021-03-02Move away some ILoggersRoeland Jago Douma
2021-03-02Merge pull request #25544 from nextcloud/refactor/app-password-created-eventChristoph Wurst
2021-03-01Fix lying docblocksRoeland Jago Douma
2021-02-18Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]
2021-02-15Some psalm fixes in the settings appRoeland Jago Douma
2021-02-13Revert "use the configured forwarded headers for the setup check"Roeland Jago Douma
2021-02-12use the configured forwarded headers for the setup checkRobin Appelman
2021-02-09Move app_password_created to a typed eventChristoph Wurst
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