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
AgeCommit message (Collapse)Author
2017-05-15Merge pull request #4881 from nextcloud/sign-off-checkv12.0.0beta3Roeland Jago Douma
Run sign-off check as last check
2017-05-15Merge pull request #4884 from nextcloud/beta-3Lukas Reschke
Bump to 12.0.0 beta 3
2017-05-15Bump to 12.0.0 beta 3Lukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-05-15Merge pull request #4883 from nextcloud/revert-4685-fix_4683Morris Jobke
Revert "fix permissions of mountpoints - take 2"
2017-05-15Revert "fix permissions of mountpoints - take 2"Morris Jobke
2017-05-15Merge pull request #4685 from nextcloud/fix_4683Morris Jobke
fix permissions of mountpoints - take 2
2017-05-15Merge pull request #4871 from ↵Morris Jobke
nextcloud/remove-more-personal-info-on-user-deletion Remove more personal info on user deletion
2017-05-15Merge pull request #4867 from nextcloud/kill-install-appLukas Reschke
Remove OC_App:installApp
2017-05-15Run sign-off check as last checkMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-15Merge pull request #4810 from nextcloud/downstream-27668Morris Jobke
Fix mimetype update query
2017-05-15Merge pull request #4877 from nextcloud/oc-group-is-goneMorris Jobke
Remove OC_Group call
2017-05-15Merge pull request #4847 from nextcloud/throw-exception-if-password-not-availMorris Jobke
Throws exception if password not available
2017-05-15Merge pull request #4873 from nextcloud/check-whether-REQUEST-existsMorris Jobke
Check whether the $_SERVER['REQUEST_*'] vars exist before using them
2017-05-15Merge pull request #4872 from nextcloud/os-renameMorris Jobke
Revert "fix objectstore rename"
2017-05-15update comment to codeRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-05-15Remove OC_Group callLukas Reschke
OC_Group has been removed in March with https://github.com/nextcloud/server/pull/4867, the check in question is also performed two lines below already. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-05-15Check whether the $_SERVER['REQUEST_*'] vars exist before using themJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-15Merge pull request #4805 from nextcloud/enforce-upgrade-for-big-instancesLukas Reschke
Allow to enforce update via web UI
2017-05-15Update autoloader mapLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-05-15Merge pull request #4866 from nextcloud/login-footer-bold-linkLukas Reschke
Bold link in footer on login page
2017-05-15Revert "fix objectstore rename"Roeland Jago Douma
This reverts commit 5334a3dc337b5883763ac8e1eaef58c1a435144b. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-05-15Remove account data on user deletionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-15Remove 2FA backup codes on user deletionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-15Merge pull request #4862 from coderkun/issue-440-localhost-regexJoas Schilling
Add IPv6 to “localhost” regex (#440)
2017-05-15Fix variable namesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-15Remove OC_App:installAppMorris Jobke
* uses Installer->installApp now * removes unused code * fixes #4453 * added some additional checks Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-15Bold link in footer on login pageMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-15[tx-robot] updated from transifexNextcloud bot
2017-05-14Add IPv6 to “localhost” regex (#440)coderkun
Signed-off-by: Oliver Hanraths <olli@coderkun.de>
2017-05-14[tx-robot] updated from transifexNextcloud bot
2017-05-13[tx-robot] updated from transifexNextcloud bot
2017-05-12Thows exception if password not availableMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-12Merge pull request #4816 from nextcloud/Ardinis-quota-files_externalMorris Jobke
Correctly calculate used space for quota with external storage
2017-05-12fix quota tests for external storageMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-12Correctly calculate used space for quota with external storageArdinis
issue #4348 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-12Merge pull request #4829 from nextcloud/theming-preview-clickMorris Jobke
Clicking on theming preview triggers fileupload dialog
2017-05-12Merge pull request #4809 from nextcloud/downstream-27676Lukas Reschke
Disable reset password link
2017-05-12Merge pull request #4825 from nextcloud/add-timeout-appstoreLukas Reschke
Add timeout for requests to appstore
2017-05-12Merge pull request #4822 from nextcloud/fix-input-sizeLukas Reschke
Fix size of enforced expiry date input
2017-05-12Merge pull request #4824 from nextcloud/log-connection-problems-appfetcherLukas Reschke
Log connectiong problems while fetching data from appstore
2017-05-12Fix unit testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-12Fix failed assertionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-12Merge pull request #4826 from nextcloud/hide-cropper-inputJoas Schilling
Hide checkbox in avatarcropper
2017-05-12Don't open the dialog for logo and backgroundJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-12Fix order of parameter and escapingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-12Clicking on theming preview triggers fileupload dialogMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-12Hide checkbox in avatarcropperMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-12[tx-robot] updated from transifexNextcloud bot
2017-05-12Merge pull request #4821 from nextcloud/update-redis-cluster-documentationMorris Jobke
Update redis cluster documentation
2017-05-12Add timeout for requests to appstoreMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>