Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move and fix app setting navigation detect | Bart Visscher | 2012-10-29 | 1 | -22/+0 |
| | |||||
* | 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 'routing' | Bart Visscher | 2012-10-27 | 7 | -9/+0 |
|\ | | | | | | | | | | | Conflicts: core/lostpassword/index.php core/lostpassword/resetpassword.php | ||||
| * | 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 | ||||
| * | | Make the core ajax calls use the router | Bart Visscher | 2012-10-02 | 7 | -9/+0 |
| | | | |||||
* | | | show/hide navigation entries after enabling/disabling app | Robin Appelman | 2012-10-26 | 1 | -0/+22 |
| | | | |||||
* | | | More Checkstyle cleanup | Felix Moeller | 2012-10-23 | 1 | -2/+2 |
| |/ |/| | | | | | This is for all LowerCaseConstant warnings | ||||
* | | 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 | ||||
* | Reimplementation of CSRF protection including autorefresh | Christian Reiner | 2012-09-28 | 1 | -0/+41 |
| | |||||
* | Added a missing CSRF check | Lukas Reschke | 2012-09-22 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' into share_expiration | Michael Gapczynski | 2012-09-12 | 6 | -37/+35 |
|\ | | | | | | | | | | | Conflicts: core/js/share.js lib/util.php | ||||
| * | Temporarily disable sharing with contacts and emails, will come in next release | Michael Gapczynski | 2012-09-12 | 1 | -17/+17 |
| | | |||||
| * | Fix shared collection item searching | Michael Gapczynski | 2012-09-09 | 1 | -1/+1 |
| | | |||||
| * | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -1/+1 |
| | | |||||
| * | Respect coding style | Thomas Müller | 2012-09-04 | 1 | -4/+4 |
| | | |||||
| * | Respect coding style | Thomas Müller | 2012-09-04 | 1 | -3/+3 |
| | | |||||
| * | Respect coding style | Thomas Müller | 2012-09-04 | 1 | -3/+3 |
| | | |||||
| * | Respect coding style | Thomas Müller | 2012-09-04 | 1 | -5/+5 |
| | | |||||
| * | Remove closing php tag | Thomas Müller | 2012-09-04 | 1 | -2/+0 |
| | | |||||
| * | Respect coding style | Thomas Müller | 2012-09-04 | 1 | -1/+1 |
| | | |||||
* | | Add support for share expiration | Michael Gapczynski | 2012-09-01 | 1 | -0/+6 |
|/ | |||||
* | Reimplement links support for sharing and add password protection option | Michael Gapczynski | 2012-08-27 | 1 | -3/+12 |
| | |||||
* | Determine if reshare needs to be checked | Michael Gapczynski | 2012-08-24 | 1 | -3/+7 |
| | |||||
* | Revert using item name, no longer allowing the same item source exist for a user | Michael Gapczynski | 2012-08-22 | 1 | -5/+5 |
| | |||||
* | Fix share ajax calls to use itemName/itemSource, show who shared a file with you | Michael Gapczynski | 2012-08-20 | 1 | -9/+13 |
| | |||||
* | Remove setTarget from ajax | Michael Gapczynski | 2012-08-20 | 1 | -6/+0 |
| | |||||
* | Refactor again so we can tell what item is being reshared in case the same ↵ | Michael Gapczynski | 2012-08-19 | 1 | -1/+1 |
| | | | | source shows up. This is the end of the share_api branch, moving to master. | ||||
* | Merge branch 'master' into share_api | Michael Gapczynski | 2012-08-14 | 2 | -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 file | Lukas Reschke | 2012-08-10 | 1 | -47/+0 |
| | | |||||
| * | Added XSRF check | Lukas Reschke | 2012-08-10 | 1 | -0/+1 |
| | | |||||
* | | Change name of share function to shareItem, silly PHP 5.3.1 thinking it is a ↵ | Michael Gapczynski | 2012-08-12 | 1 | -1/+1 |
| | | | | | | | | constructor... | ||||
* | | Fix warnings and better styling | Bart Visscher | 2012-08-07 | 1 | -2/+10 |
| | | |||||
* | | Don't return error when just no sharing found | Bart Visscher | 2012-08-07 | 1 | -1/+1 |
| | | |||||
* | | Try to fix last commit | Michael Gapczynski | 2012-08-07 | 1 | -3/+3 |
| | | |||||
* | | Check if itemShares share type is an array instead of set, javascript likes ↵ | Michael Gapczynski | 2012-08-07 | 1 | -3/+3 |
| | | | | | | | | to set indexes to 'undefined' | ||||
* | | Only show the user's groups in the share with autocomplete | Michael Gapczynski | 2012-08-06 | 1 | -9/+6 |
| | | |||||
* | | Throw exceptions in share API for UI to display | Michael Gapczynski | 2012-08-01 | 1 | -3/+7 |
| | | |||||
* | | Basic setup for sharing with contacts | Michael Gapczynski | 2012-08-01 | 1 | -1/+1 |
| | | |||||
* | | Include contacts in share with search | Michael Gapczynski | 2012-07-31 | 1 | -1/+13 |
| | | |||||
* | | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-31 | 3 | -85/+2 |
|\| | | | | | | | | | | | Conflicts: apps/contacts/lib/app.php apps/files_sharing/js/share.js | ||||
| * | Updated style | Lukas Reschke | 2012-07-26 | 1 | -1/+1 |
| | | |||||
| * | Remove unused files | Lukas Reschke | 2012-07-26 | 2 | -84/+0 |
| | | |||||
| * | Check for admin user | Lukas Reschke | 2012-07-26 | 1 | -0/+1 |
| | | |||||
* | | Don't show self or already shared with users and groups in the share with search | Michael Gapczynski | 2012-07-31 | 1 | -6/+29 |
| | | |||||
* | | Use search and limit parameters for share with search in sharing dropdown | Michael Gapczynski | 2012-07-30 | 1 | -2/+2 |
| | | |||||
* | | Autocomplete for share with search in sharing dropdown | Michael Gapczynski | 2012-07-30 | 1 | -5/+18 |
| | | |||||
* | | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-11 | 7 | -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 Dreyer | 2012-07-09 | 7 | -13/+0 |
| | | |||||
* | | Sanitization isn't required here | Michael Gapczynski | 2012-07-11 | 1 | -19/+6 |
| | |