Commit Graph

879 Commits

Author SHA1 Message Date
0a3f04ca55
Make tests run again 2020-08-09 17:45:12 +02:00
224fa4fd10
Update all calls to CanRead methods 2020-08-09 17:39:42 +02:00
98c4dad64e
Update task attachment & task comment & task rights to return the max right 2020-08-09 17:37:37 +02:00
7a7b0962ea
Update team rights to return the max right 2020-08-09 17:37:14 +02:00
a2d7ad04de
Update namespace rights to return the max right 2020-08-09 17:35:12 +02:00
f3a1d05069
Update list rights to return the max right 2020-08-09 17:30:49 +02:00
bf22c1e0fb
Update link share rights to return the max right 2020-08-09 17:18:04 +02:00
d57f030687
Update label rights to return the max right 2020-08-09 17:17:26 +02:00
15a6c2bf8c
Update web dependency 2020-08-09 17:16:12 +02:00
b375e1d043 Update github.com/gordonklaus/ineffassign commit hash to e36bfde (#625)
All checks were successful
continuous-integration/drone/push Build is passing
Update github.com/gordonklaus/ineffassign commit hash to e36bfde

Reviewed-on: vikunja/api#625
2020-08-09 09:18:55 +00:00
d718d247c8
Fix users with disabled totp but not enrolled being unable to login
All checks were successful
continuous-integration/drone/push Build is passing
2020-08-07 16:41:35 +02:00
6a82d4e2af
Fix updating team admin status
All checks were successful
continuous-integration/drone/push Build is passing
2020-08-05 17:28:11 +02:00
11722bf029
Add update route to toggle team member admin status
Some checks failed
continuous-integration/drone/push Build is failing
2020-08-05 17:21:17 +02:00
dfb7730b63 More avatar providers (#622)
All checks were successful
continuous-integration/drone/push Build is passing
Don't fail if the last avatar file does not exist when deleting it

Fix lint

Remove old global avatar setting and update docs

Generate docs

Invalidate the avatar cache when uploading a new one

Add debug logs

Add caching for upload avatars

Add cache locks

Fix encoding

Resize the uploaded image to a max of 1024 pixels

Remove the old uploaded avatar if one already exists

Add mimetype check for images

Set avatar provider to upload when uploading an avatar

Add upload avatar provider

Make font size smaller to let the initials still look good in smaller sizes

Add debug log

Add cache and resizing of initials avatars

Make font size depend on avatar size

Add drawing initials avatar

Add initials provider

Make the initials avatar provider the default

Add routes

Add user avatar settings handler methods

Add user avatar provider field

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/api#622
2020-08-02 17:16:58 +00:00
c9117dd037 Update module spf13/afero to v1.3.3 (#623)
All checks were successful
continuous-integration/drone/push Build is passing
Update module spf13/afero to v1.3.3

Reviewed-on: vikunja/api#623
2020-08-02 14:11:50 +00:00
e4539ef232 Use db sessions for task-related things (#621)
All checks were successful
continuous-integration/drone/push Build is passing
Use db sessions for task-related things

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/api#621
2020-08-01 16:54:38 +00:00
0ba6ae7a18 Update module spf13/viper to v1.7.1 (#620)
All checks were successful
continuous-integration/drone/push Build is passing
Update module spf13/viper to v1.7.1

Reviewed-on: vikunja/api#620
2020-08-01 06:24:46 +00:00
25ecc4a510 Update golang.org/x/crypto commit hash to 123391f (#619)
All checks were successful
continuous-integration/drone/push Build is passing
Update golang.org/x/crypto commit hash to 123391f

Reviewed-on: vikunja/api#619
2020-07-29 06:39:36 +00:00
259c2195dc Update module lib/pq to v1.8.0 (#618)
All checks were successful
continuous-integration/drone/push Build is passing
Update module lib/pq to v1.8.0

Reviewed-on: vikunja/api#618
2020-07-28 06:44:54 +00:00
7bdc9dd428
Pin telegram notification plugin in drone
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-24 18:32:18 +02:00
5f8872f8cc Update module getsentry/sentry-go to v0.7.0 (#617)
Some checks failed
continuous-integration/drone/push Build is failing
Update module getsentry/sentry-go to v0.7.0

Reviewed-on: vikunja/api#617
2020-07-21 13:02:45 +00:00
5794ede6f6 Update module lib/pq to v1.7.1 (#616)
Some checks failed
continuous-integration/drone/push Build is failing
Update module lib/pq to v1.7.1

Reviewed-on: vikunja/api#616
2020-07-20 17:37:08 +00:00
41cf73a473
Add option to configure legal urls
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-18 18:53:56 +02:00
f8d84139fa Update module imdario/mergo to v0.3.10 (#615)
All checks were successful
continuous-integration/drone/push Build is passing
Update module imdario/mergo to v0.3.10

Reviewed-on: vikunja/api#615
2020-07-18 16:52:05 +00:00
d3964ff4bd
Update xgo to v1.0.0+1.14.6
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-18 18:42:34 +02:00
9acba7d3f0
Fix duplicating a list with background
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-17 14:16:59 +02:00
2d567bfe0f
Make sure lists which would have a duplicate identifier can still be duplicated
All checks were successful
continuous-integration/drone/push Build is passing
+ debug logging for duplicating lists
2020-07-17 13:26:49 +02:00
7207aa60fb Update module src.techknowlogick.com/xgo to v1 (#613)
All checks were successful
continuous-integration/drone/push Build is passing
Update module src.techknowlogick.com/xgo to v1

Reviewed-on: vikunja/api#613
2020-07-15 06:32:48 +00:00
2b9af951bf Update src.techknowlogick.com/xgo commit hash to 96de19c (#612)
All checks were successful
continuous-integration/drone/push Build is passing
Update src.techknowlogick.com/xgo commit hash to 96de19c

Reviewed-on: vikunja/api#612
2020-07-14 19:58:42 +00:00
c84efcbbcc Update src.techknowlogick.com/xgo commit hash to 7c2e3c9 (#611)
All checks were successful
continuous-integration/drone/push Build is passing
Update src.techknowlogick.com/xgo commit hash to 7c2e3c9

Reviewed-on: vikunja/api#611
2020-07-14 17:59:50 +00:00
092aae3260
Add config option to force ssl connections to connect with the mailer
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-14 17:30:39 +02:00
222582fb0c Update module spf13/afero to v1.3.2 (#610)
All checks were successful
continuous-integration/drone/push Build is passing
Update module spf13/afero to v1.3.2

Reviewed-on: vikunja/api#610
2020-07-14 13:19:46 +00:00
a99367bc5f
Fix release trigger
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-14 14:45:16 +02:00
c47d5c7228
Switch s3 release bucket to scaleway
Some checks failed
continuous-integration/drone/push Build is failing
2020-07-14 13:43:35 +02:00
3d709e3bb7
Update docs with testmail command + reorder
Some checks reported errors
continuous-integration/drone/push Build was killed
2020-07-14 09:34:32 +02:00
3a9360a57b Update golang.org/x/crypto commit hash to 948cd5f (#609)
All checks were successful
continuous-integration/drone/push Build is passing
Update golang.org/x/crypto commit hash to 948cd5f

Reviewed-on: vikunja/api#609
2020-07-10 08:21:21 +00:00
dd3c4cd032 Update golang.org/x/crypto commit hash to ab33eee (#608)
All checks were successful
continuous-integration/drone/push Build is passing
Update golang.org/x/crypto commit hash to ab33eee

Reviewed-on: vikunja/api#608
2020-07-08 07:12:16 +00:00
2a4a622518
0.14.1 release preparations
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-07 10:58:03 +02:00
4db06ba9a1 Fix creating lists with non ascii characters (#607)
All checks were successful
continuous-integration/drone/push Build is passing
Fix test name

Fix migrating lists with non utf-8 characters in their name

Fix creating lists with non utf-8 characters

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/api#607
2020-07-07 07:48:12 +00:00
96f366f5e7
Add docs about using vikunja with utf-8 characters
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-06 21:53:26 +02:00
78791f31a4
Fix parsing todoist reminder dates
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-05 20:49:29 +02:00
ec3fa9300b
Fix parsing todoist reminder dates
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-05 17:48:36 +02:00
9fa7e30a0a
update theme
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-05 15:25:25 +02:00
158d98c2bd Makefile: make add EXTRA_GOFLAG to GOFLAGS (#605)
All checks were successful
continuous-integration/drone/push Build is passing
Makefile: make add EXTRA_GOFLAG to GOFLAGS

Some commands (`go generate`) only support taking `GOFLAGS` from the environment
but setting `GOFLAGS` environment variable is ineffectual because the variable
of the same name defined in the Makefile shadows it.

We also have a custom `EXTRA_GOFLAGS` variable but we only pass that to `go build`.

Let’s add `EXTRA_GOFLAGS` to the `GOFLAGS` variable in the Makefile to allow passing
custom flags to Go through `EXTRA_GOFLAGS` environment variable.

Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
Reviewed-on: vikunja/api#605
Reviewed-by: konrad <konrad@kola-entertainments.de>
2020-07-04 16:55:45 +00:00
ae12871bd7
Fix decoding active users from redis
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-02 23:19:03 +02:00
7141050f8b
Make sure the metrics map accesses only happen explicitly
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-02 21:16:39 +02:00
5d900fd40d
0.14.0 release preparations
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-01 17:12:49 +02:00
f57b7e989f
Fix updating the index when moving a task
Some checks reported errors
continuous-integration/drone/tag Build was killed
continuous-integration/drone/push Build is passing
2020-07-01 16:54:18 +02:00
556ccd68c1
Set the list identifier when creating a new task
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-01 11:17:18 +02:00
1181039249 Duplicate Lists (#603)
All checks were successful
continuous-integration/drone/push Build is passing
Fix buckets not being duplicated correctly

Fix list id param not working

Add api endpoint

Add swagger docs

Add comment about test

Make duplicating actually work

Add copying link shares

Add copying list backgrounds

Add copying task relations

Add copying task comments

Add copying assignees

Add copying task task label relations

Add copying task attachments

Add duplicating tasks

Add basic struct and methods

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/api#603
2020-06-30 20:53:14 +00:00