Commit Graph

185 Commits

Author SHA1 Message Date
7f4e733524 Sort sound synthetizers in admin page. 2019-05-19 02:05:06 +01:00
530869f2e0 Sort resolutions in admin page. 2019-05-19 01:26:16 +01:00
f6b236cd10 Set chars in resolution to bool. 2019-05-19 01:07:08 +01:00
0e6fc2e7f2 Sort processors in admin page. 2019-05-19 00:59:40 +01:00
86470c6bca Sort processors by machine in admin page. 2019-05-19 00:29:46 +01:00
9e3c0e7ea7 Do not allow news to be edited or created manually. 2019-05-19 00:01:35 +01:00
c93e29b181 Set news date as DateTime. 2019-05-18 23:05:54 +01:00
b8614aca51 Sort memories by machine in admin page. 2019-05-18 22:03:59 +01:00
b916bcedfa Sort machines in admin page. 2019-05-18 21:47:50 +01:00
d1082cc4b9 Sort machine families in admin page. 2019-05-18 21:00:07 +01:00
ef5b0d71bc Sort instruction set extensions in admin page. 2019-05-18 20:40:14 +01:00
c4b20460ac Sort instruction sets in admin page. 2019-05-18 20:37:10 +01:00
8bedb56cb7 Annotate GPU fields. 2019-05-18 20:28:51 +01:00
554ab18939 Set all delete buttons as bootstrap buttons. 2019-05-18 19:00:59 +01:00
40585b413e Store prerendered HTML from company description's markdown. 2019-05-18 18:38:40 +01:00
95b782488a Adjust company description admin fields. 2019-05-18 18:05:36 +01:00
83d2f9b198 Sort company description admin fields. 2019-05-18 17:52:40 +01:00
16c7dc0c38 Set size for company description. 2019-05-18 17:49:44 +01:00
f5db8bbbff Fix rendering company description. 2019-05-18 17:25:23 +01:00
fb9a86f7e4 Re-do company descriptions. 2019-05-18 17:12:54 +01:00
379bc4ec5a Sort browser tests in admin page. 2019-05-18 15:20:28 +01:00
0f29a8dded Fix MySQL bool interpretation. 2019-05-18 13:31:33 +01:00
1ba03eedfa Sort storage by machines admin view. 2019-05-18 12:10:34 +01:00
aed5df094a Add admin index. 2019-05-18 11:45:41 +01:00
83c660d9c1 Set display modes for companies admin. 2019-05-18 11:19:06 +01:00
f21640a451 Change view of companies in admin area. 2019-05-18 10:20:13 +01:00
3706035509 Use site-wide layout. 2019-05-18 02:58:43 +01:00
f0c603415d User RCL .NET Identity. 2019-05-18 02:56:01 +01:00
aada3f5e86 Redo .NET Identity as it was not working. 2019-05-18 01:43:09 +01:00
b9eacd73d5 Update dependencies. 2019-05-17 21:18:28 +01:00
0815e745b0 Add ASP.NET Identity. 2018-08-11 20:53:34 +01:00
71d3cda9e7 Add Microsoft.VisualStudio.Web.CodeGeneration.Design package. 2018-08-11 11:25:22 +01:00
53f7315b2e Correct areas routing. 2018-08-11 11:15:31 +01:00
5933aef723 Update to .NET Core 2.1. 2018-08-11 10:49:55 +01:00
786cd53d7d Use company logos again. 2018-08-07 21:48:53 +01:00
83ba8cf568 Remove unneeded code that has been substituted by Entity Framework. 2018-08-06 23:48:38 +01:00
7565a8966a Use lazy loading of related tables. 2018-08-06 23:33:39 +01:00
de37bc02ff Use Entity Framework in computer and console controllers. 2018-08-06 22:27:55 +01:00
728eb83d6b Use EF in company controller. 2018-08-06 21:07:23 +01:00
ab24e794c3 Move home controller to EF context. 2018-08-06 00:26:30 +01:00
b720cd6122 Update DB to version 23: Make EntityFramework happy with existing database schema. 2018-08-05 22:39:55 +01:00
736b98b754 Update DB to version 22: Machine families, machine model separate from name. 2018-04-29 02:02:33 +01:00
349a941392 Update DB to version 21: Have full introduction date for machines, not only year. 2018-04-28 21:29:01 +01:00
fd0b55dee1 Update DB to version 20: Machines can have an arbitrary number of storage,
so use an interconnection table, `storage_by_machine`.
2018-04-28 20:52:58 +01:00
04c0e47d9c Update DB to version 19: Resolutions are gpu dependant,
move to separate table and use an interconnection table, `resolution_by_gpu`.
2018-04-28 18:39:09 +01:00
95de473054 Update DB to version 18: Machines can have an arbitrary number of memories,
so use an interconnection table, `memory_by_machine`.
2018-04-28 17:27:35 +01:00
203a235a29 Update DB to version 17: Machines can have an arbitrary number of sound synthetizers,
so use an interconnection table, `sound_by_machine`.
2018-04-28 15:55:57 +01:00
fdcefed085 Update DB to version 16: Machines can have an arbitrary number of gpus,
so use an interconnection table, `gpus_by_machine`.
2018-04-28 14:39:21 +01:00
02b9981681 Update DB to version 15: Machines can have an arbitrary number of processors,
so use an interconnection table, `processors_by_machine`.
2018-04-28 13:16:53 +01:00
d8127630b3 Update DB to version 14: Computers and consoles are now machines with different type. 2018-04-28 02:10:03 +01:00