aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Models
Commit message (Collapse)AuthorAgeFilesLines
* Split front and back end.crupest2020-10-2719-1443/+0
|
* refactor(back): Refactor error codes code generator.crupest2020-10-271-12/+1
|
* Post info now contain data etag.crupest2020-08-312-1/+10
|
* Add change timeline name api to timeline controller.crupest2020-08-281-0/+19
|
* Timeline title feature.crupest2020-08-273-0/+11
|
* ...crupest2020-08-214-7/+138
|
* ...crupest2020-08-211-2/+2
|
* ...crupest2020-08-211-50/+0
|
* ...crupest2020-08-211-0/+33
|
* ...crupest2020-08-203-4/+92
|
* ...crupest2020-08-111-21/+21
|
* Post list modified since now consider username change. And make all datetime ↵crupest2020-08-112-3/+55
| | | | utc.
* Migrate DateTimeOffset to DateTime.crupest2020-08-111-3/+3
|
* Make author column of post nullable.crupest2020-08-112-3/+3
|
* User service update time fields of user.crupest2020-08-111-4/+6
|
* Add unique id test in name validator.crupest2020-08-081-0/+9
|
* Add user unique id.crupest2020-08-082-0/+2
|
* Add unit tests.crupest2020-07-102-2/+2
|
* Add deleted field.crupest2020-07-102-6/+13
|
* feat(back): Add last modified to timeline.crupest2020-06-181-0/+3
|
* Add last modified info to timeline.crupest2020-06-181-0/+3
|
* Many many bugs fix.crupest2020-06-141-0/+10
| | | | | | 1. Add a way to test front end with mock page. 2. Unknown api returns 400 but not frontend page. 3. Fix a big bug that cause all data loss in database migration.
* refactor(back): No longer use standard guid but just use 32-length hex for ↵crupest2020-06-141-1/+1
| | | | unique id of timeline.
* feat(back): Fix #103 .crupest2020-06-142-1/+3
|
* chore(back): Fix some warnings.crupest2020-06-043-13/+21
|
* Clean code.crupest2020-03-132-5/+1
|
* ...crupest2020-03-111-0/+10
|
* ...crupest2020-03-111-12/+17
|
* ...crupest2020-03-103-12/+31
|
* ...crupest2020-03-101-0/+1
|
* ...crupest2020-03-102-0/+35
|
* Revert namespace name change.crupest2020-03-1015-26/+26
|
* ...crupest2020-03-101-1/+4
|
* ...crupest2020-03-1016-145/+240
|
* Init development of post image feature.crupest2020-03-062-3/+43
|
* Guess what, Chinese character is also a "letter". So no need to change code. ↵crupest2020-02-291-1/+1
| | | | Just add some tests.
* Add get timeline list feature.crupest2020-02-042-20/+30
|
* Add self link in entities.crupest2020-02-042-0/+5
|
* Add TimelineController.crupest2020-02-032-3/+31
|
* Add copy to clipboard function to code generator.crupest2020-02-021-2/+3
|
* ...crupest2020-02-021-1/+16
|
* Add timeline service.crupest2020-02-023-27/+53
|
* ...crupest2020-02-021-5/+31
|
* Fix test bugs in user info mapper. Make create user action return created ↵crupest2020-01-311-11/+3
| | | | user info.
* Fix a bug in url generation and add development database migration.crupest2020-01-311-3/+4
|
* Combine two user info types.crupest2020-01-312-26/+23
|
* ...crupest2020-01-311-3/+5
|
* Finish reafctor, TODO: Database migration.crupest2020-01-302-7/+16
|
* ...crupest2020-01-3010-74/+122
|
* ...crupest2020-01-295-122/+27
|