Robin Ward
|
82d1465d18
|
Ugly Hack: Remove improperly parsed headers from Mail::Message
|
2013-06-19 12:14:01 -04:00 |
|
Sam
|
799b402778
|
fix horribly broken invite code, could lead to inviting the wrong person to a conversation
|
2013-06-19 10:31:19 +10:00 |
|
Robin Ward
|
8af9952b25
|
Change all headers to X-Discourse-* instead of Discourse-*
|
2013-06-18 15:54:02 -04:00 |
|
Robin Ward
|
60fce196c7
|
More Qunit tests including a CLI runner
|
2013-06-18 13:44:20 -04:00 |
|
Robin Ward
|
e6cd835928
|
Merge pull request #1040 from vipulnsward/remove_and
Remove unnecessary anding with true
|
2013-06-18 06:37:33 -07:00 |
|
Sam
|
6989851cd4
|
Merge pull request #1038 from ZogStriP/keep-uploads-reverse-index-up-to-date
Keep uploads reverse index up to date
|
2013-06-18 00:43:31 -07:00 |
|
Sam
|
80c42753e1
|
fix up find as you type for the invite into PM function
allow mods to remove users from a PM
|
2013-06-18 17:17:01 +10:00 |
|
Vipul A M
|
3167a152b2
|
Remove unnecessary anding with true
|
2013-06-18 11:19:10 +05:30 |
|
Robin Ward
|
8acdc18bc8
|
First stab at polling support for POP3S / reply by email
|
2013-06-17 16:49:02 -04:00 |
|
Régis Hanol
|
7bdc616040
|
keep uploads reverse index up to date
|
2013-06-17 22:46:48 +02:00 |
|
Régis Hanol
|
ae3543872c
|
renamed the sha column to the proper sha1
|
2013-06-17 22:16:14 +02:00 |
|
Neil Lalonde
|
4de0c58b83
|
Change the email address of the admin user created by rake db:seed:welcome so we don't get all the emails. Everyone needs to change the email address of their admin user.
|
2013-06-17 16:02:50 -04:00 |
|
Neil Lalonde
|
876a570e3a
|
Fix to prevent check for all upper case for non-ascii messages
|
2013-06-17 12:22:50 -04:00 |
|
Régis Hanol
|
cc9e0ec80a
|
create thumbnails when needed
|
2013-06-17 02:49:34 +02:00 |
|
Régis Hanol
|
2c3f757951
|
moved has_been_uploaded and uploaded_regex to the Upload model
|
2013-06-17 02:49:34 +02:00 |
|
Régis Hanol
|
c11f4456ae
|
cleaned up CookedPostProcessor and improved specs
|
2013-06-17 02:49:34 +02:00 |
|
Régis Hanol
|
8a98310cf9
|
make sure we only do the work once
|
2013-06-17 02:49:34 +02:00 |
|
Régis Hanol
|
f94e4ffdcb
|
added 'uploads:backfill_shas' rake task
|
2013-06-17 02:49:33 +02:00 |
|
Sam
|
e603c85fa0
|
Merge pull request #1032 from Krugloff/patch-1
It maybe worth load pluralizations rules before compile?
|
2013-06-16 16:58:16 -07:00 |
|
Sam
|
4650ce3556
|
Merge pull request #1026 from chrishunt/link-twitter-handles
Link Twitter handles and hashtags in Twitter onebox
|
2013-06-16 16:50:57 -07:00 |
|
Sam
|
b545a49d32
|
Merge pull request #1025 from ZogStriP/reverse-index-take-2
Reverse index take 2
|
2013-06-16 16:49:57 -07:00 |
|
Krugloff
|
d0901289e7
|
File exists check
|
2013-06-16 02:47:51 +04:00 |
|
Aleksandr Kruglov
|
ae81523aa5
|
It maybe worth load pluralizations rules before compile?
|
2013-06-15 02:31:36 +04:00 |
|
Neil Lalonde
|
29a1329378
|
drop the last 0
|
2013-06-14 17:53:59 -04:00 |
|
Jeff Atwood
|
32b05673d3
|
add correct header to github blob onebox
|
2013-06-14 13:43:01 -07:00 |
|
Neil Lalonde
|
00d2eaca16
|
Version bump to 0.9.3
|
2013-06-14 15:51:11 -04:00 |
|
Chris Hunt
|
4491b1f06f
|
Link hashtags in Twitter onebox
|
2013-06-13 21:09:37 -07:00 |
|
Chris Hunt
|
b84ee29c43
|
Link Twitter handles in Twitter onebox
|
2013-06-13 21:00:47 -07:00 |
|
Régis Hanol
|
037f62928b
|
add proper post_uploads reverse index
|
2013-06-13 23:44:24 +02:00 |
|
Robin Ward
|
bd1b4d3130
|
Include a custom reply address when reply by email is enabled.
|
2013-06-13 17:00:00 -04:00 |
|
Neil Lalonde
|
4db8204a15
|
Remove topic links when a post is deleted
|
2013-06-13 13:41:54 -04:00 |
|
Robin Ward
|
49c09898e2
|
The EmailBuilder now creates the Reply by Email Key if necessary.
|
2013-06-13 12:40:06 -04:00 |
|
Robin Ward
|
e29f4a3496
|
Work in Progress: Reply By Email:
- Add support classes and settings to enable reply by email
- Split out Email builder to be more OO, add many specs
|
2013-06-13 12:39:56 -04:00 |
|
Robin Ward
|
66f5a3f6f6
|
FIX: Emoji sizes in emails should be done by the EmailStyler
|
2013-06-13 12:15:05 -04:00 |
|
Robin Ward
|
cb40ceb9e8
|
Merge pull request #1019 from ZogStriP/reverse-index-of-user-uploads
added a reverse index of user uploads + rake task
|
2013-06-13 07:20:55 -07:00 |
|
Sam
|
f7de9f17d5
|
refactor validators
add a new setting for min pm body length
use that setting for flags
scale entropy check down for pms
|
2013-06-13 18:18:43 +10:00 |
|
Chris Hunt
|
e25f65e482
|
Link to Twitter user in Twitter onebox
|
2013-06-12 22:43:39 -07:00 |
|
Chris Hunt
|
742b44a977
|
Use Twitter 1.1 OAuth for Twitter onebox
|
2013-06-12 22:42:54 -07:00 |
|
Sam
|
384d743e7b
|
refactoring of site settings
|
2013-06-13 12:41:27 +10:00 |
|
Sam
|
e6e81efe85
|
correct information leak in page not found
|
2013-06-13 10:27:17 +10:00 |
|
Régis Hanol
|
770c1faeb1
|
added a reverse index of user uploads + rake task
|
2013-06-13 01:43:50 +02:00 |
|
Sam
|
c47239b536
|
comment out twitter onebox, it is bust
|
2013-06-13 09:39:32 +10:00 |
|
Neil Lalonde
|
270161d8b8
|
Version bump to v0.9.2.6
|
2013-06-12 16:44:15 -04:00 |
|
Sam
|
ae1f5b3de0
|
goodbye NaNy
|
2013-06-12 16:38:02 +10:00 |
|
Sam
|
54d8c963d0
|
fix tests and allow SE onebox to onebox Meta cause I need that for an post I am writing
|
2013-06-12 12:23:24 +10:00 |
|
Sam
|
c1f6169b48
|
hidden and deleted state in user stream
|
2013-06-12 11:14:08 +10:00 |
|
Sam
|
6bf2f15610
|
use lodash cause we like lodash (faster and we can remove templating easily)
|
2013-06-12 10:23:47 +10:00 |
|
Sam
|
b6846060b7
|
Merge pull request #1009 from PavelPenkov/seed_task
Added rake db:seed:welcome task replacing pg_dumps/development-image.sql
|
2013-06-11 17:01:05 -07:00 |
|
Régis Hanol
|
8a2d635e62
|
removed imgur support
|
2013-06-11 21:51:41 +02:00 |
|
Robin Ward
|
e2ce4947d7
|
Adds max-width to images in digest emails.
|
2013-06-11 12:28:50 -04:00 |
|