summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Implemented sharing api for CardDAV. Next step CalDAV.Thomas Tanghus2012-08-249-11/+325
| * [tx-robot] updated from transifexJenkins for ownCloud2012-08-24256-3571/+4420
| * Permission checking for shared addressbooks/contacts.Thomas Tanghus2012-08-238-39/+165
| * Removed redundant __CLASS__ in logging.Thomas Tanghus2012-08-231-28/+28
| * Fix for deleting queued contacts.Thomas Tanghus2012-08-231-8/+16
| * Missing IM variable assignments.Thomas Tanghus2012-08-231-0/+8
| * Use correct js class in first-run template.Thomas Tanghus2012-08-231-2/+1
| * Used non-existing variable.Thomas Tanghus2012-08-231-2/+2
| * Return newly created addressbook.Thomas Tanghus2012-08-231-3/+4
| * LDAP: identify (map) users with their directory UUID. Fixes the issue, that u...Arthur Schiwon2012-08-235-26/+140
| * Only load js and css once.Thomas Tanghus2012-08-231-11/+13
| * Limit styles so they don't interfere with sharing dropdown.Thomas Tanghus2012-08-231-3/+3
| * Use right variable name.Thomas Tanghus2012-08-231-10/+10
| * Remove obsolete closure.Thomas Tanghus2012-08-231-13/+0
| * [tx-robot] updated from transifexJenkins for ownCloud2012-08-23223-7447/+9351
| * Don't add empty property parameters.Thomas Tanghus2012-08-232-8/+16
| * CSS fix for Windows.Thomas Tanghus2012-08-231-2/+2
| * Moves the lastAction=null outside the if so it can include the undo requests ...Juan Carlos Cornejo2012-08-221-1/+1
| * Fixes a bug where if one tries to delete a file, then clicks undo, and then t...Juan Carlos Cornejo2012-08-221-0/+1
| * Add support for IMPP properties.Thomas Tanghus2012-08-228-23/+242
| * Check if files_sharing app is enabled, move file specific javascript to files...Michael Gapczynski2012-08-224-63/+67
| * Move share CSS to core, add script and style from inside Share APIMichael Gapczynski2012-08-222-0/+2
| * 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 successful...Arthur Schiwon2012-08-221-0/+3
| * 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. 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