summaryrefslogtreecommitdiffstats
path: root/lib/private/share/share.php
Commit message (Expand)AuthorAgeFilesLines
* make sure that during share and unshare the etags get propagated correctlyBjoern Schiessle2014-06-251-8/+52
* Fix check for shared files inside sharesRobin Appelman2014-06-141-3/+3
* Add server<->server sharing backendRobin Appelman2014-06-141-1/+1
* Added ORDER BY to enforce share entry orderVincent Petry2014-06-111-0/+1
* only expire link sharesBjoern Schiessle2014-06-061-36/+67
* make sure that we only delete shares for the current userBjoern Schiessle2014-06-061-3/+8
* only unshare user share if it was shared with the current userBjoern Schiessle2014-06-061-1/+2
* fix unshareFromSelf()Bjoern Schiessle2014-06-061-23/+38
* don't allow to share single files with delete permissions, user should only b...Bjoern Schiessle2014-06-061-0/+5
* unify share settingsBjoern Schiessle2014-06-051-3/+13
* - drop permissions table and related codeThomas Müller2014-06-051-4/+4
* allow admin to disable sharing for specific groups of usersBjoern Schiessle2014-05-221-1/+9
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-3/+3
* Automatically copy the share expiration date when new shares are createdJoas Schilling2014-05-191-31/+93
* Merge pull request #8555 from owncloud/sharing_default_expire_only_public_linksBjörn Schießle2014-05-161-5/+9
|\
| * use default expire date only for link sharesBjoern Schiessle2014-05-161-5/+9
* | allow admin to enforce passwords for public link sharesBjoern Schiessle2014-05-161-1/+10
|/
* fix PHPDocThomas Müller2014-05-131-3/+5
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-11/+11
* Squash 'a | b' into 'a|b', in /libRobin McCorkell2014-05-131-1/+1
* Merge pull request #8221 from owncloud/type-hinting-sharingVincent Petry2014-05-081-94/+95
|\
| * Use 'boolean' as type instead of 'bool'Bart Visscher2014-05-071-21/+21
| * TypoBart Visscher2014-05-061-1/+1
| * Some more params are optionalBart Visscher2014-05-011-3/+3
| * Merge branch 'master' into type-hinting-sharingBart Visscher2014-04-281-95/+212
| |\
| * | Fix PHPdoc in OC\Share\Share and OCP\ShareBart Visscher2014-04-151-87/+88
* | | Better handle return values from Filesystem::getMountBy*Robin McCorkell2014-04-251-1/+1
| |/ |/|
* | Merge pull request #8026 from owncloud/remove_shared_folderBjörn Schießle2014-04-241-16/+54
|\ \
| * | remove hard-coded shared folderBjoern Schiessle2014-04-231-1/+1
| * | some fixes to make the gallery work, this made it necessary to adjust some te...Bjoern Schiessle2014-04-231-0/+1
| * | we don't allow to share a folder if it contains a share mount pointBjoern Schiessle2014-04-231-0/+16
| * | allow to rename group share mount pointsBjoern Schiessle2014-04-231-0/+1
| * | fix target generation for group sharesBjoern Schiessle2014-04-231-10/+18
| * | fix share api testsBjoern Schiessle2014-04-231-5/+1
| * | add api to get shares from a specific userBjoern Schiessle2014-04-231-0/+16
* | | add additional rows to the select statement, 'stime' is needed for the expire...Bjoern Schiessle2014-04-241-3/+3
* | | add setting to set default expire dateBjoern Schiessle2014-04-241-2/+13
* | | This adds one more missing untranslated text from lib/shareVolkan Gezer2014-04-241-3/+4
|/ /
* | Merge pull request #8009 from owncloud/feature/add-sharing-targetJoas Schilling2014-04-231-11/+52
|\ \
| * | Do not query when the list is emptyJoas Schilling2014-04-091-14/+16
| * | Add option to getUsersSharingFile() to get the paths for the shared usersJoas Schilling2014-04-091-11/+50
* | | Merge pull request #8068 from wakeup/fix-share.php-string-extractionThomas Müller2014-04-231-63/+89
|\ \ \ | |_|/ |/| |
| * | Make lib/** share.php strings extractable for translationVolkan Gezer2014-04-221-63/+89
| |/
* | Merge pull request #7780 from owncloud/share-file-existsBjörn Schießle2014-04-151-0/+10
|\ \
| * | Verify that a file exists before we share itRobin Appelman2014-04-021-0/+10
| |/
* / Fix Undefined index: storage in share.phpJoas Schilling2014-04-091-1/+1
|/
* select statement always need to contain file_source respectively item_sourceBjoern Schiessle2014-03-311-2/+2
* Emit event after setting a new expiration for a shareMorris Jobke2014-03-281-1/+8
* finally fix the paths for the OCS Share APIBjoern Schiessle2014-03-251-2/+4
* fix path creation for re-shares, issue #7662Bjoern Schiessle2014-03-251-2/+7