Commit Graph

1399 Commits

Author SHA1 Message Date
c019ed6fb0 Make composer full-width by default
closes #398
2015-09-16 16:04:15 +09:30
b0da51309e Copy properties when monkey-patching 2015-09-16 16:03:25 +09:30
92437edd1b Revert "Revert "Scroll overflowing post content""
This reverts commit b695f4d06378132e3f2236a4f17f825e74bb7db8.
2015-09-16 14:10:30 +09:30
b695f4d063 Revert "Scroll overflowing post content"
This reverts commit 64207a53c6eb47bb6192902a69390853ea5f7e11.
2015-09-16 14:08:59 +09:30
8414a59908 Don't use a default dropdown label 2015-09-16 10:12:49 +09:30
64207a53c6 Scroll overflowing post content
closes #143
2015-09-16 08:39:30 +09:30
a9e001a4ce Merge pull request #488 from billmn/patch-1
Changed default Admin password
2015-09-15 17:56:04 +02:00
fc8dfd8893 Changed default Admin password
Default Admin password doesn't pass the new validation rule (min 8 chars)

See: cbcad27679 (diff-2e6d4ed85cd06d3e11f7f8428746214eR126)
2015-09-15 17:52:33 +02:00
701ad0a977 Add API to set asset compiler filename 2015-09-15 21:20:32 +09:30
cd5f5515e2 Try to make PHP extension requirement message clearer 2015-09-15 09:18:26 +02:00
3221e80014 Give more padding to discussion list controls
Closes #218.
2015-09-15 09:01:41 +02:00
d8c2cbc265 Mark all notifications with the same subject as read 2015-09-15 16:20:22 +09:30
f6ad891850 Rename ExternalAuthenticator to Authenticator 2015-09-15 16:03:10 +09:30
e524c59f97 Improve external authentication API
Some providers (e.g. Twitter) don't expose user email addresses, so it
turns out we can't use that as the sole form of identification/account
matching.

This commit introduces a new `auth_tokens` table which stores arbitrary
attributes during the sign up process. For example, when Twitter is
authenticated, a new auth token containing the user's Twitter ID will
be created. When sign up is completed with this token, that Twitter ID
will be set as an attribute on the user's account.
2015-09-15 15:56:48 +09:30
cac670e699 Focus on username field when login buttons are present 2015-09-15 13:04:45 +09:30
d9062ced96 Remove margin when no login buttons are present 2015-09-15 13:04:28 +09:30
90a3bff638 Tweak notifications indicator appearance 2015-09-15 12:54:49 +09:30
ddafefc354 Merge branch 'compact-posts' 2015-09-15 12:42:32 +09:30
fa265152c7 Clean up new post layout 2015-09-15 12:42:03 +09:30
5c98a08e0f Merge branch 'master' into compact-posts 2015-09-15 11:27:49 +09:30
6beb4fe898 Add external authenticator (social login) API
Allows registrations to be completed with a pre-confirmed email address
and no password.
2015-09-15 11:27:31 +09:30
53f7112248 Update beta 2 release date v0.1.0-beta.2 2015-09-15 10:28:47 +09:30
a2def83045 Update dependencies 2015-09-14 18:45:49 +09:30
cbcad27679 Improve installer validation
Very rough, but works for now. The basic premise being that we need to
collect all user data before we proceed with installation.
2015-09-14 18:13:24 +09:30
9bf485359a Prevent XML from being interpreted as PHP short tags 2015-09-14 18:12:36 +09:30
60323e0cf9 Bump version number 2015-09-14 16:32:31 +09:30
8cccaaaf6b Improve API error handling
- Change 'path' key to 'source.pointer', as per spec
- Add 500 error detail if debug mode is on
2015-09-14 15:40:07 +09:30
b7d8afe6a4 Add doctrine/dbal dependency so that migrations can rename columns 2015-09-14 15:31:05 +09:30
ff8ec59310 Increase text contrast
closes #390
2015-09-14 15:16:19 +09:30
8eda6c7d36 Style disabled fields properly 2015-09-14 14:49:28 +09:30
d5b58b3146 Only set XHR authorization header if token isn't empty 2015-09-14 14:49:11 +09:30
f00d2b1363 Remove unused component 2015-09-14 14:48:05 +09:30
190aa925ac Set cookies to be HTTP only 2015-09-14 14:40:05 +09:30
60b19efe0a Password is not necessarily required
e.g. on my LAMP setup, I sometimes use a MySQL account without a
password
2015-09-14 14:39:18 +09:30
b2fa6b1a2e Add changelog 2015-09-12 19:11:03 +02:00
e7d7df3b0c Cleanup 2015-09-11 09:16:53 +02:00
3b5a01e603 Implement more validation in installer 2015-09-11 09:16:43 +02:00
b05f83d25a Add green color for online indicator on user cards
Closes #452.
2015-09-11 08:49:07 +02:00
902d01712b Remove pointless JSON-API action base class
Cleanup related to #118.
2015-09-09 09:04:49 +02:00
502a3787d5 Move remaining extension handling to middleware 2015-09-09 08:56:11 +02:00
b8ac49ffcc Move exception handling for Flarum exception classes to middleware
Related to #118.
2015-09-08 22:36:32 +02:00
4b4cea4d87 Implement interface to serialize exceptions to JSON-API format
Related to #118
2015-09-08 22:35:39 +02:00
c0e7ff5ea1 Give iframes in posts a max width 2015-09-08 11:51:36 +09:30
e54944d6c3 Reduce event post font size 2015-09-08 11:13:35 +09:30
d39bca192e Add more breathing room between posts and sidebar 2015-09-08 11:13:28 +09:30
efff485d6c Restyle posts to be more compact, relocate controls 2015-09-08 10:29:00 +09:30
6a5427b600 Make unread discussion titles less overwhelming 2015-09-08 10:27:50 +09:30
e8621636c5 Add init hook as a way to effectively monkey patch constructors
Related to #246
2015-09-08 10:27:02 +09:30
1aaff46f8e Increase text contrast slightly 2015-09-08 10:24:20 +09:30
8c4e095f23 Allow first post to be hidden/restored
Anti-spam extensions may automatically hide the first post in a
discussion, and thus we had to implement smarter permissions so
discussions with zero posts wouldn't be visible to users other than the
author/mods. This change allows those hidden posts to be restored again.
2015-09-07 16:03:45 +09:30