Commit graph

72 commits

Author SHA1 Message Date
Sacha Greif
f994b0de5e Merge branch 'master' of github.com:TelescopeJS/Telescope 2014-09-30 15:53:44 +09:00
Sacha Greif
9c1e00ac95 Make no_rights and not_found templates customizable 2014-09-30 15:53:36 +09:00
Delgermurun
0ff3fc7dba rename getParameters to getPostParameters 2014-09-29 15:42:35 +08:00
Sacha Greif
7b3153d805 Merge branch 'at-integration' of github.com:splendido/Telescope into splendido-at-integration
Conflicts:
	.meteor/packages
2014-09-25 09:14:50 +09:00
Sacha Greif
00cbf02582 Only subscribe to "allUsersAdmin" on post edit page 2014-09-24 14:19:34 +09:00
Luca Mussi
962ab54851 logout route 2014-09-18 18:17:31 +02:00
Luca Mussi
043df6613c first tests 2014-09-18 11:00:12 +02:00
Mitchell Wulfman
8250f52450 cache jQuery objects 2014-09-16 15:13:42 -04:00
David Burles
f1c47acde4 use UI.dynamic for incoming posts template 2014-09-16 15:29:11 +10:00
David Burles
d54bd804e4 added incoming posts notification button 2014-09-15 12:42:17 +10: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
6dee86463a paginating user profile on the client 2014-09-03 09:46:39 +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
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
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
Fabrice Delhoste
3ff41d0342 Fixed: unable to override post_page template 2014-08-11 12:11:01 +02:00
Sacha Greif
509972f18a Now keeping track of upvoted/downvoted posts & comments. 2014-08-11 10:14:53 +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
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
Arunoda Susiripala
74c76a8526 revert to the orignal post waiton logic
but corrected 404 template name and uses waitOn (FR needs it)
2014-07-08 11:24:59 +05:30
Arunoda Susiripala
8a1bf9dc7f fixed posts 404 implementation 2014-07-08 11:07:11 +05:30
Arunoda Susiripala
10e38bc455 added subscriptions-manager support 2014-07-08 11:07:11 +05:30
Sacha Greif
7b5528b59f cleaning up router file 2014-07-08 11:09:10 +09:00
Sacha Greif
63e2db0d60 experimenting with new pattern for postPageController 2014-07-08 09:34:38 +09:00
Sacha Greif
608a163ac1 merging comment_page and comment_reply templates 2014-07-07 09:36:38 +09:00
Sacha Greif
1be5035c56 add waitOn to root path 2014-07-05 11:57:41 +09:00
Sacha Greif
8cf7446860 routing to dynamic templates 2014-07-05 11:28:05 +09:00
Sacha Greif
abe8f45cbc fixing loading more posts bug 2014-07-04 14:22:21 +09:00
Sacha Greif
f24dee88cb setting post limit through session 2014-07-04 12:10:09 +09:00
Sacha Greif
bdb166c829 debugging loading bug 2014-07-04 11:49:52 +09:00
Sacha Greif
51c6278657 fixed click tracking 2014-07-03 17:13:22 +09:00
Sacha Greif
b6e26f634e removed autocomplete, fixed bugs with dropdown 2014-07-03 10:28:27 +09:00
Sacha Greif
fb279cc13c adding rss and api packages 2014-06-27 19:57:30 +09:00
Sacha Greif
30d1fa073d cleaning up and refactoring 2014-06-27 19:42:33 +09:00
Sacha Greif
21998aa012 putting search in its own package 2014-06-23 11:05:06 +09:00
Sacha Greif
26646f22aa added preloadSubscriptions to telescope-base 2014-06-22 17:15:21 +09:00
Sacha Greif
83561ec28d fixing digest to work with Date() objects 2014-06-22 15:54:54 +09:00
Sacha Greif
c118aaf8b4 fixing errors 2014-06-22 14:12:10 +09:00
Sacha Greif
b91f6ff6fc Merge branch 'tags-package' 2014-05-30 10:35:36 +09:00