Commit Graph

58 Commits

Author SHA1 Message Date
Suraj Patil 3c4a010e2c added necessary features for due date 2016-07-30 20:51:16 +05:30
Suraj Patil 40c2e2cf90 Markdown support for Comments 2016-06-01 09:48:57 +05:30
Suraj Patil f030c0d6a1 bug fix, show tasks with null categories in main feed 2016-05-22 15:10:40 +05:30
Suraj Patil 0895618b67 Merge pull request #19 from ChristianAE/master
Fix error occurring when attaching a file to a Task
2016-05-17 15:14:31 +05:30
Christian Huff 632e811b75 Fix error occurring when attaching a file to a Task
Extend the SQL storing the information to a file by username and creation date.
2016-05-17 09:42:39 +01:00
Suraj Patil 19c0b15132 tasks with blank category are allowed now 2016-05-16 20:57:09 +05:30
Christian Huff 4f9b712053 Fix error occurring when attaching a file to a Task
Extend the SQL storing the information to a file by username and creation date.
2016-05-15 22:23:24 +01:00
Suraj Patil 3c5e5460e8 comments now show the username 2016-05-15 18:00:19 +05:30
Suraj Patil 53f720ba34 fixed a bug which didn't show correct entires on the home page 2016-05-14 19:54:17 +05:30
Suraj Patil eeab05f73b two statuses had the same meaning, pending and incomplete. removed incomplete 2016-05-14 16:07:20 +05:30
Suraj Patil 6721b2d993 closed all fetched rows, db was getting locked 2016-05-14 15:04:42 +05:30
Suraj Patil 6388fcf5a6 Updated to handle multiple users 2016-05-14 12:56:24 +05:30
Suraj 0db7760b45 Now shows correct timestamp 2016-03-01 00:17:14 +05:30
Suraj 963fcde8c8 forgot to remove log 2016-03-01 00:10:08 +05:30
Suraj 5119a5d91f updated method for finding "overdue" 2016-03-01 00:09:48 +05:30
Suraj 7a0b369dcb concept of overdue tasks 2016-02-29 23:56:41 +05:30
Suraj fa271dfaeb show category in all templates 2016-02-29 07:35:38 +05:30
Suraj f800a32436 timestamps on comments 2016-02-16 22:23:03 +05:30
Suraj ca9a110526 Ability to add comments & a little HTML formatting 2016-02-14 23:16:22 +05:30
Suraj 04640d0159 Fixed bug: doesn't show empty category in navigation drawer 2016-02-14 12:09:47 +05:30
Suraj a59f3d3c3c show 0 count for category with no tasks in navigation drawer 2016-02-13 01:05:42 +05:30
Suraj 2ea4b1b364 pending tasks shown in count of categories & in the list 2016-02-06 12:39:38 +05:30
Suraj 8aef7693a8 update/delete categories now possible 2016-02-06 12:28:00 +05:30
Suraj 761ba4e33a update priority bug fixed 2016-02-06 01:37:45 +05:30
Suraj 376906ae75 category of task can be updated now 2016-02-05 23:39:09 +05:30
Suraj c21afbe7a8 per category count in sidebar 2016-02-05 01:09:36 +05:30
Suraj 1752d74589 to show edit task thing 2016-02-05 00:06:00 +05:30
Suraj 5bdbe6f7b2 added categories 2016-02-02 23:10:44 +05:30
Suraj 4f4fd46782 fixed update 2016-02-01 20:48:30 +05:30
Suraj e7b6055693 added file level comments 2016-02-01 20:04:19 +05:30
Suraj a64c630767 Better error handling in views 2016-02-01 19:15:04 +05:30
Suraj 534cb71064 formatting small things 2016-01-31 19:52:00 +05:30
Suraj eb42e38fae fix minor bugs 2016-01-31 19:40:15 +05:30
Gergely Brautigam d2e2d035f2 Fixed argument passing as variadic. 2016-01-31 15:00:31 +01:00
Gergely Brautigam cfcec48ca4 Started to extract out the common query which is performed by task related actions. 2016-01-31 14:56:14 +01:00
Gergely Brautigam 63278e72f3 Encapsulate database to its own type for standard error handling. 2016-01-31 14:48:19 +01:00
Suraj Patil 972c5dff04 Revert "Encapsulated database for extracting common error patterns." 2016-01-31 18:00:10 +05:30
Gergely Brautigam cec0c0b129 Replaced all fmt. to log. to be consistante and to have timestamp on logging. 2016-01-31 13:16:44 +01:00
Gergely Brautigam 939ef68486 Encapsulated database for extracting common error patterns. 2016-01-31 13:13:34 +01:00
Suraj eb66cb3d8c split db.go into two files 2016-01-31 11:35:46 +05:30
Suraj 25a6ffc8b2 randomized filenames & stored them in db 2016-01-29 22:36:49 +05:30
Suraj df6d239ad3 support for github flavoured markdown 2016-01-28 21:44:40 +05:30
Suraj 879da86284 updated db for priority 2016-01-28 20:43:52 +05:30
Suraj Patil 43bd75fe78 added priority to tasks 2016-01-23 19:17:34 +05:30
Suraj patil 8c0d0dc0fe code formatting 2016-01-10 19:27:41 +05:30
Suraj patil cf9cb0eea5 modified mark as incomplete 2016-01-09 10:48:11 +05:30
Suraj patil dbc61a0082 mark task incomplete from complete 2016-01-09 10:33:35 +05:30
thewhitetulip 70a43528d0 added notifications 2015-11-22 09:21:29 +05:30
thewhitetulip a6cc40e7d2 Fixed edit template 2015-11-22 08:29:39 +05:30
thewhitetulip 38ff87609f contextualized templates 2015-11-21 19:42:20 +05:30