Guo Xiang Tan
|
50eb582fb2
|
Remove `cas` oauth login method that is no longer used.
|
2018-03-02 14:22:52 +08:00 |
Sam
|
d39d2b9352
|
FEATURE: whitelist data for themes
|
2018-03-02 14:52:09 +11:00 |
Guo Xiang Tan
|
939180efa8
|
FIX: Missing 2FA guards when sso is enabled or when local login is disabled.
|
2018-03-02 10:39:10 +08:00 |
Sam
|
e19ae6c55e
|
FEATURE: disallow groups from being indexed
|
2018-03-02 13:38:30 +11:00 |
Guo Xiang Tan
|
4f301905b6
|
Make rubocop happy.
|
2018-03-02 10:15:53 +08:00 |
Sam
|
185507d072
|
UX: remove fast scroll which is leading to bugs
|
2018-03-02 12:58:38 +11:00 |
Robin Ward
|
b3883f5c32
|
FIX: Don't lock a post on edit unless the raw changes
|
2018-03-01 20:40:19 -05:00 |
Guo Xiang Tan
|
5c93d07d2a
|
Remove duplication of params in tests.
|
2018-03-02 09:25:46 +08:00 |
Sam
|
75172024ca
|
SECURITY: ensure users have permission when moving categories
|
2018-03-02 12:13:27 +11:00 |
BadAllOff Shamil
|
4a7a371557
|
Fixed typo in page title (#5642)
Fixed typo in page title
|
2018-03-02 01:55:14 +01:00 |
Régis Hanol
|
482c615ef8
|
FEATURE: extract signatures from most popular email services/software
|
2018-03-02 01:51:15 +01:00 |
Régis Hanol
|
25d80aabce
|
remove 'puts'
|
2018-03-02 01:50:24 +01:00 |
Guo Xiang Tan
|
21c6c82473
|
Merge pull request #5641 from wjordan/quote-password-restore
single quote password in restore command
|
2018-03-02 08:44:38 +08:00 |
Neil Lalonde
|
d7bd69583f
|
fix vanilla bulk importer resume categories and private topics
|
2018-03-01 15:29:38 -05:00 |
Will Jordan
|
a41446a502
|
single quote password in restore command
> Followup to #3283. Quotes passwords passed to shell for backup restore.
|
2018-03-01 12:08:35 -08:00 |
Gerhard Schlager
|
80e85e0d8f
|
FIX: Sidekiq job has wrong data when post owner changes within transaction
|
2018-03-01 18:00:18 +01:00 |
Gerhard Schlager
|
79590e4bec
|
FIX: Merging users shouldn't add more than 1 secondary email
|
2018-03-01 17:50:13 +01:00 |
Gerhard Schlager
|
a7c50039de
|
FIX: Allow changing post owner even when topic validations fail
|
2018-03-01 17:31:58 +01:00 |
Gerhard Schlager
|
7a2183e8ab
|
FEATURE: rake task for merging users
|
2018-03-01 12:28:12 +01:00 |
Gerhard Schlager
|
fffd1a6602
|
FIX: Associated Instagram account was missing at some places
|
2018-03-01 12:26:40 +01:00 |
Joffrey JAFFEUX
|
7ae1c5a663
|
FIX: emoji search was not finding aliases
|
2018-03-01 12:11:52 +01:00 |
Joffrey JAFFEUX
|
c9cb6920dc
|
FIX: category drop header padding when using category box style
|
2018-03-01 11:59:13 +01:00 |
Joffrey JAFFEUX
|
460c905dc6
|
FIX: improves positioning of select-kit body
|
2018-03-01 11:53:14 +01:00 |
Joffrey JAFFEUX
|
c689731fab
|
FIX: brewfile was out of date
* 'homebrew/dupes' has been deprecated
* 'apple-gcc42' is not available on Sierra
|
2018-03-01 10:15:37 +01:00 |
Régis Hanol
|
ae9b1e8554
|
FEATURE: IP.Board 3 importer
|
2018-03-01 09:43:32 +01:00 |
Guo Xiang Tan
|
674239718c
|
UX: Hide social login buttons when requesting for 2FA token.
|
2018-03-01 15:52:09 +08:00 |
Guo Xiang Tan
|
fb75f188ba
|
FEATURE: Disallow login via omniauth when user has 2FA enabled.
|
2018-03-01 15:47:07 +08:00 |
Guo Xiang Tan
|
0fabf80dca
|
Migrate controller type specs to request types for omniauth.
|
2018-03-01 15:33:00 +08:00 |
Guo Xiang Tan
|
81ca3677f7
|
Add guard for `nil` in our `RateLimiter`.
|
2018-03-01 13:20:42 +08:00 |
Guo Xiang Tan
|
5d9f9c2614
|
FIX: `RateLimiter` max of zero or less should raise rate limit exceeded.
|
2018-03-01 13:14:46 +08:00 |
Guo Xiang Tan
|
47c41f474d
|
Missing indentation.
|
2018-03-01 13:12:13 +08:00 |
Guo Xiang Tan
|
947b6fdf46
|
FIX: Incorrect rate limit applied to topics invitation flow.
|
2018-03-01 12:50:00 +08:00 |
Guo Xiang Tan
|
5a462b930d
|
REFACTOR: Prefer `exists?` over `present`.
|
2018-03-01 10:22:41 +08:00 |
Kris
|
4b17b39e73
|
Remove unnedded padding
|
2018-02-28 15:07:08 -05:00 |
Kris
|
f375731278
|
About page layout improvements
|
2018-02-28 15:03:12 -05:00 |
Robin Ward
|
b283bb2ba7
|
FIX: Don't include unlisted topic in groups/posts
|
2018-02-28 14:40:18 -05:00 |
Kris
|
6c50ef9b5d
|
font-sizes on body-pages were too large due to nesting
|
2018-02-28 13:23:43 -05:00 |
Neil Lalonde
|
baf1c385eb
|
UX: when a post is blocked due to a watched word, message includes the word being blocked
|
2018-02-28 11:22:18 -05:00 |
Guo Xiang Tan
|
e7a7356986
|
Remove ancient votes code that is no longer used.
|
2018-02-28 14:37:22 +08:00 |
Neil Lalonde
|
764b6c005c
|
FIX: don't show Other Tags on /tags if there aren't any to show
|
2018-02-27 22:30:46 -05:00 |
Guo Xiang Tan
|
902c5d11cf
|
FIX: Don't allow other flag actions after `notify_moderator` has happened.
https://meta.discourse.org/t/receiving-sorry-an-error-has-occurred-during-flagging-step-of-discobot-tutorial/77233/5
|
2018-02-28 11:27:56 +08:00 |
Neil Lalonde
|
e997cc7b77
|
add more image extensions to downsize_uploads.rb
|
2018-02-27 22:05:35 -05:00 |
scossar
|
51544047dc
|
Add external_id to User Serializer
|
2018-02-28 10:13:27 +08:00 |
Sam
|
f295a18e94
|
FIX: stop double counting net calls in logs
|
2018-02-28 10:45:11 +11:00 |
Sam
|
2a7b7add59
|
oops
|
2018-02-28 09:35:46 +11:00 |
Sam
|
182aaffbd5
|
Keep second semantics for method
|
2018-02-28 09:21:38 +11:00 |
Kris
|
b832c3d885
|
Glyph wasn't wrapping properly with long categories
|
2018-02-27 17:10:02 -05:00 |
Kris
|
be63b08c36
|
Truncate long category names in subcategory boxes
|
2018-02-27 16:48:20 -05:00 |
Robin Ward
|
33340071e7
|
FIX: Use 60 minutes, not 60 seconds for column dropper
|
2018-02-27 16:45:20 -05:00 |
Neil Lalonde
|
931caa4335
|
add a script that can downsize uploads
|
2018-02-27 16:23:48 -05:00 |