|
ed9417fa3b
|
enable thumbnailing on S3
- added url to optimized image model
- refactored s3_store & local_store
|
2013-07-31 23:26:34 +02:00 |
|
|
36b6b8d78e
|
removed old rake task until it's updated
|
2013-07-31 23:24:16 +02:00 |
|
|
2c1326f89b
|
Send login_required to discourse hub
|
2013-07-30 17:52:47 -04:00 |
|
|
06140740d0
|
Version checks: tolerate old version check data that can happen immediately after upgrading but forgetting to restart sidekiq/clockwork. Don't cache version check data along with other dashboard data.
|
2013-07-30 12:12:04 -04:00 |
|
|
df3a4c05cd
|
upgrade rack mini profiler
fixes for ruby 1.9.3
|
2013-07-30 17:36:34 +10:00 |
|
|
9749001b54
|
a much more robust qunit daemonizer
|
2013-07-30 14:15:20 +10:00 |
|
|
7e5c7f5987
|
fork web server, makes much more sense
|
2013-07-30 13:04:29 +10:00 |
|
|
5aa50699f0
|
tweak so more time for starup
|
2013-07-30 12:35:41 +10:00 |
|
|
85ddf73cf3
|
make qunit at least wait for a network connection
|
2013-07-30 12:32:12 +10:00 |
|
|
8ec6d0ea6c
|
let's not run 3 queries, when a single query will do.
|
2013-07-30 09:54:29 +10:00 |
|
|
7661a5fed2
|
Version bump to v0.9.5.2
|
2013-07-29 18:34:04 -04:00 |
|
|
4fd5087f91
|
Add button to delete a spammer in the flag modal
Add SiteSettings: delete_user_max_age, delete_all_posts_max. Add delete spammer button to admin flags UI
Moderators can delete users too
|
2013-07-29 15:29:44 -04:00 |
|
|
e076158789
|
Add ip_address, email, and context to staff_action_logs table. Context should usually be the url from which the staff member performed the action, but could be any string that describes what the staff member was doing when the action was performed.
|
2013-07-29 15:29:43 -04:00 |
|
|
8cee3a9fcd
|
Add a way to add email to block list when nuking a user
|
2013-07-29 15:29:43 -04:00 |
|
|
5f8a130277
|
Add BlockedEmail, to block signups based on email. Track stats of how many times each email address is blocked, and last time it was blocked. Move email validation out of User model and into EmailValidator. Signup form remembers which email addresses have failed and shows validation error on email field.
|
2013-07-29 15:29:43 -04:00 |
|
|
e25638dab0
|
add a way to delete posts and topics when deleting a user with UserDestroyer
|
2013-07-29 15:29:43 -04:00 |
|
|
a8df9778b5
|
Rename AdminLog to StaffActionLog
|
2013-07-29 15:29:43 -04:00 |
|
|
412e600106
|
remove email footer font override
looks hideous to have mismatching body and footer fonts on anything
retina
|
2013-07-28 23:00:02 -07:00 |
|
|
aa6c92922d
|
SECURITY: correct our CSRF implementation to be much more aggressive
|
2013-07-29 15:13:13 +10:00 |
|
|
4a20d09523
|
distributed memoizer added to ensure absolute duplicate posts don't get through
in case of an absolute dupe just return the memoized post
This works around issues with wordpress being crazy
|
2013-07-29 12:25:19 +10:00 |
|
|
896e493531
|
don't ever delete unprocessable emails
|
2013-07-28 09:54:15 +10:00 |
|
|
0320a5ae64
|
correct email styles
|
2013-07-27 08:09:32 +10:00 |
|
|
29519ece23
|
Merge branch 'add-audio-onebox' of git://github.com/jamesaanderson/discourse into jamesaanderson-add-audio-onebox
Conflicts:
app/assets/stylesheets/application/compose.css.scss
app/assets/stylesheets/application/topic-post.css.scss
|
2013-07-26 11:30:40 -04:00 |
|
|
d51dcd1705
|
improve email styling, include extra respond link
|
2013-07-26 17:27:46 +10:00 |
|
|
d7d3be1130
|
Add audio onebox
http://meta.discourse.org/t/audio-html5-tag/8168
|
2013-07-25 19:03:23 -07:00 |
|
|
cc79d22f82
|
Version bump to v0.9.5.1
|
2013-07-25 17:16:13 -04:00 |
|
|
0317cf9608
|
Show topics as a list of topics on the User Stream.
|
2013-07-25 15:56:20 -04:00 |
|
|
e922f10f4e
|
correct locale helper so it falls back to english message format if mf is missing
|
2013-07-25 11:16:07 +10:00 |
|
|
d0f50cb266
|
fixing up moment locales, they were not set up properly
|
2013-07-25 11:09:29 +10:00 |
|
|
9351a7bcb1
|
Merge pull request #1244 from stephankaag/rails4updates
Rails 4 updates
|
2013-07-24 14:16:32 -07:00 |
|
|
f99acebdaa
|
Rails 4 updates
|
2013-07-24 21:09:18 +02:00 |
|
|
e0b9117f15
|
Fix for emails with empty body
|
2013-07-24 15:07:51 -04:00 |
|
|
2319a824f8
|
Special work to never include previous posts in parsed emails. Also a new attempt
to catch reply strings in different languages.
|
2013-07-24 14:22:32 -04:00 |
|
|
0a7bbb08e1
|
fix broken build
|
2013-07-24 17:24:55 +10:00 |
|
|
366cb13140
|
restyle all user notification emails to use a custom html template
|
2013-07-24 17:24:55 +10:00 |
|
|
cf102be953
|
Allow deletion of a post belonging to a deleted topic, so that users can be destroyed
|
2013-07-23 11:50:58 -04:00 |
|
|
adf7c9ad06
|
Merge pull request #1237 from stephankaag/improve_post_analyzing
Improve post analyzing
|
2013-07-23 07:07:49 -07:00 |
|
|
ef201e02d7
|
Merge pull request #1238 from ZogStriP/moar-bullets
change the pipe into a bullet in the lightbox overlay
|
2013-07-23 00:41:47 -07:00 |
|
|
4b735a5a09
|
Merge pull request #1239 from abbat/patch-1
Add russian stemmer for FTS
|
2013-07-23 00:39:00 -07:00 |
|
|
478ae6d6c7
|
correct bug where delete stub job would fail when attempting to delete stubs off deleted topics
skip deleting stubs if a post is actively flagged
|
2013-07-23 16:11:44 +10:00 |
|
|
35a2bb7919
|
Parameterize the PBKDF2 algorithm in application config
http://meta.discourse.org/t/sso-between-discourse-and-xmpp/8567/5
|
2013-07-22 21:36:01 -04:00 |
|
|
7b1f9928e4
|
staff can change trust levels
|
2013-07-23 09:13:48 +10:00 |
|
|
4a6a4db241
|
Add russian stemmer for FTS
|
2013-07-23 02:05:18 +04:00 |
|
|
ea7684fb32
|
Merge pull request #1226 from stephankaag/rails4_updates
Some Rails4 updates
|
2013-07-22 15:03:37 -07:00 |
|
|
dbf6fb0232
|
change the pipe into a bullet in the lightbox overlay
|
2013-07-22 22:41:08 +02:00 |
|
|
ad2b667504
|
Remove dead code
|
2013-07-22 22:16:46 +02:00 |
|
|
5398553628
|
Merge pull request #1234 from stephankaag/template_args
Determine template_args only once per instance
|
2013-07-22 12:20:23 -07:00 |
|
|
3e7b418ea8
|
First Try: Include Post History (context) in Notification Emails
|
2013-07-22 15:06:37 -04:00 |
|
|
ea51f0fe04
|
Determine template_args only once per instance
|
2013-07-22 20:20:41 +02:00 |
|
|
b19f631b3a
|
Some Rails4 updates
|
2013-07-22 19:01:22 +02:00 |
|