Commit Graph

27268 Commits

Author SHA1 Message Date
d5412cff4e FIX: scrolling was off sometimes
Also changed "Jump To Post" to go to the post index in the stream rather than the post number
2018-04-05 10:08:48 +02:00
a26d3fc2de Missing save button when editing automatic groups. 2018-04-05 15:25:39 +08:00
d7943cc3db Make eslint happy. 2018-04-05 15:21:11 +08:00
Sam
f8637ed616 FIX: if a message is *partially* archived consider it not archived 2018-04-05 17:17:47 +10:00
85bcda120a Basic UX improvements to the group profile management page. 2018-04-05 14:59:04 +08:00
Sam
91a4fee03d FEATURE: block bing from crawling all discourse sites
bing is crawling our properties 10x faster than any other crawler,
until default behavior is improved we are blocking it out-of-the-box

You may enable it by setting the blacklist back to empty
2018-04-05 16:03:02 +10:00
8760c4d68c Fix GroupsController#group_params to allow more group attributes to be updated. 2018-04-05 13:53:00 +08:00
10759677db FIX: when uploading image newuser restrictions should not apply to staff 2018-04-05 09:51:03 +05:30
Sam
0d6cfe45bf tl1 should be enough for grant admin. tl4 is hard to revert 2018-04-05 10:53:11 +10:00
1ba953077e remove everything about vagrant 2018-04-05 07:59:03 +10:00
17f12c0ce4 Add new plugin outlet below admin user names 2018-04-04 15:47:14 -04:00
434cbc649f FEATURE: Webhook for tag events 2018-04-04 17:49:20 +05:30
689144b2bf Upgrade Mail gem. 2018-04-04 18:35:40 +08:00
e04d09d148 Add Process pid to lograge output as well. 2018-04-04 18:31:29 +08:00
746889bbc1 Include hostname in lograge payload. 2018-04-04 18:24:30 +08:00
b49f2bf7d9 fix false spec 2018-04-04 12:20:50 +05:30
c36e201eb3 FIX: update categories topic_count when converting topic to a PM and vice versa 2018-04-04 12:01:56 +05:30
e6d07fa6d8 UX: Allow admins to manage automatic groups on group page. 2018-04-04 11:07:11 +08:00
4f7f733ab0 Upgrade docker:test to use PG 10. 2018-04-04 10:28:23 +08:00
b1cc368da8 FIX: regression where tag could not be deleted with click 2018-04-04 00:56:45 +02:00
88e4c0ec3a FIX: new/unread tabs should re-appear dynamically 2018-04-04 00:08:31 +05:30
b7ecdb72d6 FIX: update Google Tag Manager javascript 2018-04-03 14:22:06 -04:00
76d734ea6e A more extensible way to disable expanding/contracting of user profiles 2018-04-03 14:19:56 -04:00
0188cbb650 UX: New dropdowns work well on mobile for category notifications 2018-04-03 12:09:00 -04:00
a383b368c6 FIX: The order of import globbing is not deterministic
Using a wildcard would load in a different order on some installs
resulting in unpredictable behavior (for example, `is-hidden` being
displayed due to a `display: flex` in a different file.)
2018-04-03 11:40:53 -04:00
6f32de186a UX: Add a "add members" button on group page. 2018-04-03 17:35:18 +08:00
61812b52e7 FIX: more conservative refactoring to avoid regressions in customisations 2018-04-03 10:35:22 +02:00
Sam
f1ef46d7b7 FIX: unable to import private themes due to key checking 2018-04-03 16:11:03 +10:00
54819d72c9 UX: show users who liked the post when expanding post actions 2018-04-03 08:24:09 +05:30
d54da517d9 FIX: more resilient focus filter or header 2018-04-02 22:50:20 +02:00
017f5c1aee FIX: regression preventing backspace to work on mini-tag-chooser 2018-04-02 22:42:20 +02:00
d690ae0281 FIX: Broken specs too. Quotes are fragile! 2018-04-02 14:23:10 -04:00
895bca5f5b FIX: Broken JS tests 2018-04-02 14:18:10 -04:00
58c81db279 Apply a 'no-group' class to quotes for styling 2018-04-02 14:02:16 -04:00
90d3544db8 UX: Add a class we can use to target quotes without groups 2018-04-02 14:02:16 -04:00
00d879ec63 Fix the build. 2018-04-03 00:44:12 +08:00
2498403bc3 Revert "FIX: Username uniqueness check should not happen to current user_id"
This reverts commit f71a18facd72768646e2c34a11446160dc2db177.
2018-04-03 00:44:04 +08:00
5685b45fa6 FIX: manually adds tag if existing but not in returned matches 2018-04-02 18:33:46 +02:00
f71a18facd FIX: Username uniqueness check should not happen to current user_id 2018-04-02 21:59:11 +05:30
2eec572159 minor alignment fix on new like button 2018-04-02 12:17:50 -04:00
8f2b305b9a FIX: calling incorrect method 2018-04-02 18:02:45 +02:00
5e4dd20795 Revert "Prevent robots from indexing uploads"
This reverts commit 0fd622e5d10cdbe9169cfce291729a5596b363eb.
2018-04-02 21:29:29 +05:30
23e97a3c3a UX: Add classes for extensibility 2018-04-02 11:55:25 -04:00
a828da33aa FIX: regression preventing addition of multiple tags in a group 2018-04-02 17:54:40 +02:00
16341219ab Log exception if remote theme importing failed 2018-04-02 20:10:18 +05:30
221503cd10 FIX: Add server side uniqueness validations for Group#name and User#username.
https://meta.discourse.org/t/groups-can-be-given-same-name-as-existing-username/74010
2018-04-02 18:19:18 +08:00
d2a8f40fb0 Merge pull request #5711 from Supermathie/learn_cdn_url_hostname
FIX: CDN_URL hostname should be in GlobalSetting.hostnames
2018-04-02 16:39:24 +08:00
d4ebbd12a6 Merge pull request #5723 from featheredtoast/topic-list-item-unread-classnames
Feature: Add unseen-topic and new-posts classnames to topic list items
2018-04-02 16:35:19 +08:00
a70579edbd Merge pull request #5722 from mdoyle13/patch-2
Update instructions to use correct ruby version
2018-04-02 16:33:30 +08:00
142571bba0 Remove use of rescue nil.
* `rescue nil` is a really bad pattern to use in our code base.
  We should rescue errors that we expect the code to throw and
  not rescue everything because we're unsure of what errors the
  code would throw. This would reduce the amount of pain we face
  when debugging why something isn't working as expexted. I've
  been bitten countless of times by errors being swallowed as a
  result during debugging sessions.
2018-04-02 13:52:51 +08:00