Jeff Atwood
|
20411649e1
|
remove needless email test footer
|
2015-01-26 17:24:43 -08:00 |
|
Jeff Atwood
|
0472012dae
|
copy improvements on auto-email group joining
|
2015-01-26 14:43:32 -08:00 |
|
Jeff Atwood
|
246c376f48
|
Merge pull request #3131 from pda/hmac-not-encryption
sso_secret: cryptographically authenticate, not encrypt.
|
2015-01-26 14:28:55 -08:00 |
|
Paul Annesley
|
bf2bbfb06e
|
sso_secret: cryptographically authenticate, not encrypt.
The sso_secret is an input to HMAC, which is a hash-based message
authentication code, not encryption.
|
2015-01-26 13:52:02 -08:00 |
|
Arpit Jalan
|
5c2ee8ec2a
|
FEATURE: suppress digest emails for users not seen on the site for more than (n) days.
|
2015-01-26 22:04:02 +05:30 |
|
Jeff Atwood
|
20a0a2f60b
|
minor copyedit
|
2015-01-25 01:22:40 -08:00 |
|
Sam
|
ba186b25a7
|
FEATURE: optional top level bookmarks tab
|
2015-01-25 15:53:11 +11:00 |
|
Régis Hanol
|
e300945879
|
FEATURE: split group admin in 2 tabs (custom & automatic)
FIX: clear the user-selector when adding new members
|
2015-01-21 20:52:48 +01:00 |
|
Arpit Jalan
|
a144e61440
|
Update Translations
|
2015-01-21 22:58:30 +05:30 |
|
Robin Ward
|
f3c9310e12
|
Merge pull request #3117 from techAPJ/patch-1
FEATURE: rate limit invites for non-staff users
|
2015-01-20 10:45:00 -05:00 |
|
Arpit Jalan
|
5e751ce90a
|
FEATURE: 🎁 rate limit invites for non-staff users
|
2015-01-20 01:12:24 +05:30 |
|
Alex Williams
|
23fe0cfb4e
|
Fix spelling in contact_email_missing message.
|
2015-01-19 10:52:02 -05:00 |
|
Arpit Jalan
|
7687c95e7b
|
UX: add file size in CSV export notification
|
2015-01-19 19:21:53 +05:30 |
|
Jeff Atwood
|
dae39b5b71
|
missed closing paren
|
2015-01-19 01:29:02 -08:00 |
|
Jeff Atwood
|
4cb6606e8c
|
block some more dumb trackback spam from logging
|
2015-01-19 01:19:34 -08:00 |
|
Jeff Atwood
|
d0a32b28b9
|
remove max_stars_per_day site setting
|
2015-01-19 00:07:26 -08:00 |
|
Jeff Atwood
|
8fe2dd9186
|
copy improvement on invites
|
2015-01-19 00:03:22 -08:00 |
|
Erick Guan
|
eedb977c58
|
Fix guidelines_topic anchor point
|
2015-01-17 21:45:36 +08:00 |
|
Régis Hanol
|
5d711db45d
|
Merge pull request #3103 from riking/log_username_changes
Log username changes
|
2015-01-17 11:47:37 +01:00 |
|
riking
|
1ab0d6bd82
|
FEATURE: Log username changes by staff
Also fix the tests for changing username
|
2015-01-17 02:26:12 -08:00 |
|
Jeff Atwood
|
1591068226
|
add commented out SSL section to nginx config
|
2015-01-17 01:26:21 -08:00 |
|
Jeff Atwood
|
a2e77d8bf4
|
better regex JS err suppression for Logster
|
2015-01-16 23:30:06 -08:00 |
|
Jeff Atwood
|
18215f90d0
|
more flexible regex to block empty JS Logster errors
|
2015-01-16 17:36:18 -08:00 |
|
Jeff Atwood
|
77ae0b4f7f
|
block empty JS errors from Logster
|
2015-01-16 17:28:50 -08:00 |
|
Régis Hanol
|
7a86abd105
|
Merge pull request #3084 from jmay/group-managers
table & model changes for group managers with permission to edit members
|
2015-01-16 12:02:38 +01:00 |
|
Jeff Atwood
|
91e0c0e034
|
copyedit on disable emails
|
2015-01-15 12:17:28 -08:00 |
|
Jason W. May
|
a2b284a0a4
|
table & model changes for group managers with permission to edit membership
|
2015-01-15 11:44:42 -08:00 |
|
Régis Hanol
|
20d2908c50
|
FEATURE: add a global notice whenever emails are disabled (disable_emails site setting)
|
2015-01-15 19:32:19 +01:00 |
|
Jeff Atwood
|
14ea59b623
|
remove unused starred item
|
2015-01-15 02:50:30 -08:00 |
|
Arpit Jalan
|
2aff46532c
|
Update Translations
|
2015-01-14 21:22:13 +05:30 |
|
Régis Hanol
|
6734a51b6a
|
move SiteText.{head,top,bottom} to SiteCustomization
|
2015-01-14 12:15:53 +01:00 |
|
Arpit Jalan
|
7771d2fb31
|
remove enable_email_names setting
|
2015-01-13 13:35:40 +05:30 |
|
Jeff Atwood
|
3cea85e09a
|
correct "is is" copy
|
2015-01-12 17:30:14 -08:00 |
|
Robin Ward
|
f3b72f5d96
|
Revert "move SiteText.{head,bottom} to SiteCustomization and remove redundant SiteText.top"
This reverts commit 6ee2849df6 .
|
2015-01-12 20:21:22 -05:00 |
|
Jeff Atwood
|
962eb78104
|
change from "Avatar" to "Profile Picture"
|
2015-01-12 17:13:18 -08:00 |
|
Jeff Atwood
|
c6db713707
|
better "just for you" copy on pin/unpin
|
2015-01-12 16:57:41 -08:00 |
|
Régis Hanol
|
6ee2849df6
|
move SiteText.{head,bottom} to SiteCustomization and remove redundant SiteText.top
|
2015-01-12 19:59:43 +01:00 |
|
Régis Hanol
|
52c4968bf2
|
Merge pull request #3091 from techAPJ/update-translations
Update Translations
|
2015-01-12 16:13:02 +01:00 |
|
Régis Hanol
|
f0f1afff03
|
FIX: forgot i18n associated with bookmark button (:fired:)
|
2015-01-12 16:05:17 +01:00 |
|
Arpit Jalan
|
8f06e8f708
|
Update Translations
|
2015-01-12 19:53:52 +05:30 |
|
Régis Hanol
|
c681b353f2
|
FEATURE: bookmark topic button
|
2015-01-12 12:10:15 +01:00 |
|
Jeff Atwood
|
dc0ecc8f2c
|
add better enable_sso description
|
2015-01-12 00:54:24 -08:00 |
|
Jeff Atwood
|
c2e716cd88
|
use active tense on email settings
|
2015-01-23 16:29:15 -08:00 |
|
Régis Hanol
|
256519dddf
|
FEATURE: automatic group membership based on email address
|
2015-01-23 18:25:43 +01:00 |
|
Erick Guan
|
22d580fe76
|
allow to translate image's exceprt
|
2015-01-23 17:58:14 +08:00 |
|
Jeff Atwood
|
e948dc88d1
|
Merge pull request #3120 from techAPJ/patch-3
FIX: months were not getting translated
|
2015-01-22 04:22:33 -08:00 |
|
Arpit Jalan
|
91d36b2532
|
FIX: months were not getting translated
|
2015-01-22 15:46:52 +05:30 |
|
Jeff Atwood
|
356ad4459b
|
add unhandled flags to the contact email help
|
2015-01-22 00:30:30 -08:00 |
|
Jeff Atwood
|
af2dde9996
|
clarify that image logos not *required*
|
2015-01-09 14:25:00 -08:00 |
|
Sam
|
1358ed2aad
|
FEATURE: show bookmarked topics in topic list
|
2015-01-09 11:41:10 +11:00 |
|