Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't show placeholder when we have loaded the avatar image | Roeland Jago Douma | 2017-09-26 | 1 | -0/+9 |
| | | | | | | | Fixes #6618 Else it shows up as background to transparent avatars Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix semicolon at end of JS lines | Morris Jobke | 2017-05-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix rgb values | John Molakvoæ | 2016-04-18 | 1 | -1/+7 |
| | | | | | Fix was required because values was too big for rgb and breaking the brightness calculation. Now we have the initial sat (70%) and the reduction to 60 if too bright working again. | ||||
* | Updated color generator | John Molakvoæ | 2016-04-06 | 1 | -5/+23 |
| | | | | Separated the main function to allow special use without dom manipulation. | ||||
* | New colour generator | John Molakvoæ | 2016-04-01 | 1 | -6/+56 |
| | |||||
* | [Avatars] Calculate 'sane' hue precissions | Roeland Jago Douma | 2015-12-24 | 1 | -2/+2 |
| | | | | | | | | | | We used to get the numeric value of the entrire md5 string which is a 128bit integer. We would then devide this by the maxval of a 128bit int. There is no need for such huge computations. As we just require a value between 0 and 255. Thus using two 16 bit values is more than enough to get the precision we need. By just taking the MSB we get nearly identical results. | ||||
* | Add a default size to the avatar placeholders | Roeland Jago Douma | 2015-12-17 | 1 | -2/+6 |
| | | | | | This removed the need to do an avatar request on the "empty" row in the user settings. | ||||
* | use normal font weight instead of bold for image placeholders | Jan-Christoph Borchardt | 2015-05-22 | 1 | -1/+1 |
| | |||||
* | Renamed current placeholder jquery plugin to imageplaceholder | Vincent Petry | 2013-10-23 | 1 | -3/+3 |
| | | | | | This is to prevent conflicts with jquery libs that handle text placeholders in IE8 | ||||
* | Shorten optional text-argument processing | kondou | 2013-09-25 | 1 | -3/+2 |
| | |||||
* | Make it possible to have a different color than the username for placeholder | kondou | 2013-09-25 | 1 | -2/+14 |
| | |||||
* | placeholder.js: fix typo | Jan-Christoph Borchardt | 2013-09-02 | 1 | -1/+1 |
| | |||||
* | placeholder.js: adjust saturation and lightness values | Jan-Christoph Borchardt | 2013-09-02 | 1 | -2/+2 |
| | |||||
* | RGB -> HSL | Morris Jobke | 2013-09-02 | 1 | -7/+4 |
| | |||||
* | fixing typo | Thomas Müller | 2013-08-28 | 1 | -1/+1 |
| | |||||
* | calculate fontsize and line-height | Morris Jobke | 2013-08-28 | 1 | -2/+7 |
| | |||||
* | reviewers comments | Morris Jobke | 2013-08-28 | 1 | -0/+60 |