Luca Mussi
acf9ddf33b
Merge remote-tracking branch 'telescope/master' into at-integration
...
Conflicts:
.meteor/packages
2014-09-20 16:30:11 +02:00
Luca Mussi
59e4cdaa8e
better at configuration
2014-09-20 14:21:56 +02:00
Luca Mussi
4d19ee9498
better at configuration
2014-09-20 12:52:14 +02:00
Sacha Greif
ae3664fde6
Merge branch 'master' of github.com:TelescopeJS/Telescope
2014-09-20 11:08:00 +09:00
Sacha Greif
0f00fad160
sending user, post, and comment count back to server when phoning home
2014-09-20 10:55:41 +09:00
Sacha Greif
1cced6d818
Merge pull request #416 from spifd/fix-concurrent-updownvotes
...
Fixes #415 : prevent invalid up/downvotes when concurrent requests
2014-09-20 08:14:30 +09:00
Fabrice Delhoste
9bd8517e8a
Prevent invalid up/downvotes when concurrent requests
...
Do not update up/downvotes counters server-side when up/downvoters have
been modified in the meantime. Ex: concurrent upvote and cancelUpvote
HTTP requests at once, when the user clicks button several times in a
row.
2014-09-19 21:47:58 +02:00
Jeremy Shimko
d1c85559c5
swap order of subtract() args due to deprecation
2014-09-18 16:30:52 -04:00
Luca Mussi
64018cbf42
added italian locales
2014-09-18 22:16:46 +02:00
Luca Mussi
98fc658545
custom template for atForm
2014-09-18 20:37:49 +02: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
6fc6b9eb78
cleanup while getting familiar with the codebase
2014-09-16 15:18:27 -04:00
Mitchell Wulfman
8250f52450
cache jQuery objects
2014-09-16 15:13:42 -04:00
Sacha Greif
b7ceff4481
Merge pull request #402 from dburles/incoming
...
use UI.dynamic for incoming posts template
2014-09-16 14:30:41 +09:00
David Burles
f1c47acde4
use UI.dynamic for incoming posts template
2014-09-16 15:29:11 +10:00
Sacha Greif
99b07d0172
Merge branch 'dburles-incoming'
2014-09-16 14:06:04 +09:00
Sacha Greif
cec0dd5a43
Merge branch 'alert'
...
Conflicts:
.meteor/versions
2014-09-16 09:13:24 +09:00
David Burles
d54bd804e4
added incoming posts notification button
2014-09-15 12:42:17 +10:00
Sacha Greif
70026cfbce
Working on update-prompt package
2014-09-13 13:52:29 +09:00
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
3b1b146bc7
changed the privacyOptions to be a whitelist instead of a blacklist to avoid accidental leak of information.
2014-09-08 13:44:49 +08: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