aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/users/user.model.ts
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup tokens logic in embedChocobozzz2020-08-071-3/+0
|
* Reorganize shared modelsChocobozzz2020-08-071-1/+1
|
* deal with refresh token in embedRigel Kent2020-08-061-15/+2
|
* Fix anonymous user themeChocobozzz2020-07-311-1/+2
|
* Add alert and hide upload view when no upload is possible (#2966)Kim2020-07-281-0/+4
| | | | | | | | | | | | | | | | | | | | | | * Add alert and hide upload view when no upload is possible * Add about instance link to alert * Hide videos and imports links when no upload is possible * Correct curly spacing lint * Put logic canUpload to User model + add isHidden param to to-menu-dropdown * Use canSeeVideoLinks from user model * Rename and change logic canUpload to isUploadDisabled * Use isDisplayed() method intead of isHidden value * Refactor client and check videos count using quota Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Chocobozzz <me@florianbigard.com>
* Add migrationsChocobozzz2020-07-101-6/+8
|
* Reorganize client shared modulesChocobozzz2020-06-231-0/+150