Commit Graph

23002 Commits

Author SHA1 Message Date
80435cf2af Add mutex around incoming email processing 2017-05-18 01:09:51 +02:00
Sam
2a5a01af2e improve error on theme upload, add gif to allowed uploads 2017-05-17 16:29:09 -04:00
Sam
851876acfa update miniprofiler to clean up errors 2017-05-17 15:35:18 -04:00
1870089cf1 Include latest onebox fix 2017-05-17 15:21:40 -04:00
Sam
17f75bc95e FIX: bump mini profiler to support sub folders 2017-05-17 13:51:31 -04:00
cbe8e05f79 disable test that fails randomly 2017-05-17 12:46:50 -04:00
a0f03936ff FIX: saving invisible primary group field that you don't belong to 2017-05-17 12:46:50 -04:00
f8c503186e FIX: If there's an error downloading, don't raise it 2017-05-17 12:38:18 -04:00
9090c7b05b FIX: Admin groups editor was showing extra page when exactly 50 records 2017-05-17 11:50:17 -04:00
Sam
bdd4a9e69d update nokogiri 2017-05-17 11:33:20 -04:00
6d5fe73422 FIX: Sometimes the topic timeline wasn't docking 2017-05-17 11:05:58 -04:00
e4d557cdb9 Partially revert 92118dd1d1. 2017-05-17 21:42:31 +08:00
a1b8a3b52b FIX: supports bare <li> when converting html to markdown 2017-05-17 15:05:11 +02:00
92036616db Make test less vulnerable to changes. 2017-05-17 19:30:13 +08:00
b0e4555a86 Allow Basic Authentication to be set in smoke test. 2017-05-17 19:24:43 +08:00
4b3b54da70 Make sure we log the backtrace as well. 2017-05-17 16:31:53 +08:00
5b73da9c87 add Seth Godin's text for daily email limits 2017-05-17 01:26:15 -07:00
db06dd8032 remove labels from tag edit buttons in header 2017-05-17 01:18:31 -07:00
3df46833b3 Fix the build. 2017-05-17 16:14:06 +08:00
be722543c1 less scary warning for email daily limit reached 2017-05-16 20:02:21 -07:00
92118dd1d1 FIX: Use observer to rerender widget instead. 2017-05-17 10:29:50 +08:00
0984763013 Remove use of rescue nil in migration. 2017-05-17 09:18:49 +08:00
eccfab6a19 Use execute instead of exec_sql in migration. 2017-05-17 09:18:42 +08:00
83d3938df9 remove welcome invitation to reply
.. not needed in a post-discobot world of 1.8 release
2017-05-16 15:29:11 -07:00
3958b87c5c Merge pull request #4867 from punit2502/master
Added Elastic Email
2017-05-16 15:13:35 -07:00
Sam
6a1f579c6e FIX: don't search for plugins in nested subdirectories 2017-05-16 17:28:56 -04:00
5d494cf158 FIX: Broken back button on account URLs 2017-05-16 17:21:52 -04:00
Sam
68df8f4427 FIX: only trigger notification level change if it actually changes
avoids double ajax call every time notification level changes
2017-05-16 16:52:39 -04:00
733b0009cb FIX: Don't memoize the currentUser in case some plugins use it too early 2017-05-16 16:35:18 -04:00
Sam
763f156d91 FIX: require re-activation if SSO changes email and updates it 2017-05-16 16:18:18 -04:00
Sam
4424fd81b8 add a tiny bit of extra protection 2017-05-16 16:08:42 -04:00
Sam
4b449914b8 FIX: admins could never remove self from messages 2017-05-16 16:06:24 -04:00
Sam
6ddd8d9166 FIX: when entering topics "tracking" would not be set
There was a timing issue when subscribing to messages for topics.

Old flow:

- We generate JSON for topic
- We subscribe to messages for topic

New flow:

- We keep track of last id in the topic message bus channel
- We generate JSON
- We subscribe to messages for topic starting at saved message id

This ensures that there is complete overlap for message consumption
and that there are no cases where an update may go missing due to timing
2017-05-16 15:04:21 -04:00
7821400141 FEATURE: staff can set a timer to remind them about a topic 2017-05-16 14:49:50 -04:00
2e152f4d39 FIX: Use latest docker image for dev 2017-05-16 12:05:11 -03:00
59922ce0a4 FEATURE: remove table wrapping posts in notification emails 2017-05-16 10:37:53 -04:00
6a3c20561a Merge pull request #4868 from rimian/patch-6
Bump ruby version
2017-05-16 16:46:42 +08:00
2826f98bb9 update JIVE API importer 2017-05-16 10:22:44 +02:00
b40a83571e Bump ruby version 2017-05-16 15:02:24 +10:00
941adca958 FIX: If you refresh New, clear the incoming topics text 2017-05-15 16:57:09 -04:00
dd0cb6a117 FIX: Add missing test 2017-05-15 16:57:09 -04:00
Sam
c40ac5abe6 FIX: resize events for ace were not triggered correctly 2017-05-15 16:10:07 -04:00
Sam
7a4e825671 we should use fancy title if available 2017-05-15 15:45:29 -04:00
Sam
be8dd403df FEATURE: use fancy title in notifications 2017-05-15 15:38:30 -04:00
31f27006e1 FIX: We can download protocol relative urls 2017-05-15 15:32:55 -04:00
f7c46df804 FIX: Only mark all as rendered after *everything* is rendered 2017-05-15 15:12:10 -04:00
570c2c1b88 FIX: Use bundle exec for bundle-audit 2017-05-15 15:05:53 -04:00
Sam
f114d63de4 correctly pick the selected theme based on what is loaded 2017-05-15 14:34:24 -04:00
e865a44b93 FIX: Forgot to lock gem 2017-05-15 13:35:28 -04:00
e7827ee715 Add bundle-audit to our test script 2017-05-15 13:34:30 -04:00