Commit graph

3202 commits

Author SHA1 Message Date
Sacha Greif
05a000eb46 fix load categories bug; work on post new/edit and permissions 2016-02-22 13:23:46 +09:00
Sacha Greif
49c5969317 not sure why that was gone? 2016-02-22 10:48:55 +09:00
Sacha Greif
89e8bd66fd load categories from settings 2016-02-21 14:33:02 +09:00
Sacha Greif
931b2e90c6 add redirects after post new/edit 2016-02-21 14:02:24 +09:00
Sacha Greif
1248e1e33a add username field 2016-02-21 13:57:02 +09:00
Sacha Greif
376c0821ca fix SSR code ordering issue 2016-02-21 13:10:40 +09:00
Sacha Greif
e5721ec2bf fix getting started package 2016-02-19 22:58:23 +09:00
Sacha Greif
4746bcd610 small tweaks 2016-02-19 18:38:39 +09:00
Sacha Greif
d72d78990c adding getting started package 2016-02-19 18:38:28 +09:00
Sacha Greif
7b647011f8 making publication props optional in ListContainer 2016-02-19 18:18:30 +09:00
Sacha Greif
3ddff80d78 server-side rendering!! 2016-02-19 12:27:58 +09:00
Sacha Greif
1b661ec2ee more styling 2016-02-19 10:12:08 +09:00
Sacha Greif
cc08ee7f34 basic styling 2016-02-19 09:54:13 +09:00
Sacha Greif
74d98d0d88 cleaning up post item 2016-02-18 21:53:44 +09:00
Sacha Greif
46e66efa38 working on comment edit 2016-02-18 21:39:33 +09:00
Sacha Greif
afebf38c31 small fix 2016-02-18 17:55:23 +09:00
Sacha Greif
1eb882c41c working on nested comment threads 2016-02-18 17:53:04 +09:00
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