aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #146 from crupest/fix-141crupest2020-08-1126-80/+1118
|\ | | | | Fix #141 .
| * Add unit tests.crupest2020-08-111-0/+84
| |
| * Post list modified since now consider username change. And make all datetime ↵crupest2020-08-1111-10/+136
| | | | | | | | utc.
| * Migrate DateTimeOffset to DateTime.crupest2020-08-116-10/+364
| |
| * Handle post deletion on user deletion correctly.crupest2020-08-116-48/+111
| |
| * Make author column of post nullable.crupest2020-08-117-12/+423
|/
* Merge pull request #144 from crupest/user-timecrupest2020-08-119-12/+468
|\ | | | | Add time info to user.
| * User service update time fields of user.crupest2020-08-114-11/+30
| |
| * Add time columns to user in database.crupest2020-08-115-1/+438
|/
* Do not block when get post data.crupest2020-08-103-8/+12
|
* Make data line not destroyable when syncing.crupest2020-08-101-0/+1
|
* Refactor timeline observable.crupest2020-08-092-25/+24
|
* Refactor api of data hub.crupest2020-08-091-42/+58
|
* Rename SubscriptionHub to DataHub.crupest2020-08-093-23/+17
|
* Merge sync status into subscription hub.crupest2020-08-095-229/+203
|
* Refactor subscription hub.crupest2020-08-091-60/+46
|
* Fix bugs.crupest2020-08-084-23/+25
|
* Fix a bug.crupest2020-08-081-1/+1
|
* ...crupest2020-08-081-6/+5
|
* ...crupest2020-08-081-0/+12
|
* ...crupest2020-08-082-224/+112
|
* ...crupest2020-08-081-4/+103
|
* ...crupest2020-08-081-49/+22
|
* ...crupest2020-08-082-92/+108
|
* ...crupest2020-08-084-19/+21
|
* Refactor user service.crupest2020-08-081-63/+79
|
* ...crupest2020-08-082-0/+95
|
* Add observable api for subscription hub.crupest2020-08-081-0/+12
|
* [front] Add unique if to user in http and implement mock server.crupest2020-08-082-1/+10
|
* Remove queue.crupest2020-08-083-43/+2
|
* Wait for localforage ready.crupest2020-08-081-1/+5
|
* Add unique id test in name validator.crupest2020-08-084-0/+27
|
* Merge pull request #139 from crupest/user-uniqueidcrupest2020-08-089-0/+399
|\ | | | | Feature now user also has a unique id.
| * Add user unique id.crupest2020-08-084-0/+12
| |
| * Database add unqiue id for user.crupest2020-08-085-0/+387
|/
* ...crupest2020-08-074-389/+182
|
* Fix a bug in user.crupest2020-08-071-3/+3
|
* Merge pull request #138 from crupest/home-offlinecrupest2020-08-0711-134/+287
|\ | | | | Create home page for offline.
| * Create home page for offline.crupest2020-08-0711-134/+287
|/
* Merge pull request #134 from crupest/offline-usercrupest2020-08-077-86/+160
|\ | | | | Make user offline usable.
| * Fix lint problem in Settings.crupest2020-08-071-3/+4
| |
| * Fix a bug in timeline service.crupest2020-08-071-1/+1
| |
| * Use eval-cheap-module-source-map for development.crupest2020-08-073-4/+3
| |
| * Use cache login user if offline.crupest2020-08-072-70/+65
| |
| * Avatar use cache first.crupest2020-08-061-4/+28
| |
| * Add fetchAndCacheAvatar.crupest2020-08-061-3/+58
|/
* Fix hasReadPermission bug.crupest2020-08-051-1/+5
|
* Fix a bug.crupest2020-08-051-1/+1
|
* Do code clean.crupest2020-08-051-5/+3
|
* Code clean.crupest2020-08-051-7/+2
|