Neil Lalonde
|
27498a912b
|
Add indexes to help IncomingLinksReport, but not much. Refactor to limit result set size, but it doesn't help perf much either. SELECT COUNT(DISTINCT ...) is still slow.
|
2013-07-31 15:17:53 -04:00 |
|
Ryan Boland
|
553a671fdb
|
fix mentions in code blocks
|
2013-07-30 18:01:42 -04:00 |
|
Neil Lalonde
|
882c1524f7
|
Strip trailing and leading spaces from category names
|
2013-07-30 16:48:45 -04:00 |
|
Neil Lalonde
|
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 |
|
Neil Lalonde
|
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 |
|
Neil Lalonde
|
8cee3a9fcd
|
Add a way to add email to block list when nuking a user
|
2013-07-29 15:29:43 -04:00 |
|
Neil Lalonde
|
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 |
|
Neil Lalonde
|
a8df9778b5
|
Rename AdminLog to StaffActionLog
|
2013-07-29 15:29:43 -04:00 |
|
Robin Ward
|
3a861c0823
|
FIX: Allow clicks on @names
|
2013-07-27 13:18:37 -04:00 |
|
Robin Ward
|
01a6b45231
|
FIX: Can click on your own links again
|
2013-07-26 17:29:43 -04:00 |
|
Stephan Kaag
|
f99acebdaa
|
Rails 4 updates
|
2013-07-24 21:09:18 +02:00 |
|
Régis Hanol
|
be9217d4c8
|
add server-side filesize check on uploads
|
2013-07-24 00:54:41 +02:00 |
|
Robin Ward
|
adf7c9ad06
|
Merge pull request #1237 from stephankaag/improve_post_analyzing
Improve post analyzing
|
2013-07-23 07:07:49 -07:00 |
|
Sam
|
7e92109ac8
|
Merge pull request #1240 from abbat/master
Fix locale dependend stemmer for FTS
|
2013-07-23 00:40:54 -07:00 |
|
Sam
|
060c79ecc0
|
remove dupes before correcting topic_ids in user action consistency check job
|
2013-07-23 12:44:20 +10:00 |
|
Doug Alcorn
|
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 |
|
Sam
|
4b269de724
|
correct: http://meta.discourse.org/t/cant-save-adding-a-group-permission-to-a-category/8537
can not save category after adding a new custom group
|
2013-07-23 10:10:36 +10:00 |
|
Sam
|
0acc96c94e
|
work around for http://meta.discourse.org/t/activerecord-statementinvalid-exception-raised-in-models-user-action-rb/7275/4
|
2013-07-23 09:48:18 +10:00 |
|
Anton Batenev
|
aa7d1c2fbe
|
Fix locale dependend stemmer for FTS
Fix locale dependend stemmer for FTS to improve search relevance on non English languages.
|
2013-07-23 03:07:59 +04:00 |
|
Sam
|
ea7684fb32
|
Merge pull request #1226 from stephankaag/rails4_updates
Some Rails4 updates
|
2013-07-22 15:03:37 -07:00 |
|
Stephan Kaag
|
b58da2fcf9
|
Add some TODO's
|
2013-07-22 22:39:20 +02:00 |
|
Stephan Kaag
|
ebd5fa76c5
|
Reuse post-analyzer and cooked-document when requesting multiple post stats
|
2013-07-22 22:24:47 +02:00 |
|
Stephan Kaag
|
ad2b667504
|
Remove dead code
|
2013-07-22 22:16:46 +02:00 |
|
Robin Ward
|
fd1d376975
|
Merge pull request #1235 from stephankaag/remove_all
Remove some calls to `all`
|
2013-07-22 12:26:00 -07:00 |
|
Robin Ward
|
3e7b418ea8
|
First Try: Include Post History (context) in Notification Emails
|
2013-07-22 15:06:37 -04:00 |
|
Stephan Kaag
|
0e3b8fbb24
|
Remove some calls to all . They are not required, and Rails4 raises warnings about them.
|
2013-07-22 20:44:11 +02:00 |
|
Stephan Kaag
|
b19f631b3a
|
Some Rails4 updates
|
2013-07-22 19:01:22 +02:00 |
|
Robin Ward
|
ed745c3fdd
|
Merge pull request #1222 from ZogStriP/fix-s3-related-issues
Fix s3 related issues
|
2013-07-22 07:30:41 -07:00 |
|
Robin Ward
|
80a0943f54
|
Merge pull request #1228 from ZogStriP/fix-thumbnailing-with-cdn-enabled
FIX: thumbnailing isn't working with CDN enabled
|
2013-07-22 07:22:59 -07:00 |
|
Robin Ward
|
8b181e0803
|
Merge pull request #1230 from ZogStriP/add-newuser-max-attachments-setting
add newuser-max-attachments setting
|
2013-07-22 07:22:23 -07:00 |
|
Sam
|
1f3c5cb656
|
allow end user to recover a post they delete
automatically delete stubs after 1 day
|
2013-07-22 17:48:47 +10:00 |
|
Sam
|
58e7c3e1f3
|
push some work out of AR callbacks into PostCreator, add a couple of helpers for post and topic creation in test
fix it so the auto_track false marks topics as new
|
2013-07-22 15:07:20 +10:00 |
|
Sam
|
31bb08bcdd
|
added an option to bypass auto tracking of topics on post creation
|
2013-07-22 15:07:20 +10:00 |
|
Sam
|
9e4b0df7ff
|
69 specs fail in rails 4 now ...not too bad
|
2013-07-22 15:07:20 +10:00 |
|
Régis Hanol
|
2986798ba7
|
add newuser-max-attachments setting
|
2013-07-22 02:39:17 +02:00 |
|
Régis Hanol
|
649ab85740
|
FIX: thumbnailing wasn't working with CDN enabled
|
2013-07-22 00:37:23 +02:00 |
|
Régis Hanol
|
33977252c9
|
rollback to previous s3 syntax (ie. subdomains)
|
2013-07-20 11:30:36 +02:00 |
|
Régis Hanol
|
8406a4230c
|
FIX: click tracking on attachments wasn't working
|
2013-07-19 01:27:09 +02:00 |
|
Robin Ward
|
7a6f1b5aff
|
Color moderator actions on user stream
|
2013-07-18 17:24:51 -04:00 |
|
Sam
|
81616a46ba
|
db consistency check for mismatching topic_ids in user_actions
fix up post mover so it remaps user actions as well
move specs for post mover into post_mover_spec
|
2013-07-17 16:40:56 +10:00 |
|
Sam
|
c2be81a76e
|
Merge pull request #1199 from ZogStriP/uploads
adds the `max_attachment_size_kb` setting
|
2013-07-16 23:03:42 -07:00 |
|
Régis Hanol
|
5c27dd175a
|
make sure we handle both s3 url formats
|
2013-07-17 00:32:09 +02:00 |
|
Régis Hanol
|
7ae2fe304d
|
renamed s3 to s3_store
|
2013-07-17 00:27:52 +02:00 |
|
Robin Ward
|
75282576b9
|
Merge pull request #1195 from initforthe/post-analyser-backtrace-fix
Post analyser backtrace fix
|
2013-07-16 07:34:54 -07:00 |
|
Sam
|
e9d37f395f
|
hmm I totally missed that it was already there
|
2013-07-16 21:06:04 +10:00 |
|
Sam
|
06bd9e3234
|
allow login required screen to be customized
|
2013-07-16 20:49:04 +10:00 |
|
Sam
|
352ac9e60c
|
Finalize read only and post only categories, finished off UI work
|
2013-07-16 15:46:11 +10:00 |
|
Sam
|
ecf17cfebb
|
work in progress, add fidelity to category group permissions (full, create posts, readonly)
|
2013-07-16 15:46:11 +10:00 |
|
Régis Hanol
|
5ce05ff5cb
|
adds the max_attachment_size_kb setting
so that we can specify a different max upload size for attachments and images.
|
2013-07-16 02:01:36 +02:00 |
|
Tom Russell
|
96065a1499
|
Prevent backtrace in PostAnalyser
|
2013-07-15 11:15:04 +01:00 |
|