Arpit Jalan
|
2f6c984c8c
|
Improve invite email copy
|
2014-07-10 10:57:40 +05:30 |
Arpit Jalan
|
8395da5bd0
|
FIX: include topic title and domain name in topic invite mail
|
2014-07-10 10:05:28 +05:30 |
Sam
|
d54c28adc1
|
FIX: better whitelisting
|
2014-07-10 09:59:54 +10:00 |
Sam
|
9828a268b9
|
Fix: whitelist regex for bbcode too wide
|
2014-07-10 09:17:04 +10:00 |
Régis Hanol
|
a52c80e2a8
|
FEATURE: automatic image orientation fix
|
2014-07-09 23:59:57 +02:00 |
Arpit Jalan
|
223bbc3da3
|
FEATURE: include topic context in topic invite
|
2014-07-09 21:23:20 +05:30 |
Sam
|
8fcc019ff8
|
FIX: only allow badge title selection if it exists
|
2014-07-09 15:31:49 +10:00 |
Sam
|
e32e96dabb
|
FEATURE: new badges
- Pay it forward renamed to first like
- First flag
- First share
|
2014-07-09 12:17:39 +10:00 |
Neil Lalonde
|
df8b25d2f5
|
FEATURE: don't demote trust level 3 users who were promoted less than SiteSetting.leader_promotion_min_duration days ago
|
2014-07-08 17:39:49 -04:00 |
Sam
|
81682b74b7
|
Feature: Paying it forward badge
|
2014-07-08 14:26:53 +10:00 |
Régis Hanol
|
59b5ba7c0f
|
BUGFIX: IP lookup wasn't working when using HTTPS
REFACTOR: the ip locator into a ip-lookup component
|
2014-07-07 22:18:18 +02:00 |
Sam
|
0f25bbeaf7
|
FEATURE: Editor badge
|
2014-07-07 17:55:40 +10:00 |
Sam
|
ee3f7362e6
|
Merge pull request #2501 from techAPJ/bulk-invite-5
FEATURE: redeem Invite when user sign up
|
2014-07-07 15:14:35 +10:00 |
Sam
|
4a25c86d61
|
FIX: correct duplicate granting
|
2014-07-05 18:32:06 +10:00 |
Sam
|
7909ca2a17
|
fix spec
|
2014-07-05 09:13:53 +10:00 |
Sam
|
cf60bed719
|
FIX: username search logic was stemming and not ordering right
|
2014-07-05 09:11:41 +10:00 |
Arpit Jalan
|
caf8dbe92f
|
Add tests for redeem invite feature
|
2014-07-05 02:23:11 +05:30 |
Arpit Jalan
|
48f86181bf
|
REFACTOR: move all conditions to guardian
|
2014-07-04 23:04:19 +05:30 |
Robin Ward
|
fc1ce96dbb
|
FIX: Change the approach to sanitization. Includes a more detailed API
for allowing classes and attributes for only certain tag names.
|
2014-07-03 16:55:36 -04:00 |
Sam
|
9a9ad9bda8
|
FEATURE: Badge progress
- Refactor model so it stores backfill query
- Implement autobiographer
- Remove sample badge
- Correct featured badges to only include a badge once
|
2014-07-03 17:29:44 +10:00 |
Sam
|
700b3c010f
|
FIX: tests to pass with badges enabled
|
2014-07-02 13:11:24 +10:00 |
Sam
|
5a0aed2bfa
|
FIX: regression, forgot password broken
also... mocks were invented by the devil
|
2014-07-02 13:06:55 +10:00 |
Sam
|
60d93a62f6
|
FIX: tighten up email token durations
|
2014-07-02 09:08:25 +10:00 |
Neil Lalonde
|
292e9bb611
|
TL3: Add requirements for min all-time topics viewed, and min all-time posts read
|
2014-07-01 13:34:57 -04:00 |
Robin Ward
|
d9e583af1a
|
FEATURE: Add new site setting to restrict how many times you can click on an
invite to "passthrough" as logged in, with a default of 0 hours. Also changes
default invite expiry from 7 days to 1.
|
2014-07-01 12:52:52 -04:00 |
Sam
|
bc44bfcdf2
|
Work in progress backfill for like badges
|
2014-07-01 22:01:15 +10:00 |
Sam
|
6099802d24
|
Revert "TEST: break build to ensure docker process does not update to this file"
This reverts commit 9e75b930e4 .
|
2014-07-01 15:27:48 +10:00 |
Sam
|
9e75b930e4
|
TEST: break build to ensure docker process does not update to this file
|
2014-07-01 11:58:49 +10:00 |
Sam
|
20074a3140
|
Merge pull request #2486 from riking/no_group_messages
Change pop3 auth errors from admin message to dashboard notice
|
2014-07-01 10:02:19 +10:00 |
riking
|
07cedb7946
|
Fix specs, handle_exception calls
|
2014-06-30 15:16:16 -07:00 |
Robin Ward
|
9c48f8f154
|
FIX: Don't surround `<aside>` with `<p>` as that is malformed HTML.
|
2014-06-30 18:11:22 -04:00 |
Robin Ward
|
0f52f26587
|
TWEAK: Don't show subcategory topic definitions when viewing a category list.
|
2014-06-30 15:22:40 -04:00 |
Robin Ward
|
952426d358
|
FEATURE: Uploaded images to categories are shown when browsing
|
2014-06-30 14:14:00 -04:00 |
Robin Ward
|
e22688a204
|
FEATURE: Can upload images to categories
|
2014-06-30 14:14:00 -04:00 |
Robin Ward
|
9000c358d1
|
REFACTOR: Use common path for RESTful `DELETE` action from upload image
component
|
2014-06-30 14:13:59 -04:00 |
Robin Ward
|
4088fba4f2
|
REFACTOR: Convert profile background uploader to be an ember component
|
2014-06-30 14:13:59 -04:00 |
Sam
|
e2e36a6df3
|
FIX: bold and italic handling improved
|
2014-06-30 17:01:46 +10:00 |
Neil Lalonde
|
807bfbd9bb
|
FEATURE: Trust level 3 promotion and demotion. Job is disabled for now.
|
2014-06-27 18:42:03 -04:00 |
Robin Ward
|
386a45aab7
|
Merge pull request #2479 from vikhyat/badge-system
Badge system updates
|
2014-06-27 15:09:04 -04:00 |
riking
|
da9048f3ea
|
Fix email code & tests
|
2014-06-27 12:04:31 -07:00 |
Vikhyat Korrapati
|
23983efeea
|
Don't grant multiple_grant badges multiple times for the same post.
|
2014-06-28 00:32:09 +05:30 |
Robin Ward
|
6907739a0b
|
Merge pull request #2474 from techAPJ/add-topic-id-to-bulk-invite
FEATURE: Add topic invitation support to Bulk Invite
|
2014-06-26 13:30:30 -04:00 |
Régis Hanol
|
ee1d78c73e
|
BUGFIX: edit history on wiki posts should be visible
|
2014-06-26 19:19:35 +02:00 |
Andrew Bezzub
|
386d1e231a
|
move profile_background from User to UserProfile
|
2014-06-26 12:30:07 -04:00 |
Arpit Jalan
|
52f9984804
|
FEATURE: Add topic invitation support to Bulk Invite
|
2014-06-26 20:46:53 +05:30 |
Sam
|
24ddb6cfad
|
FIX: Bold, italic should not expect a space boundary
|
2014-06-26 17:45:51 +10:00 |
Sam
|
b8357aa90a
|
BUGFIX: newline after bold was not producting a BR
|
2014-06-26 15:28:08 +10:00 |
Sam
|
dd8a06187a
|
FIX: Invalid URLs cause post not to save
|
2014-06-26 11:38:23 +10:00 |
Sam
|
6527862195
|
Remove fragile spec
|
2014-06-26 10:21:19 +10:00 |
Sam
|
6559de0085
|
Chinese search tests
|
2014-06-26 09:58:49 +10:00 |