Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update README | Thomas Tanghus | 2011-12-13 | 1 | -1/+4 |
| | |||||
* | Added readme.tanghus | Thomas Tanghus | 2011-12-11 | 1 | -0/+19 |
| | |||||
* | Merge git://gitorious.org/owncloud/owncloud into tanghus_remote_backup | Thomas Tanghus | 2011-12-11 | 3 | -17/+6 |
|\ | |||||
| * | Some small changes | Bart Visscher | 2011-12-09 | 1 | -3/+2 |
| | | |||||
| * | Update OC_VObject | Bart Visscher | 2011-12-09 | 1 | -14/+3 |
| | | |||||
| * | Gallary: Fix alignment of album thumbnails | Bart Visscher | 2011-12-09 | 1 | -0/+1 |
| | | |||||
* | | Updating of contact list when activating/adding/deleting address books now ↵ | Thomas Tanghus | 2011-12-11 | 10 | -116/+96 |
| | | | | | | | | works. | ||||
* | | Resolved conflict | Thomas Tanghus | 2011-12-09 | 1 | -6/+0 |
| | | |||||
* | | Merge git://gitorious.org/owncloud/owncloud into tanghus_remote_backup | Thomas Tanghus | 2011-12-09 | 46 | -580/+509 |
|\| | | | | | | | | | | | Conflicts: apps/contacts/ajax/deletebook.php apps/contacts/index.php | ||||
| * | Gallery: splitout model code | Bart Visscher | 2011-12-08 | 12 | -43/+104 |
| | | |||||
| * | bump version number to force db rebuild | Michiel de Jong | 2011-12-08 | 1 | -1/+1 |
| | | |||||
| * | Imageviewer: fix fancybox.png image url in fancybox css | Bart Visscher | 2011-12-07 | 1 | -21/+21 |
| | | |||||
| * | Contacts: Add "Preferred" before phone label for preferred numbers | Bart Visscher | 2011-12-07 | 1 | -1/+1 |
| | | |||||
| * | Contacts: Add direct link to details of a contact | Bart Visscher | 2011-12-07 | 2 | -3/+10 |
| | | |||||
| * | Contacts: Fix postname var spelling | Bart Visscher | 2011-12-07 | 1 | -1/+1 |
| | | |||||
| * | Contacts: refactor common ajax functions to OC_Contacts_App | Bart Visscher | 2011-12-07 | 12 | -195/+84 |
| | | |||||
| * | Contacts: refactor rendering of part.details template | Bart Visscher | 2011-12-07 | 9 | -73/+88 |
| | | |||||
| * | Use a proxy class to interface with Sabre_VObject classes | Bart Visscher | 2011-12-07 | 14 | -189/+60 |
| | | |||||
| * | compliance with http://www.w3.org/community/unhosted/wiki/remoteStorage | Michiel de Jong | 2011-12-07 | 6 | -71/+135 |
| | | |||||
| * | Contacts: make name editable again | Bart Visscher | 2011-12-02 | 5 | -4/+20 |
| | | |||||
* | | Various fixes to multiple address books handling | Thomas Tanghus | 2011-12-09 | 13 | -37/+146 |
| | | |||||
* | | Fixed adding, editing and deleting address books. One minor UI flaw remains. | Thomas Tanghus | 2011-12-05 | 8 | -21/+101 |
| | | |||||
* | | Merge gitorious.org:~tanghus/owncloud/tanghus-owncloud into ↵ | Thomas Tanghus | 2011-12-04 | 3 | -3/+5 |
|\| | | | | | | | tanghus_remote_backup | ||||
| * | Calendar: Also check if the enddate is in the requested range for events | Bart Visscher | 2011-11-30 | 1 | -0/+2 |
| | | |||||
| * | Calendar: Use the default timezone that is set in lib/base.php | Bart Visscher | 2011-11-30 | 3 | -3/+3 |
| | | |||||
* | | Added UI for selecting/editing address books. | Thomas Tanghus | 2011-12-04 | 11 | -6/+277 |
| | | | | | | | | Export, CardDAV link and activation/deactivation of address books done. | ||||
* | | Removed some debug statements. | Thomas Tanghus | 2011-12-01 | 2 | -30/+24 |
| | | | | | | | | Changed double quotes to single quotes. | ||||
* | | Added export.php for contacts app. Works the same way as the one in the ↵ | Thomas Olsen | 2011-12-01 | 1 | -0/+44 |
|/ | | | | | | calendar app, except there is no UI for it. Fixed indentation in /index.php | ||||
* | Correct ldap check in dependencies_chk app | Brice Maron | 2011-11-25 | 1 | -1/+1 |
| | |||||
* | Contacts: layout updates | Bart Visscher | 2011-11-24 | 3 | -5/+6 |
| | |||||
* | Contacts: better label for saving a property | Bart Visscher | 2011-11-24 | 1 | -1/+1 |
| | |||||
* | Contacts: make type of phone property also multiselect in addproperty | Bart Visscher | 2011-11-24 | 2 | -1/+2 |
| | |||||
* | Bookmarks: make a soft-requirement of php-curl | Bart Visscher | 2011-11-24 | 1 | -1/+4 |
| | |||||
* | Total rewite of fix. | Insanemal | 2011-11-24 | 3 | -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. | Insanemal | 2011-11-24 | 1 | -1/+8 |
| | | | | Signed-off-by: Insanemal <insanemal@gmail.com> | ||||
* | Added option to lowercase all usernames. | Insanemal | 2011-11-24 | 3 | -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 Rostagno | 2011-11-24 | 1 | -1/+2 |
| | |||||
* | fix ampache htmlentity calls | Robin Appelman | 2011-11-24 | 1 | -6/+6 |
| | |||||
* | Merge branch 'fullcalendar' | Bart Visscher | 2011-11-23 | 24 | -1189/+837 |
|\ | |||||
| * | Fix scrolling through months | Bart Visscher | 2011-11-23 | 1 | -0/+4 |
| | | |||||
| * | fix timeformat setting for fullcalendar | Georg Ehrke | 2011-11-20 | 2 | -5/+7 |
| | | |||||
| * | Merge branch 'master' of gitorious.org:owncloud/owncloud into fullcalendar | Georg Ehrke | 2011-11-20 | 16 | -58/+107 |
| |\ | |||||
| * | | first implementation of the search function | Georg Ehrke | 2011-11-14 | 2 | -0/+28 |
| | | | |||||
| * | | fix timezone for repeating events | Georg Ehrke | 2011-11-12 | 1 | -3/+3 |
| | | | |||||
| * | | support for repeating events | Georg Ehrke | 2011-11-12 | 2 | -26/+55 |
| | | | |||||
| * | | another fix of caldav url | Georg Ehrke | 2011-11-12 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into fullcalendar | Georg Ehrke | 2011-11-12 | 24 | -102/+250 |
| |\ \ | |||||
| * | | | fix caldav url | Georg Ehrke | 2011-11-12 | 1 | -0/+1 |
| | | | | |||||
| * | | | automatic timezone detection | Georg Ehrke | 2011-11-11 | 4 | -19/+82 |
| | | | | |||||
| * | | | Use Last-Modified property to check for changed events | Bart Visscher | 2011-11-09 | 8 | -5/+44 |
| | | | |