Commit graph

47 commits

Author SHA1 Message Date
xavcz
e533dd47e7 fix some lint issues, remove some dead code, remove double imports from the same package & import from core instead of lib except for packages depending explicitly on lib (users, emails, ..) 2017-02-02 16:18:33 +01:00
SachaG
38de180530 Add comment voting using graphql union type 2017-01-29 11:17:00 +09:00
SachaG
1c42031fe5 Re-enable nested categories 2017-01-25 13:58:02 +09:00
Sacha Greif
fbff53d761 fix user log in bug (maybe?) 2016-12-20 09:45:55 +09:00
Sacha Greif
56c04baf3b use new group-based syntax for permissions; various tweaks 2016-12-01 15:29:07 +09:00
Xavier Cazalot
4717100099 Merge pull request #1507 from sherryxiao1988/patch-1
Fix react setState race condition
2016-11-11 10:52:02 +01:00
Matt Lively
4f6b7d78fd ml/cjl: adding support for users logged in. 2016-11-01 19:38:06 -07:00
Sean Song
f1fd21dd58 fix typo in style class name 2016-10-26 16:25:28 +08:00
chptung
779179754c Updated _posts.scss
Added `flex-wrap: wrap;` to posts-categories for better styling if a user creates a post with too many categories.
2016-10-11 09:08:19 -07:00
Sacha Greif
952617dd96 subscribe-to-posts -> subscribe 2016-08-07 19:10:53 +09:00
schabluk
ce48b0c58d udpate to 4.0.0-alpha.3 2016-08-04 10:47:19 +02:00
Sacha Greif
47e1799157 settings tweak (removed settings panel to avoid confusion) 2016-06-19 14:32:15 +09:00
Sacha Greif
550ca85258 complete work on react-router 2016-06-14 10:01:44 +09:00
Sacha Greif
d402069896 css fix 2016-06-10 18:35:59 +09:00
Sacha Greif
2c6e3d0d30 more i18n work 2016-06-10 10:25:38 +09:00
Sacha Greif
204fa1d8b7 added support for field groups; small tweaks to user edit form 2016-06-03 11:03:36 +09:00
xavizalote
8ad7efae59 delete user from list to make it possible for him to resubscribe, default props for the button, style newsletter settings in the UsersEdit 2016-05-25 09:30:29 +02:00
Sacha Greif
ecb58a98a3 make avatars work with hash instead of email 2016-05-22 15:46:44 +09:00
Sacha Greif
70779b53cb add stats to post edit form 2016-05-20 09:33:55 +09:00
Sacha Greif
1de7e9bc14 Merge pull request #1323 from justintime4tea/feature-1314-r2
Complete soft delete feature for comments (Revision 2)
2016-05-13 16:25:39 +09:00
Sacha Greif
9e2173ca6d add autofilled tags form component 2016-05-07 18:12:16 +09:00
Justin Gross
bcfa305530 Complete soft delete feature for comments
- Add deleteComment function to CommentsItem.jsx
- Add Delete link next to Edit link in CommentsItem.jsx
- Hide reply link if comment.isDeleted
- Add styling for Delete link element in _comments.scss
- Add check for document.isDeleted in Users.can.edit in permissions.js
2016-05-06 17:07:40 -04:00
Sacha Greif
1d419b9c3c update readme 2016-04-26 09:12:38 +09:00
Sacha Greif
64f357d601 Meteor 1.3.2.4; small fixes and tweaks for easier customisation; bug fixes 2016-04-25 17:02:41 +09:00
Sacha Greif
eff2ab627f css tweak 2016-04-21 15:21:14 +09:00
Sacha Greif
312a7b4f9e various small tweaks 2016-04-21 15:08:43 +09:00
Sacha Greif
3b6d6375a8 more css tweaks 2016-04-20 09:23:22 +09:00
Sacha Greif
e99721f345 more naming fixes 2016-04-20 09:17:19 +09:00
Sacha Greif
0907733208 more work on consistent naming 2016-04-19 15:54:53 +09:00
Sacha Greif
6665a7c968 making component names and class names more consistent.
- Posts, Comments, Users, etc. are always pluralized.
- CSS classes are based off component names (PostsTitle -> posts-title)
2016-04-19 15:45:36 +09:00
Sacha Greif
a27a6c5306 more work on mobile version 2016-04-19 09:39:09 +09:00
Sacha Greif
f2416eaf63 working on mobile version 2016-04-18 12:16:07 +09:00
Sacha Greif
b874b57bdf Meteor 1.3.2.1 2016-04-18 10:04:05 +09:00
Sacha Greif
60f29bbfd1 simplify UserProfileCheck logic 2016-04-17 10:29:52 +09:00
xavizalote
a1a23fb705 button padding alignments -> white space by @kadavy 2016-04-15 12:38:37 +02:00
xavizalote
2e835d389e add a log out button to close modal ;) 2016-04-15 12:00:53 +02:00
Sacha Greif
de75991728 fix "load more" bug for now 2016-04-14 16:22:57 +09:00
Sacha Greif
6707099bff working on ui for adding/editing categories 2016-04-14 14:12:06 +09:00
Sacha Greif
8b93dab5eb add button for deleting categories; clean up stuff 2016-04-14 11:47:56 +09:00
Sacha Greif
ca751b49aa add loading spinner to email debug page 2016-04-13 14:49:03 +09:00
Sacha Greif
a342909102 add cancel callback to forms 2016-04-08 10:29:32 +09:00
Sacha Greif
013afb158f finish work on embedly prefilling 2016-04-07 12:43:41 +09:00
Sacha Greif
8a2c9dbeed adding a Settings cheatsheet at /settings 2016-04-04 14:39:08 +09:00
Sacha Greif
f510c41244 improve social login buttons 2016-04-04 11:30:14 +09:00
Sacha Greif
8305cd8a3d adding loading spinner 2016-04-03 15:56:12 +09:00
Sacha Greif
8c676f3483 basic mobile view 2016-03-30 10:06:12 +09:00
Sacha Greif
6a31ef2871 rename packages for consistency 2016-03-30 09:25:25 +09:00