summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removing most of files_sharing, the Share API implemented the majority of itMichael Gapczynski2012-08-2218-1267/+1
|
* Revert using item name, no longer allowing the same item source exist for a userMichael Gapczynski2012-08-225-92/+118
|
* LDAP: fix potentially unavailable LDAP resource, which can prevent ↵Arthur Schiwon2012-08-221-0/+3
| | | | successful login
* LDAP: make refreshInterval for background jobs configurable in the DBArthur Schiwon2012-08-221-5/+6
|
* LDAP: bg jobs: sane default refresh intervalArthur Schiwon2012-08-221-1/+1
|
* LDAP: permanantly watch group members. Emit post_addToGroup resp. ↵Arthur Schiwon2012-08-224-1/+192
| | | | post_removeFromGroup on membership changes, so that Sharing App can take care of files shared within the groups. Requires and relies on background jobs.
* LDAP: don't pass -1 as length to array slice, when no limit is given. It ↵Arthur Schiwon2012-08-222-0/+12
| | | | cuts off the last item.
* 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
| | | | | | 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
| | | |