Sacha Greif
241d5d874d
more work on publications, + readme
2016-02-17 12:54:18 +09:00
Sacha Greif
9f8a094ab8
reworking publications
2016-02-17 11:28:00 +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
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
437f85886d
fix post author link (thanks @christabella)
2016-02-05 15:37:06 +09:00
Sacha Greif
e9e33fe23b
Fix wrong route (atSignIn -> signIn)
2015-12-30 15:52:24 +09:00
Sacha Greif
3e8645f61d
small changes
2015-12-30 15:33:40 +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
452e521ee9
fixing increasePostViews bug
2015-12-20 13:23:28 +09:00
Sacha Greif
fbcbfd7709
fix multiple meta tags issue (thanks @donmarcello!)
2015-12-14 17:20:45 +09:00
Sacha Greif
4bffa60adf
working on file upload
2015-11-18 15:03:17 +09:00
Sacha Greif
0e84f461a5
smarter menu i18n
2015-10-22 16:52:37 +09:00
Sacha Greif
e910370d38
add 404 headers for prerender
2015-10-21 12:40:01 +09:00
Sacha Greif
eb2b3f19ad
add orders to post form fields
2015-10-20 14:34:24 +09:00
Sacha Greif
d4bafd2228
updating menus to work with new menu component options
2015-10-19 10:39:57 +09:00
Sacha Greif
c0b2748f81
for default view, just remove view
query parameter
2015-10-18 17:33:18 +09:00
Sacha Greif
83869503e0
fix daily view
2015-10-16 20:04:11 +09:00
Sacha Greif
acd6f67778
add one-hour offset
2015-10-15 21:21:24 +09:00
Sacha Greif
0c3f0e0fe1
Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel
2015-10-15 11:48:02 +09:00
Sacha Greif
fdc7b5f6be
added infinite scrolling option
2015-10-15 11:14:40 +09:00
Sacha Greif
79e45078da
Merge pull request #1167 from hoihei/patch-1
...
Fixing `(error.error === 603)` always results false
2015-10-14 19:16:08 +09:00
Riyanto Jayadi
0f729e9a2e
Fixing (error.error === 603)
always results false
...
`if (error.error === 603) {...}` is always resulting false even error.error is "603" and the codes inside it is never executed.
It is because error.error is string "603".
It is need double quote to be `if (error.error === "603") {...}`
2015-10-14 15:48:54 +08:00
Sacha Greif
9300c67c94
add callback to set postedAt when editing a post and setting its status to approved
2015-10-13 10:00:52 +09:00
Sacha Greif
1b9d35850f
fix upvote bug
2015-10-12 13:33:04 +09:00
Sacha Greif
508a0e4b7e
fix data context bug
2015-10-10 20:04:29 +09:00
Sacha Greif
2fd4d8d589
fix post 404, fast-render limit bug, clean up
2015-10-09 14:03:00 +09:00
Sacha Greif
2a3981253e
refactor modules code a bit; still working on menu component
2015-10-08 11:13:48 +09:00
Sacha Greif
98f7352daf
more work on menu
2015-10-07 21:50:48 +09:00
Sacha Greif
ba53b99927
cleaning up and refactoring menu
2015-10-07 15:04:22 +09:00
Sacha Greif
aed1f5a590
extracting menu component into its own package
2015-10-07 13:16:40 +09:00
Sacha Greif
64a78d7659
Adding contentTop, contentBottom, postsListTop, postsListBottom zones
2015-10-06 16:47:50 +09:00
Sacha Greif
c4c6b09701
small layout tweaks
2015-10-06 16:35:42 +09:00
Sacha Greif
c0c3f02056
create postsListTop zone and move messages, category_title, and views_menu modules to it
2015-10-06 16:32:43 +09:00
Sacha Greif
d9864327c7
set postedAt on post approval
2015-10-03 13:03:39 +09:00
Sacha Greif
9d5b835810
another big refactor
2015-09-24 16:09:27 +09:00
Sacha Greif
e9b5819939
reset rLimit as well
2015-09-24 12:49:47 +09:00
Sacha Greif
f44b096e59
refactoring
2015-09-24 12:41:27 +09:00
Sacha Greif
9bd72e60d8
small tweaks to no_rights template
2015-09-24 11:34:44 +09:00
Sacha Greif
ec46e21ec9
much more refactoring
2015-09-24 10:37:58 +09:00
Sacha Greif
1a9cf7291d
even more refactoring
2015-09-23 19:25:53 +09:00
Sacha Greif
28240205ce
fix fast render for daily view
2015-09-23 19:01:52 +09:00
Sacha Greif
c616fab2d1
more refactoring
2015-09-23 18:42:16 +09:00