Sam
|
0ea20f2d77
|
mock was causing spec to fail
|
2016-03-17 15:46:16 +11:00 |
|
Sam Saffron
|
433fa74d87
|
FIX: ensure consistency of user options
Edge case during upgrade can cause accounts registered after migration
prior to restart to have missing user option records
|
2016-03-17 10:03:56 +11:00 |
|
Sam Saffron
|
e947c3b9ec
|
correct for earlier versions of ruby
|
2016-03-17 09:25:48 +11:00 |
|
Régis Hanol
|
7acdbc8448
|
FIX: don't extract links from elided parts
|
2016-03-16 22:35:08 +01:00 |
|
Sam Saffron
|
8577b7e2cc
|
FIX: setting owner on topic should not bump topic
|
2016-03-17 08:32:56 +11:00 |
|
Régis Hanol
|
20ce7f29e0
|
FEATURE: new 'manual_polling_enabled' site setting
|
2016-03-16 22:28:01 +01:00 |
|
Sam
|
84d234a98a
|
Merge pull request #4076 from scossar/locale-from-header-setting
FEATURE: add site setting for setting locale from header
|
2016-03-17 07:53:20 +11:00 |
|
Sam Saffron
|
b300d60086
|
FIX: when changing owner of last post user list on topic incorrect
|
2016-03-16 23:49:54 +11:00 |
|
Robin Ward
|
06591022fe
|
FEATURE: Generous badge
|
2016-03-15 16:08:29 -04:00 |
|
Arpit Jalan
|
3e32393ab6
|
FIX: do not allow normal users to wiki edit-expired posts
|
2016-03-15 15:05:57 +05:30 |
|
scossar
|
0cbeda8414
|
add site setting for setting locale from header
|
2016-03-14 16:18:19 -07:00 |
|
Robin Ward
|
621f7e0a65
|
FIX: Replace emoji in local oneboxes
|
2016-03-14 14:48:48 -04:00 |
|
Arpit Jalan
|
ff12b5bf57
|
FIX: newly created categories were not showing up
|
2016-03-14 23:17:02 +05:30 |
|
Régis Hanol
|
4a3cb4a000
|
FIX: use MD5 of the email_string when there's no 'Message-Id'
|
2016-03-14 18:18:58 +01:00 |
|
Sam Saffron
|
e00850a1ab
|
FEATURE: implement before and after filters in search remove max_age and min_age
supports
- before:monday
- after:june
- before:2001
- before:2001-01-22
|
2016-03-14 23:27:02 +11:00 |
|
Robin Ward
|
1006b1ba94
|
Various Plugin Enhancements and Extension Points
|
2016-03-11 15:53:37 -05:00 |
|
Régis Hanol
|
841cec1bc1
|
FIX: support emails in with weird encoding
|
2016-03-11 18:51:53 +01:00 |
|
Arpit Jalan
|
01f2f05f2d
|
Merge pull request #4070 from techAPJ/revert-post
FEATURE: revert post to a specific revision
|
2016-03-11 23:00:13 +05:30 |
|
Régis Hanol
|
6d84a8a1b3
|
FIX: don't send out elided message in email notifications
UX: improved details tag for elided messages
|
2016-03-11 17:51:16 +01:00 |
|
Guo Xiang Tan
|
bf209d8344
|
FIX: Redis hostname may resolve to nothing.
|
2016-03-11 19:06:37 +08:00 |
|
Guo Xiang Tan
|
c07c474575
|
FEATURE: Master-Slave Redis configuration with fallback and switch over.
|
2016-03-11 12:18:58 +08:00 |
|
Arpit Jalan
|
89248580dc
|
FEATURE: revert post to a specific revision
|
2016-03-11 02:46:55 +05:30 |
|
Sam
|
aa001fcfc4
|
Merge pull request #4057 from joebuhlig/spec-for-topic-status-update-event
Add spec for topic_status_update event
|
2016-03-10 16:46:59 +11:00 |
|
Régis Hanol
|
2747e14b4c
|
FEATURE: hide elided part of incoming emails behind a [details] tag
|
2016-03-09 18:51:54 +01:00 |
|
Neil Lalonde
|
091e7ef3ca
|
FIX: when a post is edited by someone other than the original author and a mention is added, the mention notification is from the person who edited
|
2016-03-08 15:26:12 -05:00 |
|
Robin Ward
|
5771d2aee2
|
SECURITY: Support for confirm old as well as new email accounts
|
2016-03-08 14:52:22 -05:00 |
|
Robin Ward
|
d62689fa76
|
Move updating a user's email to its own controller
|
2016-03-08 14:52:22 -05:00 |
|
Guo Xiang Tan
|
ee8be3d1a8
|
Merge pull request #4059 from gdpelican/feature/disable-mailing-list-mode
FEATURE: Add site setting for disabling mailing list mode site wide
|
2016-03-08 16:27:09 +08:00 |
|
James Kiesel
|
2f00e2179f
|
Don't use unnecessary stubs; site setting language update
|
2016-03-08 19:40:16 +13:00 |
|
Guo Xiang Tan
|
00078a438b
|
FIX: FastImage#size returns nil if it can't fetch the image size.
|
2016-03-08 11:29:18 +08:00 |
|
Guo Xiang Tan
|
fcc86d3a9d
|
FIX: PostgreSQLFallbackHandler was bouncing in and out of readonly.
|
2016-03-08 10:02:38 +08:00 |
|
Joe Buhlig
|
186a9630b7
|
Added spec for topic status update event
|
2016-03-07 10:40:06 -06:00 |
|
Régis Hanol
|
622d804d46
|
FEATURE: Add rejection message on rejected IncomingEmail
FIX: Better RateLimit description in rejected IncomingEmail
FEATURE: Send email when hitting a rate limit
|
2016-03-07 16:56:17 +01:00 |
|
Sam
|
c838291d47
|
Merge pull request #4041 from joebuhlig/custom-field-sorting
Added ability to create topic sorts with custom_fields for plugins
|
2016-03-07 14:15:23 +11:00 |
|
Sam
|
726b34ea78
|
Merge pull request #4058 from scossar/validate-user-locale
FIX: validate user locale for email notifications
|
2016-03-07 14:11:12 +11:00 |
|
Sam
|
77ecaba43a
|
Merge pull request #4049 from tgxworld/support_multisite_in_postgresql_fallback
FEATURE: Support multisite in PostgreSQL fallback adapter.
|
2016-03-07 14:01:15 +11:00 |
|
Sam
|
3e018c2588
|
FIX: rate limit do/undo on post actions
|
2016-03-06 09:51:30 +11:00 |
|
Sam
|
af577a5854
|
FEATURE: like notification frequency of never
|
2016-03-06 09:12:59 +11:00 |
|
scossar
|
5b5076c61d
|
test for empty string
|
2016-03-04 20:20:58 -08:00 |
|
James Kiesel
|
54b4fb69db
|
FEATURE: Add site setting for disabling mailing list mode site wide
|
2016-03-05 11:08:31 +13:00 |
|
scossar
|
2d8b10d139
|
validate user locale
|
2016-03-04 13:21:30 -08:00 |
|
Robin Ward
|
396713718b
|
FEATURE: Adds ~200 more emoji
This includes all new emoji from Unicode 7 and Unicode 8 with the
exception of skin tones which will require a new interface.
|
2016-03-04 15:10:14 -05:00 |
|
Joe Buhlig
|
8d6579c729
|
Added ability to create topic sorts in plugins with custom_fields
|
2016-03-04 11:07:39 -06:00 |
|
Sam Saffron
|
8b1772ac0f
|
FIX: if user undos like, and relikes notify
FEATURE: roll up likes for notify on all likes
|
2016-03-04 22:56:27 +11:00 |
|
Régis Hanol
|
06ec563883
|
Merge pull request #4004 from scossar/email-notifications-in-preferred-locale
Feature: (WIP) Send email notifications in user's preferred language
|
2016-03-04 09:13:20 +01:00 |
|
Régis Hanol
|
1135d2094a
|
Merge pull request #4006 from scossar/set-locale-from-header
Feature: (WIP) Set locale from Accept-Language header
|
2016-03-04 09:12:30 +01:00 |
|
scossar
|
a20a52b25f
|
add user locale
|
2016-03-03 17:21:50 -08:00 |
|
Régis Hanol
|
8d4bac7da2
|
fix build & add migration to clear common passwords cache
|
2016-03-03 19:39:22 +01:00 |
|
Sam
|
5a6c34fb8a
|
regression, unable to edit posts
|
2016-03-03 16:00:14 +11:00 |
|
Guo Xiang Tan
|
9d24a00f2e
|
Merge pull request #4055 from tgxworld/fix_topic_view_not_working_in_redis_readonly
FIX: Topic view not working when Redis is readonly.
|
2016-03-03 08:48:31 +08:00 |
|