Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Start adding permission checks for addressbooks | Michael Gapczynski | 2012-08-08 | 4 | -15/+46 |
| | |||||
* | Add back getItemSharedWithBySource(), some situtations require this ability | Michael Gapczynski | 2012-08-08 | 1 | -2/+13 |
| | |||||
* | Don't include shared addressbook if source not found | Michael Gapczynski | 2012-08-08 | 1 | -2/+4 |
| | |||||
* | Fix issues with hiding and showing dropdown | Michael Gapczynski | 2012-08-08 | 1 | -14/+33 |
| | |||||
* | Reset item shares variable, fixes autocomplete not showing people | Michael Gapczynski | 2012-08-08 | 1 | -1/+2 |
| | |||||
* | Actually change background image of shared items | Michael Gapczynski | 2012-08-07 | 1 | -2/+3 |
| | |||||
* | Use new sharing API in OC_Calendar_Share::allSharedwithuser | Bart Visscher | 2012-08-07 | 2 | -13/+16 |
| | |||||
* | 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 |
| | |||||
* | Add Event share backend | Bart Visscher | 2012-08-07 | 2 | -0/+42 |
| | |||||
* | adjust the query generation in getItems, to use placeholders | Bart Visscher | 2012-08-07 | 1 | -13/+31 |
| | |||||
* | Initial calendar sharing backend | Michael Gapczynski | 2012-08-07 | 3 | -1/+61 |
| | |||||
* | Implement groupExists in group database backend | Michael Gapczynski | 2012-08-07 | 1 | -0/+14 |
| | |||||
* | Add search and limit to getGroups search in groupExists implementation | Michael Gapczynski | 2012-08-07 | 1 | -1/+1 |
| | |||||
* | Remove undefined return variable | Michael Gapczynski | 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 |
| | |||||
* | Check if New and Upload buttons exist before adding their width to the total ↵ | Michael Gapczynski | 2012-08-06 | 1 | -1/+5 |
| | | | | breadcrumbs width | ||||
* | Select the correct column when searching for similar targets | Michael Gapczynski | 2012-08-06 | 1 | -1/+1 |
| | |||||
* | Set filePath variable | Michael Gapczynski | 2012-08-06 | 1 | -1/+2 |
| | |||||
* | Throw more exceptions | Michael Gapczynski | 2012-08-06 | 1 | -6/+9 |
| | |||||
* | Sharing backends for contacts and addressbooks | Michael Gapczynski | 2012-08-06 | 2 | -0/+141 |
| | |||||
* | Somewhat fixes dropdown display issues in the contacts app | Michael Gapczynski | 2012-08-06 | 1 | -1/+1 |
| | |||||
* | Load icons for addressbooks, fix statuses for types other than files | Michael Gapczynski | 2012-08-06 | 2 | -1/+2 |
| | |||||
* | Add share action back into addressbook settings, bump up z-index of dropdown ↵ | Michael Gapczynski | 2012-08-06 | 2 | -1/+4 |
| | | | | so the autocomplete list is visible | ||||
* | Remove person from array after unshare, so name appears in autocomplete again | Michael Gapczynski | 2012-08-06 | 1 | -1/+5 |
| | |||||
* | Fix offset for folder detection, no longer including '/Shared' in file ↵ | Michael Gapczynski | 2012-08-06 | 1 | -1/+1 |
| | | | | target path | ||||
* | Make the file source path relative earlier | Michael Gapczynski | 2012-08-06 | 1 | -5/+5 |
| | |||||
* | Throw more exceptions | Michael Gapczynski | 2012-08-06 | 1 | -286/+284 |
| | |||||
* | Add additional check for post_deleteUser so we don't delete any non-user ↵ | Michael Gapczynski | 2012-08-06 | 1 | -2/+2 |
| | | | | shares with the same name | ||||
* | Merge branch 'master' into share_api | Michael Gapczynski | 2012-08-06 | 466 | -25575/+33979 |
|\ | | | | | | | | | | | Conflicts: apps/contacts/lib/app.php apps/contacts/templates/part.chooseaddressbook.rowfields.php | ||||
| * | Change hardcoded urls to use linkTo function | Bart Visscher | 2012-08-06 | 6 | -11/+26 |
| | | |||||
| * | LDAP: layout settings form. Hope it is now a bit clearer and prettier. | Arthur Schiwon | 2012-08-06 | 3 | -17/+27 |
| | | |||||
| * | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-08-06 | 17 | -114/+170 |
| | | |||||
| * | LDAP: offer option to disable SSL certificate checks. Works around problems ↵ | Arthur Schiwon | 2012-08-05 | 3 | -1/+14 |
| | | | | | | | | | | | | with self-signed certificates, for example. However, the best and right way to solve it is always to import the LDAP server cert to the owncloud server, so you it for testing only. Like to hear wether it works, instead appending LDAPTLS_REQCERT=never to ldap.conf. | ||||
| * | remove accidentally added blank lines | Arthur Schiwon | 2012-08-05 | 1 | -2/+0 |
| | | |||||
| * | LDAP: check for always available attribute on userExists, fixes oc-1440 | Arthur Schiwon | 2012-08-05 | 1 | -3/+3 |
| | | |||||
| * | add missing \ | Arthur Schiwon | 2012-08-05 | 1 | -1/+1 |
| | | |||||
| * | LDAP: sanitize user and group base trees for strripos comparison. fixes oc-1302 | Arthur Schiwon | 2012-08-05 | 1 | -2/+4 |
| | | |||||
| * | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-08-05 | 64 | -576/+1012 |
| | | |||||
| * | Correct path to ajax file. | Thomas Tanghus | 2012-08-05 | 2 | -5/+5 |
| | | |||||
| * | Make 3rd party label a bit smaller. | Thomas Tanghus | 2012-08-05 | 1 | -1/+1 |
| | | |||||
| * | Some more pixel pushing. | Thomas Tanghus | 2012-08-05 | 1 | -2/+2 |
| | | |||||
| * | CSS tweaks for app settings. | Thomas Tanghus | 2012-08-05 | 2 | -6/+11 |
| | | |||||
| * | Return possibly changed appid. | Thomas Tanghus | 2012-08-05 | 1 | -3/+4 |
| | | |||||
| * | Small changes to allow updating main menu dynamically. | Thomas Tanghus | 2012-08-05 | 3 | -7/+8 |
| | | |||||
| * | Fix scrollbar issue. Fixes oc-1414 | Tom Needham | 2012-08-04 | 1 | -1/+1 |
| | | |||||
| * | Restructure JS code and small fixes. | Thomas Tanghus | 2012-08-04 | 1 | -55/+63 |
| | | |||||
| * | Listen to correct undo click for undoing deleting users | Michael Gapczynski | 2012-08-04 | 1 | -1/+1 |
| | |