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
2020-10-15Type the authentication listenersChristoph Wurst
2020-10-14Fix type errors detected by PsalmChristoph Wurst
2020-10-13The file cache entry is array accessibleChristoph Wurst
2020-10-12Use PSR logger in authenticationJoas Schilling
2020-10-12Fix typo 'shared'Robin Windey
2020-10-12Type some of the core mappersChristoph Wurst
2020-10-09Merge pull request #23249 from nextcloud/techdebt/server-container-cleanupRoeland Jago Douma
2020-10-09Clean up the serverChristoph Wurst
2020-10-08Limit throttler to 48 hoursRoeland Jago Douma
2020-10-08Add cleanup job for old brutefoce attemptsRoeland Jago Douma
2020-10-08Use PSR Logger in event dispatcherJoas Schilling
2020-10-07Deprecate the named alias of IBusChristoph Wurst
2020-10-07Merge pull request #23184 from nextcloud/bugfix/noid/make-sure-getUsersFavori...Morris Jobke
2020-10-07Merge pull request #23248 from nextcloud/techdebt/server-getters-query-getRoeland Jago Douma
2020-10-07Merge pull request #23252 from nextcloud/fix/l10n/activitiesRoeland Jago Douma
2020-10-07Merge pull request #23244 from nextcloud/techdebt/noid/user-psr-logger-interf...Roeland Jago Douma
2020-10-07Use the correct l10n for activitiesRoeland Jago Douma
2020-10-07Use the ContainerInterface::get inside the server containerChristoph Wurst
2020-10-07Use PSR logger interface in comments managerJoas Schilling
2020-10-06Merge pull request #23144 from nextcloud/enh/noid/update-param-for-psalmMorris Jobke
2020-10-06Make sure getUsersFavoritingObject can be run without a userJoas Schilling
2020-10-06Only run the query to get the account data onceJoas Schilling
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-10-04Merge pull request #22913 from nextcloud/group-folder-quota-warning-mountpointRoeland Jago Douma
2020-10-04Merge pull request #21821 from nextcloud/enh/bootstrap/initial_stateRoeland Jago Douma
2020-10-04add mount point to quota warning messageRobin Appelman
2020-10-04Merge pull request #22937 from nextcloud/enh/allow_configuring_token_auth_act...Roeland Jago Douma
2020-10-04Merge pull request #23047 from nextcloud/techdebt/noid/warn-on-database-abuseRoeland Jago Douma
2020-10-04Move initial state provider to boostrapRoeland Jago Douma
2020-10-04Allow configuring the activity update interval of tokenRoeland Jago Douma
2020-10-03Add explicit typecast for $value.Daniel Kesselberg
2020-10-02Update signature for setDaniel Kesselberg
2020-10-02Update signature for in/notInDaniel Kesselberg
2020-10-02Update signature for like/notLike/in/notInDaniel Kesselberg
2020-10-02Fix testsJoas Schilling
2020-09-29Merge pull request #23083 from nextcloud/bugfix/extend-php-error-loggingRoeland Jago Douma
2020-09-29Merge pull request #23074 from nextcloud/fix/sharee-search-empty-email-matchJulius Härtl
2020-09-29Merge pull request #23013 from nextcloud/bugfix/noid/show-federation-results-...Roeland Jago Douma
2020-09-29Generate exception to log on php errorsJulius Härtl
2020-09-28Do not match sharees on an empty email addressChristoph Wurst
2020-09-25Log the number of queries built and executedJoas Schilling
2020-09-24Add acutal response to BeforeTemplateRenderedEventJulius Härtl
2020-09-24Merge pull request #23015 from nextcloud/bugfix/noid/warn-on-slow-dashboard-w...Roeland Jago Douma
2020-09-24Add occ command to set theming valuesJulius Härtl
2020-09-23Don't log "duplicate section" for the shared "connected-accounts" sectionJoas Schilling
2020-09-23Log a warning if a "lazy" initial state loads longer than 1 secondJoas Schilling
2020-09-23Log an error if a dashboard widget loads longer than 1 secondJoas Schilling
2020-09-23Show federation and email results also with exact user match unless containing @Joas Schilling
2020-09-17add event to allow apps to overwrite user quotaRobin Appelman
2020-09-17Merge pull request #22844 from nextcloud/enh/richdocumentscode-armMorris Jobke