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 (Expand)Author
2014-05-16allow admin to enforce passwords for public link sharesBjoern Schiessle
2014-05-13fix PHPDocThomas Müller
2014-05-13adding PHPDocThomas Müller
2014-05-13fixing typo and missing @throwsThomas Müller
2014-05-13Fix all PHPDoc types and variable names, in /libRobin McCorkell
2014-05-13Squash 'a | b' into 'a|b', in /libRobin McCorkell
2014-05-13Fix @return array PHPDocs, in /libRobin McCorkell
2014-05-08Merge pull request #8221 from owncloud/type-hinting-sharingVincent Petry
2014-05-07Use 'boolean' as type instead of 'bool'Bart Visscher
2014-05-06TypoBart Visscher
2014-05-01Some more params are optionalBart Visscher
2014-04-28Merge branch 'master' into type-hinting-sharingBart Visscher
2014-04-25Better handle return values from Filesystem::getMountBy*Robin McCorkell
2014-04-24Merge pull request #8026 from owncloud/remove_shared_folderBjörn Schießle
2014-04-24add additional rows to the select statement, 'stime' is needed for the expire...Bjoern Schiessle
2014-04-24add setting to set default expire dateBjoern Schiessle
2014-04-24This adds one more missing untranslated text from lib/shareVolkan Gezer
2014-04-23remove hard-coded shared folderBjoern Schiessle
2014-04-23some fixes to make the gallery work, this made it necessary to adjust some te...Bjoern Schiessle
2014-04-23we don't allow to share a folder if it contains a share mount pointBjoern Schiessle
2014-04-23allow to rename group share mount pointsBjoern Schiessle
2014-04-23fix target generation for group sharesBjoern Schiessle
2014-04-23fix share api testsBjoern Schiessle
2014-04-23add api to get shares from a specific userBjoern Schiessle
2014-04-23add some action itemsBjoern Schiessle
2014-04-23Merge pull request #8009 from owncloud/feature/add-sharing-targetJoas Schilling
2014-04-23Merge pull request #8068 from wakeup/fix-share.php-string-extractionThomas Müller
2014-04-22Make lib/** share.php strings extractable for translationVolkan Gezer
2014-04-15Fix PHPdoc in OC\Share\Share and OCP\ShareBart Visscher
2014-04-15Merge pull request #7780 from owncloud/share-file-existsBjörn Schießle
2014-04-09Fix Undefined index: storage in share.phpJoas Schilling
2014-04-09Do not query when the list is emptyJoas Schilling
2014-04-09Add option to getUsersSharingFile() to get the paths for the shared usersJoas Schilling
2014-04-03Merge pull request #7476 from owncloud/type-hintingThomas Müller
2014-04-02Verify that a file exists before we share itRobin Appelman
2014-03-31Merge branch 'master' into type-hintingBart Visscher
2014-03-31select statement always need to contain file_source respectively item_sourceBjoern Schiessle
2014-03-28Emit event after setting a new expiration for a shareMorris Jobke
2014-03-25finally fix the paths for the OCS Share APIBjoern Schiessle
2014-03-25fix path creation for re-shares, issue #7662Bjoern Schiessle
2014-03-25don't assign variables in if conditionBjoern Schiessle
2014-03-25add todoBjoern Schiessle
2014-03-25always return an arrayBjoern Schiessle
2014-03-25seperate formatResults()Bjoern Schiessle
2014-03-25don't assign variables in if conditionsBjoern Schiessle
2014-03-25use variableBjoern Schiessle
2014-03-25seperate transformDBResultsBjoern Schiessle
2014-03-25seperate creation of select statementBjoern Schiessle
2014-03-25remove prepFileTarget() seems that it is no longer in useBjoern Schiessle
2014-03-25add a "helper" and a "hooks" class. Move constants needed by multiple classesBjoern Schiessle