Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tasks: Ordering of the task list | Bart Visscher | 2012-03-08 | 3 | -4/+120 |
| | |||||
* | Tasks: Update task list when adding or updating tasks | Bart Visscher | 2012-03-08 | 6 | -88/+108 |
| | |||||
* | Add filtering on category, priority and location | Bart Visscher | 2012-02-23 | 2 | -4/+54 |
| | |||||
* | Display more information in the task list | Bart Visscher | 2012-02-22 | 2 | -7/+52 |
| | |||||
* | Fix updating task for new calendar API | Bart Visscher | 2012-02-22 | 1 | -12/+1 |
| | |||||
* | Change loading of tasks to ajax call | Bart Visscher | 2012-02-22 | 5 | -36/+109 |
| | |||||
* | Update edittaskform for new calendar API | Bart Visscher | 2012-02-22 | 3 | -17/+5 |
| | |||||
* | Change code from using OC_Tasks_VTodo to OC_Tasks_App | Bart Visscher | 2012-02-22 | 8 | -142/+173 |
| | |||||
* | Add icon for tasks app | Bart Visscher | 2012-02-22 | 3 | -1/+102 |
| | |||||
* | Merge branch 'master' into tasks | Bart Visscher | 2012-02-22 | 1163 | -25781/+241780 |
|\ | |||||
| * | Improved upgrading VCARD v. 2.1 => 3.0. Improved import of malformed cards. ↵ | Thomas Tanghus | 2012-02-21 | 1 | -85/+129 |
| | | | | | | | | Remove duplicate code. | ||||
| * | JS fix on address book creation. | Thomas Tanghus | 2012-02-21 | 1 | -1/+1 |
| | | |||||
| * | Remove my FIXME comments when I've fixed it :-P | Thomas Tanghus | 2012-02-21 | 1 | -1/+1 |
| | | |||||
| * | Bookmarks: uses the core action icons | Bart Visscher | 2012-02-21 | 2 | -0/+0 |
| | | |||||
| * | Calendar: Correct calendarcolor format for ical color property | Bart Visscher | 2012-02-21 | 5 | -15/+40 |
| | | |||||
| * | Move the redirect_url from linkTo function to the checkLoggedIn function | Bart Visscher | 2012-02-21 | 2 | -13/+8 |
| | | |||||
| * | Added missing files | Marvin Thomas Rabe | 2012-02-21 | 3 | -2/+2 |
| | | |||||
| * | restore redirect after checkLoggedIn | Alessandro Cosentino | 2012-02-21 | 1 | -1/+1 |
| | | |||||
| * | some icons for filetypes have been added. | Thomas Mueller | 2012-02-20 | 19 | -0/+28 |
| | | | | | | | | for licensing information please have look at core/img/filetypes/readme-2.txt | ||||
| * | Contact list scroll fix | VicDeo | 2012-02-20 | 1 | -18/+34 |
| | | |||||
| * | Contacts: Fix adding/updating address book with empty name. | Thomas Tanghus | 2012-02-20 | 4 | -13/+34 |
| | | |||||
| * | Contacts: Apply strip_tags on compound values. | Thomas Tanghus | 2012-02-20 | 2 | -0/+2 |
| | | |||||
| * | Update ctag in deleteFromDAVData. | Thomas Tanghus | 2012-02-20 | 1 | -1/+2 |
| | | |||||
| * | load apps before logout so that logout-hook works | Arthur Schiwon | 2012-02-20 | 1 | -1/+2 |
| | | |||||
| * | Combing LDAP backend with LDAP extended backend | Arthur Schiwon | 2012-02-20 | 3 | -20/+67 |
| | | |||||
| * | Added bookmarklet for browser. Inspired by Google Bookmarks | Alessandro Cosentino | 2012-02-19 | 3 | -3/+21 |
| | | |||||
| * | apps/calendar: update ctag after deleteFromDAVData | Florian Pritz | 2012-02-19 | 1 | -0/+1 |
| | | | | | | | | | | | | | | Without this clients won't see the update because they compare ctags before fetching the actual calendar to reduce traffic. Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
| * | Fix overwriting of internal sharing for shared folders - bug oc-260 | Michael Gapczynski | 2012-02-18 | 1 | -1/+1 |
| | | |||||
| * | Fixed call to OC_User. Thanks Burillo on IRC | Tom Needham | 2012-02-18 | 1 | -1/+1 |
| | | |||||
| * | Strip tags on address on client side. | Thomas Tanghus | 2012-02-18 | 1 | -1/+1 |
| | | |||||
| * | Avoid errors from missing GD library. | Thomas Tanghus | 2012-02-18 | 1 | -1/+11 |
| | | |||||
| * | Removed obsolete commented code and made minor speed improvements. | Thomas Tanghus | 2012-02-18 | 2 | -99/+17 |
| | | | | | | | | Added stub function for loading categories. | ||||
| * | ETags must be quoted. | Thomas Tanghus | 2012-02-18 | 1 | -1/+1 |
| | | |||||
| * | Temporary fix for sharing files | Michael Gapczynski | 2012-02-17 | 2 | -6/+64 |
| | | |||||
| * | Move config.php writable test to update path | Bart Visscher | 2012-02-17 | 2 | -4/+7 |
| | | | | | | | | This should make it possible to use owncloud with a read-only config.php | ||||
| * | Move storing "last updated at" time to the app config | Bart Visscher | 2012-02-17 | 2 | -5/+6 |
| | | | | | | | | | | | | This way the config.php file is not changed every time you go to the personal page. Step to make it possible to have a read-only config.php most of the time | ||||
| * | Spelling fix hint text | Bart Visscher | 2012-02-17 | 1 | -1/+1 |
| | | |||||
| * | Calendar: only update default view when it really changed | Bart Visscher | 2012-02-17 | 1 | -1/+4 |
| | | |||||
| * | Calendar: optimize sending calendar events, also enabled caching of result | Bart Visscher | 2012-02-17 | 2 | -11/+20 |
| | | |||||
| * | Calendar: Add default repeat values when editing a non-repeating event | Bart Visscher | 2012-02-17 | 1 | -1/+11 |
| | | |||||
| * | Bookmarks: Fix image urls in bookmarks.js | Bart Visscher | 2012-02-17 | 1 | -3/+19 |
| | | |||||
| * | Fixup use of OC_Helper::linkTo function | Bart Visscher | 2012-02-17 | 7 | -15/+15 |
| | | |||||
| * | Use separate function to make absolute urls | Bart Visscher | 2012-02-17 | 16 | -25/+36 |
| | | |||||
| * | Contacts: Add removed app enabled check | Bart Visscher | 2012-02-17 | 1 | -0/+2 |
| | | |||||
| * | Fix parameter of OC_Response::sendFile | Bart Visscher | 2012-02-17 | 1 | -1/+1 |
| | | |||||
| * | Document OC_Response | Bart Visscher | 2012-02-17 | 1 | -0/+40 |
| | | |||||
| * | UI tweaks for name selector combobox. | Thomas Tanghus | 2012-02-16 | 2 | -4/+1 |
| | | |||||
| * | Added method for loading from file handle. | Thomas Tanghus | 2012-02-16 | 1 | -16/+31 |
| | | |||||
| * | Minor tweaks | Thomas Tanghus | 2012-02-16 | 3 | -912/+7 |
| | | |||||
| * | Revert "remove the 3rdparty files. everything is now in ↵ | Robin Appelman | 2012-02-16 | 419 | -2/+123978 |
| | | | | | | | | | | | | https://gitorious.org/owncloud/3rdparty" This reverts commit dccdeca2581f705c69eb4266aa646173f588a9de. |