Commit Graph

400 Commits

Author SHA1 Message Date
Baris Soner Usakli
d6b9a2799b full text search using reds, issue #142 2013-08-03 20:54:16 -04:00
Baris Soner Usakli
23fcdde25e removed console.log and commented out code 2013-08-01 17:36:01 -04:00
Baris Soner Usakli
7297a26685 scroll to post 2 2013-08-01 17:27:37 -04:00
Baris Usakli
720dd9e960 scroll to posts 2013-08-01 16:11:00 -04:00
Baris Soner Usakli
3f6f4e347d change some socket calls to use the callback, when user changes their email if they are using a gravatar picture it will be updated too, fixed email updating 2013-07-30 18:30:43 -04:00
Baris Soner Usakli
916b46618c another fix 2013-07-25 18:06:20 -04:00
Baris Usakli
19b570cdcf closes #122 2013-07-25 16:20:18 -04:00
Baris Usakli
5df7af6075 reset reconnect tries to 0 after a succesfull reconnect 2013-07-25 12:05:19 -04:00
Baris Soner Usakli
f7217f2d12 closes #130 2013-07-24 12:33:37 -04:00
Baris Soner Usakli
96a779172b closes #106 2013-07-22 18:29:09 -04:00
Baris Usakli
2bb4aab6ac changes to online users code 2013-07-17 12:57:57 -04:00
Baris Soner Usakli
5819b43595 moved index code from index.tpl to its own file 2013-07-15 13:49:21 -04:00
Baris Soner Usakli
f7f5da00e1 another fix for js crashes 2013-07-15 01:40:48 -04:00
Baris Soner Usakli
6f57e639f9 changed input to meta 2013-07-15 01:25:57 -04:00
Baris Soner Usakli
49445767cb temp fix to resolve socket js error 2013-07-14 21:58:11 -04:00
Baris Soner Usakli
bfc87a8178 fixed admin js error, was trying to use socket. before it was connected 2013-07-14 00:32:04 -04:00
Baris Soner Usakli
9f892c2e80 fixed pushState urls 2013-07-11 16:09:09 -04:00
Baris Soner Usakli
069368fe88 removed callback 2013-07-11 15:51:26 -04:00
Baris Soner Usakli
de55a35684 more fixes for relative paths 2013-07-11 15:50:19 -04:00
Baris Soner Usakli
2c5e9d47ad admin routes and fixes 2013-07-11 14:32:50 -04:00
Baris Usakli
6eb9af77e6 first pass at subfolder 2013-07-10 16:22:03 -04:00
Baris Soner Usakli
4103e1db55 removed console.log 2013-06-25 16:49:23 -04:00
Baris Soner Usakli
e0debed04f removed ajax from make/remove admin 2013-06-25 16:43:46 -04:00
psychobunny
561ebea362 attempt at fixing issues on safari, in progress 2013-06-24 15:34:44 -04:00
Baris Soner Usakli
1620d1e4be fixes #17 2013-06-21 17:48:12 -04:00
Baris Usakli
9309722898 fixed indents 2013-06-20 16:48:17 -04:00
Julian Lam
4334e23c4d fixing improper use of tertiary if that hopefully resolves issue #1 2013-06-17 17:40:25 -04:00
Julian Lam
7e55e7b3d2 fixing quoting that broke with the introduction of the new post window 2013-06-06 15:56:49 -04:00
Julian Lam
49ea40f6ee tweaks to composer pushing, fixed random extra letter in footer js 2013-06-06 13:30:28 -04:00
psychobunny
a8f6222824 part2 of mobile sidebar menu. still disabled for now going to come back to this later. 2013-06-06 10:51:13 -04:00
psychobunny
1803595fa2 starting: mobile sidebar menu (intending to take the span3 hidden on mobile and turn it into a slidein sidebar) 2013-06-05 17:59:20 -04:00
psychobunny
2638c03752 added timeout to address bar hiding (as per the official way of accomplishing this task ) 2013-06-05 17:14:10 -04:00
psychobunny
950fdefd7b rehide address bar on mobile after page load completes 2013-06-05 17:10:00 -04:00
psychobunny
3fa41ab316 rehide address bar on mobile after page load completes 2013-06-05 17:09:47 -04:00
psychobunny
5bb9933f4a added functionality to post button. also introduced some underlying concepts regarding modules and pulling template vars 2013-06-05 17:00:58 -04:00
Julian Lam
89d484c4ca removing old post_window (!!) and fixing default focus when the composer is loaded 2013-06-05 10:25:29 -04:00
psychobunny
d620c29aa9 added rss button to topics. redesigned how the topic main_post looks - buttons were previously not visible on mobile as well. 2013-06-04 14:27:09 -04:00
Baris Usakli
a4fd54a0c3 topic titles can be edited now 2013-05-24 14:29:35 -04:00
Baris Usakli
da46a73efe looks better without disconnect alert 2013-05-24 11:49:24 -04:00
Baris Usakli
2d90635dc8 added 500ms delay to disconnect message 2013-05-24 11:39:30 -04:00
Julian Lam
78713f0599 Merge remote-tracking branch 'origin' into notifications 2013-05-23 13:13:35 -04:00
Baris Usakli
f4218264e2 successful >:) 2013-05-23 13:09:30 -04:00
Julian Lam
ffbafc99c4 Merge remote-tracking branch 'origin' into notifications
Conflicts:
	public/css/style.less
	public/src/app.js
	src/websockets.js
2013-05-23 12:56:55 -04:00
Baris Usakli
9e54602d16 removed debug code 2013-05-23 12:30:21 -04:00
Baris Usakli
3c0b86689a if same id is used it replaces the current alerts contents 2013-05-23 12:25:40 -04:00
Baris Usakli
58d12c9c7c possible fix to post window opening on page load 2013-05-23 12:10:57 -04:00
Baris Usakli
fe37dfecf7 connection/disconnection handling 2013-05-23 11:49:56 -04:00
Julian Lam
64f320743a renaming the notification window to 'alert_window' 2013-05-23 10:53:09 -04:00
Baris Usakli
8d0ac4cb07 chat feature 2013-05-22 17:14:06 -04:00
Julian Lam
74c13ba299 Merge remote-tracking branch 'origin' 2013-05-21 20:12:28 -04:00