<feed xmlns='http://www.w3.org/2005/Atom'>
<title>IT-kariera/Team-Kaleidoscope/DevHive/API/Database, branch dev-old</title>
<subtitle>The Hot Social Media for Programmers!</subtitle>
<id>https://git.syndamia.com/archive/IT-kariera/Team-Kaleidoscope/DevHive/atom?h=dev-old</id>
<link rel='self' href='https://git.syndamia.com/archive/IT-kariera/Team-Kaleidoscope/DevHive/atom?h=dev-old'/>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/archive/IT-kariera/Team-Kaleidoscope/DevHive/'/>
<updated>2020-12-11T19:30:39Z</updated>
<entry>
<title>Renamed custom Roles class to UserRoles, fixing naming ambiguity</title>
<updated>2020-12-11T19:30:39Z</updated>
<author>
<name>Syndamia</name>
<email>kamen.d.mladenov@protonmail.com</email>
</author>
<published>2020-12-11T19:30:39Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/archive/IT-kariera/Team-Kaleidoscope/DevHive/commit/?id=e0642bea9392f5fdab92f70622e671f9fd7ee0c7'/>
<id>urn:sha1:e0642bea9392f5fdab92f70622e671f9fd7ee0c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Made login require only username and made null roles to user</title>
<updated>2020-12-11T19:25:45Z</updated>
<author>
<name>Syndamia</name>
<email>kamen.d.mladenov@protonmail.com</email>
</author>
<published>2020-12-11T19:25:45Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/archive/IT-kariera/Team-Kaleidoscope/DevHive/commit/?id=6ccb8618f2fe79e61702b0ba0ce48182d9293943'/>
<id>urn:sha1:6ccb8618f2fe79e61702b0ba0ce48182d9293943</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changed returns to IActionResult; Id from UserDTO removed</title>
<updated>2020-12-11T16:41:14Z</updated>
<author>
<name>transtrike</name>
<email>transtrike@gmail.com</email>
</author>
<published>2020-12-11T16:41:14Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/archive/IT-kariera/Team-Kaleidoscope/DevHive/commit/?id=29b2a82d7ef2613b3e56eba7ed959243a98ae92d'/>
<id>urn:sha1:29b2a82d7ef2613b3e56eba7ed959243a98ae92d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into dev</title>
<updated>2020-12-11T12:35:51Z</updated>
<author>
<name>transtrike</name>
<email>transtrike@gmail.com</email>
</author>
<published>2020-12-11T12:35:51Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/archive/IT-kariera/Team-Kaleidoscope/DevHive/commit/?id=8554d02a954449e8e7c250f3f83868834056afad'/>
<id>urn:sha1:8554d02a954449e8e7c250f3f83868834056afad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Renamed Models to Data</title>
<updated>2020-12-11T12:35:39Z</updated>
<author>
<name>transtrike</name>
<email>transtrike@gmail.com</email>
</author>
<published>2020-12-11T12:35:39Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/archive/IT-kariera/Team-Kaleidoscope/DevHive/commit/?id=6a85255c78a448256fab68cd361983ffc85f2b03'/>
<id>urn:sha1:6a85255c78a448256fab68cd361983ffc85f2b03</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Made Username unique</title>
<updated>2020-12-11T08:21:53Z</updated>
<author>
<name>Syndamia</name>
<email>kamen.d.mladenov@protonmail.com</email>
</author>
<published>2020-12-11T08:21:53Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/archive/IT-kariera/Team-Kaleidoscope/DevHive/commit/?id=b748cdc90d259ba62c35a38e0623f06b1cb7346d'/>
<id>urn:sha1:b748cdc90d259ba62c35a38e0623f06b1cb7346d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reverted UserDbRepository to use the .Any Linq method</title>
<updated>2020-12-11T08:04:43Z</updated>
<author>
<name>Syndamia</name>
<email>kamen.d.mladenov@protonmail.com</email>
</author>
<published>2020-12-11T08:04:43Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/archive/IT-kariera/Team-Kaleidoscope/DevHive/commit/?id=eb7c817329bcdd9eb520c6760bacf84d6f45f20d'/>
<id>urn:sha1:eb7c817329bcdd9eb520c6760bacf84d6f45f20d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Modified UserDbRepo for performance</title>
<updated>2020-12-11T07:04:55Z</updated>
<author>
<name>transtrike</name>
<email>transtrike@gmail.com</email>
</author>
<published>2020-12-11T07:04:55Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/archive/IT-kariera/Team-Kaleidoscope/DevHive/commit/?id=13bf04d5ce0a217b02ff74cd576ed27d1d106cc1'/>
<id>urn:sha1:13bf04d5ce0a217b02ff74cd576ed27d1d106cc1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed Validations in UserService. Removed unnessessary code. Swagger not working</title>
<updated>2020-12-10T22:39:23Z</updated>
<author>
<name>transtrike</name>
<email>transtrike@gmail.com</email>
</author>
<published>2020-12-10T22:39:23Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/archive/IT-kariera/Team-Kaleidoscope/DevHive/commit/?id=edefd4a53ad8bb5318e8c6fc347f04ef3ac2886c'/>
<id>urn:sha1:edefd4a53ad8bb5318e8c6fc347f04ef3ac2886c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added data validations of UserService requests</title>
<updated>2020-12-10T19:23:46Z</updated>
<author>
<name>Syndamia</name>
<email>kamen.d.mladenov@protonmail.com</email>
</author>
<published>2020-12-10T19:23:46Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/archive/IT-kariera/Team-Kaleidoscope/DevHive/commit/?id=fcdecc38741dc8e3adb41897ee294aa6d1384128'/>
<id>urn:sha1:fcdecc38741dc8e3adb41897ee294aa6d1384128</id>
<content type='text'>
</content>
</entry>
</feed>
