Commit graph

57 commits

Author SHA1 Message Date
Sacha Greif
8c2eb51209 make migration work with twitter accounts 2015-03-18 12:12:46 +09:00
Sacha Greif
aaf0ba013b Merge branch 'gabrielhpugliese-master' into devel 2015-03-18 09:47:31 +09:00
Sacha Greif
274f5ef577 Merge branch 'master' of https://github.com/gabrielhpugliese/Telescope into gabrielhpugliese-master 2015-03-18 09:47:15 +09:00
Sacha Greif
793c6450e7 small fix 2015-03-18 09:10:11 +09:00
Gabriel Pugliese
80fd546e96 Fix #754 2015-03-16 21:51:36 -03:00
Luca Mussi
4dc433c757 updated updateUserNames 2015-03-12 10:11:10 +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
3e97b453de make thumbnail URL work with https 2015-03-11 11:54:57 +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
Luca Mussi
d50e61a248 added updateUserNames migration to convert usernames to lowercase 2015-01-15 21:42:38 +01: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
a372fc4910 show release notes for release 0.11.2 2014-12-31 20:38:26 +09:00
Kiko Beats
76ad5b8415 fixed migrations.js when telescope-tags are removed 2014-12-26 19:52:17 +01:00
Sacha Greif
6339657503 force sticky property to default to false when not set 2014-12-08 19:51:06 +09: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
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
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
Mitchell Wulfman
6fc6b9eb78 cleanup while getting familiar with the codebase 2014-09-16 15:18:27 -04:00
Sacha Greif
21c6dc6854 using sanitizeHTML and adding migrations 2014-09-01 09:33:50 +09:00
Sacha Greif
619577d6cd migration tweak 2014-08-30 10:04:56 +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
f2808ee764 rerun interrupted migrations 2014-08-22 11:25:05 +09:00
Sacha Greif
063242b78d Changed comments to CommentsCount; Now tracking _ids of commenters on each Post document 2014-08-22 10:31:05 +09:00
Sacha Greif
aedd1f69d0 Delete all existing notifications to avoid incompatibilities 2014-08-04 11:29:12 +09:00
Sacha Greif
acb7670534 Only migrate posts that don't already have lastCommentedAt 2014-07-22 11:48:23 +09:00
Sacha Greif
dc683d7a10 Rename property to lastCommentedAt 2014-07-22 10:29:37 +09:00
Sacha Greif
65eae8f171 add lastCommentDate to posts 2014-07-19 15:08:28 +09:00
Sacha Greif
fa25d69444 fixing comment bugs 2014-07-05 16:21:28 +09:00
Sacha Greif
e1919593e7 refactoring dates and timestamps 2014-07-03 13:15:23 +09:00
Sacha Greif
017f180667 fixing sticky bug #310 2014-07-03 09:30:10 +09:00
Sacha Greif
e99876a2fe migrations tweaks 2014-06-23 17:16:04 +09:00
Sacha Greif
110e34ab8e fixing typos 2014-06-23 17:09:06 +09:00
Sacha Greif
a0748a8d89 improving migrations 2014-06-23 17:08:25 +09:00
Sacha Greif
8912b9f5e0 improved migrations 2014-06-23 14:28:37 +09:00
Sacha Greif
49779cabe8 add timestamp to migrations 2014-06-22 16:38:20 +09:00
Sacha Greif
45fb6a9a2b migrating post.createdAt, post.submitted, and comment.createdAt to Date() types 2014-06-22 11:09:12 +09:00