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 (Collapse)Author
2018-06-26Replace hardcoded status headers with calls to http_response_code()Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-06-26Fix groupExists when a backend provides group detailsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-06-26Merge pull request #10002 from nextcloud/docs/noid/phpdoc-putContent-resourceMorris Jobke
Add resource type phpDoc for putContent methods
2018-06-26Add resource type phpDoc for putContent methodsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-06-26Server exception error pages by default with a 500 status codeMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-06-26Server error/hint pages with a 500 error code to avoid it being seen instead ↵Morris Jobke
of the actual resource * found while reviewing #7205 * allow to specify a special status code Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-06-26Change status code when config is write protectedEric Masseran
Add hint msg, you can make config file read only If the config.php is not writable, print an error message: #6893 - set config writable - or set option to keep it read only Signed-off-by: Eric Masseran <rico.masseran@gmail.com>
2018-06-25Merge pull request #9632 from nextcloud/enhancement/stateful-2fa-providersMorris Jobke
Stateful 2fa providers
2018-06-25Merge pull request #9526 from Blaok/files-scan-shallowRobin Appelman
allow shallow (non-recursive) scan when scanning file storage
2018-06-25Make new classes strict and fix license headerChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-06-22Merge pull request #9955 from nextcloud/bug/noid/onedrive_propfindRoeland Jago Douma
Request a valid property for DAV opendir
2018-06-21Merge pull request #9868 from nextcloud/user-backend-tableRoeland Jago Douma
make table name configurable for db user backend
2018-06-21Request a valid property for DAV opendirRoeland Jago Douma
Apperently Sabre and Onedrive are not friends when requesting a single 404 property. I need to dig deeper on why this is. Anyways requesting a valid property makes it work like a charm. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-06-21Merge pull request #9518 from ↵Roeland Jago Douma
nextcloud/feature/5986/public_share_controller_middleware Public share middleware & controller
2018-06-21[tx-robot] updated from transifexNextcloud bot
2018-06-20Split css variables and fix url variablesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-06-20Merge pull request #9900 from nextcloud/feature/noid/wait-for-cron-to-finishMorris Jobke
Wait for cron to finish before running upgrade command
2018-06-20Fix direct access to authen pageRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-06-20Update token on regeneration for public loginRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-06-20Add AuthPublicShareControllerTestRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-06-20Add PublicShareControllerTestsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-06-20Add PublicShareMiddlewareTestRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-06-20Don't allow public share pages if link sharing is disabledRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-06-20Move public auth page overRoeland Jago Douma
Now this is in core so the basics (that 99% of the app will want to use) looks always the same. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-06-20Move public preview endpoint overRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-06-20Add the new PublicShareController and PublicShareMiddlewareRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-06-20Make 2FA providers statefulChristoph Wurst
This adds persistence to the Nextcloud server 2FA logic so that the server knows which 2FA providers are enabled for a specific user at any time, even when the provider is not available. The `IStatefulProvider` interface was added as tagging interface for providers that are compatible with this new API. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-06-20[tx-robot] updated from transifexNextcloud bot
2018-06-20Added new search standardJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-06-20Better design for core search, fixes and style to scssJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-06-19Don't pretend we can add/remove users to/from groups when we can'tRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-06-19Wait for cron to finish before running upgrade commandMorris Jobke
* fixes #9562 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-06-19make table name configurable for db user backendRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-06-19Merge pull request #9881 from nextcloud/user-db-backend-querybuilderMorris Jobke
use query builder in all places in the db user backend
2018-06-19Merge pull request #9485 from nextcloud/feature/9441/multiple_token_providersblizzz
Add new public key token provider (tokens survive password change)
2018-06-19CommentsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-06-19[tx-robot] updated from transifexNextcloud bot
2018-06-18Add getProvider helper functionRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-06-18Use constant for token versionRoeland Jago Douma
And don't set the version in the constructor. That would possible cause to many updates. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-06-18Add more testsRoeland Jago Douma
* Add a lot of tests * Fixes related to those tests * Fix tests Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-06-18Generate the new publicKey tokens by default!Roeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-06-18Actually convert the tokenRoeland Jago Douma
* When getting the token * When rotating the token * Also store the encrypted password as base64 to avoid weird binary stuff Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-06-18Add publickey provider to managerRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-06-18SetPassword on PublicKeyTokensRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-06-18Just pass uid to the Token stuffRoeland Jago Douma
We don't have user objects in the code everywhere Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-06-18Add first testsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-06-18Initial PKT implementationRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-06-18Add new authtoken v2 columns to the authtoken tableRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-06-18Abstract the Provider via a managerRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-06-18Merge pull request #9884 from nextcloud/groups-search-use-proper-keysJulius Härtl
Add search to users details groups