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
Steffen Strätz
6d0cf0abe2
Renamed "postCount" to "postsCount" to follow naming pattern of other counters
2014-10-16 08:28:28 +02:00
Steffen Strätz
6e863598d1
Merged
2014-10-16 00:32:08 +02:00
Steffen Strätz
2fd22e9d41
Renamed "postCount" to "postsCount" to follow naming pattern of other counters
2014-10-16 00:12:13 +02:00
Steffen Strätz
226645b770
Refactored "data.commentsCount" to "commentsCount"
2014-10-15 23:59:02 +02:00
Ben Gott
c84279cdfe
Fix email_hash bug (Issue #393 )
2014-10-15 16:48:04 -05:00
Steffen Strätz
e98f4f4da9
Fixed initial value for user commentCount
2014-10-15 22:38:05 +02:00
Steffen Strätz
741dbc326f
Added migrations "commentCountToCommentsCount" and "clicksToClicksCount"
2014-10-15 21:49:15 +02:00
Steffen Strätz
e7e1accc79
- Added view counting for posts
...
- Refactored click counting to match view counting
- Renamed User "commentCount" to match Post "commentsCount"
- Removed security issue in client side click counting (now calling server method instead)
2014-10-15 21:23:43 +02:00
Sacha Greif
13484d6e6a
Not using Notifications collection anymore, so get rid of this migration
2014-10-08 15:15:34 +09:00
Charlie DeTar
ed09d0ea7c
Fully abstract isAdmin
...
We're using a fork with a different definition of "isAdmin" (using
``meteor-roles`` rather than the boolean user.isAdmin). ``lib/user.js``
provides abstracted methods for reading admin state, which makes it very
easy to change our definition -- except that the abstractions weren't
used universally.
This commit finishes the job of using the abstractions, and adds a few
new parts to also allow abstracting setting and updating admin-ness:
- setAdmin: sets admin status directly on a user object.
- updateAdmin: executes a mongo update to set admin status.
- adminMongoQuery: the query parameter for admin-ness, for composing
user queries with other fields.
- notAdminMongoQuery: the query parameter for not-admin-ness.
2014-10-03 16:21:06 -06:00
Delgermurun
0ff3fc7dba
rename getParameters to getPostParameters
2014-09-29 15:42:35 +08:00
Sacha Greif
7b194e4cc3
Merge pull request #377 from niklasdstrom/publication-validation
...
Publication validation
2014-09-23 11:22:06 +09:00