Sam
|
6960639c58
|
Merge pull request #3190 from riking/thrown_logging
Delete old ErrorLog, use Logster for 500 errors
|
2015-02-23 14:19:16 +11:00 |
|
Régis Hanol
|
20c9a312c7
|
FIX: clicks counter on attachments wasn't always working
|
2015-02-22 20:47:18 +01:00 |
|
Régis Hanol
|
92e6446f0f
|
FEATURE: new site setting
|
2015-02-21 18:37:37 +01:00 |
|
Régis Hanol
|
3bcaaf6960
|
also update changed attributes
|
2015-02-20 18:33:55 +01:00 |
|
Régis Hanol
|
82157418eb
|
FIX: we only want to downsize emojis
|
2015-02-20 17:24:37 +01:00 |
|
Sam
|
bd61cdf21c
|
FIX: when allow uncategorized was off we were still showing uncat for admins/mods
|
2015-02-20 17:40:59 +11:00 |
|
Régis Hanol
|
e74b9ee5da
|
FIX: should not count disagreed flags
|
2015-02-19 18:11:07 +01:00 |
|
Régis Hanol
|
e09e8e0b76
|
FIX: error when re-bookmarking a topic/post
|
2015-02-19 16:43:12 +01:00 |
|
Sam
|
103d42a9d9
|
FIX: emoji cache could get corrupt
FEATURE: enforce 1 day expiry by default on discourse cache
remove family expiry concept as the implementation was fragile
|
2015-02-19 16:58:22 +11:00 |
|
Sam
|
67f404d281
|
FIX: remove notifications on deleted topics from the stream
|
2015-02-19 12:40:00 +11:00 |
|
Régis Hanol
|
0fca0e9758
|
FEATURE: 1 year anniversary badge
|
2015-02-18 19:30:07 +01:00 |
|
Sam
|
fff55e0ee3
|
FEATURE: allow users to specify if prepared statements are allowed
(they need to be disabled for pgpool based setups)
|
2015-02-18 11:16:53 +11:00 |
|
Robin Ward
|
2104c08fb7
|
FIX: About user count was off by 1
|
2015-02-17 15:32:06 -05:00 |
|
Régis Hanol
|
3cad4824d7
|
FEATURE: allow moderators to see flagged private messages
|
2015-02-16 13:03:04 +01:00 |
|
Robin Ward
|
3ce2077aa8
|
Migrate unsubscribe keys to the database.
This should reduce a lot of the keys in redis.
|
2015-02-13 14:24:15 -05:00 |
|
Régis Hanol
|
86c7071559
|
remove all calls to the distributed mutex in emojis
|
2015-02-13 19:34:24 +01:00 |
|
Régis Hanol
|
324a3da723
|
remove distributed mutex for emojis (not working)
|
2015-02-13 19:26:26 +01:00 |
|
Régis Hanol
|
7b8c7ff3ef
|
FIX: sub-categories with the same name had the same background image
|
2015-02-12 18:21:07 +01:00 |
|
Robin Ward
|
e207ca36ee
|
Easier helper for filtering secured categories
|
2015-02-12 11:52:59 -05:00 |
|
Sam
|
a5f46c98c1
|
PERF: only load locale files we are using
We used to load up all translations in all languages
|
2015-02-12 12:08:14 +11:00 |
|
Neil Lalonde
|
fcae399481
|
fix my totally broken ApplicationRequest.stats method
|
2015-02-11 17:41:35 -05:00 |
|
riking
|
3c035dce7c
|
FIX: Don't expire ratelimits at midnight server time
|
2015-02-10 22:45:46 -08:00 |
|
Sam
|
577f7446b4
|
FIX: only load S3 stuff when we need it
|
2015-02-11 10:55:04 +11:00 |
|
Robin Ward
|
c0856daf13
|
Merge pull request #3192 from riking/patch-xss
SECURITY: missed html escaping
|
2015-02-10 15:24:09 -05:00 |
|
Régis Hanol
|
c4e427cf73
|
FEATURE: filter screened IP addresses
|
2015-02-10 19:38:59 +01:00 |
|
riking
|
83b51875bb
|
Use html_escape method instead of gsub
|
2015-02-09 15:03:17 -08:00 |
|
riking
|
68ccd2d664
|
FEATURE: All 500 errors now show up in Logster
Added Discourse.handle_request_exception()
|
2015-02-09 12:48:33 -08:00 |
|
Régis Hanol
|
1e6f886886
|
FIX: use distributed mutex to prevent errors when uploading emojis in batches
|
2015-02-09 18:54:57 +01:00 |
|
Régis Hanol
|
e0703dbbc7
|
FIX: broken gravatar link when using S3
Don't break the optimized image workflow when there was an issue downloading a copy of the original image
|
2015-02-09 17:00:58 +01:00 |
|
Sam
|
e8323fa534
|
FIX: removing a group from a user was not removing primary group
|
2015-02-09 16:03:09 +11:00 |
|
Neil Lalonde
|
96b15cbba6
|
FIX: dashboard report date range calculations include time zone, and application request data too
|
2015-02-06 17:20:11 -05:00 |
|
Régis Hanol
|
8e2d84ee27
|
Merge pull request #3174 from riking/patch-poll
FIX: Allow closing polls in multi-locale sites
|
2015-02-06 09:44:44 +01:00 |
|
riking
|
06f02ce9fc
|
FIX: 🈂️ Allow closing polls in multi-locale sites
|
2015-02-05 19:55:03 -08: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 |
|
Robin Ward
|
4e64d16a47
|
FEATURE: Allow plugins to log staff actions
|
2015-02-05 15:26:34 -05: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
|
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
|
c9adfa65a0
|
FEATURE: dashboard stats for application traffic
|
2015-02-05 11:18:21 +11:00 |
|
Neil Lalonde
|
27557b8402
|
ApplicationRequest can return a report
|
2015-02-04 15:05:22 -05:00 |
|
Sam
|
21402d9d9e
|
annotations
|
2015-02-04 16:34:25 +11:00 |
|
Sam
|
e105f0965c
|
infrustructure for tracking application web requests
|
2015-02-04 16:15:16 +11:00 |
|
Sam
|
06edfb85a9
|
annotations
|
2015-02-04 16:15:16 +11:00 |
|
Régis Hanol
|
0e5c9b2590
|
small upload code refactor
|
2015-02-03 18:44:18 +01:00 |
|
Sam
|
7e259375e9
|
PERF: properly pass topic_id to post action cache to avoid excessive query
in the past auto closing was forcing a consistency check on topic, which in
turn was triggering a full post action cache rebuild
|
2015-02-03 15:59:26 +11:00 |
|
Régis Hanol
|
20308ecfd9
|
fix typo (stupid 🇫🇷)
|
2015-02-02 21:55:44 +01:00 |
|
Robin Ward
|
06279b5c6a
|
Add a new event for when a post is confirmed as spam
|
2015-02-02 15:52:21 -05:00 |
|
Robin Ward
|
f15b0d205f
|
FIX: The "too similar" check happened when trying to make a post a wiki
|
2015-02-02 12:44:56 -05:00 |
|
Neil Lalonde
|
b56999e984
|
show last 30 days on about page
|
2015-02-02 12:27:49 -05:00 |
|
Jeff Atwood
|
e45b3c15c3
|
Revert "FIX: auto orientation code causing grey images to appear blackish"
This reverts commit f680374820f8775d939e2a3b2ba033b6dee75cba.
|
2015-02-02 01:27:52 -08:00 |
|
Sam
|
f680374820
|
FIX: auto orientation code causing grey images to appear blackish
|
2015-01-31 18:05:50 +11:00 |
|