Commit Graph

12 Commits

Author SHA1 Message Date
6def3de983 New field added for works to store gradation repository
Some checks are pending
continuous-integration/drone/push Build is running
2023-01-01 15:26:58 +01:00
fff8b821c5 Can share survey results with a secret shared key
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-02 12:43:53 +01:00
4c76dd9728 Add categories to sort/filter works/surveys
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-20 15:28:27 +01:00
3a3acafa8e Refactor session loading and allow OAuth 2.0 requests
All checks were successful
continuous-integration/drone/push Build is passing
atsebaytClient = config.Client(
		oauth2.NoContext,
		&oauth2.Token{
			AccessToken: atsebaytToken,
		},
	)
2022-09-22 11:09:40 +02:00
95692db8bd Add impersonation route 2022-09-11 21:58:33 +02:00
376a059541 New route to expose PGP Keys 2022-09-11 21:58:33 +02:00
c976f7b53f Define webhook URL 2022-09-05 20:54:07 +02:00
22638dcc51 Introduce user repositories 2022-09-04 13:27:48 +02:00
4baa665693 sessions: Can store values 2022-09-04 11:27:43 +02:00
de4bb43e86 PGP import feature 2022-09-04 11:27:43 +02:00
ab88195607 Introduce survey and question cache 2022-09-02 15:35:01 +02:00
a203cdc36a Use gin-gonic instead of httprouter 2022-08-02 11:59:44 +02:00