aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Merge pull request #50 from crupest/refactor杨宇千2019-10-24115-3012/+7184
|\ | | | | Refactor : A Huge Step
| * ...杨宇千2019-10-244-13/+5
| |
| * ...杨宇千2019-10-2411-146/+162
| |
| * ...杨宇千2019-10-2425-233/+1331
| |
| * ...杨宇千2019-10-2337-310/+901
| |
| * ...杨宇千2019-10-2211-99/+604
| |
| * ...杨宇千2019-10-2136-1211/+1504
| |
| * ...杨宇千2019-10-213-183/+6
| |
| * ...杨宇千2019-10-212-113/+207
| |
| * ...杨宇千2019-10-2115-125/+281
| |
| * ...杨宇千2019-10-2014-200/+991
| |
| * ...杨宇千2019-10-207-34/+394
| |
| * ...杨宇千2019-10-204-8/+24
| |
| * ...杨宇千2019-10-209-20/+318
| |
| * ...杨宇千2019-10-1915-63/+99
| |
| * ...杨宇千2019-10-1915-373/+392
| |
| * ...杨宇千2019-10-1725-500/+584
|/
* Merge remote-tracking branch 'origin/master'杨宇千2019-10-172-2/+15
|\
| * Merge pull request #49 from crupest/add-cors杨宇千2019-10-172-2/+15
| |\ | | | | | | Add CORS.