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-06-30accounts event handler to use eventdispatcher, DI and Accounts APIArthur Schiwon
2021-06-16Merge pull request #27190 from nextcloud/bugfix/noid/deduplicate-translationJoas Schilling
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-06-04Deduplicate translations and fix double .Joas Schilling
2021-04-28Merge pull request #26758 from J0WI/more-strictChristoph Wurst
2021-04-27Fix psalm errorsJoas Schilling
2021-04-26Fix ini_set() typeJ0WI
2021-03-22Don't hardcode the product name to Nextcloud but use the theming valueJoas Schilling
2021-01-21Merge pull request #25238 from nextcloud/enh/noid/apps-defacto-in-rootRoeland Jago Douma
2021-01-20Re-use fetched dependencies in lib/base.phpMorris Jobke
2021-01-20Apps folder is defacto in root folder and not aboveMorris Jobke
2021-01-08Merge pull request #25015 from nextcloud/fix/no-double-intl-polyfillRoeland Jago Douma
2021-01-07Replace patchwork/utf8 with symfony-polyfill-*Christoph Wurst
2021-01-07Remove useless ini_set functionsCarlos Ferreira
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-12-10Make $vars and $secureRandom required.Daniel Kesselberg
2020-11-18Allow lazy app registrationChristoph Wurst
2020-11-17Remove some IRouter methodsRoeland Jago Douma
2020-11-09Removed config.jsJohn Molakvoæ
2020-11-06Do not setup the default FS on normal routesRoeland Jago Douma
2020-10-20Use auto-wiring on most outer levelJoas Schilling
2020-10-20PSR logger for accountsJoas Schilling
2020-10-14Fix type errors detected by PsalmChristoph Wurst
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-08-20Don't use deprecated getIniWrapper() anymoreJoas Schilling
2020-07-30Migrate OC_Group post_removeFromGroup hook to actual event objectMorris Jobke
2020-07-30Correctly remove usergroup shares on removing group membersJoas Schilling
2020-07-07Remove hook for initSessionMorris Jobke
2020-06-17Migrate Settings to new bootstrap mechanismChristoph Wurst
2020-06-17Add dedicated API for apps' bootstrapping processChristoph Wurst
2020-05-28Add lazy events for the Node APIRoeland Jago Douma
2020-04-10Add visibility to all methods and position of static keywordChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Remove trailing and in between spacesChristoph Wurst
2020-04-09Remove spaces after method or function callChristoph Wurst
2020-04-03fixes the throttler not checking the user state on postLoginArthur Schiwon
2020-04-01Merge pull request #20241 from nextcloud/fix/license-headers-19Roeland Jago Douma
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-28Update base.phpJohn Molakvoæ
2020-03-28Update base.phpJohn Molakvoæ
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-09E_ALL already sets E_DEPRECATEDJose Quinteiro
2020-03-09Set error_logging correctly. Fixes #19847Jose Quinteiro
2020-02-23Check that username and password are present.Daniel Kesselberg
2019-12-07Move overwritehost check to isTrustedDomainJulius Härtl
2019-12-05Update license headersChristoph Wurst
2019-10-11Make sure we create an app's Application class just onceChristoph Wurst
2019-09-28Move settings to an appChristoph Wurst
2019-09-16Print plain error when the error page errors tooJoas Schilling
2019-06-27Remove deleted groups from app restrictions fixes #15823Greta Doci