12 Commits

Author SHA1 Message Date
Ian Mckay
2a5636fa4e bugfix: Adjust error comparison in builtin stores (#975) 2024-03-06 13:26:51 -08:00
hrgbcxd
1e49dc2585 Feature/add lom commands (#839) 2022-07-20 08:27:24 -07:00
Jesse Peterson
5daf4d1c84 Remove gogo/protobuf (#773) 2021-10-16 13:21:24 -07:00
Victor Vrantchan
39230bbdfe replace UUID dependency (#665)
replaced the satori/uuid package which was no longer maintained

Closes #664
2020-04-23 20:00:18 -04:00
Victor Vrantchan
276e5756af refactor blueprint with worker (#533)
Closes #495
2018-10-14 00:02:05 -04:00
jenjac
bec5193b88 GET to POST for v1/users endpoint (#526)
Changed GET to POST as a GET with a request body is not preferred.
2018-10-10 13:23:02 -04:00
Jesse Peterson
2696fee2e7 Fix code-never-reached situation (#434) 2018-06-13 21:44:37 -04:00
Victor Vrantchan
ee3f43d4c6 create user worker separate from DB implementation. (#426) 2018-05-30 09:18:04 -07:00
Victor Vrantchan
dcd0ec4a41 reorganize MDM service into a single package. (#423) 2018-05-27 17:47:21 -04:00
Victor Vrantchan
70d26149ae only register HTTP routes once (#418)
Simplified the registration of HTTP routes.
Moved basic auth middleware to use the provided go-kit library.
2018-05-12 19:17:40 -04:00
Victor Vrantchan
c5b1e8ccce refactor user api (#351)
Closes #307
2017-12-09 22:42:03 -05:00
Victor Vrantchan
91c236c8c3 organize essential APIs into platform, workflow and pkg folders (#337)
Add more logic to the way code is organized.

	/pkg -- library code not directly connected to micromdm
	/mdm -- packages meant for the services devices interract with. The MDM protocol.
	/dep -- DEP API and related packages.
	/platform -- Core APIs the server provides. Commands API, Devices API, queue, pubsub etc.
	/workflow -- Packages/API that build on top of platform. Today that's the webhook package.
		     Depending on what ends up here, the workflow folder might become its own repository.
2017-11-23 22:07:57 -05:00