summaryrefslogtreecommitdiffstats
path: root/lib/private/share
Commit message (Expand)AuthorAgeFilesLines
...
* unit tests for grouping of shares pointing to the same sourceBjoern Schiessle2014-09-221-1/+1
* group shares and combine permissionsBjoern Schiessle2014-09-221-237/+249
* Merge pull request #10858 from owncloud/issue/10847VicDeo2014-09-091-1/+1
|\
| * Use correct language package so the subject is correctly translatedJoas Schilling2014-09-041-1/+1
* | Readd TOKEN_LENGTHkondou2014-09-042-1/+3
* | Use base62 and remove configuration options for link lengthkondou2014-09-041-7/+2
* | Change config.sample entry and use MediumSecuritykondou2014-09-041-1/+1
* | Adapt token size to new generation and add an option for free length specific...kondou2014-09-041-16/+5
* | Use a route instead of s.php and convert tokens asapkondou2014-09-042-3/+20
* | Initial work on shorter linkskondou2014-09-041-1/+1
|/
* Use public api for getting l10nRobin Appelman2014-08-312-6/+6
* kill OC::$sessionJörn Friedrich Dreyer2014-08-291-2/+2
* Merge pull request #9915 from suraia/unsharefromself-sourceBjörn Schießle2014-08-271-6/+7
|\
| * Allow specifying the item source in unshareFromSelf().Michael Kuhn2014-07-261-6/+7
* | we need the recipient as a additional parameter to know for which share the n...Bjoern Schiessle2014-08-131-3/+4
* | Add scrollto to the url if sharing a file for long file listsTom Needham2014-08-091-3/+9
* | Fix link to files and folders in internal share emailsTom Needham2014-08-091-4/+3
* | typo fix from transifex suggestionVolkan Gezer2014-08-061-2/+2
* | Merge pull request #10191 from owncloud/sharing_rm_trailing_slashMorris Jobke2014-08-051-1/+2
|\ \
| * | remove trailing slash from pathBjoern Schiessle2014-08-051-1/+2
* | | don't display share permission if resharing was disabled by the adminBjoern Schiessle2014-08-051-1/+1
|/ /
* | Merge pull request #10025 from owncloud/l10n-typoThomas Müller2014-08-041-8/+8
|\ \
| * | expire -> expirationVolkan Gezer2014-08-021-6/+6
| * | suggestions by deepdiverVolkan Gezer2014-08-011-4/+4
| * | typo fix from transifex suggestionVolkan Gezer2014-07-301-2/+2
* | | Merge pull request #9970 from owncloud/sharing_set_expire_dateMorris Jobke2014-07-301-1/+2
|\ \ \ | |/ / |/| |
| * | make sure that we set the expire date if a date is adefault date is setBjoern Schiessle2014-07-281-1/+2
* | | remove share permission if user is excluded from sharingBjoern Schiessle2014-07-291-1/+1
|/ /
* / add OCS api call to set expire date for link sharesBjoern Schiessle2014-07-251-5/+54
|/
* Merge pull request #9561 from libasys/patch-3icewind19912014-07-151-1/+1
|\
| * Update share.phplibasys2014-07-101-1/+1
| * Update share.phplibasys2014-07-101-1/+1
* | Fix for #9422Daniel Hansson2014-07-091-14/+11
|/
* BugFix missing $item on 'file_target' Line 1911libasys2014-07-081-1/+1
* make sure that during share and unshare the etags get propagated correctlyBjoern Schiessle2014-06-252-12/+70
* 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-062-36/+79
* 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
* make sure that we remove all shares refering to the same parentBjoern Schiessle2014-06-061-21/+0
* 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-193-8/+8
* 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-162-8/+12
|\