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
2013-11-13Merge pull request #5805 from owncloud/shared-storage-copy-folderlistFrank Karlitschek
Use View::copy and View::rename when copying or renaming files in the shared storage
2013-11-13Merge pull request #5806 from owncloud/styles-fix-external_storageFrank Karlitschek
Fix spacing issue for checkboxes, vertically center checkboxes on person...
2013-11-13Merge pull request #5809 from owncloud/fix5753Morris Jobke
LDAP Wizard: proper behaviour with anonymous bind, fixes #5753
2013-11-13Merge pull request #5768 from ↵Morris Jobke
owncloud/quota-workaroundwhenmissingrootsize-home-only Do not use -1 as the size for the root folder of the home storage
2013-11-13Merge pull request #5831 from owncloud/files-charatissueMorris Jobke
Fixed total dirs/files message hiding condition
2013-11-13Merge pull request #5447 from owncloud/fixing-5117-masterVincent Petry
No data corruption duriing parallel upload
2013-11-13Fixed total dirs/files message hiding conditionVincent Petry
Fixes #5829
2013-11-12Now using HomeStorage for legacy home storage idsVincent Petry
Legacy home storage ids with the format "local://path/to/datadir/user1" are now also wrapped by the HomeStorage.
2013-11-12rename fixPartialFilePath() to stripPartialFileExtension(), this name ↵Bjoern Schiessle
describes better what the method actually does
2013-11-12Now calling parent method when path is not rootVincent Petry
2013-11-12Do not use -1 as the size for the root folder of the home storageRobin Appelman
2013-11-12Merge pull request #5822 from owncloud/delete_hooks_trash_and_versionsMorris Jobke
Implement delete hooks for trashbin and filesversions apps.
2013-11-12add trash bin and file versions delete hooks in OC::registerPreviewHooksGeorg Ehrke
2013-11-12implement delete hooks in file versions libGeorg Ehrke
2013-11-12replace $path with '/files_trashbin/files/' . $fileGeorg Ehrke
2013-11-12add delete hook for trash bin appGeorg Ehrke
2013-11-12Merge pull request #5810 from owncloud/disbaledtextareasMorris Jobke
Disabled textareas should look like they are disabled
2013-11-12new line for css ruleMorris Jobke
2013-11-12missed some replacements... now tests should workBjoern Schiessle
2013-11-12Merge pull request #5816 from Wikinaut/patch-1Thomas Müller
Update config.sample.php
2013-11-12fixing tests for the new part file handlingBjoern Schiessle
2013-11-12Update config.sample.phpWikinaut
/* Enable maintenance mode to disable ownCloud If you want to prevent users to login to ownCloud before you start doing some maintenance work, you need to set the value of the maintenance parameter to true. Please keep in mind that users who are already logged-in are kicked out of ownCloud instantly. */
2013-11-11Disabled textareas should look like they are disabledArthur Schiwon
2013-11-11LDAP Wizard: make UI behaviour more consistent and more pleasant when ↵Arthur Schiwon
determining Base DN
2013-11-11LDAP Wizard: remove ugly whitespace where it should not beArthur Schiwon
2013-11-11Fix spacing issue for checkboxes, vertically center checkboxes on personal pageMorris Jobke
2013-11-11Use View::copy and View::rename when copying or renaming files in the shared ↵Robin Appelman
storage
2013-11-11let encryption app detect transfer id in path and handle it correctlyBjoern Schiessle
2013-11-11make it possible to detect transferID partBjoern Schiessle
2013-11-11Merge pull request #5804 from owncloud/files-selectionsummaryMorris Jobke
Selection summary is now displayed properly
2013-11-11Selection summary is now displayed properlyVincent Petry
Fixes #5775
2013-11-11Merge pull request #5707 from owncloud/fixwrongfilesizeintestsMorris Jobke
Fixed filesize issue in watchr test
2013-11-11Merge pull request #5769 from owncloud/files-changedirjseventMorris Jobke
Added JS event for when the user changes the directory
2013-11-11LDAP Wizard: determine port without credentials. don't hide the port input fieldArthur Schiwon
2013-11-11Merge pull request #5701 from owncloud/sharing-updateownerfoldersizesMorris Jobke
Fixed watcher to also update the owner's folder sizes
2013-11-11LDAP Wizard: improve check for Agent DN and CredentialsArthur Schiwon
2013-11-11[tx-robot] updated from transifexJenkins for ownCloud
2013-11-10Merge pull request #5687 from owncloud/fixing-5659-masterThomas Müller
display the exception instead of meaningless message
2013-11-10Merge pull request #5759 from owncloud/fixing-5757-masterThomas Müller
adding proper htaccess commands for Apache 2.4
2013-11-09[tx-robot] updated from transifexJenkins for ownCloud
2013-11-09Merge pull request #5763 from owncloud/fixing-sharing-ocs-api-masterThomas Müller
the filesystem has to be initialized once we know the user
2013-11-08LDAP Wizard: keep Base DN always visibleArthur Schiwon
2013-11-08implementing solution using <ifModule mod_authz_core>Thomas Müller
2013-11-08Merge pull request #5762 from owncloud/files-uploaderrordelayJan-Christoph Borchardt
Increased upload error delay to 10 seconds
2013-11-08Added JS event for when the user changes the directoryVincent Petry
This enables apps to detect directory changes which might be caused by the user using the browser back button.
2013-11-08the filesystem has to be initialized once we know the userThomas Müller
2013-11-08Increased upload error delay to 10 secondsVincent Petry
Fixes #5662 Also made it use OC.Notification instead of directly access the notification HTML element.
2013-11-08adding proper htaccess commands for Apache 2.4Thomas Müller
2013-11-08Merge pull request #5747 from owncloud/scanner-post-hooksMorris Jobke
Add post hooks for filesystem scanner
2013-11-07Now removing stray old cookies from 5.0.12Vincent Petry
Cookies from 5.0.12 seemed to have an extra slash in the path. Firefox doesn't allow to remove them if the trailing slash isn't there, thus making it impossible to logout correctly. This fix adds extra code to delete such stray cookies. Ported from stable5 branch 99e5c6f7eb58404be2cc5448ec380f29c9a71225