Jeremy Shimko
5997aafe87
switch to ReactiveTable.publish for all-users table
2015-02-16 17:54:33 -05:00
Sacha Greif
4e3f4ce174
Refactor default view route controller code and use tagline in title on homepage
2015-02-11 19:15:29 +09:00
Sacha Greif
f0fa38a6eb
Merge branch 'queso-indexes' into devel
2015-02-11 18:19:49 +09:00
Josh Owens
6f3bbe4a98
Add some basic indexing for posts and comments. Not comprehensive.
2015-02-10 21:47:07 -05:00
Andrey Mukamolow
7a225c3a4b
Small improvements
...
Added missed semicolons and commented mindless & unused functions
2015-02-03 21:26:48 +03:00
Sacha Greif
3b51d0ef1c
bunch of small fixes
2015-01-20 16:18:27 +09:00
Sacha Greif
c6befe9b19
publish post author on single comment pages
2015-01-20 16:08:10 +09:00
Anthony Mayer
f197b930e6
Cleaning up vote click handling functions and adding tests.
...
Also combining can.upvote and can.downvote and deleting unused permissions function and random cleanup.
2015-01-19 00:04:41 -08:00
Sacha Greif
c2118954b2
prevent logo from getting crushed on mobile + various other small fixes
2015-01-12 12:02:48 +09:00
Sacha Greif
18c63f9886
Merge branch 'master' into devel
...
Conflicts:
server/publications/posts_list.js
2015-01-07 16:53:36 +09:00
Anthony Mayer
f9d9891fba
Getting rid of redundant permissions functions
...
Switched everything over to use can.* functions from telescope-lib instead of using can* functions from lib/permissions.js, deleted lib/permissions.js, added some tests for permissions, and some other random cleanup like deleting unused code.
Conflicts:
client/views/comments/comment_form.js
2015-01-07 08:22:46 +01:00
Sacha Greif
b709334cd6
dummy users should not be admins
2015-01-06 14:22:39 +09:00
Sacha Greif
b1f575d745
limit to 200 posts max even for admins; sort single day view by score, not baseScore; fix daily view limited to 10 posts bug
2015-01-06 11:26:44 +09:00
Sacha Greif
6540d9aa46
add MAIL_URL as a setting
2015-01-02 16:05:28 +09:00
Sacha Greif
a372fc4910
show release notes for release 0.11.2
2014-12-31 20:38:26 +09:00
Sacha Greif
9bbf0347d3
log first run event and hide release notes until then
2014-12-31 19:05:00 +09:00
Sacha Greif
ecad51bbbd
make release notes into a package
2014-12-31 11:05:25 +09:00
Sacha Greif
dd42a667e4
fix error when 404'ing user profile
2014-12-31 10:38:07 +09:00
Sacha Greif
ed03fa38a1
working on release notes
2014-12-30 19:14:44 +09:00
Sacha Greif
778c08d544
clean-up
2014-12-30 18:18:00 +09:00
Sacha Greif
87548b4903
Merge branch 'master' of https://github.com/TelescopeJS/Telescope into devel
...
Conflicts:
.meteor/versions
2014-12-27 12:01:19 +09:00
Sacha Greif
20ec10809b
add limit of 200 posts to avoid DoS problems
2014-12-27 11:56:27 +09:00
Kiko Beats
76ad5b8415
fixed migrations.js when telescope-tags are removed
2014-12-26 19:52:17 +01:00
Sacha Greif
b7ba4b3bc0
Merge branch 'post-by-rss' of https://github.com/delgermurun/Telescope into delgermurun-post-by-rss
...
Conflicts:
.meteor/packages
2014-12-18 10:37:49 +09:00
Sacha Greif
85acc4fceb
only publish the first four commenters
2014-12-17 11:42:08 +09:00
Sacha Greif
8be0e828a4
only publish the first four commenters for each post
2014-12-17 11:25:40 +09:00
Delgermurun
f40be395a3
Fixes scheduling cron jobs twice
2014-12-14 19:46:32 +08:00
Sacha Greif
f5eb356ac1
adding commenters avatars
2014-12-14 15:15:34 +09:00
Sacha Greif
512cc7707d
typo fix
2014-12-13 16:29:31 +09:00
Sacha Greif
1eb72079b4
adding userCreatedCallbacks callback hook and refactoring user creation
2014-12-13 14:02:45 +09:00
Sacha Greif
6d817fc421
using Reactive Var for user comments as well
2014-12-09 11:19:49 +09:00
Sacha Greif
07bc61e938
started extracting invites into their own package
2014-12-09 10:17:16 +09:00
Sacha Greif
0c6150371b
refactoring invites publication
2014-12-08 22:17:43 +09:00
Sacha Greif
6339657503
force sticky property to default to false when not set
2014-12-08 19:51:06 +09:00
Sacha Greif
980af66167
refactoring and modularising user profile page publications
2014-12-08 17:25:11 +09:00
Sacha Greif
92bfd16830
splitting out user profile subscriptions
2014-12-08 15:26:06 +09:00
Sacha Greif
bb486793e1
making user profile modular
2014-12-08 14:53:26 +09:00
Sacha Greif
1795552287
Mark some settings field as private and don't publish them
2014-12-04 13:36:06 +09:00
Sacha Greif
5b72a09c7d
don't need updateCategoryInPosts method anymore ( fix #590 )
2014-12-04 11:27:40 +09:00
Sacha Greif
b2c51ddb85
Merge pull request #581 from anthonymayer/invites-cleanup
...
Fixes #444 - Adding UserEditController to show invites correctly
2014-12-03 09:26:52 +09:00
Anthony Mayer
c8d5e3ca25
Fixes #444 - Adding UserEditController to show invites correctly
...
Gets rid of AccountController in favor of UserEditController, which
shows data consistently for both admins and owners. Also, makes sure
that only authorized users can see the page.
2014-11-30 18:23:19 -08:00
Sacha Greif
19eb57fdb4
normalising categories
2014-11-29 11:38:53 +09:00
Sacha Greif
d36bbf69ab
refactoring submitPost and editPost
2014-11-29 11:14:44 +09:00
Sacha Greif
c058c9cf4f
fix migrations problem with $replace (hopefully)
2014-11-26 09:31:29 +09:00
Sacha Greif
8ebc54d227
add new migration in case the original clicksToClickCount didn't work
2014-11-21 12:50:10 +09:00
Sacha Greif
3141c204c2
tweak commentCount migration; fix kadira version; fix path check
2014-11-18 09:56:09 +09:00
Sacha Greif
23079ff9f2
Splitting out router.js in multiple files.
2014-11-17 14:45:23 +09:00
Sacha Greif
cddb3633fc
Merge branch 'steffenstraetz-views-clicks-refactor' into meteor1.0
...
Conflicts:
lib/router.js
packages/telescope-notifications/versions.json
2014-11-17 11:31:58 +09:00
Sacha Greif
8d498923b2
Merge branch 'views-clicks-refactor' of github.com:steffenstraetz/Telescope into steffenstraetz-views-clicks-refactor
2014-11-17 11:25:02 +09:00
steffenstraetz
1dcd8e5a22
Update migrations.js
...
Added migration for user´s data.commentsCount
2014-10-16 22:26:03 +02:00