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
path: root/lib
AgeCommit message (Expand)Author
2021-12-17Merge pull request #30130 from nextcloud/fix/config_is_read_onlyChristoph Wurst
2021-12-16fix translation source in directEditing templatesfix/translate-empty-fileAzul
2021-12-16Avoid deprecation warnings about libxml_disable_entity_loader in PHP 8.1Côme Chilliet
2021-12-16Allow minor release of PHP 8.1 to be used as wellCôme Chilliet
2021-12-16Fix LDAP related docblocks typesCôme Chilliet
2021-12-16Allow running Nextcloud with PHP 8.1Côme Chilliet
2021-12-15Merge pull request #30254 from nextcloud/fix/30239/use-bigintPytal
2021-12-14Deprecate entity slugsChristoph Wurst
2021-12-14Migrate profile_config id column to bigintChristopher Ng
2021-12-14Merge pull request #30197 from nextcloud/bugfix/noid/always-store-email-lower...Pytal
2021-12-13Use proper app id (settings instead of core)Julius Härtl
2021-12-13Make sure strtolower only receives a string to satisfy psalmJoas Schilling
2021-12-13Lowercase all core=>email valuesJoas Schilling
2021-12-13Don't write to config file if `config_is_read_only` is setJonas Meurer
2021-12-13Merge pull request #30200 from nextcloud/bugfix/noid/last-login-is-never-set-...Julius Härtl
2021-12-12[tx-robot] updated from transifexNextcloud bot
2021-12-10Don't check the configvalue for lastLogin which is never nullJoas Schilling
2021-12-10Always store and compare the email address as lower caseJoas Schilling
2021-12-10[tx-robot] updated from transifexNextcloud bot
2021-12-10Merge pull request #30160 from nextcloud/bugfix/noid/encryption-wrapper-fclos...Pytal
2021-12-10Merge pull request #29996 from zordsdavini/patch-1Pytal
2021-12-09Merge pull request #30075 from nextcloud/logic-opChristoph Wurst
2021-12-09Check resource before closing in encryption wrapperVincent Petry
2021-12-09Merge pull request #30156 from nextcloud/bugfix/noid/only-wildcard-search-if-...John Molakvoæ
2021-12-09Make psalm more happyJoas Schilling
2021-12-09Fix docs to make Psalm happierJoas Schilling
2021-12-09[tx-robot] updated from transifexNextcloud bot
2021-12-08Convert strict_search to wildcard property and add psalm docsJoas Schilling
2021-12-08Limit more contact searchesJoas Schilling
2021-12-08Only limit search in the system address bookJoas Schilling
2021-12-08Only wildcard search if enumeration is allowedJoas Schilling
2021-12-08[tx-robot] updated from transifexNextcloud bot
2021-12-07[tx-robot] updated from transifexNextcloud bot
2021-12-06Avoid assignment in if clauseCôme Chilliet
2021-12-06Fix typing problems in OC_ImageCôme Chilliet
2021-12-06Avoid calling image* methods on booleanCôme Chilliet
2021-12-06Merge pull request #30055 from nextcloud/enh/note-share-apiJulius Härtl
2021-12-06[tx-robot] updated from transifexNextcloud bot
2021-12-05[tx-robot] updated from transifexNextcloud bot
2021-12-04Merge pull request #29527 from nextcloud/rakekniven-patch-1John Molakvoæ
2021-12-03Fix relation "user_id" already exists migration errorChristopher Ng
2021-12-03Switch logical operatorsacsfer
2021-12-03Merge pull request #30034 from nextcloud/fix/bump-scssphp/scssphp-to-1.8.1John Molakvoæ
2021-12-03Allow to pass note when creating a share and send it with directly in the sha...Julius Härtl
2021-12-02Adapt testsJohn Molakvoæ (skjnldsv)
2021-12-02Allow scripts prioritization based on other appsJohn Molakvoæ (skjnldsv)
2021-12-02Merge pull request #29735 from nextcloud/background-scan-one-by-oneRobin Appelman
2021-12-02code checker fixes for instanceOfStorageRobin Appelman
2021-12-02background scan the source storage when a background scan on a storage jail i...Robin Appelman
2021-12-02teach psalm about `Storage::instanceOfStorage`Robin Appelman