summaryrefslogtreecommitdiffstats
path: root/core/ajax/share.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #17163 from owncloud/update-licensesLukas Reschke2015-06-271-1/+2
|\
| * update license headers and authorsMorris Jobke2015-06-251-1/+2
* | Merge pull request #17008 from owncloud/fix-17006Björn Schießle2015-06-261-0/+2
|\ \
| * | Use \OC\HintException and translate the hintJoas Schilling2015-06-221-0/+2
| |/
* | Merge pull request #17165 from owncloud/federated_cloud_sharing_search_addres...Thomas Müller2015-06-261-0/+16
|\ \
| * | search address book for federated cloud idBjoern Schiessle2015-06-251-0/+16
| |/
* / Fix for #17178Roeland Jago Douma2015-06-251-2/+9
|/
* add support for limit request parameter to getShareWithCraig Morrissey2015-05-151-3/+5
* Use internally \OCP\ILogger instead of \OC\LogMorris Jobke2015-04-301-1/+1
* Add "Reply-To" support to sharing mails and refactor codeLukas Reschke2015-04-101-2/+16
* Merge pull request #15182 from rullzer/fix-8231Thomas Müller2015-04-101-0/+17
|\
| * Make sure we do not return people that we already shared withRoeland Jago Douma2015-03-251-0/+17
* | Merge pull request #15169 from rullzer/fix_displayNamesInGroupMorris Jobke2015-03-301-1/+1
|\ \
| * | Call the proper functionRoeland Jago Douma2015-03-241-1/+1
| |/
* / Update license headersJenkins for ownCloud2015-03-261-18/+32
|/
* Revert "Updating license headers"Morris Jobke2015-02-261-33/+19
* Updating license headersJenkins for ownCloud2015-02-231-19/+33
* Manually type-case all AJAX filesLukas Reschke2015-02-131-38/+38
* kill ancient codeMorris Jobke2015-01-201-17/+0
* shareType and permissions are integersBjoern Schiessle2015-01-071-2/+2
* Next step in server-to-server sharing next generation, see #12285Bjoern Schiessle2014-12-191-1/+16
* Merge pull request #9512 from libasys/patch-2Lukas Reschke2014-09-091-1/+2
|\
| * Fix use Sharing Api with calendarlibasys2014-07-081-2/+3
* | Use public api for getting l10nRobin Appelman2014-08-311-3/+3
* | we need the recipient as a additional parameter to know for which share the n...Bjoern Schiessle2014-08-131-2/+2
* | in case $_POST['itemSourceName'] does not exist we simply default it to nullThomas Müller2014-08-011-1/+2
* | add OCS api call to set expire date for link sharesBjoern Schiessle2014-07-251-11/+5
|/
* set minDate and maxDate in datepickerBjoern Schiessle2014-06-061-0/+2
* unify share settingsBjoern Schiessle2014-06-051-3/+3
* Automatically copy the share expiration date when new shares are createdJoas Schilling2014-05-191-1/+2
* Merge pull request #5857 from owncloud/type-ahead-share-by-mail-masterThomas Müller2014-04-111-0/+28
|\
| * Fix copy/paste error :PThomas Tanghus2014-03-251-1/+1
| * 'ID' => 'id' and check existence of EMAILThomas Tanghus2014-03-251-1/+5
| * introduce auto completion on share email - integrated with the contactsmanage...Thomas Müller2013-11-141-0/+24
* | killing some more calls to OC_App::loadApps(); - because we load all apps in ...Thomas Müller2014-03-251-1/+0
* | Merge pull request #7557 from owncloud/issue/7297Vincent Petry2014-03-191-0/+8
|\ \
| * | Do not allow setting an expiration date in the pastJoas Schilling2014-03-051-0/+8
* | | send an individual email to each recipientThomas Müller2014-03-101-2/+9
|/ /
* | clean up the sharing ajax calls, add mail notification classBjoern Schiessle2014-02-191-99/+13
* | fix DIArthur Schiwon2014-02-111-1/+2
* | move sorter into a classArthur Schiwon2014-02-111-24/+3
* | respect coding guidelinesArthur Schiwon2014-02-111-1/+1
* | on filtering the share box users and groups whose name begins with the search...Arthur Schiwon2014-02-111-0/+24
* | use localised date in notification mailsBjoern Schiessle2014-01-271-5/+4
* | add expire date to link share if possibleBjoern Schiessle2014-01-241-2/+19
|/
* pass the name of the item source from the browser to the server - no need to ...Thomas Müller2013-10-231-1/+2
* Merge pull request #5446 from frisco82/fixNotifyUserFrank Karlitschek2013-10-211-1/+1
|\
| * fix notify user, and made js more resiliant to changesRamiro Aparicio2013-10-211-1/+1
* | fix user displayName not being shown after add, added class for improved styl...Ramiro Aparicio2013-10-211-3/+4
|/
* find users which are in the same groupBjoern Schiessle2013-10-081-1/+1