7d2283167a
UX: only crops images taller than 18:9 instead of 16:9
2018-01-31 22:31:16 +01:00
4bcf9c5bf3
FIX: only count 'human' users in group.user_count
2018-01-31 21:55:01 +01:00
826584b9c1
UX: prevent anons from clearing pins in topic view
2018-01-31 20:34:53 +01:00
8c91d418dd
UX: improve semantic of login button for better password managers compatibility
2018-01-31 20:09:59 +01:00
c598db28e7
Version bump to v2.0.0.beta2
v2.0.0.beta2
2018-01-31 12:18:35 -05:00
5a372bccd1
Undo translations client.ur.yml and server.ur.yml because they break the build
2018-01-31 12:00:24 -05:00
add641cbbc
UX: Input and search cleanup ( #5546 )
...
* Cleaning up input sizes
* alignment
* more alignment adjustments
2018-01-31 11:44:51 -05:00
421713f1be
include saved-searches in plugin-translations.rb
2018-01-31 11:19:21 -05:00
f7042ecc85
Update translations
2018-01-31 11:19:21 -05:00
48f8d9f8a4
UX: prevent anons from clearing pins 📌
2018-01-31 17:13:52 +01:00
d233ecbe34
push updates to backups list to client
2018-01-31 12:05:06 +01:00
38b6c1d67f
UX: generic 'no invites to show' message
2018-01-31 10:31:09 +05:30
c6fac68ccd
FIX: don't blow up on badly encoding incoming email body
2018-01-30 23:47:58 +01:00
361030d8ad
Also try popular Windows-1252 encoding when decoding incoming email
2018-01-30 23:45:04 +01:00
b2f18fc98f
FIX: system user edits should not generate notifications
2018-01-30 22:21:07 +01:00
aab2d102ff
FIX: 404 page when clicking a badge notification from before changing username
2018-01-30 15:56:44 -05:00
10ed4c0078
FEATURE: Composer HTML pasting support for complex table formats
2018-01-31 01:39:11 +05:30
cc830f7119
sorry rubocop
2018-01-30 14:37:15 -05:00
1ccd77086b
Merge pull request #5543 from pfaffman/master
...
Feature: Invision Power Board Importer
2018-01-30 14:16:18 -05:00
db17c531d6
Feature: Invision Power Board Importer
2018-01-30 08:44:02 -08:00
56987e2290
Profile textarea too short in iOS10
2018-01-30 09:31:18 -05:00
192a0886e2
FIX: BBCode to Markdown conversion in phpBB3 importer was broken
...
This fixes the conversion for quotes, code blocks and lists (except for nested lists). It also discourages the usage of the ruby-bbcode-to-md gem.
2018-01-30 12:50:42 +01:00
c26db2116c
FIX: phpBB3 importer imported some users as anonymous users
2018-01-30 12:50:42 +01:00
88c05d7050
Limit the maxLength of the name and description text inputs for custom user fields
2018-01-30 17:04:18 +05:30
018cb7f36b
add a custom user onebox ( #5542 )
...
* add custom user onebox
* add specs
2018-01-30 11:03:08 +01:00
843d88c5d0
Remove unused imports
2018-01-29 20:11:12 -08:00
5d18f72b8c
Add tests for text-direction functions
2018-01-29 19:16:35 -08:00
41f1e7430c
Refactor code; add tests
2018-01-29 17:42:19 -08:00
95e0aa059c
UX: The delete button is also a dropdown
2018-01-29 19:15:19 -05:00
330912e1e5
FIX: allowed href scheme link can start with a + ( #5537 )
...
* allowed href scheme link can start with a +
* allow tel:// links only to start with +
* add missing semicolon
* add test
2018-01-30 11:02:23 +11:00
f3502853fa
correct spec regression
2018-01-30 08:54:37 +11:00
f946db4afe
FIX: inline oneboxer min title length of 2
...
also: cache mini onebox misses as well to cut down traffic
2018-01-30 08:40:04 +11:00
d37477b1ef
FIX: show label beside confirm user fields, and fix spacing around them
2018-01-29 16:39:41 -05:00
2eef9b3295
UX: Adding a sticky footer to the post history modal, removing bootstrap columns
2018-01-29 15:15:50 -05:00
fcc86d5be3
FIX: time read on users directory was not rendering correctly on mobile
2018-01-29 13:31:18 -05:00
51e327f640
FIX: Remove old text
2018-01-29 13:18:44 -05:00
73fae6513f
FIX: Missing translation
2018-01-29 13:16:58 -05:00
77ac14d475
prevent users with a tiny number of posts to dominate the 'new user of the month' leaderboard
2018-01-29 12:09:17 +01:00
52fbf9d3ae
FIX: emoji-picker improvements
...
* fix a performance issue on mobile when modifying filtering query, thanks to David Taylor and Jorge Manrubia for the initial finding and solution
* minor refactoring
* better positioning of the picker on mobile
2018-01-29 11:05:35 +01:00
8252f1e4ff
fix site setting name
2018-01-29 11:04:56 +01:00
238e3f8a71
New 'presence_max_users_shown' site setting (defaults to 5)
2018-01-29 10:48:42 +01:00
8ab585e25f
add more tests for 'log private message views' feature
2018-01-29 13:11:20 +05:30
073d072aa6
correct lockfile
2018-01-29 18:28:59 +11:00
4662cc428f
Fix RTL topic-admin-menu-position ( #5497 )
2018-01-29 18:14:36 +11:00
b2b85dc694
Lock down gem versions so bundle update can be run ( #5531 )
2018-01-29 18:13:39 +11:00
fa5880e04f
PERF: ability to crawl for titles without extra HEAD req
...
Also, introduces a much more aggressive timeout for title crawling
and introduces gzip to body that is crawled
2018-01-29 15:40:12 +11:00
42970e758e
Use consistent style for string concatenation
2018-01-28 18:45:11 -08:00
1f6adbea5c
FEATURE: log private message views
2018-01-29 08:08:08 +05:30
caa38aaaad
Add support for mixed text directions
2018-01-28 18:33:55 -08:00
4c19088084
FIX: hides upload link on mobile
2018-01-28 09:48:41 +01:00