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
2022-08-30add a way to open the admin settings overview directlyszaimen
2022-08-30Merge pull request #33640 from nextcloud/fix/fix-symfony-event-typingCôme Chilliet
2022-08-30Merge pull request #33697 from nextcloud/fix/improve-bulk-uploadCôme Chilliet
2022-08-30Add DavUtil to autoloaderCôme Chilliet
2022-08-30Move dav utils functions to OCP\Files\DavUtilCôme Chilliet
2022-08-29remove leading slash for search results at mountpoint rootsearch-result-leading-slashRobin Appelman
2022-08-29Fix OCP\Util documentation blocksCôme Chilliet
2022-08-29Merge pull request #33500 from nextcloud/encryption-system-mountVincent Petry
2022-08-29Move Dav fileid and permissions logic into OCP\Util to be able to use it for ...Côme Chilliet
2022-08-29[tx-robot] updated from transifexNextcloud bot
2022-08-28Merge pull request #33694 from nextcloud/fix/load-themedir-distJohn Molakvoæ
2022-08-27[tx-robot] updated from transifexNextcloud bot
2022-08-26Make it possible to load theme/<themename>/distCarl Schwan
2022-08-26Make it possible to load theme/<themename>/distCarl Schwan
2022-08-25Flag repair errors as error level in eventSource->sendfix/fix-symfony-event-typingCôme Chilliet
2022-08-25Parameter of RepairAdvanceEvent is actually an increment, not a step idCôme Chilliet
2022-08-25Declare strict types in all new Event classesCôme Chilliet
2022-08-25Add void return types to callablesCôme Chilliet
2022-08-25Migrate Repair events to OCP\EventDispatcher\EventCôme Chilliet
2022-08-25Migrate Migrator::executeSql to OCP\EventDispatcher\EventCôme Chilliet
2022-08-25Remove listeners of \OC\DB\Migrator::checkTable which is never emittedCôme Chilliet
2022-08-25Moving to string key for arguments of GenericEvent in RepairCôme Chilliet
2022-08-25Switch to string keys for argument of GenericEvent for OC\DB\MigratorCôme Chilliet
2022-08-25add marker interface to mark system mount points for encryptionencryption-system-mountRobin Appelman
2022-08-25Add back TokenCleanupJob to invalidate old temporary tokensThomas Citharel
2022-08-25Merge pull request #33682 from nextcloud/fix/noid/help-page-unavailableblizzz
2022-08-25Merge pull request #33602 from nextcloud/perf/parent-nodeJulius Härtl
2022-08-25Merge pull request #33569 from nextcloud/enh/hide-projectsJulius Härtl
2022-08-24Only pass parent if paths matchperf/parent-nodeJulius Härtl
2022-08-24Save getting the parent node when generating the previewJulius Härtl
2022-08-24Avoid extra query for the parent node if we can pass it alongJulius Härtl
2022-08-24app_path cannot be emptyfix/noid/help-page-unavailableArthur Schiwon
2022-08-24Merge pull request #33593 from nextcloud/improve-binary-cachingCarl Schwan
2022-08-23Move findBinaryFinder and isFunctionEnabled away from OC_Helperimprove-binary-cachingCarl Schwan
2022-08-23Merge pull request #33047 from nextcloud/fix/ijob-logger-deprecatedCarl Schwan
2022-08-23Merge pull request #33574 from nextcloud/search-share-query-filter-no-initVincent Petry
2022-08-23Merge pull request #32162 from nextcloud/enh/session-reopenVincent Petry
2022-08-23Merge pull request #33595 from nextcloud/fix/cache-profile-configCarl Schwan
2022-08-23Merge pull request #33001 from nextcloud/enh/imip-invitations-responsesAnna
2022-08-23[tx-robot] updated from transifexNextcloud bot
2022-08-22Support iMIP invitations from Mailenh/imip-invitations-responsesAnna Larch
2022-08-19Use user displayname cache for comment mentionsJoas Schilling
2022-08-18Cache ConfigProfilefix/cache-profile-configCarl Schwan
2022-08-18Hide deprecated projects in sharing tab by defaultenh/hide-projectsChristopher Ng
2022-08-17Merge pull request #33558 from nextcloud/fix/use-bigger-slice-share-providerVincent Petry
2022-08-17Merge pull request #33565 from nextcloud/debt/remove_todo_push_service_fairuseLouis
2022-08-17Move setting of gc_maxlifetime to initSessionenh/session-reopenJulius Härtl
2022-08-17Add config option to disable strict session timeout to be able to use read_an...Julius Härtl
2022-08-17Reopen sessions if we need to write to them instead of keeping them openJulius Härtl
2022-08-17directly build the search filter for shared storage instead of setting up the...search-share-query-filter-no-initRobin Appelman