Commit Graph

672 Commits

Author SHA1 Message Date
barisusakli
b8b6ae7b2f moved upload route into API namespace 2014-06-30 16:33:10 -04:00
barisusakli
1cabf885a2 closes #1730
postCount != lastPostIndex unfortunately, that will need some rethinking
2014-06-26 22:11:16 -04:00
psychobunny
f6838ef51e only use passport.authenticate if a strategy url is defined 2014-06-23 10:20:29 -04:00
barisusakli
ab6429c578 closes #1734 2014-06-22 17:08:55 -04:00
barisusakli
dceeed22f7 closes #1724 2014-06-21 19:54:21 -04:00
Julian Lam
c41bb05711 final pass #1720, closed #1720 2014-06-20 17:53:40 -04:00
barisusakli
15c16c2502 closes #1311, set category post counts to 0 before starting upgrade 2014-06-17 15:33:40 -04:00
barisusakli
39886c8545 removed unread total route 2014-06-15 21:08:43 -04:00
barisusakli
3bd4d0e418 closes #1692 2014-06-14 14:12:33 -04:00
barisusakli
870bf95e5b deleted topic feed fix 2014-06-11 13:04:24 -04:00
barisusakli
b81f3552bb fixed typo 2014-06-09 02:34:21 -04:00
barisusakli
b5071d504f removed timing #1654 2014-06-09 02:33:07 -04:00
barisusakli
d4b48cd2ac closes #1654 2014-06-09 02:32:32 -04:00
barisusakli
7610c11cd1 closes #450
backup database before upgrade!
upgrade script will take the first post of each topic and set the
`mainPid` property on the topic. then it will remove that pid from the
sorted sets for that topic, this was done to make alternative sorting
work.

added a new sorted set called `tid:<id>:posts:votes` that is used to
sort topic posts by vote count, the original sorted set `tid:<id>:posts`
is used to sort by oldest first or newest first.

the main post is added to the returned posts array on topic load and is
always at the top.
theme changes are minimal just a few new data properties on the posts
and the sorting dropdown.
hopefully didn't miss anything too critical.
2014-06-06 22:12:19 -04:00
psychobunny
c5b8a7b163 filter:templates.get_virtual for ajaxifying to virtual templates 2014-06-06 17:30:23 -04:00
Julian Lam
57f40e1e1c Merge pull request #1648 from char101/patch-1
Add relative_path to authentication redirects
2014-06-06 16:27:33 -04:00
Charles
5f1b1ad2bf Also add relative_path to destination
Because the destination url does not include the relative_path
2014-06-06 18:36:02 +07:00
Charles
ce083573a9 Fix typo 2014-06-06 18:06:42 +07:00
Charles
f26a250b01 Add relative_path to authentication redirects 2014-06-06 18:05:26 +07:00
dhingey
b57dbc37cd Fix relative path URL bugs in the plugin API.
Fixes plugin-related 404 URLs, as well as the plugin directory URL
for installations which use a relative path.
2014-06-05 23:12:46 -07:00
psychobunny
31adf7084d filter:register.complete - plugins can redirect the user elsewhere post-registration 2014-06-04 18:55:34 -04:00
psychobunny
4bb8762746 send in the entire registration form for userData 2014-06-04 18:55:33 -04:00
barisusakli
7d0eb9afaa closes #1463 2014-06-04 11:14:36 -04:00
barisusakli
0574022e02 fixes to infinitescroll 2014-06-02 20:41:08 -04:00
barisusakli
55dbc5c823 closes #1612
changed post links to "topic/<topic_id>/<topic_slug>/<post_id>"
2014-06-02 17:31:14 -04:00
psychobunny
28dcb9e33d pair programming ftw 2014-05-30 17:27:57 -04:00
psychobunny
a1815b41c7 I still don't know what I'm fixing, I'm just doing as @barisusakli says 2014-05-30 17:25:23 -04:00
psychobunny
7197f9b621 fixes... something, whatever it is @barisusakli 2014-05-30 17:23:35 -04:00
psychobunny
f2bf9f9383 fixes for windows (flex) @julianlam 2014-05-30 17:13:20 -04:00
Julian Lam
b0464ff912 fixed another hardcoded prefix value 2014-05-30 17:11:37 -04:00
Julian Lam
b553d44107 plugin source mapping fix -- closes #1609 2014-05-30 09:17:10 -04:00
Julian Lam
f8061e23ec source map support, first pass 2014-05-30 09:17:10 -04:00
Julian Lam
93e3eb4d28 fixed #1584 2014-05-27 09:20:03 -04:00
Julian Lam
d948f2a29d moved login via email detection into the internal login block 2014-05-25 13:08:56 -04:00
Julian Lam
f20926f93d finished up group list and group details pages - closed #1563 2014-05-23 09:49:18 -04:00
Julian Lam
6e597a9cdb fixed tests, and added getSortedSetUnion method to redis db, added test for new redis method 2014-05-23 09:49:18 -04:00
Julian Lam
7425b72245 most of the work for #1563 2014-05-23 09:49:18 -04:00
Julian Lam
7bdbb966aa groups pages WIP 2014-05-23 09:49:18 -04:00
barisusakli
df73ceaeb7 closes #1556
added tag input box to composer when creating a topic
added new routes for viewing tags 'tags' and 'tags/:tagname'
respectively
post_bar.tpl shows the tags of the topic
can edit the main post to remove or add new tags
added a new menu item to header to go to the tags page
2014-05-21 16:13:51 -04:00
barisusakli
05872ad458 closes #1545 2014-05-19 21:28:26 -04:00
barisusakli
5cf9b0a3bd fix feed crash 2014-05-18 16:21:34 -04:00
Aziz Khoury
d3a11f7ad8 Merge remote-tracking branch 'upstream/master' 2014-05-16 00:12:14 -04:00
barisusakli
b1aae05a08 closes #1518 2014-05-15 20:49:47 -04:00
barisusakli
3e86bdb38f more work on #1518
still needs more work, category is next
2014-05-15 10:38:02 -04:00
Aziz Khoury
bab88893f1 changing 'filter:register.check' hook signature to provide req, res and data 2014-05-15 03:10:15 -04:00
Julian Lam
7c8b442dcd more updates to privileges revamp 2014-05-13 17:06:58 -04:00
barisusakli
c5d9a68b4b closes #1445 2014-05-12 18:42:13 -04:00
barisusakli
78ccca4f63 removed comment 2014-05-11 18:57:23 -04:00
Julian Lam
e64c1bfec3 closed #1453 2014-05-11 11:45:20 -04:00
barisusakli
efaa1e62c1 added back ttl :) 2014-05-07 14:12:53 -04:00