Commit graph

275 commits

Author SHA1 Message Date
Sacha Greif
d85d65f485 Merge pull request #397 from meteorhacks/allow-images
Allow images in body.
2014-09-13 08:37:24 +09:00
Arunoda Susiripala
e820328bbb allow images in body and comments 2014-09-13 04:47:02 +05:30
Sacha Greif
67de4f432a Fix gravatar code for good this time (hopefully) 2014-09-12 11:42:44 +09:00
Sacha Greif
866e4f2831 Fixing gravatars 2014-09-12 10:48:21 +09:00
Sacha Greif
127af13e2e Merge pull request #392 from meteorhacks/protocol-specific-urls
use // instead of http:// for images
2014-09-12 07:56:13 +09:00
Arunoda Susiripala
9c21aca7d3 added gravatar as well 2014-09-11 21:59:26 +05:30
pahans
8054c27d56 fix email hash of gravatar 2014-09-11 16:58:00 +05:30
Sacha Greif
02b146df83 reenable facebook avatars 2014-09-10 14:57:01 +09:00
Sacha Greif
dec414c64a just use gravatars for now 2014-09-10 14:39:18 +09:00
Sacha Greif
b51785c6ea Merge branch 'master' of github.com:TelescopeJS/Telescope 2014-09-08 17:40:14 +09:00
Sacha Greif
c0dc98f7bf fixing categories 2014-09-08 17:39:59 +09:00
Niklas Ström
e8a895443e Set fromWhere session to return to the current page after successful login.
(eg. if i go to /submit without being logged in, I will be moved to the the login page, and after a successful login i will be transferred back to the submit page)
2014-09-08 02:08:34 +08:00
Niklas Ström
e8fce5d292 removed the old signup and signin pages which was not in use (except if you tried to post a new link without being logged in, then you got redirected to that login page) 2014-09-08 01:39:29 +08:00
Sacha Greif
d35d516a1c refactoring publications 2014-09-04 16:39:35 +09:00
Sacha Greif
6dee86463a paginating user profile on the client 2014-09-03 09:46:39 +09:00
Sacha Greif
d25f644c2c Profile tweaks; display more posts 2014-09-01 09:52:40 +09:00
Sacha Greif
21c6dc6854 using sanitizeHTML and adding migrations 2014-09-01 09:33:50 +09:00
Sacha Greif
e21f5c7056 adding new htmlBody field and adding hooks to sanitise it 2014-08-31 16:11:48 +09:00
Sacha Greif
619577d6cd migration tweak 2014-08-30 10:04:56 +09:00
Sacha Greif
8ae358181e Got rid of meteorhacks:npm packages; moved email features to their own package 2014-08-29 10:23:11 +09:00
Sacha Greif
be82db9072 Disable resetScroll; Simplify adminUsers publication; fix search controller 2014-08-28 11:10:31 +09:00
Sacha Greif
fa8691eaaf making default view configurable 2014-08-28 10:16:17 +09:00
Sacha Greif
735f0645db move votes to their own object on user object 2014-08-23 11:53:37 +09:00
Sacha Greif
df479d43c3 Stop tracking comments in User object; Refactor publications; add data property to user 2014-08-23 11:28:05 +09:00
Sacha Greif
9b8e16f177 now showing comments on user profile page 2014-08-22 17:06:22 +09:00
Sacha Greif
d7135c1d1d improving base theme 2014-08-20 15:59:11 +09:00
Sacha Greif
0280ca80bb make layout, loading, and notFound routes customisable too 2014-08-18 10:07:53 +09:00
Sacha Greif
43fa81587f stop protecting comment_reply route; fix undefined user bug 2014-08-17 08:17:35 +09:00
Sacha Greif
d3bf6286fa small tweaks 2014-08-13 09:30:07 +09:00
Philip Nuzhnyy
932f56bc1f merge master 2014-08-12 16:02:05 +02:00
Sacha Greif
083a4c4dc4 show username if available 2014-08-12 17:47:11 +09:00
Sacha Greif
5198373c2b Merge branch 'master' of github.com:TelescopeJS/Telescope 2014-08-12 17:41:36 +09:00
Fabrice Delhoste
3ff41d0342 Fixed: unable to override post_page template 2014-08-11 12:11:01 +02:00
Sacha Greif
99e50b85dd show real user name 2014-08-11 16:15:54 +09:00
Sacha Greif
509972f18a Now keeping track of upvoted/downvoted posts & comments. 2014-08-11 10:14:53 +09:00
Sacha Greif
7f103be36d refactoring and style tweaks 2014-08-05 12:25:26 +09:00
Sacha Greif
be0ab69c7b Adding footer and hero modules; working on newsletter subscribe banner 2014-08-05 10:16:05 +09:00
Sacha Greif
68bbae0a4c improving digest 2014-08-04 20:58:02 +09:00
Sacha Greif
2135c4b11f Adding cron job to schedule digests 2014-08-04 19:02:21 +09:00
Sacha Greif
d375bc3c1b Using templates for on-site notifications too; refactoring a lot of stuff 2014-08-04 11:22:43 +09:00
Sacha Greif
ea9ca1e1c5 Still refactoring notifications 2014-08-04 09:47:10 +09:00
Sacha Greif
79bad9ae83 Finishing work on email templates, setting up test routes 2014-08-03 16:27:54 +09:00
Sacha Greif
78f440e8cd refactoring email templates 2014-08-03 11:50:10 +09:00
Philip Nuzhnyy
8459a614c4 allow signin and signup routes to be accessible even without an invite
otherwise new users end up trapped upon receiving the invite link
2014-08-02 14:06:39 +02:00
Philip Nuzhnyy
407e57c35f add a helper for signup url 2014-08-02 14:05:24 +02:00
Sacha Greif
ff1c8850eb fix #347 2014-07-31 08:58:40 +09:00
Philip Nuzhnyy
ef27914dc3 introduce account controller
since account editing page now needs access to invites subscription
2014-07-31 01:21:14 +02:00
Sacha Greif
92fc3ee5fa working on recently commented lens; tweaking parameters system 2014-07-22 11:29:01 +09:00
Sacha Greif
ef6b976c20 fixing scoring bug 2014-07-19 09:18:10 +09:00
Sacha Greif
a555e847b6 fix #320 2014-07-18 09:21:45 +09:00