| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fluid abstract video list
* normalize timestamp display on miniatures
* use grid for abstract-video-list
- refactor scss function var to pvar to avoid overriding css variables
- move fluid-grid margins to adapt-margin-content-width mixin for maintainability
- fix video-miniature-name margin-top on small screen
* move sceenratio function in a mixin
* display no miniature avatar in channel videos view
|
|
|
|
| |
search query param dynamically
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
> The channel name is a unique identifier of your channel on this and all the other instances.
this is true if we consider "cats@domain.com" as "a channel". If by "a channel" you only mean "cats" then the text needs to be changed to something like:
> The channel name is a unique identifier of your channel on this instance. Together with the domain name - it becomes unique across all instances.
In any case, English native speakers I'm open to suggestions on how to improve this :)
|
|
|
|
|
|
|
|
|
| |
> The username is a unique identifier of your account on this and all the other instances.
this is true if we consider "john@domain.com" as "an account". If by "an account" you only mean "john" then the text needs to be changed to something like:
> The username is a unique identifier of your account on this instances. Together with the domain name - it becomes unique across all instances.
In any case, English native speakers I'm open to suggestions on how to improve this :)
|
| |
|
| |
|
| |
|
|
|
|
| |
ensureUserRegistrationAllowed allowedParams
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix preposition
* Fix French colon spacing
* Some grammar fixes
* Preposition fix
* Update signup-success.component.html
After suggestion from @frankstrater.
|
| |
|
| |
|
|\ |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
* Add ability to set the user display name
* Use display name to guess the username/channel name
* Add explanations about what is the purpose of a username/channel name
* Add a loader at the "done" step
|
|
|