summaryrefslogtreecommitdiffstats
path: root/lib/private/share/helper.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #17163 from owncloud/update-licensesLukas Reschke2015-06-271-0/+1
|\
| * update license headers and authorsMorris Jobke2015-06-251-0/+1
* | Use \OC\HintException and translate the hintJoas Schilling2015-06-221-4/+8
* | Merge spliteUserRemote with fixRemoteUrlInShareWithJoas Schilling2015-06-221-21/+39
* | make sure that we split username and server address at the first '@' from the...Bjoern Schiessle2015-06-221-0/+22
|/
* Merge pull request #13896 from owncloud/share-generatetarget-remove-excludeBjörn Schießle2015-04-091-17/+2
|\
| * Dont create exclude list for generating the share targetRobin Appelman2015-02-041-17/+2
* | Merge pull request #13938 from owncloud/deprecate-iappconfigThomas Müller2015-03-271-3/+5
|\ \
| * | migrate share helper method to IConfigMorris Jobke2015-03-181-3/+5
* | | Update license headersJenkins for ownCloud2015-03-261-12/+18
|/ /
* / Extract the remote host from user input in share dropdownJoas Schilling2015-02-231-0/+30
|/
* Fix reshare permission change to not impair other deletion codeVincent Petry2015-01-221-8/+19
* don't delete share table entries for the unique name if re-share permission w...Bjoern Schiessle2015-01-071-4/+4
* Next step in server-to-server sharing next generation, see #12285Bjoern Schiessle2014-12-191-1/+1
* Consolidate if statement, and update unit testMiguel Prokop2014-11-211-4/+2
* fix calculation of expiration date if there is a default expiration date set ...Miguel Prokop2014-11-211-3/+8
* some small fixed, suggested by scrutinizerBjoern Schiessle2014-09-291-3/+1
* on unshare only unshare childrens if there is no other parent availableBjoern Schiessle2014-09-261-4/+20
* call \OCP\Share::getItemsSharedWithUser() to get exclude list, this way all c...Bjoern Schiessle2014-09-251-29/+5
* generateTarget() will always find a unique targetBjoern Schiessle2014-09-241-77/+40
* make sure that during share and unshare the etags get propagated correctlyBjoern Schiessle2014-06-251-4/+18
* only expire link sharesBjoern Schiessle2014-06-061-0/+12
* make sure that we remove all shares refering to the same parentBjoern Schiessle2014-06-061-21/+0
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-2/+2
* use default expire date only for link sharesBjoern Schiessle2014-05-161-3/+3
* fixing typo and missing @throwsThomas Müller2014-05-131-1/+2
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-10/+10
* add setting to set default expire dateBjoern Schiessle2014-04-241-0/+49
* add a "helper" and a "hooks" class. Move constants needed by multiple classesBjoern Schiessle2014-03-251-0/+202