Commit graph

505 commits

Author SHA1 Message Date
Sacha Greif
621c51eb63 update meteor and version bump 2015-04-08 09:41:05 +09:00
Sacha Greif
ffdbaed70d Merge branch 'settings-package' of https://github.com/delgermurun/Telescope into delgermurun-settings-package
Conflicts:
	.meteor/packages
	.meteor/versions
	client/components/postList/posts_list.js
	client/main.js
	lib/router/filters.js
	lib/router/posts.js
	lib/router/users.js
	packages/telescope-base/package.js
	packages/telescope-daily/lib/routes.js
	packages/telescope-module-share/package.js
	packages/telescope-seo/lib/routes.js
	packages/telescope-seo/lib/seo.js
	packages/telescope-seo/package.js
	packages/telescope-singleday/lib/routes.js
2015-04-08 09:20:50 +09:00
Sacha Greif
3a3fc48847 Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel 2015-04-06 10:08:07 +09:00
Charlie DeTar
ce488a2a76 Set canonical URL without overriding other params
manuelschoebel:ms-seo defaults to clearing prior settings on any call to
``SEO.set``, unless a second falsy argument is given.

Fixes #878.
2015-04-04 09:03:50 -06:00
Sacha Greif
c1d0d6f6f7 clean up 2015-04-03 18:52:23 +09:00
Sacha Greif
dd6130637c version bump 2015-04-01 11:08:40 +09:00
Sacha Greif
07125f900d Bring SEO features back into core and refactor SEO package into sitemap package 2015-04-01 11:00:31 +09:00
Delgermurun
057580b793 Settings package 2015-03-28 18:38:20 +09:00
Delgermurun
5cd7c53ff7 Messages package 2015-03-27 16:38:47 +08:00
Sacha Greif
f864e29851 updating Meteor 2015-03-26 12:00:15 +09:00
Sacha Greif
61b45c1f40 Merge pull request #830 from webyak/patch-1
Fix: numberOfItemsInPast24Hours always returns 0
2015-03-26 11:41:26 +09:00
Sacha Greif
2c9aac2580 add category titles; do not show posts views nav on category pages 2015-03-25 12:30:55 +09:00
Sacha Greif
827a15dc74 do not publish password bcrypt token 2015-03-25 10:12:03 +09:00
Sacha Greif
51b52da004 working on admin menu 2015-03-23 10:32:56 +09:00
Sacha Greif
e06e5289f8 adding new postListTop zone 2015-03-22 11:19:27 +09:00
Sacha Greif
4de55e5120 working on posts list views navigation 2015-03-22 09:42:58 +09:00
Yannik Schweinzer
70b1940ea1 numberOfItemsInPast24Hours always returns 0
Looks like the cursor needs a Date object to work with
2015-03-19 12:24:51 +01:00
Sacha Greif
4b0681c5f7 Merge branch 'devel' into sidenav 2015-03-19 11:25:30 +09:00
Sacha Greif
6894de3d2f working on new admin menu 2015-03-18 17:22:43 +09:00
Sacha Greif
9cde28fdf6 fix API bugs 2015-03-18 16:22:30 +09:00
Sacha Greif
ab8ce6f2d8 Merge branch 'devel' into sidenav 2015-03-18 10:14:59 +09:00
Sacha Greif
578c201ede Merge branch 'devel' into lowercase-usernames 2015-03-18 08:43:16 +09:00
Juaanma
9e4b152ec7 Correct base score calculation in vote.js
When we downvote an item or cancel one of its upvotes, we should decrese, not increase, the base score.
2015-03-13 23:53:26 -03:00
Sacha Greif
6c13989cc3 small tweaks 2015-03-13 15:27:45 +09:00
Sacha Greif
d3665b9895 refactoring sidebar menu to use main nav 2015-03-13 15:27:24 +09:00
Ben Gott
2af1f21d24 Fix broken twitter avatars
- services.twitter.profile_image_url_https field wasn't being published
2015-03-12 12:31:36 -07:00
Luca Mussi
73bb536c52 profile.name -> profile.username 2015-03-12 10:12:47 +01:00
Luca Mussi
dfb32ee47c cleanup 2015-03-12 10:11:48 +01:00
Luca Mussi
f46efc1255 Merge remote-tracking branch 'origin/devel' into lowercase-usernames
Conflicts:
	.meteor/packages
	.meteor/release
	.meteor/versions
	lib/config/at_config.js
2015-03-12 09:40:05 +01:00
Sacha Greif
eb0a792dc7 vote power tweaks 2015-03-11 17:49:42 +09:00
Sacha Greif
74f1ec9a0c Merge branch 'devel' of https://github.com/Baxter900/Telescope into Baxter900-devel 2015-03-11 17:42:21 +09:00
Bandersnatch
a8ba82eeaf Moved the method callbacks to operate before the vote is applied. 2015-03-10 21:05:29 -06:00
Bandersnatch
81b7c4e3fb Change votePowerEq to getVotePower. getVotePower can now be a function, or a number. 2015-03-10 20:31:31 -06:00
Sacha Greif
84249414d4 update isLoggedIn filter 2015-03-10 12:05:51 +09:00
Sacha Greif
b6ccc63182 Merge pull request #797 from Baxter900/devel
Improved vote accessability for packages
2015-03-10 10:59:49 +09:00
Sacha Greif
c7fbb490f3 Merge branch 'jshimko-users-list' into devel
Conflicts:
	.meteor/versions
2015-03-10 10:47:39 +09:00
Sacha Greif
b1bb4b5e96 Merge branch 'users-list' of https://github.com/jshimko/Telescope into jshimko-users-list 2015-03-10 09:32:13 +09:00
Bandersnatch
8e5af099d5 Added the ability to modify vote power from packages. Set votePowerEq to a function in a package and that function will be how vote power is determined. Makes sure to re-export votePowerEq from you function! 2015-03-07 23:30:20 -07:00
Bandersnatch
69f10079ce Added Synchronous Method callbacks for each vote callback. 2015-03-07 22:19:00 -07:00
Bandersnatch
8e42994483 Added hooks for canceling up voting and down voting. 2015-03-07 21:54:32 -07:00
Sacha Greif
fcc3811ffd version bump 2015-02-23 09:09:02 +01:00
Sacha Greif
625511aeb2 non-admins should not be able to access rejected posts 2015-02-22 09:05:47 +01:00
Jeremy Shimko
5997aafe87 switch to ReactiveTable.publish for all-users table 2015-02-16 17:54:33 -05:00
Luca Mussi
2737bd9e95 set lowercaseUsername option 2015-02-16 23:08:58 +01:00
Sacha Greif
a7970cd076 fix posts default issue 2015-02-12 18:57:37 +09:00
Sacha Greif
194944c341 version bump 2015-02-11 19:31:07 +09:00
Sacha Greif
e7d22a4718 remove console.log 2015-02-11 19:24:05 +09: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
f9cff37ccf make sure post is defined 2015-02-11 18:03:08 +09:00
Sacha Greif
6c07c9cbab Don't let non-admins access pending posts. 2015-02-05 09:32:43 +09:00