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-31Limit preview file sizeJulius Härtl
2022-08-31Move registration to IBootstrapJulius Härtl
2022-08-31Add full public interfacesJulius Härtl
2022-08-31Implement image cachingJulius Härtl
2022-08-31Add cache invalidationJulius Härtl
2022-08-31Implement reference provider based cachingJulius Härtl
2022-08-31Make reference fetching configurableJulius Härtl
2022-08-31API for fetching reference metadataJulius Härtl
2022-08-31Merge pull request #33728 from nextcloud/enh/app-menu-vueJulius Härtl
2022-08-31adjusts tests for CloudIdManagercloudid-cacheRobin Appelman
2022-08-31add a better icon for personal settingsszaimen
2022-08-31handle cases where the hash context gets cleaned up before the hash wrapperhash-wrapper-closed-hashRobin Appelman
2022-08-31Log if cookie login failed with token mismatch or session unavailabilitydebug/remember-me-login-token-mispatch-session-unavailableChristoph Wurst
2022-08-31cache cloud id data in CloudIdManagerRobin Appelman
2022-08-31Fix wording of undeliverable push notificationsJoas Schilling
2022-08-31Move app menu to vueJulius Härtl
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-25Introduce $updateDir to move updates outside $dataDirGit'Fellow
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