1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-03 08:28:31 +00:00
Commit graph

137 commits

Author SHA1 Message Date
SirStendec
4af0c3480c 3.5.182. I forgot to commit a bit again. D: Removed FFZ from two-factor auth dialogs / pages. Added option to always expand the player volume slider. Revamped ban notices to be nicer. Status indicator for emoteonly-mode. Fixed /ffz reload command. Update to the latest FileSaver.js. Make high contrast compatible with BTTV. Conversations fixes. Better BTTV dark theme detection. 2016-05-20 17:30:34 -04:00
SirStendec
6cf5ddc734 3.5.176. Ban reason stuff. :D 2016-05-13 23:56:59 -04:00
SirStendec
fbb12d726a 3.5.174. A bit of code cleanup. New UI to block games in the directory, or hide their thumbnails. Added boxart to videos cause Twitch removed it. 2016-05-12 16:06:26 -04:00
SirStendec
78fddccbb5 3.5.172. Following tooltip now shows Creative hashtags. Bug fixes. Added several sidebar options. 2016-05-12 00:11:50 -04:00
SirStendec
8056463bbe 3.5.169. Oops. Haven't commited in a while :< Did... stuff? And things. 2016-05-06 02:23:12 -04:00
SirStendec
4086a2e9fd Fix FFZ's noty-fications not having a visible close button. Fix inverted dev badge. 2016-04-19 15:16:37 -04:00
SirStendec
d6b1b215d9 Start using the new badges API to load badge data. Option to hide whisper UI in theater mode. Channel Feed on Dashboard UI. 2016-04-16 17:45:25 -04:00
SirStendec
21d1ce0d8f 3.5.156. Feed Cards. CSS tweaks. Fixed Golden Kappa's tooltip. Not much here. 2016-04-11 18:57:25 -04:00
SirStendec
9ead660f89 3.5.152. Add support for Channel Feed. A smidgen of memes for Memeathon. 2016-03-31 19:47:17 -04:00
SirStendec
a58810e177 3.5.151. Fix MRU behavior in chat input. 2016-03-30 12:42:51 -04:00
SirStendec
ffd5eae774 3.5.150. International keyboard layout support via keypress event for the input handler. Fixed a typo in the My Emoticons menu. 2016-03-28 20:48:58 -04:00
SirStendec
6f5b7e1b09 3.5.149. Fixed directory stuff. CS:GO previews no longer give me the correct data to show stream uptime. Had to make my own Component declaration for host previews. Weird stuff. 2016-03-28 14:32:24 -04:00
SirStendec
5bb64a0904 3.5.148. Fix tokenize_emotes not using hasOwnProperty to check if a key exists in an object, causing some words to get eaten in chat on Firefox. 2016-03-27 02:15:32 -04:00
SirStendec
46dee22d83 3.5.146. Tab completion for emotes. 2016-03-26 16:09:36 -04:00
SirStendec
5b784aa4f8 3.5.145. Fixed component:twitch-chat-input not being found. Fixed modification of the live hosts collection. Refactored how layout CSS is calculated. Fixed ban, unban, and timeout buttons in chat. Fixed an error in the API if a room's extra sets aren't defined. Fixed an error with the Following tooltip if it's destroyed first frame, somehow. 2016-03-25 18:32:35 -04:00
SirStendec
fbf891378d 3.5.142. Fixed chat. Changes for Ember 2.4 support. Fixed chat. Had to clean up a data structure for the model:host hijinx. Fixed chat. Changed chat CSS to the old and busted .chat-lines > div:nth-child(2n+0) > .chat-line nonsense. 2016-03-24 23:04:11 -04:00
SirStendec
9eb1d3a724 3.5.140. Fixed navigation for hosts in the directory. Potential fix for weird "Welcome to the chat room!" messages, which is a race condition afaik. 2016-03-24 20:04:39 -04:00
SirStendec
4e5d736651 3.5.139. Fix VOD chat messages. Fix conversation messages. God Ember's components are annoying. Rewriting DOM after it's already been inserted is fucking stupid. 2016-03-24 15:30:43 -04:00
SirStendec
e6757432a8 3.5.138. Fixed Chat Room Management tooltip. Fixed subscriber emote favorite stars. Fixed chat lines as much as I can for now. 2016-03-24 14:48:53 -04:00
SirStendec
4972ae3c54 3.5.136. Fix for grouped hosts (Ember upgrade) and viewer list name capitalization (3.5.134 regression) 2016-03-24 12:25:14 -04:00
SirStendec
f1300f3a1e 3.5.135. Put in a little helper for the player not resizing. Is this an ember bug or am I expecting too much? 2016-03-24 12:01:25 -04:00
SirStendec
2677a252d0 3.5.134. Fixed the player stats on the Debug page of the FFZ menu. Now actually finds the player if you've been navigating around. 2016-03-24 02:48:43 -04:00
SirStendec
adaf77dabf Added: Report subscriber emoticon set information to the server for the purpose of mapping emote set IDs to channels.
Fixed: CSS bug with the menu when no FFZ emotes are present.
2016-03-24 02:00:18 -04:00
SirStendec
ee1380f95d 3.5.134. Replaced Ember lookups with a utility function to make things easier in the future. 2016-03-23 20:23:04 -04:00
SirStendec
d55af32b4e I really need to remember to commit more frequently. 2016-03-23 19:28:22 -04:00
SirStendec
800553c602 3.5.84 to 3.5.100. Most importantly, started using new Ember stuff. -view-registry instead of Ember.View.views, and such. Finally added UI for managing pinned channels. Use HTTPS for the API and socket servers. Don't immediately unload chat rooms. Smarter chat tab behavior. Added /card command for opening mod cards. Other stuff. 2015-12-12 13:28:35 -05:00
SirStendec
c167a8b626 3.5.78 to 3.5.83. It's been so long since I've commited. I'm a bad person. Added grouping for hosted channels, and a menu to select which channel you visit. Added weights for selecting which socket server to use. Added server time offset calculations. Refactored a LOT of how chat badges and chat line rendering and history processing works behind the scenes. Removed a ton of duplicate code. Added basic adjacent chat message lookups. Need better server support. 2015-11-19 02:45:56 -05:00
SirStendec
a050063c81 3.5.66 to 3.5.77. Fixed a performance issue with chat scrolling. Fixed CSS issues introduced in the refactor. Added ReChat support. Fixed all tooltip positioning. Fixed emote usage reporting. Fix support for conversations beta. Fix Do Not Show Again link on portrait mode warning. Fix following data not loading on non-ember pages. Added emoji rendering when BTTV is detected. Made standard chat settings menu scroll. Added support for multiple commands with one button to in-line moderation icons. 2015-11-14 23:52:49 -05:00
SirStendec
0cabebdf19 More style tweaking. Did a bit of work on the Chat Room Management menu (still disabled). Added server history to moderation cards. Fixed gulpfile to actually work with the new styles that are compiled into the script. 2015-11-11 16:03:27 -05:00
SirStendec
3958a37f38 Big changes to how CSS works! Hopefully it'll improve performance. 2015-11-11 02:06:02 -05:00
SirStendec
4f6dcc9999 3.5.58 to 3.5.62. Added enhanced following controls to the profile page. New Conversations options. Tweaked conversation styles. 2015-11-10 21:37:30 -05:00
SirStendec
c40b3ba337 3.5.51 to 3.5.57. Changes to how chat history is implemented. Made the Actions and Metadata overlay for theater mode optional. Added support for the new Conversation UI. Increased socket server rollout. Mod cards update history in real time. Fixed global moderator badges. Refactored emote clicking code. Moved CSS to external again. 2015-11-07 22:56:15 -05:00
SirStendec
10da2b4fd5 3.5.41 to 3.5.50. Viewer list sorting is now optional. CSS is now embedded in the script to prevent loading issues. Started testing new socket server. Added chat batching option to display new messages in batches for performance reasons. Changed socket server rotation logic. Added error checks for Stream Latency. Socket protocol now uses ok instead of True. Added deploy and clear_cache commands to gulp for convenience. 2015-11-01 17:28:19 -05:00
SirStendec
05db9ea5eb Merged in riking/frankerfacez/socketdev (pull request #4)
Client changes in prep for socket server
2015-10-27 21:28:12 -04:00
Kane York
2fd1817627 Merge branch 'master' into socketdev 2015-10-27 18:26:28 -07:00
Kane York
787f5a1caa Defaults in the config file are a nice thing to have 2015-10-27 18:22:56 -07:00
SirStendec
a7f6e0b63f Removed Firefox update warning. Made styles attempt to re-downlaod with new URLs upon error due to CDN issues. Made viewer list sorting optional. Added safety checks to API for non-global sets. 2015-10-27 21:22:54 -04:00
Kane York
c5f53657cb rename to ffzsocketserver 2015-10-27 17:58:55 -07:00
SirStendec
acc0010247 3.5.37 to 3.5.40. Added Twitch emote mirror. Fixed emote sorting in My Emoticons. Fixed failure to leave chat rooms. Added /ffz reload chat command. Fixed Stream Latency again. Added new API methods. Made settings.get try to load unloaded settings. 2015-10-27 14:25:13 -04:00
Kane York
4eee83a561 Combine config objects, improve first-run ux 2015-10-26 22:16:03 -07:00
Kane York
a6508d32ab can't believe i didn't already have this smdh 2015-10-26 18:00:29 -07:00
Kane York
8ba87e1a27 Implement backlog and test it 2015-10-26 14:55:20 -07:00
Kane York
44bcd7df05 client: Start at random point in round-robin 2015-10-26 12:26:47 -07:00
Kane York
85d261afb3 client: Move room/channel distinction into name (room.trihex)
Also, have the client send a "ready" message when it has sent all its
initial requests.
2015-10-26 12:14:03 -07:00
Kane York
69676bf287 backlog data types, test stuff 2015-10-26 11:56:03 -07:00
Kane York
812c6f2557 More test infrastructure 2015-10-26 11:25:17 -07:00
Kane York
0be3693c99 Add test that posts to /pub_msg, test infrastructure 2015-10-26 11:22:06 -07:00
Kane York
730ce39f72 rename http targets 2015-10-26 10:24:28 -07:00
Kane York
898057cc20 rework /pubmsg to use MessageTargetType 2015-10-26 10:23:53 -07:00
Kane York
ae1306387e Let's start caching some of the backlog data on the server 2015-10-26 10:07:15 -07:00