aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 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-222-0/+65
* Move share CSS to core, add script and style from inside Share APIMichael Gapczynski2012-08-221-17/+0
* Removing most of files_sharing, the Share API implemented the majority of itMichael Gapczynski2012-08-2218-1267/+1
* 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-2218-19/+68
* 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
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-2150-34/+251
* 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
* Merge branch 'share_api'Michael Gapczynski2012-08-1951-401/+1308
|\
| * File sharing cleanup, works perfectly I think :)Michael Gapczynski2012-08-163-110/+80
| * Merge branch 'master' into share_apiMichael Gapczynski2012-08-14128-932/+1574
| |\
| * | 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
| * | Additional permission checks for editing and deleting contactsMichael Gapczynski2012-08-091-3/+76
| * | Merge branch 'master' into share_apiMichael Gapczynski2012-08-0943-307/+401
| |\ \
| * | | Start adding permission checks for addressbooksMichael Gapczynski2012-08-083-15/+45
| * | | Don't include shared addressbook if source not foundMichael Gapczynski2012-08-081-2/+4
| * | | Use new sharing API in OC_Calendar_Share::allSharedwithuserBart Visscher2012-08-072-13/+16
| * | | Add Event share backendBart Visscher2012-08-072-0/+42
| * | | Initial calendar sharing backendMichael Gapczynski2012-08-073-1/+61
| * | | Check if New and Upload buttons exist before adding their width to the total ...Michael Gapczynski2012-08-061-1/+5
| * | | Sharing backends for contacts and addressbooksMichael Gapczynski2012-08-062-0/+141
| * | | Load icons for addressbooks, fix statuses for types other than filesMichael Gapczynski2012-08-061-0/+1
| * | | Add share action back into addressbook settings, bump up z-index of dropdown ...Michael Gapczynski2012-08-062-1/+4
| * | | Fix offset for folder detection, no longer including '/Shared' in file target...Michael Gapczynski2012-08-061-1/+1
| * | | Merge branch 'master' into share_apiMichael Gapczynski2012-08-06125-3473/+4644
| |\ \ \
| * | | | Remove extra line, caused 'headers already sent' issuesMichael Gapczynski2012-08-061-1/+0
| * | | | Lots of refactoring to share APIMichael Gapczynski2012-08-067-17/+26
| * | | | Preparing for proper collection implementationMichael Gapczynski2012-08-034-87/+6
| * | | | Merge branch 'master' into share_apiMichael Gapczynski2012-07-31107-485/+2445
| |\ \ \ \
| * | | | | Remove another accidently added 3rdparty appMichael Gapczynski2012-07-3021-690/+0
| * | | | | Remove accidently added 3rd party appsMichael Gapczynski2012-07-30276-22402/+0
| * | | | | Implement CRUDS in share dropdown, and some clean-upMichael Gapczynski2012-07-261-4/+6
| * | | | | No longer need hash() in shared storage, already implemented by the common fi...Michael Gapczynski2012-07-251-8/+1
| * | | | | Merge branch 'master' into share_apiMichael Gapczynski2012-07-25480-4382/+27014
| |\ \ \ \ \