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
2018-06-26Replace hardcoded status headers with calls to http_response_code()Morris Jobke
2018-06-26Fix groupExists when a backend provides group detailsRobin Appelman
2018-06-26Merge pull request #10002 from nextcloud/docs/noid/phpdoc-putContent-resourceMorris Jobke
2018-06-26Add resource type phpDoc for putContent methodsJulius Härtl
2018-06-26Server exception error pages by default with a 500 status codeMorris Jobke
2018-06-26Server error/hint pages with a 500 error code to avoid it being seen instead ...Morris Jobke
2018-06-26Change status code when config is write protectedEric Masseran
2018-06-25Merge pull request #9632 from nextcloud/enhancement/stateful-2fa-providersMorris Jobke
2018-06-25Merge pull request #9526 from Blaok/files-scan-shallowRobin Appelman
2018-06-25Make new classes strict and fix license headerChristoph Wurst
2018-06-22Merge pull request #9955 from nextcloud/bug/noid/onedrive_propfindRoeland Jago Douma
2018-06-21Merge pull request #9868 from nextcloud/user-backend-tableRoeland Jago Douma
2018-06-21Request a valid property for DAV opendirRoeland Jago Douma
2018-06-21Merge pull request #9518 from nextcloud/feature/5986/public_share_controller_...Roeland Jago Douma
2018-06-21[tx-robot] updated from transifexNextcloud bot
2018-06-20Split css variables and fix url variablesJohn Molakvoæ (skjnldsv)
2018-06-20Merge pull request #9900 from nextcloud/feature/noid/wait-for-cron-to-finishMorris Jobke
2018-06-20Fix direct access to authen pageRoeland Jago Douma
2018-06-20Update token on regeneration for public loginRoeland Jago Douma
2018-06-20Add AuthPublicShareControllerTestRoeland Jago Douma
2018-06-20Add PublicShareControllerTestsRoeland Jago Douma
2018-06-20Add PublicShareMiddlewareTestRoeland Jago Douma
2018-06-20Don't allow public share pages if link sharing is disabledRoeland Jago Douma
2018-06-20Move public auth page overRoeland Jago Douma
2018-06-20Move public preview endpoint overRoeland Jago Douma
2018-06-20Add the new PublicShareController and PublicShareMiddlewareRoeland Jago Douma
2018-06-20Make 2FA providers statefulChristoph Wurst
2018-06-20[tx-robot] updated from transifexNextcloud bot
2018-06-20Added new search standardJohn Molakvoæ (skjnldsv)
2018-06-20Better design for core search, fixes and style to scssJohn Molakvoæ (skjnldsv)
2018-06-19Don't pretend we can add/remove users to/from groups when we can'tRobin Appelman
2018-06-19Wait for cron to finish before running upgrade commandMorris Jobke
2018-06-19make table name configurable for db user backendRobin Appelman
2018-06-19Merge pull request #9881 from nextcloud/user-db-backend-querybuilderMorris Jobke
2018-06-19Merge pull request #9485 from nextcloud/feature/9441/multiple_token_providersblizzz
2018-06-19CommentsRoeland Jago Douma
2018-06-19[tx-robot] updated from transifexNextcloud bot
2018-06-18Add getProvider helper functionRoeland Jago Douma
2018-06-18Use constant for token versionRoeland Jago Douma
2018-06-18Add more testsRoeland Jago Douma
2018-06-18Generate the new publicKey tokens by default!Roeland Jago Douma
2018-06-18Actually convert the tokenRoeland Jago Douma
2018-06-18Add publickey provider to managerRoeland Jago Douma
2018-06-18SetPassword on PublicKeyTokensRoeland Jago Douma
2018-06-18Just pass uid to the Token stuffRoeland Jago Douma
2018-06-18Add first testsRoeland Jago Douma
2018-06-18Initial PKT implementationRoeland Jago Douma
2018-06-18Add new authtoken v2 columns to the authtoken tableRoeland Jago Douma
2018-06-18Abstract the Provider via a managerRoeland Jago Douma
2018-06-18Merge pull request #9884 from nextcloud/groups-search-use-proper-keysJulius Härtl