Commit Graph

25577 Commits

Author SHA1 Message Date
Sam
a9bcdd7f27 PERF: improve speed of rate limiter
Also

- adds a global rate limiter option
- cleans up usage in tests
- fixes freeze_time so it handles clock_gettime
2017-12-04 18:17:30 +11:00
Sam
af061efcf5 DEV: if plugins are installed do not fail the test 2017-12-04 18:17:30 +11:00
f5d45f797a Fix broken Gemfile.lock. 2017-12-04 11:28:45 +08:00
78f09f0489 Logster 1.2.9 is the version we want to be at. 2017-12-04 11:05:14 +08:00
b18cc81609 Make rubocop happy. 2017-12-04 10:55:31 +08:00
22140efa70 Tests are still leaking connection after skipping.
* Could be in the setup.
2017-12-04 10:46:30 +08:00
e73fbfe265 FIX: Topic#featured_link_root_domain extracts URL before parsing. 2017-12-04 10:00:07 +08:00
846b047847 Revert "Revert "Upgrade logster.""
This reverts commit 57ca4b20e2a6e8ff0e4d09e89501054ba20f7d88.
2017-12-04 09:30:21 +08:00
4c8402c50f Skip test that is leaking connections. 2017-12-04 09:26:51 +08:00
3e83c34785 FIX: Don't include null class when rendering the pinned dropdown 2017-12-03 16:20:35 -05:00
e80caab247 FIX: Reply to tab was not using the username formatter 2017-12-03 15:49:21 -05:00
a0da098e6b UX: Add new classes to make user creation more targetable 2017-12-03 15:03:06 -05:00
c8ad89afd4 UX: Adjustments to composer uploading message 2017-12-01 22:31:40 -05:00
d615a37eba UX: Hiding composer preview reduces width of composer overlay 2017-12-01 22:23:12 -05:00
bcd57d72a9 Merge pull request #5389 from vinothkannans/clip-master
FIX: Skip pasting files if plain text available in clipboard
2017-12-01 16:41:39 -08:00
a43c044b1e UX: Removing an old font declaration 2017-12-01 16:17:01 -05:00
cf2ff76d09 FEATURE: link to meta release notes tag in version release email text 2017-12-01 12:55:03 -08:00
b35960fc35 FIX: export admin reports to csv would have 0 rows in the csv file 2017-12-01 15:50:36 -05:00
e2c60ea4b2 FIX: Skip pasting files if plain text available in clipboard 2017-12-02 02:05:11 +05:30
dbadebacd1 FIX: allows select-kit to search by null value 2017-12-01 20:02:00 +01:00
29bdf35977 FIX: Composer not properly centered in IE11 2017-12-01 13:58:04 -05:00
e7725e23ad FIX: Flexbox composer issue in IE11, bad flex-shrink default 2017-12-01 13:12:25 -05:00
54f5b4d4e0 FEATURE: log clicks on full page search 2017-12-01 23:21:16 +05:30
bf1a1764ce FIX: translation for "destroy_reasons.same_ip_address"
Take 2
2017-12-01 18:46:12 +01:00
2366cdaefe FIX: translation for "destroy_reasons.same_ip_address" 2017-12-01 17:38:33 +01:00
af11913314 FIX: Positining of search spinner in tablet-sized viewports 2017-12-01 11:01:03 -05:00
966dbb9705 FIX: do not give any element focus when creating topic 2017-12-01 13:16:36 +01:00
57ca4b20e2 Revert "Upgrade logster."
This reverts commit 1376a86bccfc9c9546d0aaa245af46af9813747d.
2017-12-01 17:32:49 +08:00
2e860eddc1 Don't sync scroll when input is not scrollable.
https://meta.discourse.org/t/composer-preview-scroll-not-syncing-with-editor/74975/14?u=tgxworld
2017-12-01 17:08:03 +08:00
1376a86bcc Upgrade logster. 2017-12-01 16:03:00 +08:00
cffe50f856 Run specs for discourse-assign. 2017-12-01 16:03:00 +08:00
3e42dceaae "reply to which topic" needs wider buttons 2017-11-30 23:25:32 -08:00
c888ee57f0 tags default text was too wordy 2017-11-30 23:20:10 -08:00
496cd3b4df Merge pull request #5385 from techAPJ/search-logs-improvements
FEATURE: support search click through tracking for user, category and tags
2017-12-01 12:08:38 +05:30
e3925278e2 FEATURE: support search click through tracking for user, category and tags
https://meta.discourse.org/t/search-logs-page/73281/11?u=techapj

This commit adds following features:

- support for tracking click through to user, tag and category
- new filter for search type (header, full page)

This commit also removes "most viewed topic" field from search logs page because we are now tracking multiple click through entities, so topic is not a special entity anymore. This also improves query perf. The query now takes `20.5ms` to runs, as opposed to `655.9ms` previously.
2017-12-01 12:04:55 +05:30
Sam
6c82a50903 Improve error handling in hijacked code 2017-12-01 16:23:32 +11:00
7f2eeaf767 FIX: Password required flag should be cleared whenever clearing the raw password (#5384) 2017-12-01 15:19:24 +11:00
9876f3d0ee FIX: extraneous mobile CSS, flagged badge color in dropdown 2017-11-30 17:29:29 -05:00
3dd67e9c04 replace 'email' with envelope icon on user card for staged users 2017-11-30 16:55:27 -05:00
49371d668f Version bump to v1.9.0.beta15 v1.9.0.beta15 2017-11-30 16:32:43 -05:00
1603dcf0d1 Update translations 2017-11-30 15:32:15 -05:00
bca90381cf FIX: save drafts of new topics with titles but no body 2017-11-30 15:16:12 -05:00
dfd309c64f FIX: The user summary wasn't using the username formatter 2017-11-30 12:17:03 -05:00
ab22c8cad4 FIX: Infinite loop when poll step is zero (#5380)
* Fix infinite loop when poll step is zero

* Add test for step minimum and for breaking test

* Remove trailing spaces (eslint)

* Remove extra space (eslint)

* Removed test call .twice
2017-11-30 17:04:41 +01:00
3f8d0c5c94 FIX: Increasing overridden label contrast in settings 2017-11-30 10:13:09 -05:00
704dbd7cfc FIX: Unable to remove existing user title (#5386) 2017-11-30 15:54:38 +01:00
fb735d78ef fix the build 2017-11-30 17:28:36 +05:30
1ee48966ca REVERT: FIX: Password required flag should be cleared whenever clearing the raw password 2017-11-30 16:17:14 +05:30
a1c6bd47a7 copyedits to advanced search text 2017-11-30 01:43:21 -08:00
1776649b4d FIX: Password required flag should be cleared whenever clearing the raw password 2017-11-30 13:40:18 +05:30