summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Start adding permission checks for addressbooksMichael Gapczynski2012-08-084-15/+46
|
* Add back getItemSharedWithBySource(), some situtations require this abilityMichael Gapczynski2012-08-081-2/+13
|
* Don't include shared addressbook if source not foundMichael Gapczynski2012-08-081-2/+4
|
* Fix issues with hiding and showing dropdownMichael Gapczynski2012-08-081-14/+33
|
* Reset item shares variable, fixes autocomplete not showing peopleMichael Gapczynski2012-08-081-1/+2
|
* Actually change background image of shared itemsMichael Gapczynski2012-08-071-2/+3
|
* Use new sharing API in OC_Calendar_Share::allSharedwithuserBart Visscher2012-08-072-13/+16
|
* Fix warnings and better stylingBart Visscher2012-08-071-2/+10
|
* Don't return error when just no sharing foundBart Visscher2012-08-071-1/+1
|
* Add Event share backendBart Visscher2012-08-072-0/+42
|
* adjust the query generation in getItems, to use placeholdersBart Visscher2012-08-071-13/+31
|
* Initial calendar sharing backendMichael Gapczynski2012-08-073-1/+61
|
* Implement groupExists in group database backendMichael Gapczynski2012-08-071-0/+14
|
* Add search and limit to getGroups search in groupExists implementationMichael Gapczynski2012-08-071-1/+1
|
* Remove undefined return variableMichael Gapczynski2012-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
|
* Check if New and Upload buttons exist before adding their width to the total ↵Michael Gapczynski2012-08-061-1/+5
| | | | breadcrumbs width
* Select the correct column when searching for similar targetsMichael Gapczynski2012-08-061-1/+1
|
* Set filePath variableMichael Gapczynski2012-08-061-1/+2
|
* Throw more exceptionsMichael Gapczynski2012-08-061-6/+9
|
* Sharing backends for contacts and addressbooksMichael Gapczynski2012-08-062-0/+141
|
* Somewhat fixes dropdown display issues in the contacts appMichael Gapczynski2012-08-061-1/+1
|
* Load icons for addressbooks, fix statuses for types other than filesMichael Gapczynski2012-08-062-1/+2
|
* Add share action back into addressbook settings, bump up z-index of dropdown ↵Michael Gapczynski2012-08-062-1/+4
| | | | so the autocomplete list is visible
* Remove person from array after unshare, so name appears in autocomplete againMichael Gapczynski2012-08-061-1/+5
|
* Fix offset for folder detection, no longer including '/Shared' in file ↵Michael Gapczynski2012-08-061-1/+1
| | | | target path
* Make the file source path relative earlierMichael Gapczynski2012-08-061-5/+5
|
* Throw more exceptionsMichael Gapczynski2012-08-061-286/+284
|
* Add additional check for post_deleteUser so we don't delete any non-user ↵Michael Gapczynski2012-08-061-2/+2
| | | | shares with the same name
* Merge branch 'master' into share_apiMichael Gapczynski2012-08-06466-25575/+33979
|\ | | | | | | | | | | Conflicts: apps/contacts/lib/app.php apps/contacts/templates/part.chooseaddressbook.rowfields.php
| * Change hardcoded urls to use linkTo functionBart Visscher2012-08-066-11/+26
| |
| * LDAP: layout settings form. Hope it is now a bit clearer and prettier.Arthur Schiwon2012-08-063-17/+27
| |
| * [tx-robot] updated from transifexJenkins for ownCloud2012-08-0617-114/+170
| |
| * LDAP: offer option to disable SSL certificate checks. Works around problems ↵Arthur Schiwon2012-08-053-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 linesArthur Schiwon2012-08-051-2/+0
| |
| * LDAP: check for always available attribute on userExists, fixes oc-1440Arthur Schiwon2012-08-051-3/+3
| |
| * add missing \Arthur Schiwon2012-08-051-1/+1
| |
| * LDAP: sanitize user and group base trees for strripos comparison. fixes oc-1302Arthur Schiwon2012-08-051-2/+4
| |
| * [tx-robot] updated from transifexJenkins for ownCloud2012-08-0564-576/+1012
| |
| * Correct path to ajax file.Thomas Tanghus2012-08-052-5/+5
| |
| * Make 3rd party label a bit smaller.Thomas Tanghus2012-08-051-1/+1
| |
| * Some more pixel pushing.Thomas Tanghus2012-08-051-2/+2
| |
| * CSS tweaks for app settings.Thomas Tanghus2012-08-052-6/+11
| |
| * Return possibly changed appid.Thomas Tanghus2012-08-051-3/+4
| |
| * Small changes to allow updating main menu dynamically.Thomas Tanghus2012-08-053-7/+8
| |
| * Fix scrollbar issue. Fixes oc-1414Tom Needham2012-08-041-1/+1
| |
| * Restructure JS code and small fixes.Thomas Tanghus2012-08-041-55/+63
| |
| * Listen to correct undo click for undoing deleting usersMichael Gapczynski2012-08-041-1/+1
| |