Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit 'refs/merge-requests/127' of ↵ | Michael Gapczynski | 2012-06-13 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | git://gitorious.org/owncloud/owncloud into merge-requests/127 Conflicts: apps/files_external/templates/settings.php lib/template.php | ||||
| * | Removed unecessary sanitization | Lukas Reschke | 2012-06-11 | 1 | -1/+1 |
| | | |||||
* | | Tasks: Fix resizing of the content part | Bart Visscher | 2012-06-11 | 1 | -2/+5 |
|/ | |||||
* | Tasks: Use POST for ajax calls that change data | Bart Visscher | 2012-06-09 | 3 | -4/+4 |
| | |||||
* | Tasks: styling fixes | Bart Visscher | 2012-06-04 | 1 | -4/+5 |
| | |||||
* | Remove OC_App::register function | Bart Visscher | 2012-05-31 | 1 | -5/+0 |
| | | | | The data supplied is never used in OwnCloud. Removed the call from all the apps, and made the public API function empty. | ||||
* | Remove unused L10N variable | Bart Visscher | 2012-05-31 | 1 | -1/+0 |
| | |||||
* | Correct small style problem with task app fix #oc-689 | Brice Maron | 2012-05-23 | 1 | -1/+1 |
| | |||||
* | mark the apps as part of the shipped package and increase the requirement to ↵ | Frank Karlitschek | 2012-05-18 | 1 | -1/+2 |
| | | | | ownCloud 4 | ||||
* | removing executable bit - again | Thomas Mueller | 2012-05-15 | 7 | -0/+0 |
| | |||||
* | ported the oc_template class | Frank Karlitschek | 2012-05-06 | 7 | -9/+9 |
| | |||||
* | Tasks: Fix addtask for <5.4 php version | Bart Visscher | 2012-05-05 | 1 | -1/+2 |
| | |||||
* | Tasks: Fix add task action | Bart Visscher | 2012-05-05 | 1 | -1/+1 |
| | |||||
* | Tasks: Some styling | Bart Visscher | 2012-05-04 | 1 | -3/+5 |
| | |||||
* | Tasks: More updates to public API | Bart Visscher | 2012-05-04 | 7 | -15/+15 |
| | |||||
* | Tasks: Fix ajax calls in javascript | Bart Visscher | 2012-05-04 | 1 | -6/+6 |
| | |||||
* | Tasks: Update for movable apps | Bart Visscher | 2012-05-04 | 9 | -9/+0 |
| | |||||
* | Tasks: Update to new public API | Bart Visscher | 2012-05-04 | 10 | -50/+50 |
| | |||||
* | Tasks: Make it possible to close the details area | Bart Visscher | 2012-05-02 | 3 | -11/+35 |
| | |||||
* | Tasks: Add input to edit the task location | Bart Visscher | 2012-04-27 | 3 | -2/+22 |
| | |||||
* | Tasks: Fix the display of the list of tasks | Bart Visscher | 2012-04-27 | 3 | -22/+12 |
| | |||||
* | Tasks: Simple add task action | Bart Visscher | 2012-04-23 | 3 | -22/+20 |
| | |||||
* | Tasks: Simple categories input | Bart Visscher | 2012-04-23 | 3 | -2/+30 |
| | |||||
* | Tasks: Save description field | Bart Visscher | 2012-04-20 | 2 | -0/+13 |
| | |||||
* | Tasks: Due date without time support added | Bart Visscher | 2012-04-20 | 3 | -8/+22 |
| | |||||
* | Tasks: Task summary is always text, at it as suchs | Bart Visscher | 2012-04-20 | 1 | -1/+2 |
| | |||||
* | Tasks: Make gettasks more robust against malformed VTODO data | Bart Visscher | 2012-04-20 | 1 | -1/+5 |
| | |||||
* | Tasks: Add due property handling | Bart Visscher | 2012-04-20 | 5 | -1/+65 |
| | |||||
* | Tasks: Add "more" block containing description | Bart Visscher | 2012-04-18 | 3 | -8/+30 |
| | |||||
* | Tasks: Clicking task summary opens input for edit | Bart Visscher | 2012-04-17 | 2 | -28/+47 |
| | |||||
* | Tasks: Implement task lists overview | Bart Visscher | 2012-04-16 | 3 | -20/+70 |
| | |||||
* | Tasks: Mark task as complete when checking the checkbox | Bart Visscher | 2012-04-15 | 4 | -4/+55 |
| | |||||
* | Tasks: Code cleanup | Bart Visscher | 2012-04-15 | 4 | -21/+3 |
| | |||||
* | Tasks: Update to use new categories interface | Bart Visscher | 2012-04-14 | 7 | -22/+18 |
| | |||||
* | 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 |
| | |||||
* | WIP | Bart Visscher | 2011-12-09 | 4 | -48/+28 |
| | |||||
* | Tasks: Fix php warnings with empty tasks list | Bart Visscher | 2011-12-02 | 2 | -1/+2 |
| | |||||
* | Start using OC_JSON in tasks app | Bart Visscher | 2011-10-06 | 7 | -56/+29 |
| | |||||
* | Mark form field with error message | Bart Visscher | 2011-09-20 | 2 | -1/+11 |
| | |||||
* | Add basic fields to tasks app | Bart Visscher | 2011-09-17 | 10 | -29/+325 |
| | |||||
* | First version of tasks app | Bart Visscher | 2011-09-17 | 18 | -0/+438 |