summaryrefslogtreecommitdiffstats
path: root/core/ajax/share.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | ajax/share.php should return correct list of suggestions
| * Make sure we do not return people that we already shared withRoeland Jago Douma2015-03-251-0/+17
| | | | | | | | | | We should use the provided list of users and groups that we already shared with to filter suggestions.
* | Merge pull request #15169 from rullzer/fix_displayNamesInGroupMorris Jobke2015-03-301-1/+1
|\ \ | | | | | | Groupmanagers displayNamesInGroup should actually search in displaynames
| * | Call the proper functionRoeland Jago Douma2015-03-241-1/+1
| |/ | | | | | | * Fix for #6967
* / Update license headersJenkins for ownCloud2015-03-261-18/+32
|/
* Revert "Updating license headers"Morris Jobke2015-02-261-33/+19
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-19/+33
|
* Manually type-case all AJAX filesLukas Reschke2015-02-131-38/+38
| | | | | | This enforces proper types on POST and GET arguments where I considered it sensible. I didn't update some as I don't know what kind of values they would support :see_no_evil: Fixes https://github.com/owncloud/core/issues/14196 for core
* 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
| | | | | | | | | | | | | | Beside some small improvements and bug fixes this will probably the final state for OC8. To test this you need to set up two ownCloud instances. Let's say: URL: myPC/firstOwnCloud user: user1 URL: myPC/secondOwnCloud user: user2 Now user1 can share a file with user2 by entering the username and the URL to the second ownCloud to the share-drop-down, in this case "user2@myPC/secondOwnCloud". The next time user2 login he will get a notification that he received a server-to-server share with the option to accept/decline it. If he accept it the share will be mounted. In both cases a event will be send back to user1 and add a notification to the activity stream that the share was accepted/declined. If user1 decides to unshare the file again from user2 the share will automatically be removed from the second ownCloud server and user2 will see a notification in his activity stream that user1@myPC/firstOwnCloud has unshared the file/folder from him.
* Merge pull request #9512 from libasys/patch-2Lukas Reschke2014-09-091-1/+2
|\ | | | | Fix use Sharing Api with calendar
| * Fix use Sharing Api with calendarlibasys2014-07-081-2/+3
| | | | | | | | | | Without this fix it logs this error: Undefined index: itemSourceName at /opt/local/apache2/htdocs/oc7/core/ajax/share.php#44 I think the itemSourceName is only used with sharing files!
* | 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 ↵Bjoern Schiessle2014-08-131-2/+2
| | | | | | | | notification was send
* | 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
| | | | Fix #4823
* Merge pull request #5857 from owncloud/type-ahead-share-by-mail-masterThomas Müller2014-04-111-0/+28
|\ | | | | introduce auto completion on share email - integrated with the contactsm...
| * 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 ↵Thomas Müller2013-11-141-0/+24
| | | | | | | | contactsmanager api
* | killing some more calls to OC_App::loadApps(); - because we load all apps in ↵Thomas Müller2014-03-251-1/+0
| | | | | | | | handleRequest()
* | Merge pull request #7557 from owncloud/issue/7297Vincent Petry2014-03-191-0/+8
|\ \ | | | | | | Do not allow setting an expiration date in the past
| * | Do not allow setting an expiration date in the pastJoas Schilling2014-03-051-0/+8
| | | | | | | | | | | | Fix #7297
* | | 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 ↵Arthur Schiwon2014-02-111-0/+24
| | | | | | | | search term shall appear on top, fixes #6430
* | 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
| | | | get the data via complicated db queries
* Merge pull request #5446 from frisco82/fixNotifyUserFrank Karlitschek2013-10-211-1/+1
|\ | | | | Fix notify user checkbox
| * 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 ↵Ramiro Aparicio2013-10-211-3/+4
|/ | | | styling, fix strong for groups when english is not being used
* 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
| | | | | | It seems that array brackets are only supported starting with PHP 5.4. Fixed the array brackets to be compatible and not cause a syntax error in PHP 5.3.
* 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
|\ | | | | | | | | Conflicts: lib/util.php
| * 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
| |