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
2019-09-28Move settings to an appChristoph Wurst
2019-09-28[tx-robot] updated from transifexNextcloud bot
2019-09-26Merge pull request #17264 from nextcloud/move-from-storage-wrappersRoeland Jago Douma
2019-09-26Merge pull request #17252 from nextcloud/bugfix/noid/user-0-can-not-commentRoeland Jago Douma
2019-09-26Merge pull request #17262 from nextcloud/objectstore-remove-cache-on-deleteRoeland Jago Douma
2019-09-26Merge pull request #17181 from nextcloud/feature/noid/talk-attachmentJoas Schilling
2019-09-25handle moveFromStorage within the same storage even when storage wrappers are...Robin Appelman
2019-09-25dont delete cache entries if deleting an object from object store failedRobin Appelman
2019-09-25Fix user with id 0 to be able to commentJoas Schilling
2019-09-25[tx-robot] updated from transifexNextcloud bot
2019-09-24[tx-robot] updated from transifexNextcloud bot
2019-09-23Merge pull request #17163 from nextcloud/bugfix/noid/print-error-on-data-dir-...Roeland Jago Douma
2019-09-19Merge pull request #17206 from nextcloud/logger-catch-exceptionsRoeland Jago Douma
2019-09-19catch exceptions that occur during loggingRobin Appelman
2019-09-19Fix l10n in federated file sharingChristoph Wurst
2019-09-19[tx-robot] updated from transifexNextcloud bot
2019-09-18Use the actual password to update the tokensRoeland Jago Douma
2019-09-18Add uid to delete temp token queryDaniel Kesselberg
2019-09-18Merge pull request #17175 from nextcloud/feature/noid/make-getById-work-for-f...Roeland Jago Douma
2019-09-17Add talk-attachment as a rich object typeJoas Schilling
2019-09-17[tx-robot] updated from transifexNextcloud bot
2019-09-17Fix getById for files in appdata and the root mountJoas Schilling
2019-09-16Print the error pages as error so we load less scripts and might be able to v...Joas Schilling
2019-09-16Print plain error when the error page errors tooJoas Schilling
2019-09-15Merge pull request #17151 from nextcloud/td/remove/createPreviewRoeland Jago Douma
2019-09-15Disable app token creation for impersonated people, ref #15539Greta Doci
2019-09-15Remove deprecated function createPreviewRoeland Jago Douma
2019-09-14Harden identifyproof openssl codeRoeland Jago Douma
2019-09-12Use Symfony's new contract Event class instead of the deprecated oneChristoph Wurst
2019-09-12Merge pull request #17106 from nextcloud/feature/dispatch-typed-eventblizzz
2019-09-11Merge pull request #17084 from nextcloud/refactor/symfony-dispatcher-signatureRoeland Jago Douma
2019-09-11Add Symfony inspired typed event dispatcher methodChristoph Wurst
2019-09-11Merge pull request #17021 from nextcloud/bye-spreed-hello-talkJoas Schilling
2019-09-11Merge pull request #16682 from nextcloud/enh/12790/workflow-backendRoeland Jago Douma
2019-09-10Split personal security settings in codeRoeland Jago Douma
2019-09-10Use the new Symfony event dispatcher signatureChristoph Wurst
2019-09-09fix missing @since'sArthur Schiwon
2019-09-09entities equip the RuleMatcher on the events they are aware ofArthur Schiwon
2019-09-09let a dedicate service serve a stateful processArthur Schiwon
2019-09-09require IChecks to receive entity contextArthur Schiwon
2019-09-09seperate setFileInfo from ICheckArthur Schiwon
2019-09-09Return actual event data instead of self callingJulius Härtl
2019-09-09extends ICheck with scope and entity support, provide them as initialStateArthur Schiwon
2019-09-09WFE as proxy listen to relevent events and forwards themArthur Schiwon
2019-09-09introduce GenericEntityEvent and adapt File entityArthur Schiwon
2019-09-09emit file events via Dispatcher, tooArthur Schiwon
2019-09-09adds a trigger hint for complex operationsArthur Schiwon
2019-09-09remove IEntity's getId in favor of class nameArthur Schiwon
2019-09-09merge IOperator with IOperation for simplicityArthur Schiwon
2019-09-09add operator interfaces / APIArthur Schiwon