Erick Guan
c955907f60
FEATURE: add microdata prop and more links for crawler
...
- add microdata based on schema.org
- add breadcrumb on the top of topic
- add navigations link on the bottom of every pages
- add category description on the category list
2015-03-16 22:52:10 +08:00
Arpit Jalan
484ae8b6b7
FIX: return proper error message when replying to a closed or deleted topic
2015-03-16 16:43:22 +05:30
Sam
a82530012a
FEATURE: Allow selection of highlight js languages
...
PERF: stop loading highlight js on load
To get latest highlight js run bin/rake highlightjs:update
2015-03-13 16:18:59 +11:00
Jeff Atwood
f3b5a4c888
better validation / desc for embeddable_host
2015-03-11 15:31:27 -07:00
Régis Hanol
afd2417945
FEATURE: new 'auto_respond_to_flag_actions' site setting
2015-03-11 19:29:09 +01:00
Sam
09e470c98a
FEATURE: start counting repeat topic views (default is one per 8 hours)
...
configurable with topic_view_duration_hours site setting
2015-03-05 15:25:05 +11:00
Dan Dascalescu
32d6080d15
Typo fix: publically -> publicly
2015-03-04 01:33:32 -08:00
Robin Ward
84b84a9d7c
Support for url_list
site setting.
2015-03-03 16:19:29 -05:00
Sam
9698447e89
FEATURE: support staff only custom user fields
2015-03-03 17:51:01 +11:00
Neil Lalonde
7c14db44cc
UX: improve message when admin login is blocked because of admin ip address whitelisting
2015-03-02 12:13:22 -05:00
Sam
79249a8d5f
Merge pull request #3244 from gschlager/german_umlauts
...
FEATURE: Adds transliteration of German umlauts in slugs
2015-03-02 10:19:30 +11:00
Gerhard Schlager
8a236c06e2
FEATURE: Adds transliteration of German umlauts in slugs
...
- Moves the already existing transliteration rules into `transliterations.en.yml` (there's no need to translate this for every language). The same goes for the stringex configuration.
- Doesn't calculate the default slug for *zh_CN* and *ja* anymore. It hasn't been used anyway since stringex is used instead.
- Removes a wrong comment from the Russion transliteration file (I hate wrong comments)
2015-02-27 23:53:58 +01:00
Neil Lalonde
c04b214910
FEATURE: don't allow username and email to be the same
2015-02-27 13:47:43 -05:00
Sam
f555bbb416
FEATURE: long descriptions for badges to help teach people
2015-02-27 17:19:18 +11:00
Sam
0742f340f9
FEATURE: allow for a localized error when a regex fails in site settings
...
FEATURE: apply string validation to list site settings (so we get regex)
2015-02-27 11:45:56 +11:00
Neil Lalonde
cf81b3f86d
FEATURE: don't allow username and password to be the same
2015-02-25 12:00:13 -05:00
Arpit Jalan
a25e3cca8e
FEATURE: new site setting contact_url
2015-02-23 23:09:13 +05:30
Robin Ward
0f4693b7eb
Merge pull request #3225 from techAPJ/patch-3
...
UX: unified About / Privacy / ToS / FAQ topnav
2015-02-23 11:51:55 -05:00
Arpit Jalan
ddb8378ab0
UX: unified About / Privacy / ToS / FAQ topnav
2015-02-23 18:26:19 +05:30
Jeff Atwood
7bb80928ac
minor copy tweak
2015-02-23 02:09:48 -08:00
Sam
5266ad4539
Merge pull request #3183 from riking/json-errors-2
...
Consolidate custom exception handling
2015-02-23 16:58:05 +11:00
Régis Hanol
92e6446f0f
FEATURE: new site setting
2015-02-21 18:37:37 +01:00
Arpit Jalan
c2ce45668c
UX: change user visits stat position
2015-02-19 01:11:09 +05:30
Arpit Jalan
f3daae6dec
Improve auto generated email reply error message
2015-02-18 18:58:51 +05:30
Jeff Atwood
fe31d45131
edited the wrong language file
...
DOH
2015-02-17 15:22:56 -08:00
Jeff Atwood
73a59322d5
"Page Views" is confusing; say "API Requests"
2015-02-16 23:35:41 -08:00
Jeff Atwood
c1d93b2713
move private reply welcome notice to bottom
2015-02-09 17:26:58 -08:00
Jeff Atwood
e14f38f19e
make relative links absolute in welcome PM/email
2015-02-09 16:42:05 -08:00
Arpit Jalan
cf1815ca40
Remove group names warning
2015-02-10 00:17:05 +05:30
riking
8cf21f2363
FEATURE: Refactor error returns in application_controller
2015-02-08 13:40:38 -08:00
Arpit Jalan
8bbd36f40e
Add rails error translation strings
2015-02-06 20:30:00 +05:30
Régis Hanol
f7d2fc0524
FEATURE: 'reply by email address' validator
...
Prevent infinite email loophole when the 'reply_by_email_address' site setting is the same as the 'notification_email'.
2015-02-06 12:08:37 +01:00
Sam
820ce8765e
refactor traffic report
...
split traffic report in 2, page view vs raw traffic
hide raw traffic report by default
improve flushing logic for application reqs
2015-02-06 14:39:16 +11:00
Régis Hanol
2fcd199f48
FIX: send a PM to moderators when a post has been flagged as sockpuppet
2015-02-05 19:58:49 +01:00
Sam
970b160eef
typo
2015-02-05 16:39:56 +11:00
Sam
08b790b3c2
improve metrics gathered using in our traffic section
...
this also pulls out the middleware into its own home and inserts in front
2015-02-05 16:08:52 +11:00
Sam
16465edd88
FEATURE: search your bookmarks using in:bookmarks
2015-02-05 11:50:20 +11:00
Sam
c9adfa65a0
FEATURE: dashboard stats for application traffic
2015-02-05 11:18:21 +11:00
Jeff Atwood
4a2786dbf2
better copy on enable names setting
2015-01-29 13:42:15 -08:00
Sam
844467015d
FEATURE: allow simple selection for category badge styles
...
clean up category badge styling
2015-01-29 17:49:14 +11:00
Régis Hanol
cd2c9edb46
FIX: 🐛 upload on IE9 wasn't working :'(
...
- FIX: make sure we set a default name to a pasted image only on Chrome (the only browser that supports it)
- FIX: use ".json" extension to uploads endpoints since IE9 doesn't pass the correct header
- FIX: pass the CSRF token in a query parameter since IE9 doesn't pass it in the headers
- FIX: display error messages comming from the server when there is one over the default error message
- FIX: HACK around IE9 security issue when clicking a file input via JavaScript (use a label and set `visibility:hidden` on the input)
- FIX: hide the "cancel" upload on IE9 since it's not supported
- FIX: return "text/plain" content-type when uploading a file for IE9 in order to prevent it from displaying the save dialog
- FIX: check the maximum file size on the server 💥
- update jQuery File Upload Plugin to v. 5.42.2
- update JQuery IFram Transport Plugin to v. 1.8.5
- update jQuery UI Widget to v. 1.11.1
2015-01-28 19:43:20 +01:00
Sam
3483c8318f
FEATURE: logging out logs you out everywhere
...
can be disabled by changing the setting "log_out_strict" to false
2015-01-28 12:56:41 +11:00
Arpit Jalan
12c82bed59
Disable digest emails site setting
2015-01-27 22:41:36 +05:30
Jeff Atwood
20411649e1
remove needless email test footer
2015-01-26 17:24:43 -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
Sam
ba186b25a7
FEATURE: optional top level bookmarks tab
2015-01-25 15:53:11 +11:00
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
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
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
Jeff Atwood
dc0ecc8f2c
add better enable_sso description
2015-01-12 00:54:24 -08: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
Jeff Atwood
14daf622d0
tweaks to flagging explanation copy
2015-01-07 04:34:15 -08:00
Jeff Atwood
3a9199995a
simplify new site default warning copy a bit
2015-01-07 02:02:30 -08:00
Jeff Atwood
d1b0939e02
add contact info to /about
2015-01-05 22:42:13 -08:00
Sam
e6dba8adc2
SECURITY: don't echo the "strategy" param returned by auto provider
2015-01-06 16:28:45 +11:00
Jeff Atwood
e37f7d50ec
I like "powered" better than "operated"
2015-01-05 16:44:22 -08:00
Jeff Atwood
a3dab3a635
add deep link to /faq
2015-01-05 16:38:46 -08:00
Jeff Atwood
77f5c74ddd
FEATURE: add std /staff page link from /faq
2015-01-05 16:33:21 -08:00
Neil Lalonde
4975fc2890
Remove old access_password_removal cruft from 1.5 years ago
2015-01-05 12:04:27 -05:00
Neil Lalonde
024b88e9c2
FIX: dashboard should be warning about invalid notification_email site setting
2015-01-05 12:04:27 -05:00
Jeff Atwood
d2d8f13932
improve new site nag copy
2015-01-04 00:29:51 -08:00
Jeff Atwood
46dcc9f257
improve essential site settings descriptions
2015-01-04 00:28:25 -08:00
Jeff Atwood
1c709ea5a9
clarify site nag on contact email
2015-01-04 00:19:56 -08:00
Jeff Atwood
0affda4818
improve new site nag copy
2015-01-04 00:16:10 -08:00
Jeff Atwood
f2db1af0d3
add /about link to welcome PM reply note
2014-12-30 20:44:47 -08:00
Jeff Atwood
09ecd905e4
add reply note to welcome PM
2014-12-30 20:40:03 -08:00
Sam
d0fe1725c8
FIX: users should be allowed to add @ to the to field of a PM
2014-12-30 13:26:39 +11:00
Arpit Jalan
96608e0ef0
FEATURE: add more details in user posts archive
2014-12-30 00:00:26 +05:30
Jeff Atwood
3b945920d4
copy improvements on data export
2014-12-24 15:41:21 -08:00
Régis Hanol
45dbdb6896
FEATURE: custom emojis
2014-12-23 01:12:26 +01:00
Sam
4cd9243888
FEATURE: topics per page should not be configurable
...
Can lead to severe performance issues
2014-12-15 11:24:16 +11:00
Sam
ae16186100
FEATURE: post chunk size should not be configurable
...
If people need to configure post chunk size use a plugin
Core only supports out of the box settings, if changed can lead to
severe performance issues.
2014-12-15 10:57:34 +11:00
Robin Ward
768027f0e3
Merge pull request #3046 from gdpelican/feature/insensitive-group-names
...
Remove group name validation case sensitivity
2014-12-17 10:52:45 -05:00
James Kiesel
84bed4f9ce
Remove group name validation case sensitivity
2014-12-17 18:44:30 +13:00
Robin Ward
b1bc4741b1
FEATURE: Load fewer topics in the topic list on slow platforms (Android)
2014-12-15 11:54:26 -05:00
Robin Ward
2d6b15a34d
Load fewer posts when the android platform is detected
2014-12-12 11:47:39 -05:00
Régis Hanol
cd170ca548
FEATURE: auto-close topics based on community flags
2014-12-05 19:37:43 +01:00
Jeff Atwood
3aaa7d5b03
update search help with in:private
2014-12-04 13:37:47 -08:00
Neil Lalonde
5f2c746853
remove unused site settings company_domain, company_full_name, company_name
2014-12-03 15:39:53 -05:00
Jeff Atwood
a05408ac9d
minor copyedit
2014-12-02 21:39:54 -08:00
Jeff Atwood
ea269ccfb2
rename purge_inactive to purge_unactivated
2014-12-02 21:36:25 -08:00
Sam
c10e3df012
FEATURE: implement SSO provider on Discourse so Auth can be farmed to it
...
FEATURE: pass return_sso_url to SSO endpoints, for easier return
2014-11-26 17:26:27 +11:00
Régis Hanol
e23a25994d
FEATURE: clean up unmatched email/ip entries after a year
2014-11-25 17:12:49 +01:00
Régis Hanol
1023191315
FEATURE: roll up function for 123.456.789.* ranges
2014-11-24 17:25:48 +01:00
Sam
9e1e3df6c9
FEATURE: Localize SSO error messages
2014-11-24 12:16:23 +11:00
Régis Hanol
ced35cb3bb
FEATURE: don't limit registration from an IP address if a staff member has that IP address
2014-11-21 00:25:44 +01:00
Jeff Atwood
27801287ac
add TL2 note to max new accounts per reg ip
2014-11-18 03:59:27 -08:00
David García-Navas López de Cuéllar
fd0ba997d0
little typo
2014-11-17 19:01:08 +01:00
Régis Hanol
7641d88224
FEATURE: new 'maximum new user accounts per registration IP' site setting
2014-11-17 12:04:29 +01:00
Jeff Atwood
11ae3caeff
I hated that period
2014-11-14 14:16:41 -08:00
Jeff Atwood
e56e35d7ab
minor digest copyedits
2014-11-14 00:54:11 -08:00
Jeff Atwood
2713cb61a1
flag copy tweak
2014-11-13 14:40:57 -08:00
Régis Hanol
bf666f8553
FEATURE: allow animated thumbnails
2014-11-13 23:30:34 +01:00
Jeff Atwood
be87ada474
Minor copy tweaks
2014-11-13 14:05:02 -08:00
Jeff Atwood
64140c5fe0
digest email style tweak
2014-11-13 13:44:53 -08:00
Jeff Atwood
8783ff11be
minor copyedit
2014-11-12 14:33:52 -08:00
Régis Hanol
7244266174
FIX: support for underscores in URLs (when using S3 storage)
2014-11-12 17:08:11 +01:00
Jeff Atwood
d1b2361b5e
minor copyedit on hidden posts
2014-11-12 02:18:00 -08:00
Jeff Atwood
71f571a593
I suck at quotes, apparently
2014-11-12 01:12:32 -08:00
Jeff Atwood
402ef9ae49
missed the "other" flag for topics
2014-11-12 01:10:39 -08:00
Jeff Atwood
4a1953ec48
minor flag dialog tweaks
2014-11-12 01:02:25 -08:00
Jeff Atwood
eb2df53e95
copyedits on upload; fix single quote
2014-11-12 00:47:23 -08:00
Jeff Atwood
0953183128
try some flag dialog copy changes
2014-11-12 00:09:15 -08:00
Sam
a2ba9a735e
Merge pull request #2943 from fantasticfears/slug
...
Add stringex for Chinese slug generation
2014-11-12 08:57:59 +11:00
Erick Guan
667758ff40
Add stringex for Chinese slug generation
2014-11-11 21:12:07 +08:00
Régis Hanol
ec76be964e
UX: better footer handling
2014-11-10 21:51:55 +01:00
Jeff Atwood
435cd37021
copyedits; email image auto for > 250 width/height
2014-11-09 01:27:09 -08:00
Jeff Atwood
8e38c129c5
minor login copy tweaks
2014-11-06 02:27:27 -08:00
Jeff Atwood
20fa95801c
tighten up flag copy for off-topic and notify mods
2014-11-05 14:19:50 -08:00
Sam
cc9b040502
Revert "FEATURE: display github profile links on user card and profile"
...
This reverts commit 95c518329a
.
2014-11-05 07:45:35 +11:00
Sam
95c518329a
FEATURE: display github profile links on user card and profile
...
Can be disabled by unchecking "public_github_screen_name"
2014-11-04 13:33:58 +11:00
Régis Hanol
7e94f9d6f9
FIX: insert different message when auto-closing a topic based on the last post
2014-10-29 21:26:32 +01:00
Robin Ward
f47ab30b04
Use a site setting for maximum summary results
2014-10-28 16:03:43 -04:00
Arpit Jalan
b37d845dd3
FIX: email replies should not be accepted for deleted topics
2014-10-27 13:05:33 +05:30
Sam
1cc37e32b9
FEATURE: add max_reply_history to limit number of replies
...
that can be expanded, when clicking "in-reply-to"
2014-10-27 09:44:42 +11:00
Arpit Jalan
08dc0e6ee6
FIX: email replies to closed topic should not be accepted
2014-10-25 23:47:13 +05:30
Sam
aa9b3bb35a
FEATURE: allow long polling to go to a different url
...
Added the site setting long_polling_base_url , this allows you
to farm long polling to a different server.
This setting is very important if a CDN is serving dynamic content.
2014-10-24 13:38:38 +11:00
Sam
73486b8ddd
FIX: respect anon_polling_interval
...
FIX: only poll background message bus pages once a minute
FEATURE: background_polling_interval
FEATURE: long polling pushed back to 25 seconds
FEATURE: force a poll when a bg page returns to foreground
also improve copy of message bus settings a bit
2014-10-22 12:49:10 +11:00
Jeff Atwood
0e3c06cf61
better email bouncy reply titles
2014-10-21 14:56:25 -07:00
Jeff Atwood
aca437d071
improve email bounce reply copy
2014-10-21 14:41:18 -07:00
Neil Lalonde
7659d491fd
Merge pull request #2897 from techAPJ/patch-1
...
FEATURE: show full user name in emails
2014-10-21 15:47:31 -04:00
Jeff Atwood
58187086b6
improve copy to reduce confusion
2014-10-21 12:39:01 -07:00
Arpit Jalan
8700716fcd
separate site setting for showing full name in emails
2014-10-22 00:50:39 +05:30
Jeff Atwood
13ea9d655d
tighten up search help
2014-10-20 10:05:53 -07:00
Arpit Jalan
42714d7d25
Hide google search when the instance is private
2014-10-20 16:50:42 +05:30
Sam
bfbfc16cca
Correct hard coded URL, implement missing features
2014-10-18 18:09:45 +11:00
Jeff Atwood
41be68ec6a
improve search help copy
2014-10-19 23:53:17 -07:00
Jeff Atwood
92b615b503
reorganize site settings a bit
2014-10-19 23:14:50 -07:00
Sam
53feb1d2d0
copy
2014-10-18 15:44:38 +11:00
Sam
de71477405
FEATURE: order:views order by views
2014-10-18 15:38:58 +11:00
Sam
e6cc4cba8b
FEATURE: in:tracking and in:watching search filters
2014-10-18 15:34:05 +11:00
Sam
8afd7a7f21
FEATURE: in:likes and in:posted search filters
2014-10-18 15:19:08 +11:00
Sam
cbc132eca9
FEATURE: added status:noreplies and status:archived to advanced search
2014-10-18 14:54:11 +11:00
Sam
840b68003c
copy
2014-10-18 14:28:29 +11:00
Sam
742c5e29c9
FEATURE: advanced search help
2014-10-18 14:27:33 +11:00
Sam
10db8f21d7
FEATURE: experimental reply-to expansion which hides intermediate posts
...
experimental_reply_expansion
2014-10-15 18:13:13 +11:00
Neil Lalonde
f88075cbba
FEATURE: CORS settings per-site in a multisite env
2014-10-15 15:20:39 -04:00
Neil Lalonde
4762b4ac24
FIX: on completion of external auth, window.close may fail because of iOS Safari bug. Prompt user to manually close the window.
2014-10-15 11:00:34 -04:00
Sam
a34ed4d3e5
FEATURE: Make it easier to localize "email has been taken"
2014-10-13 14:18:53 +11:00
Robin Ward
366d7e892c
Merge pull request #2867 from techAPJ/patch-1
...
FEATURE: send `set password` instructions after invite redemption
2014-10-14 11:01:07 -04:00
Régis Hanol
9c0321dc53
forgot to rename these strings when renaming import to restore
2014-10-14 16:58:21 +02:00
Arpit Jalan
861f321263
FEATURE: send set password instructions after invite redemption
2014-10-11 14:13:05 +05:30
Régis Hanol
5504622c1b
rename export/import in favor of backup/restore for better consistency
2014-10-10 20:04:07 +02:00
Ionut Staicu
ca5095d3e1
Added transliteration for extra diacritics
2014-10-08 09:17:04 +03:00
Sam
b47c1defe0
FIX: add missing transliteration rules
2014-10-08 12:27:51 +11:00
Neil Lalonde
96e4d2b662
remove the notification_email_top customization
2014-10-06 17:00:20 -04:00
Neil Lalonde
ad387a1150
FEATURE: posts will be deleted immediately if delete_removed_posts_after is set to 0
2014-10-06 16:30:07 -04:00
Robin Ward
318286dc7c
Merge pull request #2847 from techAPJ/patch-2
...
Improve email_subject setting copy
2014-10-06 13:33:15 -04:00
Sam
54281d5944
badge system is not experimental
2014-10-06 09:36:56 +11:00
Arpit Jalan
f3b05993e0
Improve email_subject setting copy
2014-10-05 23:15:37 +05:30
Jeff Atwood
e7bc896210
add spam hiding ability to lounge welcome
2014-10-02 13:44:55 -07:00
Robin Ward
9564ecde76
FEATURE: Site setting for words to censor in posts
2014-10-02 13:58:58 -04:00
Sam
29bb9eaa89
Merge pull request #2835 from techAPJ/patch-2
...
add user email on account created page
2014-10-02 17:29:26 +10:00
Arpit Jalan
41af2d79b5
add user email on account created page
2014-10-02 12:43:44 +05:30
Neil Lalonde
85d71ba362
improve description of the purge_inactive_users_grace_period_days site setting
2014-10-01 13:46:44 -04:00
Robin Ward
be93f224a6
Revert "add user email on account created page"
...
This reverts commit 164fc1108a
.
2014-10-01 10:30:26 -04:00
Arpit Jalan
164fc1108a
add user email on account created page
2014-10-01 13:53:50 +05:30
Robin Ward
8b5a1cd20f
Migrate tosAccepted
to new user fields
2014-09-30 10:45:18 -04:00
Robin Ward
edb34c178a
FEATURE: Show user fields when the user is signing up
2014-09-30 10:45:18 -04:00
Sam
0fc6c751cb
FEATURE: implement lock/unlock trust level mechanics
2014-09-30 13:16:34 +10:00
riking
c8111ada6e
FEATURE: Allow admins to lock users from TL3 promotion/demotion
...
Also, update the display logic for the leader promotion screen to
account for the demotion grace period.
2014-09-30 13:15:13 +10:00
Robin Ward
ff795a267d
Merge pull request #2826 from techAPJ/patch-1
...
FEATURE: add site preference for standard subjects, including support for Re
2014-09-29 15:29:22 -04:00
Neil Lalonde
6e11ae4f5c
remove deprecated TOS text content
2014-09-29 14:04:53 -04:00
Arpit Jalan
330b7ba54a
FEATURE: add site preference for standard subjects, including support for Re
2014-09-29 21:54:29 +05:30
Jeff Atwood
d26227ae3d
minor copy improvement
2014-09-26 10:50:32 -07:00
Jeff Atwood
3d80b25f39
improve banner copy
2014-09-25 14:02:27 -07:00
Jeff Atwood
a3e2e1fa6e
better link to emoji lookups
2014-09-25 12:42:38 -07:00
Régis Hanol
69400a802f
FEATURE: auto-delete any hidden posts that stay hidden for more than 30 days
2014-09-25 19:51:00 +02:00
Sam
c248d28c38
FEATURE: display associated accounts in admin user
2014-09-25 16:15:01 +10:00
Régis Hanol
bfdbb70b3b
FIX: automatic backup uploads to S3 when using a region
2014-09-24 22:52:09 +02:00
Robin Ward
84cf402482
Merge pull request #2805 from techAPJ/patch-1
...
Suppress images for short emails
2014-09-24 15:27:34 -04:00
Arpit Jalan
0a64657fab
Suppress images for short emails
2014-09-24 23:52:27 +05:30
Jeff Atwood
b2c4cd8aa5
a bit more new user welcome tweaks
2014-09-24 10:24:08 -07:00
Jeff Atwood
5d9756a2ac
tweaks to new user welcome
2014-09-23 16:19:13 -07:00
Robin Ward
d073b908a9
Merge pull request #2818 from techAPJ/patch-4
...
Trigger browser password manager after signing up
2014-09-23 15:43:31 -04:00
Arpit Jalan
b3838c2c1c
Trigger browser password manager after sigining up
2014-09-24 01:04:36 +05:30
Régis Hanol
5681338b08
FIX: log a staff action + send a private message when disabling the 'download_remote_images_to_local' site setting
2014-09-23 19:11:43 +02:00
Robin Ward
dc789502f9
FEATURE: Site setting to enable displaying email on user profiles for
...
staff users (and the user themselves.)
2014-09-23 13:01:44 -04:00
Jeff Atwood
19bdf7be90
improve HTML plain text email error copy
2014-09-22 13:04:10 -07:00
Kamil Bielawski
dca1394b86
removed typo in invitation email template
2014-09-22 02:08:50 +02:00
Jeff Atwood
cf4bd67946
UX: rename "invisible" to "unlisted"
2014-09-13 01:26:18 -07:00
Arpit Jalan
eddaaa5040
Rename elder to leader
2014-09-13 11:05:54 +05:30
riking
2c6d03f87f
SECURITY: Limit passwords to 200 characters
...
Prevents layer 8 attack.
2014-09-12 12:07:11 -04:00
Jeff Atwood
8da4deba42
whoops duplicate text in welcome PM
2014-09-11 10:11:13 -07:00
Jeff Atwood
1c40d649fa
copyedits to welcome PM
2014-09-11 10:06:34 -07:00
Neil Lalonde
0a9e284277
FIX: rake admin:invite sends an email that makes it clear that an account was created for the recipient
2014-09-11 12:49:01 -04:00
Jeff Atwood
f95611aba1
make PM welcome images local, and smaller
2014-09-11 00:11:55 -07:00
Sam
45e8337a29
FEATURE: renames forgot_password_verbose, forgot_password_strict
2014-09-11 15:53:29 +10:00