Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removing most of files_sharing, the Share API implemented the majority of it | Michael Gapczynski | 2012-08-22 | 1 | -30/+0 |
| | |||||
* | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 1 | -2/+0 |
| | |||||
* | removing executable bit - again | Thomas Mueller | 2012-05-15 | 1 | -0/+0 |
| | |||||
* | Sharing: even if a user has more groups in common, he should appear only ↵ | Arthur Schiwon | 2012-05-09 | 1 | -0/+1 |
| | | | | once in the dropdown list | ||||
* | Refactor sharing UI; bug fixes, code clean-up, and more efficient with less ↵ | Michael Gapczynski | 2012-05-05 | 1 | -4/+6 |
| | | | | ajax calls | ||||
* | ported oc_json | Frank Karlitschek | 2012-05-03 | 1 | -3/+3 |
| | |||||
* | ported getUser | Frank Karlitschek | 2012-05-01 | 1 | -1/+1 |
| | |||||
* | remove the require_once lib base from all (or nearly all) files | Georg Ehrke | 2012-04-17 | 1 | -1/+1 |
| | |||||
* | Make users only able to share with users in groups they belong to | Michael Gapczynski | 2012-03-28 | 1 | -10/+12 |
| | |||||
* | Disable save button while saving. Streamlined code. | Tom Needham | 2011-11-29 | 1 | -1/+1 |
| | |||||
* | Check if the application is actually enabled | Bart Visscher | 2011-09-30 | 1 | -0/+1 |
| | |||||
* | Use OC_JSON for json responses | Bart Visscher | 2011-09-25 | 1 | -5/+3 |
| | | | | | Create OC_JSON class, for single point of creating json responses. No real logic change, this just cleans up the code a bit. | ||||
* | Change OC_GROUP to OC_Group | Michael Gapczynski | 2011-08-14 | 1 | -1/+1 |
| | |||||
* | Use chosen select form for selecting users in sharing drop down | Michael Gapczynski | 2011-08-09 | 1 | -8/+7 |
| | |||||
* | Merge branch 'master' into sharing. Integrate with changes in master, rename ↵ | Michael Gapczynski | 2011-07-30 | 1 | -3/+3 |
| | | | | | | | classes Conflicts: lib/base.php | ||||
* | Include groups in user autocomplete | Michael Gapczynski | 2011-07-24 | 1 | -2/+8 |
| | |||||
* | Add support for user autocomplete | Michael Gapczynski | 2011-07-24 | 1 | -0/+23 |