Commit graph

898 commits

Author SHA1 Message Date
Sandro Gvelesiani
ff4def6e3f changed the default sign-in route path from /signin to /sign-in 2014-09-01 00:04:21 -07:00
Sacha Greif
d25f644c2c Profile tweaks; display more posts 2014-09-01 09:52:40 +09:00
Sacha Greif
21c6dc6854 using sanitizeHTML and adding migrations 2014-09-01 09:33:50 +09:00
Sacha Greif
e21f5c7056 adding new htmlBody field and adding hooks to sanitise it 2014-08-31 16:11:48 +09:00
Sacha Greif
be82db9072 Disable resetScroll; Simplify adminUsers publication; fix search controller 2014-08-28 11:10:31 +09:00
Sacha Greif
fa8691eaaf making default view configurable 2014-08-28 10:16:17 +09:00
Sacha Greif
3b1cff9347 working on daily view 2014-08-27 10:23:56 +09:00
Sacha Greif
735f0645db move votes to their own object on user object 2014-08-23 11:53:37 +09:00
Sacha Greif
df479d43c3 Stop tracking comments in User object; Refactor publications; add data property to user 2014-08-23 11:28:05 +09:00
Sacha Greif
9b8e16f177 now showing comments on user profile page 2014-08-22 17:06:22 +09:00
Sacha Greif
063242b78d Changed comments to CommentsCount; Now tracking _ids of commenters on each Post document 2014-08-22 10:31:05 +09:00
Sacha Greif
0a0ad6a501 layout tweaks 2014-08-21 15:30:05 +09:00
Sacha Greif
48af29c4f2 more css tweaks 2014-08-20 17:56:48 +09:00
Sacha Greif
c2a1b7ea33 css fix 2014-08-20 17:12:03 +09:00
Sacha Greif
8eb91a2c64 notifications are now a menu item 2014-08-20 17:03:54 +09:00
Sacha Greif
d7135c1d1d improving base theme 2014-08-20 15:59:11 +09:00
Sacha Greif
0280ca80bb make layout, loading, and notFound routes customisable too 2014-08-18 10:07:53 +09:00
Sacha Greif
7de249500c Make useDropdowns a theme-level setting instead 2014-08-15 12:30:51 +09:00
Sacha Greif
a4c7fc3dd7 make drop down menus optional 2014-08-15 11:56:53 +09:00
Sacha Greif
0a071460f6 Changing navItems to primaryNav and adding secondaryNav 2014-08-15 11:51:30 +09:00
Sacha Greif
87ab07ecf3 make mobile nav customisable too 2014-08-13 17:34:56 +09:00
Sacha Greif
c0e1d8e39c making navItems customisable too 2014-08-13 17:12:52 +09:00
Sacha Greif
e17764844d Merge branch 'callmephilip-feature/invites' 2014-08-13 09:30:12 +09:00
Sacha Greif
d3bf6286fa small tweaks 2014-08-13 09:30:07 +09:00
Sacha Greif
91f22c9a6a fix getSetting 2014-08-13 09:03:07 +09:00
Philip Nuzhnyy
932f56bc1f merge master 2014-08-12 16:02:05 +02:00
Sacha Greif
083a4c4dc4 show username if available 2014-08-12 17:47:11 +09:00
Sacha Greif
c77acd9605 Merge branch 'master' into themes 2014-08-12 17:41:44 +09:00
Sacha Greif
5380e72f4d fix logo image 2014-08-12 17:34:56 +09:00
Sacha Greif
dbae1da597 still working on refactoring css 2014-08-12 17:11:36 +09:00
Sacha Greif
4ad020174c Separating themes; adding accounts-entry 2014-08-12 16:16:44 +09:00
Fabrice Delhoste
9511e7a912 Allow custom to cancel server call on edit/submit 2014-08-11 12:09:20 +02:00
Fabrice Delhoste
ad1b6abee1 Disabled submit while processing, like post_submit 2014-08-11 12:05:27 +02:00
Sacha Greif
509972f18a Now keeping track of upvoted/downvoted posts & comments. 2014-08-11 10:14:53 +09:00
Sacha Greif
c3bfe760c2 disable scrolling code 2014-08-08 09:54:20 +09:00
Sacha Greif
58ca8d389f Fixing latency compensation issue 2014-08-06 12:02:17 +09:00
Sacha Greif
7f103be36d refactoring and style tweaks 2014-08-05 12:25:26 +09:00
Sacha Greif
be0ab69c7b Adding footer and hero modules; working on newsletter subscribe banner 2014-08-05 10:16:05 +09:00
Sacha Greif
d375bc3c1b Using templates for on-site notifications too; refactoring a lot of stuff 2014-08-04 11:22:43 +09:00
Sacha Greif
78f440e8cd refactoring email templates 2014-08-03 11:50:10 +09:00
Philip Nuzhnyy
3b73dbb0e8 update message upon successful invite 2014-08-02 14:06:28 +02:00
Philip Nuzhnyy
f5464ecf7f clean seen errors before reporting invitation status 2014-08-01 14:21:33 +02:00
Philip Nuzhnyy
d2d4a0dd6b propagate invitation call results through throwError 2014-08-01 13:16:40 +02:00
Philip Nuzhnyy
895b434b44 update inviteUser call to work with the new method 2014-08-01 13:15:58 +02:00
Sacha Greif
902a2f94f1 Added rendered hooks (fix #330) 2014-08-01 09:07:58 +09:00
Philip Nuzhnyy
e30709cb55 integrate invites rendering through a partial
had to specify an id for account form to make sure form submission handle does not mess with invitation form submission
2014-07-31 01:19:26 +02:00
Philip Nuzhnyy
57bd83a1a4 add invites component 2014-07-31 01:18:17 +02:00
Sacha Greif
ba38e2a75b making post modules use dynamic templates as well 2014-07-23 10:25:16 +09:00
Sacha Greif
92fc3ee5fa working on recently commented lens; tweaking parameters system 2014-07-22 11:29:01 +09:00
Sacha Greif
bcd0bdf359 fixed via twitter bug 2014-07-19 08:50:36 +09:00