aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-03-30Fix UMLGen file suffix detectionHEADmasterYuuta Liang
Signed-off-by: Yuuta Liang <yuuta@yuuta.moe>
2023-11-29Add notes on running the projectyuuta
Signed-off-by: yuuta <yuuta@yuuta.moe>
2023-11-29Add libraries and resource dir to Idea configuration fileyuuta
Signed-off-by: yuuta <yuuta@yuuta.moe>
2023-11-29Restore Idea files from starteryuuta
So the TA can run the project on their computer Signed-off-by: yuuta <yuuta@yuuta.moe>
2023-11-29Regenerate UMLsYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
2023-11-29Emphasize on other unrelated files in repositoryYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
2023-11-29Add refactoring ideasYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
2023-11-29Fix association taggingsYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
2023-11-29Fix UMLGen: exclude enums from ui.tui packageYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
2023-11-29Fix UMLGen incorrect -1 maxBy handlingYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
2023-11-28Add association tags and generate UMLYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
2023-11-28Fix pathYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
2023-11-28Add UML generatorYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
2023-11-28Move TUI and GUI into separate packagesYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
2023-11-28Phase 4: Task 2Yuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
2023-11-28Fix gitignoreYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
2023-11-28Import Event / EventLogYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
2023-11-28Add checkstyleYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
2023-11-27Use the same version of JaCoCo as the OJYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
2023-11-27Add .idea/ to gitignoreYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
2023-11-27Add Gradle build filesYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
2023-11-23Add commentsYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
2023-11-23Add QR codeYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
2023-11-23Import ZXingYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
2023-11-23Use basic ASCIIYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
2023-11-23Use basic ASCIIYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
2023-11-23Add GUIYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
2023-11-12Add IntellliJ themeYuuta Liang
2023-11-12Initial GUIYuuta Liang
Test Idea GUI designer against CI
2023-10-26Add persistenceYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
2023-10-25Add the org.json library binaryYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
2023-10-25Add user stories for persistenceYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
2023-10-25Refactor: move all logics into CertificationAuthorityYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
2023-10-14Fix comments in UIYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@students.cs.ubc.ca>
2023-10-14Fix coverageYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@students.cs.ubc.ca>
2023-10-14Commit files that had not been synced to disk by IdeaYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@students.cs.ubc.ca>
2023-10-14Fix lintYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@students.cs.ubc.ca>
2023-10-14Implement the CAYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@students.cs.ubc.ca>
2023-10-12Fix lintYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@students.cs.ubc.ca>
2023-10-12Implement data structures from X.680, X.501, X.509, and PKCS#10, with X.690 ↵Yuuta Liang
encoding / decoding support The implementation took four days, and it is still a little bit rough. Updated version should arrive soon. Signed-off-by: Yuuta Liang <yuutaw@students.cs.ubc.ca>
2023-09-30Clarify on listsYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@students.cs.ubc.ca>
2023-09-30Start the projectYuuta Liang
2023-09-21Starter filesclassy