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
2016-03-029.0.0 RC1v9.0.0RC1C Montero-Luque
2016-03-01Merge pull request #22757 from owncloud/apply-licenseC. Montero Luque
Update copyright information and author file
2016-03-01Merge pull request #22756 from owncloud/exclude-custom-data-dirC. Montero Luque
Exclude custom data directory from integrity checker
2016-03-01Merge pull request #22684 from owncloud/part-file-rootC. Montero Luque
allow putting the part file in the view root
2016-03-01Merge branch 'master' into exclude-custom-data-dirC. Montero Luque
2016-03-01Merge branch 'master' into part-file-rootC. Montero Luque
2016-03-01Merge pull request #22742 from owncloud/ceph-keystone-readinessC. Montero Luque
Use readiness notification socket to be absolutely sure this works
2016-03-01Add new appsLukas Reschke
2016-03-01Remove Scrutinizer Auto FixerLukas Reschke
2016-03-01Map MaciLukas Reschke
2016-03-01Update author informationLukas Reschke
Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
2016-03-01Exclude custom data directory from integrity checkerLukas Reschke
We should not scan any custom data directory in the integrity checker as well. Otherwise this would lead to a massive increased update time that may likely exceed the timeout. To test this: 1. Install ownCloud 8.2.2, set as data dir another folder than `data` such as `data-asdf`. Make sure that folder lives in the web root as well. 2. Update that instance to 9.0.0 beta2 => Errors are shown in the code integrity check 3. Apply this patch and trigger the rescan in the admin settings => No errors are shown anymore (can also do a new update with that patch applied) Fixes https://github.com/owncloud/core/issues/22698
2016-03-01add config sampleRobin Appelman
2016-03-01allow putting the part file in the view rootRobin Appelman
2016-03-01Merge pull request #22699 from owncloud/checksum_int_testThomas Müller
Checksum intergration tests and fixes
2016-03-01Merge pull request #22686 from owncloud/cleanup_remote_address_booksThomas Müller
remove remote address book if access was revoked
2016-03-01local entrypoint.sh isn't needed - all fixes are upstreamMorris Jobke
2016-03-01Save some calls to refreshInfo during uploadVincent Petry
2016-03-01Fix unit testsRoeland Jago Douma
2016-03-01Checksums on chunked filesRoeland Jago Douma
We should also store checksums on chunked files. We do not checksum individual chunks but only the final file.
2016-03-01Remove checksum on upload of non checksumed fileRoeland Jago Douma
When we overwrite a checksumed file with a file without a checksum we should remove the checksum from the server. This is done by setting the column to empty.
2016-03-01Checksum intergration testRoeland Jago Douma
* Upload file with checksum * Chunked upload with checksum * Copy file with checksum should also copy the checksum * Moving a file with checksum should also move the checksum * Uploading a file with checksum and overwriting it with a file without cheksum should remove the checksum
2016-03-01Merge pull request #22681 from owncloud/add-autodiscovery-for-ocsThomas Müller
Add autodiscovery support to server-to-server sharing implementation
2016-03-01Merge pull request #22728 from owncloud/external-share-testremoteThomas Müller
use ocs discover endpoint to test remote
2016-03-01Merge pull request #17451 from owncloud/apps-disablebrokenappafterenableThomas Müller
Disable app that bricks the server after enabling
2016-03-01increase version numberBjoern Schiessle
2016-03-01Use sockets for startup notification in primary storage testsMorris Jobke
2016-03-01Handle null caseThomas Müller
2016-03-01Merge pull request #22700 from owncloud/only_1_linkshareThomas Müller
For now only allow 1 link share per file/folder
2016-03-01Merge pull request #22731 from owncloud/hide-nodes-from-listeningThomas Müller
Hides nodes from listing that the user has no access to
2016-03-01Merge pull request #22613 from owncloud/quota-changedavreturnvaluewhennoquotasetThomas Müller
Don't return quota when none set
2016-03-01Intergration testsRoeland Jago Douma
2016-03-01Merge pull request #22667 from owncloud/scrollbarThomas Müller
make scrollbar less obnoxious: tad narrower, rounded corners
2016-03-01Merge pull request #22677 from ↵Thomas Müller
owncloud/allow-to-overwrite-single-l10n-string-via-theme Allow to overwrite a single language string via the theme folder
2016-03-01For now only allow 1 link share per file/folderRoeland Jago Douma
Fixes #22692 This is a temp fix util we get #22327 We just block it in the OCS Share API since we have 1 endpoint now anyway.
2016-03-01Merge pull request #22691 from ↵Thomas Müller
owncloud/distributions-are-gone-insane-nobody-ever-should-install-the-owncloud-debian-package Add question from where ownCloud was installed
2016-03-01Merge pull request #22722 from owncloud/fix-personal-pageThomas Müller
fix personal page layout for LDAP users, fix #22272
2016-03-01Merge pull request #22725 from owncloud/app-bannersThomas Müller
compress app banners on personal page
2016-03-01Merge pull request #22727 from owncloud/decrypt_all_master_keyThomas Müller
make decrypt all work with the master key
2016-03-01Merge pull request #22733 from owncloud/size-propagation-new-fileThomas Müller
fix size propagation for new files
2016-03-01Merge pull request #22736 from owncloud/propagation-ignore-encryptionThomas Müller
ignore encryption keys for propagation
2016-03-01Merge pull request #22740 from owncloud/fix_resare_updatesThomas Müller
Check correct permissions when resharing
2016-03-01[tx-robot] updated from transifexJenkins for ownCloud
2016-03-01Merge pull request #22707 from owncloud/use-our-public-apiThomas Müller
Use IQueryBuilder::PARAM_* instead of \PDO::PARAM_*
2016-03-01Only use scanner if remote is an ownCloudLukas Reschke
2016-03-01/shareinfo is not requiredLukas Reschke
2016-03-01Fix testsLukas Reschke
2016-03-01Add missing trailing slashLukas Reschke
2016-03-01use ocs discover endpoint to test remoteRobin Appelman
2016-03-01Fix Scrutinizer issuesLukas Reschke