summaryrefslogtreecommitdiffstats
path: root/core/ajax/share.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed array syntax to work with PHP 5.3Vincent Petry2013-10-041-1/+1
* fix array_diff callBjoern Schiessle2013-10-041-1/+1
* fix mail subject; don't show time for expire dateBjoern Schiessle2013-09-301-2/+3
* use template for txt and html mails to send notification mailsBjoern Schiessle2013-09-251-19/+22
* coding-style fixesBjoern Schiessle2013-09-031-2/+14
* Merge branch 'master' into sharing_mail_notification_masterBjoern Schiessle2013-09-021-6/+5
|\
| * Use Group methods for searching, fixes #4201Arthur Schiwon2013-08-301-6/+5
* | add expiration date if it is already setBjoern Schiessle2013-08-301-2/+6
* | don't send mail to the user who shared the fileBjoern Schiessle2013-08-301-0/+3
* | set sendMail status back to falseBjoern Schiessle2013-08-301-5/+3
* | some clean-upBjoern Schiessle2013-08-301-51/+32
* | enable user to inform recipients about a shared file by mailBjoern Schiessle2013-08-301-4/+102
|/