Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Automatically copy the share expiration date when new shares are created | Joas Schilling | 2014-05-19 | 1 | -1/+2 |
| | | | | Fix #4823 | ||||
* | Merge pull request #5857 from owncloud/type-ahead-share-by-mail-master | Thomas Müller | 2014-04-11 | 1 | -0/+28 |
|\ | | | | | introduce auto completion on share email - integrated with the contactsm... | ||||
| * | Fix copy/paste error :P | Thomas Tanghus | 2014-03-25 | 1 | -1/+1 |
| | | |||||
| * | 'ID' => 'id' and check existence of EMAIL | Thomas Tanghus | 2014-03-25 | 1 | -1/+5 |
| | | |||||
| * | introduce auto completion on share email - integrated with the ↵ | Thomas Müller | 2013-11-14 | 1 | -0/+24 |
| | | | | | | | | contactsmanager api | ||||
* | | killing some more calls to OC_App::loadApps(); - because we load all apps in ↵ | Thomas Müller | 2014-03-25 | 1 | -1/+0 |
| | | | | | | | | handleRequest() | ||||
* | | Merge pull request #7557 from owncloud/issue/7297 | Vincent Petry | 2014-03-19 | 1 | -0/+8 |
|\ \ | | | | | | | Do not allow setting an expiration date in the past | ||||
| * | | Do not allow setting an expiration date in the past | Joas Schilling | 2014-03-05 | 1 | -0/+8 |
| | | | | | | | | | | | | Fix #7297 | ||||
* | | | send an individual email to each recipient | Thomas Müller | 2014-03-10 | 1 | -2/+9 |
|/ / | |||||
* | | clean up the sharing ajax calls, add mail notification class | Bjoern Schiessle | 2014-02-19 | 1 | -99/+13 |
| | | |||||
* | | fix DI | Arthur Schiwon | 2014-02-11 | 1 | -1/+2 |
| | | |||||
* | | move sorter into a class | Arthur Schiwon | 2014-02-11 | 1 | -24/+3 |
| | | |||||
* | | respect coding guidelines | Arthur Schiwon | 2014-02-11 | 1 | -1/+1 |
| | | |||||
* | | on filtering the share box users and groups whose name begins with the ↵ | Arthur Schiwon | 2014-02-11 | 1 | -0/+24 |
| | | | | | | | | search term shall appear on top, fixes #6430 | ||||
* | | use localised date in notification mails | Bjoern Schiessle | 2014-01-27 | 1 | -5/+4 |
| | | |||||
* | | add expire date to link share if possible | Bjoern Schiessle | 2014-01-24 | 1 | -2/+19 |
|/ | |||||
* | pass the name of the item source from the browser to the server - no need to ↵ | Thomas Müller | 2013-10-23 | 1 | -1/+2 |
| | | | | get the data via complicated db queries | ||||
* | Merge pull request #5446 from frisco82/fixNotifyUser | Frank Karlitschek | 2013-10-21 | 1 | -1/+1 |
|\ | | | | | Fix notify user checkbox | ||||
| * | fix notify user, and made js more resiliant to changes | Ramiro Aparicio | 2013-10-21 | 1 | -1/+1 |
| | | |||||
* | | fix user displayName not being shown after add, added class for improved ↵ | Ramiro Aparicio | 2013-10-21 | 1 | -3/+4 |
|/ | | | | styling, fix strong for groups when english is not being used | ||||
* | find users which are in the same group | Bjoern Schiessle | 2013-10-08 | 1 | -1/+1 |
| | |||||
* | Fixed array syntax to work with PHP 5.3 | Vincent Petry | 2013-10-04 | 1 | -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 call | Bjoern Schiessle | 2013-10-04 | 1 | -1/+1 |
| | |||||
* | fix mail subject; don't show time for expire date | Bjoern Schiessle | 2013-09-30 | 1 | -2/+3 |
| | |||||
* | use template for txt and html mails to send notification mails | Bjoern Schiessle | 2013-09-25 | 1 | -19/+22 |
| | |||||
* | coding-style fixes | Bjoern Schiessle | 2013-09-03 | 1 | -2/+14 |
| | |||||
* | Merge branch 'master' into sharing_mail_notification_master | Bjoern Schiessle | 2013-09-02 | 1 | -6/+5 |
|\ | | | | | | | | | Conflicts: lib/util.php | ||||
| * | Use Group methods for searching, fixes #4201 | Arthur Schiwon | 2013-08-30 | 1 | -6/+5 |
| | | |||||
* | | add expiration date if it is already set | Bjoern Schiessle | 2013-08-30 | 1 | -2/+6 |
| | | |||||
* | | don't send mail to the user who shared the file | Bjoern Schiessle | 2013-08-30 | 1 | -0/+3 |
| | | |||||
* | | set sendMail status back to false | Bjoern Schiessle | 2013-08-30 | 1 | -5/+3 |
| | | |||||
* | | some clean-up | Bjoern Schiessle | 2013-08-30 | 1 | -51/+32 |
| | | |||||
* | | enable user to inform recipients about a shared file by mail | Bjoern Schiessle | 2013-08-30 | 1 | -4/+102 |
|/ | |||||
* | Make group suffix in share dialog translatable | dampfklon | 2013-08-22 | 1 | -1/+5 |
| | |||||
* | Use templates to theme share e-mails (#3683) | Stephan Arts | 2013-06-14 | 1 | -9/+14 |
| | |||||
* | Merge pull request #2320 from ceri/master | Frank Karlitschek | 2013-03-15 | 1 | -2/+2 |
|\ | | | | | Fix erroneous email when folders are shared | ||||
| * | Correct emails when folders are shared. | Ceri Davies | 2013-03-14 | 1 | -2/+2 |
| | | | | | | | | itemType is never "dir"; it's either "file" or "folder". | ||||
* | | use display name as sender for private link mails, approved in #2294 | Björn Schießle | 2013-03-14 | 1 | -1/+1 |
|/ | |||||
* | up limit of share dropdown from 4 to 15, scrollbar after 4 1/2 entries, fix #135 | Jan-Christoph Borchardt | 2013-02-28 | 1 | -3/+3 |
| | |||||
* | Style cleanup core dir | Bart Visscher | 2013-02-21 | 1 | -10/+52 |
| | |||||
* | search display name instead of uid; fix key/value order for array access | Björn Schießle | 2013-01-28 | 1 | -1/+1 |
| | |||||
* | show display name instead of uid | Björn Schießle | 2013-01-25 | 1 | -9/+10 |
| | |||||
* | Sanitize the exception | Lukas Reschke | 2013-01-19 | 1 | -1/+1 |
| | |||||
* | fixes default email sender address | Randolph Carter | 2012-12-19 | 1 | -5/+1 |
| | |||||
* | moving sharing email code to core | Thomas Mueller | 2012-12-10 | 1 | -0/+36 |
| | |||||
* | implement share via link token | Jörn Friedrich Dreyer | 2012-11-20 | 1 | -4/+10 |
| | |||||
* | Load all apps in core share ajax file for apps to register their share backends | Michael Gapczynski | 2012-10-27 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into routing | Bart Visscher | 2012-10-17 | 1 | -2/+11 |
|\ | | | | | | | | | | | | | Conflicts: lib/search/provider/file.php settings/ajax/changepassword.php settings/settings.php | ||||
| * | Fix autocomplete search for users for groups only share policy | Michael Gapczynski | 2012-10-09 | 1 | -6/+11 |
| | | |||||
| * | fix for bug #1942: Allow user to share with every group if "allow users to ↵ | Björn Schießle | 2012-10-09 | 1 | -1/+5 |
| | | | | | | | | share with anyone" is set |