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
2014-02-256.0.2 RC1Frank Karlitschek
2014-02-25Merge pull request #7386 from owncloud/stable6-fixhostnamewithportVincent Petry
Fix case where port is missing
2014-02-25Fix case where port is missingVincent Petry
2014-02-24Merge pull request #7369 from owncloud/stable6-smbmissingfilesicewind1991
[stable6] Fixed missing files on SMB storage
2014-02-24Fixed missing files on SMB storageVincent Petry
Files with attribute "N" weren't parsed out of the file list returned by smbclient. It seems that these files appear when created on a Linux SMB mount directly and that have no executable bit.
2014-02-22Added extra checks for ext storage classVincent Petry
2014-02-22Adjust version for stable6Lukas Reschke
2014-02-22Add overwritehost config on setup and upgradeLukas Reschke
2014-02-21fix test so that it doesn't depend on the array orderBjoern Schiessle
2014-02-21fix usersPath and add unit testsBjoern Schiessle
2014-02-21Updated submoduleVincent Petry
Includes XML fixes
2014-02-21fix sharing unit testsBjoern Schiessle
2014-02-21add unit test for \OC\URLGenerator::getAbsoluteURL to verify #6935Bjoern Schiessle
2014-02-21Merge pull request #7349 from owncloud/backport-7347Thomas Müller
Backport of #7347 to stable6
2014-02-21LDAP: fix and extend testsArthur Schiwon
2014-02-21LDAP: improve compilation of filtersArthur Schiwon
2014-02-21Fix "headers are already sent" introduced with #6519Lukas Reschke
Backport of #7347
2014-02-20Test if $url is already prefixed by '/'Thomas Tanghus
2014-02-20Add missing slash in URLGenerator::getAbsoluteURL(). Refs. #6840Thomas Tanghus
2014-02-20LDAP: prevent other configuration from being deleted when deleting the first ↵Arthur Schiwon
one which has an empty prefix for historical reasons
2014-02-20Update user.php to fix duplicate session-duplicatenhirokinet
2014-02-20Security Update: session fixationNARUKAWA Hiroki
Previous version is vulnerable to session fixation attack in some situations, guessing non-apache-module-php5 environment. Regeneration of session id should be done here.
2014-02-20Check whether the app is setLukas Reschke
2014-02-20Check whether the Key is setLukas Reschke
2014-02-20An admin should not be able to add remote and public services on its own. ↵Lukas Reschke
This should only be possible programmatically. This change is due the fact that an admin may not be expected to execute arbitrary code in every environment.
2014-02-18Make google drive client secret and dropbox api secret a password fieldJoas Schilling
Fix issue #5794 Backport of 828985d
2014-02-18External FTP Storage should request hostname instead of URLJoas Schilling
Fix issue #6277 Backport of 658af62
2014-02-18Use the proper content-typeLukas Reschke
We should use the proper content-type `application/xml` instead of the default `text/html` here. Backport requested.
2014-02-18Now using PHP session lifetime as default value for the JS configVincent Petry
This will fix the heartbeat when the session_lifetime config parameter hasn't been set explicitly. Backport of f9763e1fc5106320c7984eff14546f6815ee80d2
2014-02-17Merge pull request #7225 from owncloud/enc_improved_error_handling_oc6Vincent Petry
[encryption] improved error handling (OC6)
2014-02-17don't block login forever if we are stuck in the middle of the initial ↵Bjoern Schiessle
encryption
2014-02-17catch errors during decryptionBjoern Schiessle
Conflicts: apps/files_encryption/tests/util.php
2014-02-17catch errors during initial encryptionBjoern Schiessle
2014-02-14Send correct path on file upload when using public appJoas Schilling
Fix issue #7152
2014-02-12Also clean up the filecache table when deleting a storage entryRobin Appelman
2014-02-12Also remove the user's home storage from the storage table when deleting a userRobin Appelman
2014-02-11Load authentication apps to get users from all backends - fixes #7019Thomas Müller
2014-02-11Merge pull request #7157 from owncloud/stable6-xsendfilequotacheckVincent Petry
Fix xsendfile local storage detection with quota
2014-02-11Fix xsendfile local storage detection with quotaVincent Petry
2014-02-11Merge pull request #6778 from owncloud/fix_6430blizzz
on filtering the share box users and groups whose name begins with the s...
2014-02-10getData() always needs to return an arrayBjoern Schiessle
2014-02-10intendationArthur Schiwon
2014-02-10fix DIArthur Schiwon
2014-02-10Inject loggerArthur Schiwon
2014-02-10wrong tldArthur Schiwon
2014-02-10test for share dialoge sorterArthur Schiwon
2014-02-10sort following entries in alphabetical orderArthur Schiwon
2014-02-10move sorter into a classArthur Schiwon
2014-02-10respect coding guidelinesArthur Schiwon
2014-02-10on filtering the share box users and groups whose name begins with the ↵Arthur Schiwon
search term shall appear on top, fixes #6430