summaryrefslogtreecommitdiffstats
path: root/apps/tasks
Commit message (Expand)AuthorAgeFilesLines
* Tasks: Remove unused codeBart Visscher2012-07-2111-285/+0
* DRY for getting calendar timezone settingBart Visscher2012-07-215-9/+9
* Style fixesBart Visscher2012-07-212-7/+7
* Added CSRF checks to Tasks. Expect some error messages - and report them ;)Thomas Tanghus2012-07-174-0/+4
* Emit Completed.Thomas Tanghus2012-06-251-0/+1
* Tasks: Add delete actionBart Visscher2012-06-213-15/+20
* Tasks: Use list label for ordering by listBart Visscher2012-06-211-1/+1
* Tasks: Fix position of the summary inputBart Visscher2012-06-211-1/+1
* Merge commit 'refs/merge-requests/127' of git://gitorious.org/owncloud/ownclo...Michael Gapczynski2012-06-131-1/+1
|\
| * Removed unecessary sanitizationLukas Reschke2012-06-111-1/+1
* | Tasks: Fix resizing of the content partBart Visscher2012-06-111-2/+5
|/
* Tasks: Use POST for ajax calls that change dataBart Visscher2012-06-093-4/+4
* Tasks: styling fixesBart Visscher2012-06-041-4/+5
* Remove OC_App::register functionBart Visscher2012-05-311-5/+0
* Remove unused L10N variableBart Visscher2012-05-311-1/+0
* Correct small style problem with task app fix #oc-689Brice Maron2012-05-231-1/+1
* mark the apps as part of the shipped package and increase the requirement to ...Frank Karlitschek2012-05-181-1/+2
* removing executable bit - againThomas Mueller2012-05-157-0/+0
* ported the oc_template classFrank Karlitschek2012-05-067-9/+9
* Tasks: Fix addtask for <5.4 php versionBart Visscher2012-05-051-1/+2
* Tasks: Fix add task actionBart Visscher2012-05-051-1/+1
* Tasks: Some stylingBart Visscher2012-05-041-3/+5
* Tasks: More updates to public APIBart Visscher2012-05-047-15/+15
* Tasks: Fix ajax calls in javascriptBart Visscher2012-05-041-6/+6
* Tasks: Update for movable appsBart Visscher2012-05-049-9/+0
* Tasks: Update to new public APIBart Visscher2012-05-0410-50/+50
* Tasks: Make it possible to close the details areaBart Visscher2012-05-023-11/+35
* Tasks: Add input to edit the task locationBart Visscher2012-04-273-2/+22
* Tasks: Fix the display of the list of tasksBart Visscher2012-04-273-22/+12
* Tasks: Simple add task actionBart Visscher2012-04-233-22/+20
* Tasks: Simple categories inputBart Visscher2012-04-233-2/+30
* Tasks: Save description fieldBart Visscher2012-04-202-0/+13
* Tasks: Due date without time support addedBart Visscher2012-04-203-8/+22
* Tasks: Task summary is always text, at it as suchsBart Visscher2012-04-201-1/+2
* Tasks: Make gettasks more robust against malformed VTODO dataBart Visscher2012-04-201-1/+5
* Tasks: Add due property handlingBart Visscher2012-04-205-1/+65
* Tasks: Add "more" block containing descriptionBart Visscher2012-04-183-8/+30
* Tasks: Clicking task summary opens input for editBart Visscher2012-04-172-28/+47
* Tasks: Implement task lists overviewBart Visscher2012-04-163-20/+70
* Tasks: Mark task as complete when checking the checkboxBart Visscher2012-04-154-4/+55
* Tasks: Code cleanupBart Visscher2012-04-154-21/+3
* Tasks: Update to use new categories interfaceBart Visscher2012-04-147-22/+18
* Tasks: Ordering of the task listBart Visscher2012-03-083-4/+120
* Tasks: Update task list when adding or updating tasksBart Visscher2012-03-086-88/+108
* Add filtering on category, priority and locationBart Visscher2012-02-232-4/+54
* Display more information in the task listBart Visscher2012-02-222-7/+52
* Fix updating task for new calendar APIBart Visscher2012-02-221-12/+1
* Change loading of tasks to ajax callBart Visscher2012-02-225-36/+109
* Update edittaskform for new calendar APIBart Visscher2012-02-223-17/+5
* Change code from using OC_Tasks_VTodo to OC_Tasks_AppBart Visscher2012-02-228-142/+173