Sam
|
213ce33af2
|
Fixed all broken specs
Moved middleware config into authenticators
|
2013-08-26 12:59:17 +10:00 |
|
Sam
|
075002a6d5
|
refactoring the plugin interfaces to allow for better extensible
|
2013-08-26 12:59:17 +10:00 |
|
Sam
|
e0c99196a8
|
Merge pull request #1383 from ZogStriP/add-max-image-height-site-setting
add max_image_height site setting
|
2013-08-25 17:11:48 -07:00 |
|
Régis Hanol
|
32f717420d
|
add max_image_height site setting
|
2013-08-26 00:24:24 +02:00 |
|
Navin Keswani
|
d87389b38e
|
No more rails 4 deprecation warnings
|
2013-08-25 23:18:11 +02:00 |
|
Neil Lalonde
|
1ef9354e21
|
Remove enum setting spec since I don't think it's testing anything useful and it's causing random failures
|
2013-08-24 13:48:07 -04:00 |
|
Neil Lalonde
|
6e79197519
|
Enum site settings can have translatable names in dropdown. Add setting for how often users get digest emails by default: default_digest_email_frequency.
|
2013-08-23 17:36:25 -04:00 |
|
Neil Lalonde
|
663adde90e
|
Users can change their own username at any time if they have no posts
|
2013-08-23 11:23:00 -04:00 |
|
Neil Lalonde
|
3b15e2e58e
|
Banned users are not returned as pending review users
|
2013-08-22 19:23:49 -04:00 |
|
Neil Lalonde
|
25e0c3eac1
|
Log IP addresses with screened emails and urls
|
2013-08-22 19:04:35 -04:00 |
|
Neil Lalonde
|
24617dd776
|
Show empty categories with descriptions to everyone
|
2013-08-22 11:55:20 -04:00 |
|
Robin Ward
|
ff3b163a78
|
FIX: Another email regexp for quote lines in the format we can recognize including
the site name.
|
2013-08-21 16:54:51 -04:00 |
|
Robin Ward
|
7f69a58439
|
Replace Markdown parser.
|
2013-08-21 10:10:57 -04:00 |
|
Régis Hanol
|
3922c9b6b5
|
FIX: specs for ruby 2.0.0-p247
|
2013-08-20 21:45:58 +02:00 |
|
Sam
|
a9393e4a7a
|
paging for flag list
corrected reload behavior on flag list
refactored post actions ... extracted flag queries
|
2013-08-19 21:14:26 +10:00 |
|
Neil Lalonde
|
8a96c4c0f6
|
Fix uncategorized topics not being shown on categories page
|
2013-08-15 15:18:04 -04:00 |
|
Sam
|
fcbb9919b6
|
override search term length for topic id spec
|
2013-08-15 13:19:37 +10:00 |
|
Sam
|
c2653b2915
|
Merge pull request #1309 from stephankaag/sidetiq
Replace Clockwork with Sidetiq
|
2013-08-14 16:51:04 -07:00 |
|
Neil Lalonde
|
86647f0a54
|
Add ScreenedUrl. Rename BlockedEmail to ScreenedEmail.
|
2013-08-14 16:08:23 -04:00 |
|
Stephan Kaag
|
a6b4b5dbf2
|
Replace Clockwork with Sidetiq
|
2013-08-14 21:39:40 +02:00 |
|
Robin Ward
|
b7c50ecdaa
|
FIX: Respect protocol relative URLs in email styling
|
2013-08-14 11:32:17 -04:00 |
|
Régis Hanol
|
c867b67a0b
|
custom avatar support
|
2013-08-13 22:08:29 +02:00 |
|
Neil Lalonde
|
ed060ed5f1
|
Change trust level logs the previous trust level
|
2013-08-13 12:04:28 -04:00 |
|
Neil Lalonde
|
b8a1e21dbd
|
Delete all posts is allowed for the same amount of time as delete user
|
2013-08-13 11:11:05 -04:00 |
|
Neil Lalonde
|
b36c6d7b78
|
Users cannot change their own username after 3 days since registering. Site setting username_change_period allows you to change the number of days.
|
2013-08-12 14:55:09 -04:00 |
|
Timo Göllner
|
6b07c689cd
|
fix search spec
search spec failed when using rails4
|
2013-08-04 15:15:05 +02:00 |
|
Neil Lalonde
|
9db0ac16a9
|
Add site setting delete_removed_posts_after to configure after how many hour posts that were deleted by their authors will be deleted
|
2013-08-02 13:35:52 -04:00 |
|
Sam
|
3246f066c6
|
an attempt at getting this working on rails 4 ... not fruitful
|
2013-08-02 10:31:36 +10:00 |
|
Robin Ward
|
4f0713b9da
|
Merge pull request #1275 from ZogStriP/enable-thumbnailing-on-s3
Enable thumbnailing on s3
|
2013-08-01 07:35:35 -07:00 |
|
Sam
|
d15083d3ee
|
ensure directory at the correct spot
|
2013-08-01 16:13:37 +10:00 |
|
Sam
|
160107a712
|
working plugin interface for custom openid auth, custom css and custom js
|
2013-08-01 16:02:43 +10:00 |
|
Régis Hanol
|
ed9417fa3b
|
enable thumbnailing on S3
- added url to optimized image model
- refactored s3_store & local_store
|
2013-07-31 23:26:34 +02: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 |
|
Sam
|
df3a4c05cd
|
upgrade rack mini profiler
fixes for ruby 1.9.3
|
2013-07-30 17:36:34 +10: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
|
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 |
|
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
|
e25638dab0
|
add a way to delete posts and topics when deleting a user with UserDestroyer
|
2013-07-29 15:29:43 -04:00 |
|
Neil Lalonde
|
a8df9778b5
|
Rename AdminLog to StaffActionLog
|
2013-07-29 15:29:43 -04:00 |
|
Sam
|
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 |
|
Sam
|
d51dcd1705
|
improve email styling, include extra respond link
|
2013-07-26 17:27:46 +10:00 |
|
Sam
|
85389e8b86
|
spec for trashable
|
2013-07-26 14:41:58 +10:00 |
|
Sam
|
d0f50cb266
|
fixing up moment locales, they were not set up properly
|
2013-07-25 11:09:29 +10:00 |
|
Robin Ward
|
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 |
|
Sam
|
0a7bbb08e1
|
fix broken build
|
2013-07-24 17:24:55 +10:00 |
|
Neil Lalonde
|
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 |
|
Sam
|
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 |
|
Sam
|
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 |
|
Sam
|
7b1f9928e4
|
staff can change trust levels
|
2013-07-23 09:13:48 +10:00 |
|