Commit graph

213 commits

Author SHA1 Message Date
Sacha Greif
b7ad74e6e6 Use new set of arguments for methods and hooks 2015-03-10 14:24:05 +09:00
Sacha Greif
dd59d3aba6 make favicon customizable 2015-02-14 19:03:22 +09:00
Sacha Greif
c8e1d60811 auth methods are now a setting 2015-02-14 10:55:04 +09:00
Sacha Greif
a44199e247 actually, do not load font file if not specified 2015-02-13 11:56:24 +09:00
Sacha Greif
b9aeba8be2 Merge branch 'master' into devel 2015-02-13 11:46:55 +09:00
Sacha Greif
bd623f80e0 adding setting for font family 2015-02-13 11:37:09 +09:00
Sacha Greif
acc9aedd6d fix security issue with posts editing 2015-02-12 08:24:41 +09:00
Sacha Greif
1b3eae1e39 Fix post approval date bug 2015-02-05 09:20:48 +09:00
Sacha Greif
6d490d88c4 fix #699 2015-02-03 11:17:34 +09:00
Sacha Greif
30d97132c8 *really* fix #743 2015-02-03 10:51:50 +09:00
Sacha Greif
5517841de3 Merge branch 'devel' 2015-01-27 11:12:19 +09:00
Sacha Greif
2c4e154dca whoops 2015-01-22 13:47:56 +09:00
Sacha Greif
fe222144f2 fix case 2015-01-22 12:03:44 +09:00
Sacha Greif
a0ebc73cf7 fix bug preventing posting comments 2015-01-22 11:58:14 +09:00
Sacha Greif
8931fa11a5 fixing issue with submitting extra properties 2015-01-22 10:59:13 +09:00
Sacha Greif
0d65cb9f1c added postApprovedCallbacks 2015-01-21 16:47:02 +09:00
Sacha Greif
35ae630ebd working on grid layout; added callback for injecting CSS classes for post items 2015-01-19 11:40:27 +09:00
Sacha Greif
bbf30fea0d Merge branch 'master' of https://github.com/TelescopeJS/Telescope 2015-01-18 11:12:12 +09:00
Sacha Greif
ff1d92f977 clean up post and settings schema, and i18n labels 2015-01-18 10:56:01 +09:00
Sacha Greif
c2118954b2 prevent logo from getting crushed on mobile + various other small fixes 2015-01-12 12:02:48 +09:00
comerc
d213e29712 Update posts.js 2015-01-08 12:28:57 +03:00
Anthony Mayer
f9d9891fba Getting rid of redundant permissions functions
Switched everything over to use can.* functions from telescope-lib instead of using can* functions from lib/permissions.js, deleted lib/permissions.js, added some tests for permissions, and some other random cleanup like deleting unused code.

Conflicts:
	client/views/comments/comment_form.js
2015-01-07 08:22:46 +01:00
Sacha Greif
f5354bf69d renaming viewNav to viewsMenu and adminNav to adminMenu 2015-01-05 10:06:30 +09:00
Sacha Greif
6540d9aa46 add MAIL_URL as a setting 2015-01-02 16:05:28 +09:00
Sacha Greif
9bbf0347d3 log first run event and hide release notes until then 2014-12-31 19:05:00 +09:00
Sacha Greif
6a8a6ee8bb working on getting started package 2014-12-31 17:44:21 +09:00
Sacha Greif
ecad51bbbd make release notes into a package 2014-12-31 11:05:25 +09:00
Sacha Greif
ed03fa38a1 working on release notes 2014-12-30 19:14:44 +09:00
Sacha Greif
778c08d544 clean-up 2014-12-30 18:18:00 +09:00
Sacha Greif
0ee7eeb3cb run collection hook on client too 2014-12-30 13:47:14 +09:00
Sacha Greif
b70cee68b8 updated autoform 2014-12-29 18:24:26 +09:00
Sacha Greif
03922286e1 refactoring comment form code and fixing upvote issue 2014-12-28 12:13:13 +09:00
Sacha Greif
7d7a3939fc working on comment form latency compensation 2014-12-28 11:45:35 +09:00
Sacha Greif
b786a7121a fixes 2014-12-24 14:22:45 +09:00
Sacha Greif
f2760f9168 refactoring comment submit method 2014-12-24 10:13:48 +09:00
Sacha Greif
a39569e883 make embedly call async 2014-12-24 09:42:10 +09:00
Sacha Greif
a85e09f9ad make post-submit callbacks run on server only 2014-12-22 11:49:35 +09:00
Sacha Greif
4312a39f2a "updateObject" -> "modifier" 2014-12-22 09:50:45 +09:00
Sacha Greif
6fc3bb7092 use type=method for submit and edit forms 2014-12-22 09:49:28 +09:00
Sacha Greif
24a0f9b830 refactor voting code to accept function calls from server 2014-12-20 17:34:15 +09:00
Sacha Greif
0b751d086c working on post-by-feed package 2014-12-18 16:01:18 +09:00
Sacha Greif
a6267c69de splitting submitPost into client/server and server functions 2014-12-18 15:09:30 +09:00
Sacha Greif
1f825fe15b add description setting and use it as description for root path 2014-12-17 09:49:56 +09:00
Sacha Greif
1eb72079b4 adding userCreatedCallbacks callback hook and refactoring user creation 2014-12-13 14:02:45 +09:00
Sacha Greif
1b3bc168e1 override Meteor.absoluteUrl() with URL provided in settings 2014-12-13 12:01:41 +09:00
Sacha Greif
d1679bd7c0 Admin posts are now automatically accepted 2014-12-10 10:52:40 +09:00
Sacha Greif
07bc61e938 started extracting invites into their own package 2014-12-09 10:17:16 +09:00
Sacha Greif
6339657503 force sticky property to default to false when not set 2014-12-08 19:51:06 +09:00
Sacha Greif
7879172c5d refactoring parameters to simplify showing/hiding future posts, and adding "scheduled" view 2014-12-08 16:39:10 +09:00
Sacha Greif
305322bf25 bring back posts delete link 2014-12-08 16:10:32 +09:00