summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [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
| | | | | | You have to put a presentation file that contains the presentation defined in html into your ownCloud with the file extension .impress Then you can use this app to play it. It also contains a demo presentation that you can use to learn. Help is welcome to improve this app. :-)
* 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
|\ | | | | | | | | | | | | Conflicts: apps/contacts/lib/vcard.php apps/files/index.php lib/files.php
| * Refactor again so we can tell what item is being reshared in case the same ↵Michael Gapczynski2012-08-193-65/+79
| | | | | | | | source shows up. This is the end of the share_api branch, moving to master.
| * Large refactoring to allow for the same item to be shared to a group and ↵Michael Gapczynski2012-08-192-93/+267
| | | | | | | | again with a user in the group with different permissions
| * 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 ↵Michael Gapczynski2012-08-141-63/+65
| | | | | | | | setting permissions
| * 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
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Change name of share function to shareItem, silly PHP 5.3.1 thinking it is a ↵Michael Gapczynski2012-08-122-3/+3
| | | | | | | | | | | | constructor...
| * | 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
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: apps/contacts/lib/vcard.php apps/files_sharing/sharedstorage.php
| * | | 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'