aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ...crupest2020-01-2133-298/+408
|
* Basically finish refactor of error codes.crupest2020-01-1913-62/+65
|
* ...crupest2020-01-1842-1549/+895
|
* Fix a bug in delete post.crupest2020-01-171-2/+0
|
* Specify RID in publish to reduce artifitial size.crupest2020-01-171-1/+1
|
* Update CI.crupest2020-01-171-5/+2
|
* Update CI.crupest2020-01-161-9/+12
|
* Fix a bug in wrong message of BadPasswordException.crupest2020-01-122-6/+2
|
* Update README.crupest2020-01-051-1/+19
|
* Use sqlite development database.crupest2020-01-0521-70/+1223
|
* Fix the format in date string.crupest2019-12-111-1/+1
| | | | | Note: Because standard date time format "s" in Dot Net does not add "Z" at the tail of the result string even if the date is UTC. So I manually add it so that web browser can correctly parse the date string.
* Fix a bug in simultaneous database queries.crupest2019-12-101-6/+10
| | | | | Note on this: You should not use Task.WhenAll to do a bunch of async database queries since EntityFramework Core does not support DbContext to do two queries in the same time.
* Merge branch 'master' of github.com:crupest/Timelinecrupest2019-12-105-8/+66
|\
| * Merge pull request #55 from crupest/format杨宇千2019-11-205-8/+66
| |\ | | | | | | Fix some format problems.
| | * Add test for bad enum value of timeline visibility.crupest2019-11-201-0/+6
| | |
| | * Migrate to System.Text.Json . Format enum to string instead of number. Use ↵crupest2019-11-204-8/+60
| |/ | | | | | | ISO8601 format for datetime.
* / Migrate to DotNetCore 3.1 .crupest2019-12-104-14/+14
|/
* Update CI.crupest2019-11-201-29/+33
|
* Update packages and migrate database.crupest2019-11-205-15/+647
|
* Merge pull request #54 from crupest/timeline杨宇千2019-11-2054-518/+3243
|\ | | | | Add core feature Timeline (currently only personal timeline)
| * Get posts should return posts ordered by time.crupest2019-11-202-2/+29
| |
| * Change post content to null instead of delete the entity when deleting post.crupest2019-11-201-2/+4
| |
| * Add delete nonexist post test, and fix the bug.crupest2019-11-202-6/+13
| |
| * Clean and refactor tests.crupest2019-11-2022-462/+396
| |
| * Complete integrated tests??? Fix bugs.crupest2019-11-1910-72/+320
| |
| * Clean project files.crupest2019-11-182-151/+140
| |
| * Continue to write tests.crupest2019-11-183-2/+50
| |
| * Write tests and fix bugs found via tests.crupest2019-11-188-23/+157
| |
| * Fix typo in path of personal timeline controller actions. Add timeline ↵crupest2019-11-176-8/+120
| | | | | | | | permission test.
| * Complete personal timeline service without tests.crupest2019-11-171-5/+121
| |
| * WIP : Write timeline service.杨宇千2019-11-135-11/+336
| |
| * Complete personal timeline controller unit tests.杨宇千2019-11-125-21/+209
| |
| * Add PersonalTimelineController PostOperationCreate unit tests.杨宇千2019-11-093-15/+82
| |
| * Add Get method tests for PersonalTimelineController.杨宇千2019-11-072-12/+99
| |
| * Complete PersonalTimelineController and write attribute test.杨宇千2019-11-0715-53/+406
| |
| * Add controller primarily and of course redesign the service accordingly.杨宇千2019-11-049-33/+575
| |
| * Complete designing timeline service though there may be many bugs in the design.杨宇千2019-11-046-22/+125
| |
| * WIP: Design the timeline service interface.杨宇千2019-11-037-7/+320
| |
| * Design the entity model primarily.杨宇千2019-11-038-2/+132
|/
* Merge pull request #53 from crupest/nickname杨宇千2019-10-3172-1454/+2008
|\ | | | | Add nickname support.
| * Recreate database and migrations.杨宇千2019-10-3126-1220/+300
| |
| * Complete integrated tests.杨宇千2019-10-315-45/+121
| |
| * Continue to construct feature and tests.杨宇千2019-10-3121-59/+302
| |
| * Add UserDetailController unit tests.杨宇千2019-10-289-0/+270
| |
| * Add error code tests.杨宇千2019-10-2714-137/+535
| |
| * Add user detail service.杨宇千2019-10-2512-12/+499
|/
* Merge pull request #52 from crupest/i18n杨宇千2019-10-2543-702/+864
|\ | | | | Add NeutralResourcesLanguage. Conform to best practices.
| * Add NeutralResourcesLanguage. Conform to best practices.杨宇千2019-10-2543-702/+864
|/
* Update CI.杨宇千2019-10-241-0/+2
|
* Fix a bug in auth handler. This is caused by my confusion in C# language.杨宇千2019-10-241-1/+1
|