Sacha Greif
7daabf9e42
renaming
2016-02-17 14:27:27 +09:00
Sacha Greif
f7026f10a8
more clean up
2016-02-17 14:24:35 +09:00
Sacha Greif
6384c271b1
cleaning up
2016-02-17 14:22:28 +09:00
Sacha Greif
a5b15d0eaa
todo
2016-02-17 13:07:41 +09:00
Sacha Greif
241d5d874d
more work on publications, + readme
2016-02-17 12:54:18 +09:00
Sacha Greif
3d4161f4ee
clean up
2016-02-17 11:28:06 +09:00
Sacha Greif
9f8a094ab8
reworking publications
2016-02-17 11:28:00 +09:00
Sacha Greif
38af000a4f
splitting vote code off in its own package
2016-02-16 17:30:49 +09:00
Sacha Greif
f66c994c25
making comments work
2016-02-16 16:12:13 +09:00
Sacha Greif
4ddcdc5077
extract ListContainer and ItemContainer logic
2016-02-16 15:40:37 +09:00
Sacha Greif
651d21f54d
more refactoring
2016-02-16 15:08:30 +09:00
Sacha Greif
f2dbc3970f
working on component replacement system
2016-02-15 22:33:44 +09:00
Sacha Greif
fe02270bad
using React and simplifying the app down to a list of post titles
2016-02-14 12:27:20 +09:00
Sacha Greif
85e9d00088
add CONTRIBUTING.md
2016-02-06 12:52:03 +09:00
Sacha Greif
2dfed86fc0
Merge branch 'devel'
2016-02-06 12:50:32 +09:00
Sacha Greif
6f14abd296
move invite email template to invite package; add test routes; fix invite link bug
2016-02-06 12:49:43 +09:00
Sacha Greif
b5b79cadcd
refactor permission code; make spam/pending/etc. posts unaccessible ( fix #1219 )
2016-02-06 12:31:12 +09:00
Sacha Greif
60e0f61813
when decorating terms with current user id, call it currentUserId and not userId (which conflicts with userId from posts, comments, etc.)
2016-02-06 12:30:29 +09:00
Sacha Greif
f14df077b4
get rid of setPostedAt method (not used + security risk)
2016-02-06 11:14:32 +09:00
Sacha Greif
f75300529f
update self-upvoting calls
2016-02-06 11:13:02 +09:00
Sacha Greif
baa38bfa40
make comment's postId uneditable in schema ( fix #1231 )
2016-02-06 11:09:10 +09:00
Sacha Greif
bb23d9b8b2
don't pick up any posts older than a week for newsletter
2016-02-06 11:01:41 +09:00
Sacha Greif
54d53fe8e5
update various packages
2016-02-06 11:01:19 +09:00
Sacha Greif
afc7ed2d58
temporary overflow css fix
2016-02-05 16:10:01 +09:00
Sacha Greif
e3f3b35f59
Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel
2016-02-05 15:44:11 +09:00
Sacha Greif
8e53665893
Merge pull request #1223 from jjwon0/devel
...
supply default email based on 3rd party login, if possible
2016-02-05 15:43:55 +09:00
Sacha Greif
27e4238b1b
Merge pull request #1229 from rizafahmi/fixing-category-counter-zero
...
Set counter name to category id instead of category slug
2016-02-05 15:43:30 +09:00
Sacha Greif
03994761b8
Merge branch 'pablolarvor-devel' into devel
2016-02-05 15:40:35 +09:00
Sacha Greif
ebb26c89b1
Merge branch 'devel' of https://github.com/pablolarvor/Telescope into pablolarvor-devel
2016-02-05 15:39:04 +09:00
Sacha Greif
437f85886d
fix post author link (thanks @christabella)
2016-02-05 15:37:06 +09:00
electromafr
2d13f12d55
Added colorpicker for color options in Settings page
2016-01-22 19:33:50 +01:00
Riza Fahmi
869d203917
Set counter name to category id instead of category slug
...
If using slug, when we edit the category, the slug changes and the counter
become 0 until we refresh the browser. I think it's better if we stick with
_id because _id is not changing.
2016-01-08 08:18:59 +07:00
Sacha Greif
3cc20e4c83
use console.log
2016-01-07 18:46:17 +01:00
Sacha Greif
2d358a6de2
fix "RSSLinkPointsTo" setting
2016-01-07 16:01:37 +01:00
Sacha Greif
1469c3a13d
simplifying voting code even more
2016-01-03 18:18:09 +01:00
Sacha Greif
558b284f5a
refactor voting code
2016-01-02 18:41:45 +01:00
Sacha Greif
c5312aabe0
add this.unblock()
2016-01-02 18:40:49 +01:00
Jason Won
bcc68e8ca3
supply default email based on 3rd party login, if possible
2015-12-31 11:30:14 -08:00
Sacha Greif
6232923904
fix i18n formatting
2015-12-30 16:05:56 +09:00
Sacha Greif
a247c5cfc2
Created and pushed by LingoHub. Project: 'Telescope' by User: 'hello@telescopeapp.org'.
2015-12-30 06:58:54 +00:00
Sacha Greif
e9e33fe23b
Fix wrong route (atSignIn -> signIn)
2015-12-30 15:52:24 +09:00
Sacha Greif
5b43859042
Version bump (0.25.7)
2015-12-30 15:47:46 +09:00
Sacha Greif
3ff26f5c45
Merge branch 'queso-unblock' into devel
2015-12-30 15:33:45 +09:00
Sacha Greif
3e8645f61d
small changes
2015-12-30 15:33:40 +09:00
Sacha Greif
155c1157e9
Merge branch 'unblock' of https://github.com/queso/Telescope into queso-unblock
2015-12-30 15:26:42 +09:00
Sacha Greif
a2c77429e0
fix https prerender host issue
2015-12-29 14:01:50 +09:00
Josh Owens
a673655053
Unblock post publications
2015-12-28 12:04:10 -05:00
Josh Owens
8fe303cf99
Attach data to post for spam detection package.
2015-12-28 11:52:01 -05:00
Sacha Greif
6f24c96712
Removing the "build failing" thing
2015-12-22 10:37:33 +09:00
Sacha Greif
452e521ee9
fixing increasePostViews bug
2015-12-20 13:23:28 +09:00