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-09-13Add database ratelimiting backendLukas Reschke
2021-08-16Add missing files for Composer v2Christoph Wurst
2021-08-12better cleanup of user files on user deletionRobin Appelman
2021-06-22Properly cleanup entries of WebAuthn on user deletionMorris Jobke
2021-04-29Do not try to contact lookup server if not neededRoeland Jago Douma
2021-04-01make ILDAPProviderFactory usable when there is no ldap setupRobin Appelman
2021-03-29Update autoloader for PlaceholderAvatarVincent Petry
2021-03-22Add OCC command to reset rendered textsDaniel Calviño Sánchez
2021-03-22Add missing index on the user columnJoas Schilling
2021-03-22Improve search results when only phonebook-matches can we autocompletedJoas Schilling
2021-03-15send share notification instead of erroring on duplicate shareRobin Appelman
2021-03-11Add a service to find out if a user knows another userJoas Schilling
2021-03-11Add a KnownUsers database with modelJoas Schilling
2021-02-02add repair job for unencoded calendarsArthur Schiwon
2021-01-28Merge pull request #25360 from nextcloud/fix/update-autoloadersRoeland Jago Douma
2021-01-28Update all composer autoloader filesChristoph Wurst
2021-01-28Move TemplateProvider registration to boot context and make template type reg...Julius Härtl
2021-01-28files: Create files from template APIJulius Härtl
2021-01-22Change license mail aliasJohn Molakvoæ (skjnldsv)
2021-01-20Drop authtoken_version_indexRoeland Jago Douma
2021-01-19Add support for webpRoeland Jago Douma
2021-01-14Merge pull request #25091 from nextcloud/enhancement/ocp-db-exception-abstrac...Christoph Wurst
2021-01-12Add our own DB exception abstractionChristoph Wurst
2021-01-12Add our own constants for db column typesChristoph Wurst
2021-01-08Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst
2021-01-05Command: Add app password generationSean Molenaar
2020-12-29Bump icewind/streams from 0.7.1 to 0.7.2Christoph Wurst
2020-12-23+ShareDeletedEventMaxence Lange
2020-12-16Add well known handlers APIChristoph Wurst
2020-12-09Dump autoloaderJulius Härtl
2020-12-09Readd repair steps that are relevant when migrating from ownCloudJulius Härtl
2020-12-07Add a repairstep to validate the phone numbersJoas Schilling
2020-12-07Add a database table for the accounts data so we can search it betterJoas Schilling
2020-12-02Merge pull request #24113 from nextcloud/extend-cache-eventsRoeland Jago Douma
2020-12-02Merge pull request #23278 from nextcloud/enh/noid/user-limitsChristoph Wurst
2020-12-02Add notification for user limitMorris Jobke
2020-11-26rebuild autoloader scripts with 2.0.7Robin Appelman
2020-11-26rename cache event to follow new naming standardsRobin Appelman
2020-11-26extend cache eventsRobin Appelman
2020-11-24Streamline user creation and deletion eventsMorris Jobke
2020-11-11Dump autoloaderMorris Jobke
2020-11-10Create primary keys on all tables and add a command to create the afterwardsJoas Schilling
2020-11-10Replace the credentials table with one that can have empty userJoas Schilling
2020-11-10Make sure columns with an empty default are nullable for OracleJoas Schilling
2020-11-05Merge pull request #23819 from nextcloud/td/routing/move_things_aroundMorris Jobke
2020-11-03Add a background job that checks for potential user imported SSL certificates...Morris Jobke
2020-11-03Cleanup route registration logicRoeland Jago Douma
2020-11-01Remove deprecated OCSResponseRoeland Jago Douma
2020-10-30Revert "[Automated] Update psalm-baseline.xml"Morris Jobke
2020-10-30Update psalm baselineNextcloud-PR-Bot