summaryrefslogtreecommitdiffstats
path: root/core/ajax/share.php
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Make group suffix in share dialog translatabledampfklon2013-08-221-1/+5
* Use templates to theme share e-mails (#3683)Stephan Arts2013-06-141-9/+14
* Merge pull request #2320 from ceri/masterFrank Karlitschek2013-03-151-2/+2
|\
| * Correct emails when folders are shared.Ceri Davies2013-03-141-2/+2
* | use display name as sender for private link mails, approved in #2294Björn Schießle2013-03-141-1/+1
|/
* up limit of share dropdown from 4 to 15, scrollbar after 4 1/2 entries, fix #135Jan-Christoph Borchardt2013-02-281-3/+3
* Style cleanup core dirBart Visscher2013-02-211-10/+52
* search display name instead of uid; fix key/value order for array accessBjörn Schießle2013-01-281-1/+1
* show display name instead of uidBjörn Schießle2013-01-251-9/+10
* Sanitize the exceptionLukas Reschke2013-01-191-1/+1
* fixes default email sender addressRandolph Carter2012-12-191-5/+1
* moving sharing email code to coreThomas Mueller2012-12-101-0/+36
* implement share via link tokenJörn Friedrich Dreyer2012-11-201-4/+10
* Load all apps in core share ajax file for apps to register their share backendsMichael Gapczynski2012-10-271-0/+1
* Merge branch 'master' into routingBart Visscher2012-10-171-2/+11
|\
| * Fix autocomplete search for users for groups only share policyMichael Gapczynski2012-10-091-6/+11
| * fix for bug #1942: Allow user to share with every group if "allow users to sh...Björn Schießle2012-10-091-1/+5
* | Make the core ajax calls use the routerBart Visscher2012-10-021-1/+0
|/
* Added a missing CSRF checkLukas Reschke2012-09-221-0/+2
* Merge branch 'master' into share_expirationMichael Gapczynski2012-09-121-20/+18
|\
| * Temporarily disable sharing with contacts and emails, will come in next releaseMichael Gapczynski2012-09-121-17/+17
| * Fix shared collection item searchingMichael Gapczynski2012-09-091-1/+1
| * Remove closing php tagThomas Müller2012-09-041-2/+0
* | Add support for share expirationMichael Gapczynski2012-09-011-0/+6
|/
* Reimplement links support for sharing and add password protection optionMichael Gapczynski2012-08-271-3/+12