aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Update READMEThomas Tanghus2011-12-131-1/+4
|
* Added readme.tanghusThomas Tanghus2011-12-111-0/+19
|
* Merge git://gitorious.org/owncloud/owncloud into tanghus_remote_backupThomas Tanghus2011-12-113-17/+6
|\
| * Some small changesBart Visscher2011-12-091-3/+2
| |
| * Update OC_VObjectBart Visscher2011-12-091-14/+3
| |
| * Gallary: Fix alignment of album thumbnailsBart Visscher2011-12-091-0/+1
| |
* | Updating of contact list when activating/adding/deleting address books now ↵Thomas Tanghus2011-12-1110-116/+96
| | | | | | | | works.
* | Resolved conflictThomas Tanghus2011-12-091-6/+0
| |
* | Merge git://gitorious.org/owncloud/owncloud into tanghus_remote_backupThomas Tanghus2011-12-0946-580/+509
|\| | | | | | | | | | | Conflicts: apps/contacts/ajax/deletebook.php apps/contacts/index.php
| * Gallery: splitout model codeBart Visscher2011-12-0812-43/+104
| |
| * bump version number to force db rebuildMichiel de Jong2011-12-081-1/+1
| |
| * Imageviewer: fix fancybox.png image url in fancybox cssBart Visscher2011-12-071-21/+21
| |
| * Contacts: Add "Preferred" before phone label for preferred numbersBart Visscher2011-12-071-1/+1
| |
| * Contacts: Add direct link to details of a contactBart Visscher2011-12-072-3/+10
| |
| * Contacts: Fix postname var spellingBart Visscher2011-12-071-1/+1
| |
| * Contacts: refactor common ajax functions to OC_Contacts_AppBart Visscher2011-12-0712-195/+84
| |
| * Contacts: refactor rendering of part.details templateBart Visscher2011-12-079-73/+88
| |
| * Use a proxy class to interface with Sabre_VObject classesBart Visscher2011-12-0714-189/+60
| |
| * compliance with http://www.w3.org/community/unhosted/wiki/remoteStorageMichiel de Jong2011-12-076-71/+135
| |
| * Contacts: make name editable againBart Visscher2011-12-025-4/+20
| |
* | Various fixes to multiple address books handlingThomas Tanghus2011-12-0913-37/+146
| |
* | Fixed adding, editing and deleting address books. One minor UI flaw remains.Thomas Tanghus2011-12-058-21/+101
| |
* | Merge gitorious.org:~tanghus/owncloud/tanghus-owncloud into ↵Thomas Tanghus2011-12-043-3/+5
|\| | | | | | | tanghus_remote_backup
| * Calendar: Also check if the enddate is in the requested range for eventsBart Visscher2011-11-301-0/+2
| |
| * Calendar: Use the default timezone that is set in lib/base.phpBart Visscher2011-11-303-3/+3
| |
* | Added UI for selecting/editing address books.Thomas Tanghus2011-12-0411-6/+277
| | | | | | | | Export, CardDAV link and activation/deactivation of address books done.
* | Removed some debug statements.Thomas Tanghus2011-12-012-30/+24
| | | | | | | | Changed double quotes to single quotes.
* | Added export.php for contacts app. Works the same way as the one in the ↵Thomas Olsen2011-12-011-0/+44
|/ | | | | | calendar app, except there is no UI for it. Fixed indentation in /index.php
* Correct ldap check in dependencies_chk appBrice Maron2011-11-251-1/+1
|
* Contacts: layout updatesBart Visscher2011-11-243-5/+6
|
* Contacts: better label for saving a propertyBart Visscher2011-11-241-1/+1
|
* Contacts: make type of phone property also multiselect in addpropertyBart Visscher2011-11-242-1/+2
|
* Bookmarks: make a soft-requirement of php-curlBart Visscher2011-11-241-1/+4
|
* Total rewite of fix.Insanemal2011-11-243-19/+30
| | | | | | This now re-looks up the username and returns that for use. Signed-off-by: Insanemal <insanemal@gmail.com>
* Adjusted the check user function to lowercase the return.Insanemal2011-11-241-1/+8
| | | | Signed-off-by: Insanemal <insanemal@gmail.com>
* Added option to lowercase all usernames.Insanemal2011-11-243-2/+14
| | | | | | | | | This resolves bug with Windows AD servers as LDAP server. Windows is case insensitve on logon requests. If users are stored camel case and logon using all lower it causes issues as OwnCloud is configured to be case sensitive. Signed-off-by: Insanemal <insanemal@gmail.com>
* Music - Fix album and artist expand layout.Ignacio Daniel Rostagno2011-11-241-1/+2
|
* fix ampache htmlentity callsRobin Appelman2011-11-241-6/+6
|
* Merge branch 'fullcalendar'Bart Visscher2011-11-2324-1189/+837
|\
| * Fix scrolling through monthsBart Visscher2011-11-231-0/+4
| |
| * fix timeformat setting for fullcalendarGeorg Ehrke2011-11-202-5/+7
| |
| * Merge branch 'master' of gitorious.org:owncloud/owncloud into fullcalendarGeorg Ehrke2011-11-2016-58/+107
| |\
| * | first implementation of the search functionGeorg Ehrke2011-11-142-0/+28
| | |
| * | fix timezone for repeating eventsGeorg Ehrke2011-11-121-3/+3
| | |
| * | support for repeating eventsGeorg Ehrke2011-11-122-26/+55
| | |
| * | another fix of caldav urlGeorg Ehrke2011-11-121-1/+1
| | |
| * | Merge branch 'master' into fullcalendarGeorg Ehrke2011-11-1224-102/+250
| |\ \
| * | | fix caldav urlGeorg Ehrke2011-11-121-0/+1
| | | |
| * | | automatic timezone detectionGeorg Ehrke2011-11-114-19/+82
| | | |
| * | | Use Last-Modified property to check for changed eventsBart Visscher2011-11-098-5/+44
| | | |