204 Commits

Author SHA1 Message Date
Suraj Patil
18142e2208
Merge pull request #42 from MakroCow/master
added unit tests to utils
2019-10-30 07:47:20 +05:30
MakroCow
be8346996f added unit tests to utils 2019-10-27 10:27:14 +01:00
Suraj Patil
8511199f45
Merge pull request #40 from taigacute/master
fix first login invalid user
2019-04-17 08:48:48 +05:30
taigacute
b2d094d03b
fix first login invalid user 2019-04-10 20:51:29 +08:00
Suraj Patil
6088493ff5
Merge pull request #38 from tukataka/master
Fix query for getting task from database.
2019-03-12 08:26:42 +05:30
nisakov
15ed05d39f Fix query for getting task from database. 2019-02-27 02:40:23 +03:00
Suraj Patil
514b3c0d1f
Merge pull request #35 from r0nni3/master
stores file object with original filename and update references
2018-12-29 07:55:21 +05:30
Ronnie A. Baez Sesto
752f8356ff stores file object with original filename and update references 2018-10-02 09:49:37 -04:00
Suraj Patil
8dbf1ceb0a
Merge pull request #34 from j1994d/TK-1
url misspell & delete space
2018-10-02 17:20:47 +05:30
jason-mint
6756770649 url misspell & delete space 2018-09-05 11:13:53 +08:00
Suraj Patil
67089b6ecb Merge pull request #27 from sometoby/patch-1
Fix typos in README.md
2017-06-19 10:42:24 +05:30
Tobias Umbach
0acae48695 Fix typos in README.md
The missing spaces broke Markdown rendering.
2017-06-16 12:36:40 +02:00
Suraj Patil
0422eaed3b text-template to html-template 2016-12-20 22:03:29 +05:30
Suraj Patil
eb45ec612e Switched from text/template to html/template 2016-12-20 21:42:22 +05:30
Suraj Patil
f34db50464 code refactoring 2016-09-21 22:10:46 +05:30
Suraj Patil
b1c88a5bc6 Make tasks mobile friendly 2016-09-21 22:09:17 +05:30
Suraj Patil
200f9c92ad get token functionality added 2016-09-20 22:24:04 +05:30
Suraj Patil
4fa83089ee first commit of Go client 2016-09-20 22:03:18 +05:30
Suraj Patil
d6b52be000 updates to readme and screenshots 2016-08-30 21:24:35 +05:30
Suraj Patil
cf1edf72e8 deployement is now single click 2016-08-30 21:04:59 +05:30
Suraj Patil
2281f2ffe5 Fixes #24 2016-08-30 21:00:26 +05:30
Suraj Patil
f94da496eb upgraded jwt-go to latest version APIs now work 2016-08-28 13:38:00 +05:30
Suraj Patil
e0ec55ac2c We now show the task list status, x out of x completed 2016-08-25 23:39:49 +05:30
Suraj Patil
65a05d54ba Updated main.go to make it buildable and fixed #23 2016-08-22 21:58:13 +05:30
Suraj Patil
894e4ba20f Fixed an error reported at issue #22 2016-08-22 21:29:52 +05:30
Suraj Patil
55027eee20 removed the api section 2016-08-15 11:35:32 +05:30
Suraj Patil
07767a0a0c Bug fixes for hidden task 2016-08-07 16:05:57 +05:30
Suraj Patil
46b4e52100 Due date feature is hidden, will be restored later 2016-08-07 15:35:57 +05:30
Suraj Patil
11e232abfa ability to hide tasks from the timeline 2016-08-07 14:39:17 +05:30
Suraj Patil
47d4f3a345 Comments text area is now bigger 2016-08-07 10:03:03 +05:30
Suraj Patil
0b3f2ab638 Remove concept of overdue 2016-08-07 10:02:47 +05:30
Suraj Patil
3c4a010e2c added necessary features for due date 2016-07-30 20:51:16 +05:30
Suraj Patil
7b62fa2488 added necessary features for due date 2016-07-30 20:50:38 +05:30
Suraj Patil
40c2e2cf90 Markdown support for Comments 2016-06-01 09:48:57 +05:30
Suraj Patil
53aa6b9886 added API support 2016-05-22 15:10:55 +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
Christian Huff
9b615f894c Merge remote-tracking branch 'origin/master'
; Conflicts:
;	db/files.go
2016-05-17 09:42:26 +01:00
Christian Huff
72b36ef3e2 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:39:25 +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
a6d9a109c0 login page looks more modern now 2016-05-14 19:54:31 +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
da354c2038 required one time entries in status table 2016-05-14 15:02:58 +05:30
Suraj Patil
6388fcf5a6 Updated to handle multiple users 1.3 2016-05-14 12:56:24 +05:30
Suraj Patil
8029fe9ab9 added sign up feature & login works with new sign up 2016-05-13 13:53:23 +05:30