Mitchell Wulfman
6fc6b9eb78
cleanup while getting familiar with the codebase
2014-09-16 15:18:27 -04:00
Sacha Greif
bbaa625652
do not insert htmlBody on the client since it's not whitelisted
2014-09-11 14:10:57 +09:00
Sacha Greif
74388464f9
fixing bug on post submit
2014-09-02 14:54:04 +09:00
Sacha Greif
c665e1818e
remove unneeded allow insert
2014-09-01 18:19:36 +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
991ca23516
small bug fixes
2014-08-27 09: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
4ad020174c
Separating themes; adding accounts-entry
2014-08-12 16:16:44 +09:00
Sacha Greif
21dde72270
stop denormalizing author name
2014-08-11 16:17:17 +09:00
Sacha Greif
58ca8d389f
Fixing latency compensation issue
2014-08-06 12:02:17 +09:00
Sacha Greif
2135c4b11f
Adding cron job to schedule digests
2014-08-04 19:02:21 +09:00
Sacha Greif
d375bc3c1b
Using templates for on-site notifications too; refactoring a lot of stuff
2014-08-04 11:22:43 +09:00
Sacha Greif
ea9ca1e1c5
Still refactoring notifications
2014-08-04 09:47:10 +09:00
Sacha Greif
79bad9ae83
Finishing work on email templates, setting up test routes
2014-08-03 16:27:54 +09:00
Sacha Greif
78f440e8cd
refactoring email templates
2014-08-03 11:50:10 +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
1971a87384
Fixing new posts notification bug
2014-07-07 09:19:11 +09:00
Sacha Greif
272d89c601
adding embedly module
2014-07-06 14:09:55 +09:00
Sacha Greif
3dc08bcc0c
working on callbacks
2014-07-05 18:06:28 +09:00
Sacha Greif
51c6278657
fixed click tracking
2014-07-03 17:13:22 +09:00
Sacha Greif
03592fd727
fixing postedAt edit bug
2014-07-03 16:17:36 +09:00
Sacha Greif
3209e91aca
limit same url check to past 6 months
2014-07-03 14:20:24 +09:00
Sacha Greif
07b84b608f
fixing bugs
2014-07-03 14:13:47 +09:00
Sacha Greif
e1919593e7
refactoring dates and timestamps
2014-07-03 13:15:23 +09:00
Sacha Greif
77d572345b
removing a few console.logs
2014-06-25 14:33:41 +09:00
Sacha Greif
21998aa012
putting search in its own package
2014-06-23 11:05:06 +09:00
Sacha Greif
a429a5608f
remove regEx validation on ID
2014-06-22 17:25:07 +09:00
Sacha Greif
bc08e8b5cc
don't show password field to users who logged in via twitter or facebook
2014-06-22 13:20:10 +09:00
Sacha Greif
199d27297c
telescope-tags package now adds "categories" property to post schema
2014-06-22 12:58:41 +09:00
Sacha Greif
6a0c49ce2f
fixing validation errors on post submit; changing timestamp types to Date()
2014-06-22 09:55:34 +09:00
Sacha Greif
738857a51e
Merge branch 'master' into autoform
...
Conflicts:
client/views/posts/post_page.js
2014-06-22 08:58:18 +09:00
Sacha Greif
1d80f2b9a8
fixing bug with postWithSameLink redirect
2014-06-01 11:51:03 +09:00
Sacha Greif
ae0cf36819
Merge branch 'master' into autoform
...
Conflicts:
client/views/posts/post_item.html
client/views/posts/post_item.js
2014-05-30 14:03:41 +09:00
Sacha Greif
649e8d3f23
adding approve/unapprove methods
2014-05-23 13:08:52 +09:00
Sacha Greif
9bf61f3807
Changing "headline" to "title"
2014-05-16 09:19:35 +09:00
Sacha Greif
7812d65c6c
Enabling Collection2 (validation doesn't work yet)
2014-05-15 15:18:17 +09:00
Sacha Greif
d073a6dfd3
adding schemas
2014-05-10 16:57:17 +09:00
Christian Bundy
86ec3ede93
Solve trivial JS errors
...
Using jshint and and fixmyjs I went through and removed 220 trivial
Javascript errors – mostly missing semicolons, and some properties that
weren’t written in dot notation. You can view the diff of jshint’s
output here:
https://gist.github.com/christianbundy/7b37c51bb6f7c8d739e7/revisions
2014-05-06 20:15:48 -07:00
Sacha Greif
b2afbe6ac7
merging with master
2013-11-21 11:41:04 +09:00
Sacha Greif
4cd03a6a11
refactored notifications; added notifications for new users
2013-11-18 11:30:58 +09:00
Sacha Greif
4636e9a1e4
Merge branch 'master' of github.com:Toam/Telescope into Toam-master
2013-11-12 08:25:48 +09:00
Toam
9d9f941f9d
More localisation
2013-11-11 22:07:19 +01:00
Tarang Patel
c56c079cf2
Permissions
2013-11-11 21:15:04 +02:00
Tarang Patel
fdab645c15
Fix #159
...
Fix for #159
2013-11-11 20:53:02 +02:00
Sacha Greif
1c5c8fb575
improved user dashboard even more!
2013-11-08 11:10:23 +09:00
Sacha Greif
f2fbb98d8c
added better user filtering/sorting
2013-11-08 09:47:23 +09:00
Sacha Greif
d20de7e527
added some basic way of making sure user's clicks are only registered once per session
2013-11-06 10:11:35 +09:00
Sacha Greif
fa6b6067e6
typo fix
2013-11-06 09:33:56 +09:00
Sacha Greif
e7523e7e49
Merge branch 'master' of github.com:SachaG/Telescope
2013-11-06 09:29:45 +09:00