Jeff Atwood
a764840794
increase default attachment size to match images
2015-04-01 15:37:40 -07:00
Arpit Jalan
47525c6af4
Update Translations
2015-04-01 22:16:57 +05:30
Jeff Atwood
801d04997a
FIX: staff message color was wrong on mobile
2015-04-01 01:07:22 -07:00
Jeff Atwood
39f284ac26
remove date from digest email subject field
2015-04-01 00:29:26 -07:00
Sam
1a05a675ae
UX: user page copy change replies -> responses
2015-04-01 16:39:31 +11:00
Robin Ward
910571c45a
Add a redirect from /c
to /categories
2015-03-30 12:15:02 -04:00
Régis Hanol
b861669ceb
add global notice for S3 deprecation warning
2015-03-30 11:26:45 +02:00
riking
0b98b7da60
FEATURE: Use fa-at for mentioned notification
2015-03-27 14:09:45 -07:00
Régis Hanol
f036b23be5
FIX: add CORS header for .woff2
2015-03-27 13:30:18 +01:00
Sam
1721872084
cleanup out-of-memory detection and correction code
2015-03-27 15:44:52 +11:00
Sam
251ebb0d65
disable memory check till we confirm all is good
2015-03-27 14:51:22 +11:00
Sam
43eb030402
PERF: restart sidekiq if it consumes more than 500MB
...
configurable with UNICORN_SIDEKIQ_MAX_RSS
2015-03-27 14:27:01 +11:00
Jeff Atwood
d5eed540ea
fix minor site setting copy mistake
2015-03-26 16:58:37 -07:00
Jeff Atwood
6875a09f79
Change "Private Message" to "Message" (server side)
2015-03-26 16:56:08 -07:00
Jeff Atwood
f2a819064d
Change "Private Message" to just "Message"
2015-03-26 16:26:03 -07:00
Jeff Atwood
adc9e68e66
remove SSO full name override warning not needed
2015-03-26 16:19:00 -07:00
Régis Hanol
6493e4f641
FIX: missing tooltip on backup screen
2015-03-26 18:05:27 +01:00
Robin Ward
2cc5858163
Add site setting to disable User Directory, include restricted info
2015-03-26 11:26:19 -04:00
Régis Hanol
b4b505d45f
UX: move automatic/custom groups properties to their own fields group in user admin
2015-03-25 20:16:47 +01:00
Régis Hanol
90de61ee3d
S3 deprecation warning
2015-03-25 18:34:07 +01:00
Robin Ward
1e3e4135a3
Add Posts Read + Visits to User Directory
2015-03-24 15:31:54 -04:00
Arpit Jalan
7acae703d9
Update Translations
2015-03-24 20:57:12 +05:30
Sam
92e371f0b3
FEATURE: civilized mute
...
Allow user to mute all notifications generated by specific users
2015-03-24 11:55:22 +11:00
Neil Lalonde
55f293d062
FEATURE: add a route to show the password reset dialog: /password-reset
2015-03-23 15:14:50 -04:00
Sam
1601211617
Revert "FEATURE: allow end users to opt out of getting any private messages"
...
This reverts commit 229ecc4f8a
.
2015-03-23 17:21:58 +11:00
Sam
229ecc4f8a
FEATURE: allow end users to opt out of getting any private messages
2015-03-23 15:50:45 +11:00
Sam
acf6b253e1
FEATURE: pick a valid hostname for notification email based on hostname
...
FEATURE: allow notification email to be set via ENV
2015-03-23 11:57:59 +11:00
Jeff Atwood
ce09adb5ff
some tweaks to Feature this Topic
2015-03-20 12:47:39 -07:00
Robin Ward
4d26ef5e29
Add Title tag, rename to "Users"
2015-03-20 14:20:50 -04:00
Régis Hanol
18f4f60956
FIX: used 'pin' terminology instead of 'feature topic'
2015-03-20 11:43:05 +01:00
Régis Hanol
e70597a0d0
typo
2015-03-20 10:17:16 +01:00
Robin Ward
051a2a3d14
FEATURE: Can search the user directory by name
2015-03-19 18:07:48 -04:00
Robin Ward
326dff6068
UX: User directory tweaks.
...
Also includes Better refresh semantics for query params (avoids
transition)
2015-03-19 17:09:39 -04:00
Régis Hanol
b18dfa7ca0
change copy of the 'save' button when creating a topic
2015-03-19 20:30:19 +01:00
Régis Hanol
225c1dc682
oops - typo (:fired:)
2015-03-19 20:07:48 +01:00
Régis Hanol
28c0f9dd1f
FIX: only nag when pinning globally
2015-03-19 20:05:03 +01:00
Régis Hanol
5084e2bdf1
Merge pull request #3284 from techAPJ/patch-1
...
FEATURE: new site setting min_first_post_length
2015-03-19 19:55:27 +01:00
Arpit Jalan
b706307ac7
FEATURE: new site setting min_first_post_length
2015-03-20 00:20:38 +05:30
Robin Ward
7ef306cd3b
A bunch of tweaks to the Users directory
...
- Move user directory from `/directory` to `/users/`
- Defaults to 'weekly' time period
- Don't include deleted topics/posts in the results
- Move heart icon to header instead of on each row
- "Users" instead of "Users found"
2015-03-19 12:29:38 -04:00
Jeff Atwood
b2845a3dec
make link to mailjet https
2015-03-18 15:05:21 -07:00
Régis Hanol
b31c05704a
UX: fix [Object object] on admin/groups buttons
2015-03-18 22:46:24 +01:00
Robin Ward
3d2d224312
FEATURE: User Directory, with sorting and time period filter
2015-03-18 15:20:34 -04:00
Jeff Atwood
4bc101d40c
increase urgency of Google warning
2015-03-18 10:11:30 -07:00
Arpit Jalan
27a793073a
Update Translations
2015-03-18 18:27:27 +05:30
Sam
a0369855b9
FIX: subfolder offsite message bus was not returning wrong header
2015-03-18 09:10:35 +11:00
Régis Hanol
9cbd0f8e78
UX: separate custom from automatic groups in user admin
...
REFACTOR: some moar ES6 refactoring
2015-03-17 22:59:05 +01:00
Régis Hanol
6be645e1ca
FEATURE: ask confirmation when clearing more than 1 bookmark
2015-03-16 22:06:11 +01:00
Sam
4720d0c12b
Merge pull request #3277 from techAPJ/patch-1
...
FIX: return proper error message when replying to a closed or deleted topic
2015-03-17 07:38:00 +11:00
Régis Hanol
83a2a832b1
FIX: hide draft status when uploading an image
2015-03-16 17:06:23 +01:00
Régis Hanol
b0abe3a9d6
FIX: change button to 'remove feature' when a topic is already featured
2015-03-16 12:18:30 +01:00