aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* LDAP: permanantly watch group members. Emit post_addToGroup resp. post_remove...Arthur Schiwon2012-08-224-1/+192
* LDAP: don't pass -1 as length to array slice, when no limit is given. It cuts...Arthur Schiwon2012-08-222-0/+12
* Email type list wasn't initialized.Thomas Tanghus2012-08-221-1/+7
* Removed unused variable.Thomas Tanghus2012-08-221-7/+5
* Minor layout change.Thomas Tanghus2012-08-222-57/+46
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-2263-465/+521
* 4.5 alpha 1Frank Karlitschek2012-08-211-2/+2
* Remove unnecessary fileMichael Gapczynski2012-08-211-38/+0
* A first basic presentation app based on the amazing impress.js.Frank Karlitschek2012-08-2116-0/+5505
* Preliminary support for Apple X-ABLabel. Also for oc-1508.Thomas Tanghus2012-08-214-15/+32
* Remove class contactsectionThomas Tanghus2012-08-211-1/+1
* Remove unnecessary filesMichael Gapczynski2012-08-202-79/+0
* Fix share ajax calls to use itemName/itemSource, show who shared a file with youMichael Gapczynski2012-08-203-39/+53
* Remove setTarget from ajaxMichael Gapczynski2012-08-201-6/+0
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-21256-6693/+7612
* Added types to emails. Support for custom types. Partial fix for oc-1508.Thomas Tanghus2012-08-213-8/+25
* Try to align and float contact parts better.Thomas Tanghus2012-08-213-6/+8
* Fix deletion for browser that do not support onBeforeUnload, fixes oc-1534.Arthur Schiwon2012-08-201-17/+24
* Bump version number for Share APIMichael Gapczynski2012-08-191-1/+1
* Merge branch 'share_api'Michael Gapczynski2012-08-1968-429/+3603
|\
| * Refactor again so we can tell what item is being reshared in case the same so...Michael Gapczynski2012-08-193-65/+79
| * Large refactoring to allow for the same item to be shared to a group and agai...Michael Gapczynski2012-08-192-93/+267
| * File sharing cleanup, works perfectly I think :)Michael Gapczynski2012-08-167-121/+111
| * Fix problems exposed by testsMichael Gapczynski2012-08-151-27/+16
| * Add tests for Share API, all tests passing :)Michael Gapczynski2012-08-154-142/+267
| * Change to correct function call getItemSharedWithBySource()Michael Gapczynski2012-08-141-1/+1
| * Remove setTarget() function, changing target names only leads to confusionMichael Gapczynski2012-08-141-38/+0
| * Ensure permissions can't be escalated during a reshareMichael Gapczynski2012-08-141-7/+12
| * Use if instead of switch for detecting share type and throw exceptions when s...Michael Gapczynski2012-08-141-63/+65
| * Retrieve all file dependent items when looking for file item typeMichael Gapczynski2012-08-141-4/+11
| * Merge branch 'master' into share_apiMichael Gapczynski2012-08-14929-9747/+57703
| |\
| * | Change name of share function to shareItem, silly PHP 5.3.1 thinking it is a ...Michael Gapczynski2012-08-122-3/+3
| * | Calendar: update share backend using contacts backend as templateBart Visscher2012-08-101-11/+58
| * | Contacts: Check format parameterBart Visscher2012-08-101-6/+8
| * | Contacts: Better parameter names in addressbook share backendBart Visscher2012-08-101-7/+8
| * | Bump up version numberMichael Gapczynski2012-08-091-1/+1
| * | Additional permission checks for editing and deleting contactsMichael Gapczynski2012-08-091-3/+76
| * | Merge branch 'master' into share_apiMichael Gapczynski2012-08-0990-709/+3490
| |\ \
| * | | 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