1
0
mirror of https://github.com/go-vikunja/app synced 2024-06-04 03:29:46 +00:00
Commit Graph

88 Commits

Author SHA1 Message Date
d30a3cf5f2 chore: continual of prev. commit, deleting all references to lists and namespaces 2024-04-29 16:52:22 +02:00
Denys Vitali
056b2d72c9
chore: format code with dart format (#71)
This PR formats all code with dart format and adds a step to the CI so that it will be checked on every push and PR.
2024-04-05 22:36:56 +02:00
1ef9ed4e67 added fields to task view, changed icon of task editing. 2024-02-16 19:11:16 +01:00
b0d60e1c12 fixed kanban by moving is_default_bucket from bucket to list 2024-01-06 01:06:47 +01:00
dfa4dcae27 added taskattachmentfile class, added attachment list with download option 2024-01-06 00:04:33 +01:00
ccef93c37e added project id to tojson function 2023-12-23 23:04:27 +01:00
2b505ceaf4 load default project from server 2023-12-23 22:38:16 +01:00
9c5ad58299 moving from lists and namespaces to projects. 2023-07-23 01:50:55 +02:00
7c7d6be9df added subproject view to project home page 2023-07-23 00:04:13 +02:00
2893a4e7f9 moved from list to projects 2023-07-22 22:54:50 +02:00
16fa80f8df added basic project classes 2023-07-22 22:54:04 +02:00
882bf55009 added server recommendations
made listId optional
2023-05-12 13:53:41 +02:00
7391301718 fixed totp prompt 2023-05-10 22:20:01 +02:00
4f6553dd3f added error to UserTokenPair to return error code on login error 2023-05-10 21:09:21 +02:00
d6fb2e3b79 made owner nullable to fix Favourites list 2022-09-27 17:54:02 +02:00
c866741f65 make resetable task properties mutable 2022-09-08 14:28:01 -05:00
67acef1ba9 task clearable nullables 2022-09-07 15:59:28 -05:00
250a0e7553 change default id to 0 2022-09-07 15:18:49 -05:00
0590e4c10e list and namespace toUtc for DateTime in toJSON 2022-09-07 13:02:15 -05:00
3f7dfb276a add namespace.copyWith 2022-09-04 15:30:57 -05:00
0633839f82 make models' created, updated, & lists non late 2022-09-04 14:06:35 -05:00
8191c83c36 make Task.identifier non-nullable 2022-09-04 13:30:58 -05:00
d4f234d65c null-safety & some other cleanup 2022-09-03 10:43:16 -05:00
9161e1fa12 fixed kanban and login views 2022-08-28 01:27:55 +02:00
416d2e0187 fixed bugs from merge with master 2022-08-27 23:57:42 +02:00
2a271287db Merge remote-tracking branch 'go-vikunja/main' into null-safety-migration
# Conflicts:
#	lib/models/list.dart
2022-08-27 23:55:25 +02:00
1146a71ded fixed various "cannot be null" warnings 2022-08-27 23:43:53 +02:00
b5266020a8 first step of migration to null-safety 2022-08-27 23:04:43 +02:00
1c163097d8 fixed disappearing lists on edit 2022-08-26 17:38:32 +02:00
48067d6b34 first step of migration 2022-08-26 07:49:43 +02:00
Paul Nettleton
85b4a48d0e null check for label color for textColor 2022-08-08 02:24:44 -05:00
Paul Nettleton
b697944a6e moved due date check to task.dart 2022-08-05 00:56:27 -05:00
Paul Nettleton
e73daab38e switched checkbox detection to regex, also moved it to helper function 2022-08-05 00:25:31 -05:00
Paul Nettleton
e00be1f8b1 use identifier instead of id for card display 2022-08-02 11:59:03 -05:00
Paul Nettleton
1315d7812c move tasks around buckets, some cleanup 2022-08-02 00:23:52 -05:00
Paul Nettleton
0762a7ae14 buckets edit title, isDoneBucket, & limit; bucket deletion 2022-07-28 04:16:39 -05:00
Paul Nettleton
c3a7962679 edit task color, update edited task, some cleanup 2022-07-27 13:10:01 -05:00
Paul Nettleton
50eccce18d task card formatting 2022-07-23 18:08:59 -05:00
Paul Nettleton
b10a6577a1 add buckets, add/edit tasks in buckets 2022-07-19 04:47:37 -05:00
Paul Nettleton
ad665e68cc basic kanban view 2022-07-15 09:25:16 -05:00
6a2e41bc86 fixed old method call for getting labels
fixed wrong datetime stamp for labels
2022-05-24 00:02:39 +02:00
94f6098f86 fixed some weird behavior that didnt display lists at all
todo: infinite scroll does not work
2022-05-08 10:16:06 +02:00
dca12a5534 implemented login by frontend and login with totp 2022-05-07 17:18:51 +02:00
bfe599f573 added api service to get server information 2022-05-07 17:17:00 +02:00
125c9794bd fixed 'add reminder' button 2022-04-22 00:21:49 +02:00
dd42d18612 merged Benimautner/vikunja_app into go-vikunja/app 2022-04-20 22:57:21 +02:00
335fde5044 fixed bug when due date is set to null 2022-04-16 00:00:51 +02:00
0277af9b6c further improved landing page. always sets due date. shows due date in list. 2022-04-15 23:48:23 +02:00
98713530f9 added main overview page 2022-04-15 20:14:04 +02:00
2dfe99b51b fixed error with favourite lists. 2022-04-12 23:27:14 +02:00