summaryrefslogtreecommitdiffstats
path: root/core/ajax
Commit message (Collapse)AuthorAgeFilesLines
* Move and fix app setting navigation detectBart Visscher2012-10-291-22/+0
|
* Load all apps in core share ajax file for apps to register their share backendsMichael Gapczynski2012-10-271-0/+1
|
* Merge branch 'routing'Bart Visscher2012-10-277-9/+0
|\ | | | | | | | | | | Conflicts: core/lostpassword/index.php core/lostpassword/resetpassword.php
| * Merge branch 'master' into routingBart Visscher2012-10-171-2/+11
| |\ | | | | | | | | | | | | | | | | | | Conflicts: lib/search/provider/file.php settings/ajax/changepassword.php settings/settings.php
| * | Make the core ajax calls use the routerBart Visscher2012-10-027-9/+0
| | |
* | | show/hide navigation entries after enabling/disabling appRobin Appelman2012-10-261-0/+22
| | |
* | | More Checkstyle cleanupFelix Moeller2012-10-231-2/+2
| |/ |/| | | | | This is for all LowerCaseConstant warnings
* | 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 ↵Björn Schießle2012-10-091-1/+5
|/ | | | share with anyone" is set
* Reimplementation of CSRF protection including autorefreshChristian Reiner2012-09-281-0/+41
|
* Added a missing CSRF checkLukas Reschke2012-09-221-0/+2
|
* Merge branch 'master' into share_expirationMichael Gapczynski2012-09-126-37/+35
|\ | | | | | | | | | | Conflicts: core/js/share.js lib/util.php
| * 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
| |
| * adding space between) and {Thomas Mueller2012-09-071-1/+1
| |
| * Respect coding styleThomas Müller2012-09-041-4/+4
| |
| * Respect coding styleThomas Müller2012-09-041-3/+3
| |
| * Respect coding styleThomas Müller2012-09-041-3/+3
| |
| * Respect coding styleThomas Müller2012-09-041-5/+5
| |
| * Remove closing php tagThomas Müller2012-09-041-2/+0
| |
| * Respect coding styleThomas Müller2012-09-041-1/+1
| |
* | 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
|
* Determine if reshare needs to be checkedMichael Gapczynski2012-08-241-3/+7
|
* Revert using item name, no longer allowing the same item source exist for a userMichael Gapczynski2012-08-221-5/+5
|
* Fix share ajax calls to use itemName/itemSource, show who shared a file with youMichael Gapczynski2012-08-201-9/+13
|
* Remove setTarget from ajaxMichael Gapczynski2012-08-201-6/+0
|
* Refactor again so we can tell what item is being reshared in case the same ↵Michael Gapczynski2012-08-191-1/+1
| | | | source shows up. This is the end of the share_api branch, moving to master.
* Merge branch 'master' into share_apiMichael Gapczynski2012-08-142-47/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/group.php lib/group/backend.php lib/group/database.php lib/group/interface.php lib/public/user.php lib/user.php lib/user/backend.php lib/user/database.php lib/user/interface.php
| * Removed unused fileLukas Reschke2012-08-101-47/+0
| |
| * Added XSRF checkLukas Reschke2012-08-101-0/+1
| |
* | Change name of share function to shareItem, silly PHP 5.3.1 thinking it is a ↵Michael Gapczynski2012-08-121-1/+1
| | | | | | | | constructor...
* | Fix warnings and better stylingBart Visscher2012-08-071-2/+10
| |
* | Don't return error when just no sharing foundBart Visscher2012-08-071-1/+1
| |
* | Try to fix last commitMichael Gapczynski2012-08-071-3/+3
| |
* | Check if itemShares share type is an array instead of set, javascript likes ↵Michael Gapczynski2012-08-071-3/+3
| | | | | | | | to set indexes to 'undefined'
* | Only show the user's groups in the share with autocompleteMichael Gapczynski2012-08-061-9/+6
| |
* | Throw exceptions in share API for UI to displayMichael Gapczynski2012-08-011-3/+7
| |
* | Basic setup for sharing with contactsMichael Gapczynski2012-08-011-1/+1
| |
* | Include contacts in share with searchMichael Gapczynski2012-07-311-1/+13
| |
* | Merge branch 'master' into share_apiMichael Gapczynski2012-07-313-85/+2
|\| | | | | | | | | | | Conflicts: apps/contacts/lib/app.php apps/files_sharing/js/share.js
| * Updated styleLukas Reschke2012-07-261-1/+1
| |
| * Remove unused filesLukas Reschke2012-07-262-84/+0
| |
| * Check for admin userLukas Reschke2012-07-261-0/+1
| |
* | Don't show self or already shared with users and groups in the share with searchMichael Gapczynski2012-07-311-6/+29
| |
* | Use search and limit parameters for share with search in sharing dropdownMichael Gapczynski2012-07-301-2/+2
| |
* | Autocomplete for share with search in sharing dropdownMichael Gapczynski2012-07-301-5/+18
| |
* | Merge branch 'master' into share_apiMichael Gapczynski2012-07-117-13/+0
|\| | | | | | | | | | | | | Conflicts: apps/contacts/lib/addressbook.php apps/files_sharing/js/share.js apps/files_sharing/sharedstorage.php
| * remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-097-13/+0
| |
* | Sanitization isn't required hereMichael Gapczynski2012-07-111-19/+6
| |