nextcloud/core
Roeland Jago Douma 2fc458479e [Avatars] Calculate 'sane' hue precissions
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.
2015-12-24 10:50:12 +01:00
..
ajax User IUser::getEMailAddress() all over the place 2015-12-02 21:25:05 +01:00
avatar [Avatar] Make the avatar controller use the avatar node 2015-12-16 21:41:58 +01:00
command Use OCP\Util::getVersion instead of the internal private implementation 2015-12-18 15:26:54 +01:00
css Add rules for checked+disabled and disabled checkbox style 2015-12-07 14:57:03 +01:00
doc fix difference between packaged version and master 2013-08-17 10:33:11 +02:00
fonts move font back from Light to Regular for body text on normal-res screens, fix #18954 2015-11-10 16:12:42 +01:00
img add icons for checked+disabled checkbox and radio 2015-11-20 14:43:23 +01:00
js [Avatars] Calculate 'sane' hue precissions 2015-12-24 10:50:12 +01:00
l10n [tx-robot] updated from transifex 2015-12-24 01:55:14 -05:00
lostpassword User IUser::getEMailAddress() all over the place 2015-12-02 21:25:05 +01:00
search add search fallback to browser 2015-11-24 15:01:20 +01:00
setup update licence headers via script 2015-10-05 21:15:52 +02:00
skeleton add a real examplefile instead of an .gitignore which is a bit stupid here 2013-10-04 10:21:33 +02:00
tags Update license headers 2015-03-26 11:44:36 +01:00
templates Remove deprecated function OC_User::getManager 2015-12-17 16:18:34 +01:00
user Update license headers 2015-03-26 11:44:36 +01:00
vendor Add davidchambers/base64 JS library 2015-12-14 17:48:30 +01:00
application.php Update license headers 2015-10-26 14:04:01 +01:00
register_command.php Add occ command to get app path 2015-12-09 11:22:13 +01:00
routes.php Update license headers 2015-10-26 14:04:01 +01:00
shipped.json Add Workflow app to shipped list 2015-11-27 14:26:39 +01:00
strings.php update license headers and authors 2015-06-25 14:13:49 +02:00