Commit graph

3185 commits

Author SHA1 Message Date
Sacha Greif
dd921e0301 working on comments 2016-02-18 16:26:52 +09:00
Sacha Greif
b5e2dd0010 update readme 2016-02-18 12:21:25 +09:00
Sacha Greif
38d0f03d39 working on methods 2016-02-18 12:16:32 +09:00
Sacha Greif
aa54340e05 adding i18n package stub; working on new post page; adding user accounts widget 2016-02-18 11:55:00 +09:00
Sacha Greif
635a5e6776 more work on notifications 2016-02-17 21:57:20 +09:00
Sacha Greif
a119d2b2c0 breaking up notifications package into separate feature-related pieces 2016-02-17 21:57:07 +09:00
Sacha Greif
2e30712961 adding email, notifications, and newsletter packages 2016-02-17 20:44:52 +09:00
Sacha Greif
e3d7454b82 find -> selector; removed some logic from listContainer 2016-02-17 19:39:43 +09:00
Sacha Greif
4ef019060b give joins their own file, more work on components 2016-02-17 18:02:39 +09:00
Sacha Greif
6b360d51eb remove this.unblock() for now 2016-02-17 17:46:34 +09:00
Sacha Greif
5f6d64d19e adding client-side joins 2016-02-17 17:22:32 +09:00
Sacha Greif
2ac991d672 move routes to theme package 2016-02-17 15:09:49 +09:00
Sacha Greif
ab741a79b9 even more cleaning up 2016-02-17 14:39:56 +09:00
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