Commit Graph

1443 Commits

Author SHA1 Message Date
Franz Liedke
8f6eb51f39 Merge pull request #488 from billmn/patch-1
Changed default Admin password
2015-09-15 17:56:04 +02:00
Davide Bellini
cc4fba830e Changed default Admin password
Default Admin password doesn't pass the new validation rule (min 8 chars)

See: 107dd268f5 (diff-2e6d4ed85cd06d3e11f7f8428746214eR126)
2015-09-15 17:52:33 +02:00
Toby Zerner
5922a64f82 Add API to set asset compiler filename 2015-09-15 21:20:32 +09:30
Franz Liedke
2152860892 Try to make PHP extension requirement message clearer 2015-09-15 09:18:26 +02:00
Franz Liedke
d68cbda900 Give more padding to discussion list controls
Closes #218.
2015-09-15 09:01:41 +02:00
Toby Zerner
50168cc6e8 Mark all notifications with the same subject as read 2015-09-15 16:20:22 +09:30
Toby Zerner
83634302df Rename ExternalAuthenticator to Authenticator 2015-09-15 16:03:10 +09:30
Toby Zerner
21b2f55b8c 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
Toby Zerner
fd5f53dc09 Focus on username field when login buttons are present 2015-09-15 13:04:45 +09:30
Toby Zerner
23062c6d0a Remove margin when no login buttons are present 2015-09-15 13:04:28 +09:30
Toby Zerner
9a10daaaf9 Tweak notifications indicator appearance 2015-09-15 12:54:49 +09:30
Toby Zerner
3fb53df607 Merge branch 'compact-posts' 2015-09-15 12:42:32 +09:30
Toby Zerner
054159c27c Clean up new post layout 2015-09-15 12:42:03 +09:30
Toby Zerner
1ea991c930 Merge branch 'master' into compact-posts 2015-09-15 11:27:49 +09:30
Toby Zerner
1059147e6c 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
Toby Zerner
9f13e454f0 Update beta 2 release date 2015-09-15 10:28:47 +09:30
Toby Zerner
1af199654e Update dependencies 2015-09-14 18:45:49 +09:30
Toby Zerner
107dd268f5 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
Toby Zerner
c2f876b00b Prevent XML from being interpreted as PHP short tags 2015-09-14 18:12:36 +09:30
Toby Zerner
440144a23e Bump version number 2015-09-14 16:32:31 +09:30
Toby Zerner
27d020f86b 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
Toby Zerner
644bf4eb24 Add doctrine/dbal dependency so that migrations can rename columns 2015-09-14 15:31:05 +09:30
Toby Zerner
f2d4b0cc6c Increase text contrast
closes #390
2015-09-14 15:16:19 +09:30
Toby Zerner
cb1cdc1c08 Style disabled fields properly 2015-09-14 14:49:28 +09:30
Toby Zerner
41898f10d2 Only set XHR authorization header if token isn't empty 2015-09-14 14:49:11 +09:30
Toby Zerner
be7adf8534 Remove unused component 2015-09-14 14:48:05 +09:30
Toby Zerner
552e50074e Set cookies to be HTTP only 2015-09-14 14:40:05 +09:30
Toby Zerner
17965f2f61 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
Franz Liedke
7ab3bc1f2d Add changelog 2015-09-12 19:11:03 +02:00
Franz Liedke
a5fdba25e5 Cleanup 2015-09-11 09:16:53 +02:00
Franz Liedke
12ba8d1351 Implement more validation in installer 2015-09-11 09:16:43 +02:00
Malay Ladu
555a408f6c Add green color for online indicator on user cards
Closes #452.
2015-09-11 08:49:07 +02:00
Franz Liedke
78dbaf107e Remove pointless JSON-API action base class
Cleanup related to #118.
2015-09-09 09:04:49 +02:00
Franz Liedke
37cdc25338 Move remaining extension handling to middleware 2015-09-09 08:56:11 +02:00
Franz Liedke
afe0eeefc5 Move exception handling for Flarum exception classes to middleware
Related to #118.
2015-09-08 22:36:32 +02:00
Franz Liedke
774505299c Implement interface to serialize exceptions to JSON-API format
Related to #118
2015-09-08 22:35:39 +02:00
Toby Zerner
334d598d56 Give iframes in posts a max width 2015-09-08 11:51:36 +09:30
Toby Zerner
7c2fbb37b5 Reduce event post font size 2015-09-08 11:13:35 +09:30
Toby Zerner
86af56f472 Add more breathing room between posts and sidebar 2015-09-08 11:13:28 +09:30
Toby Zerner
26d1cb7e9f Restyle posts to be more compact, relocate controls 2015-09-08 10:29:00 +09:30
Toby Zerner
ca53a63fd8 Make unread discussion titles less overwhelming 2015-09-08 10:27:50 +09:30
Toby Zerner
76d0e7770c Add init hook as a way to effectively monkey patch constructors
Related to #246
2015-09-08 10:27:02 +09:30
Toby Zerner
54554578a3 Increase text contrast slightly 2015-09-08 10:24:20 +09:30
Toby Zerner
4a906e28ba 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
Toby Zerner
1ca8a27e62 Merge pull request #438 from mtotheikle/default_extension_build_script
Add a default build script for extensions
2015-09-07 11:01:33 +09:30
Toby Zerner
8d6d35268e Preliminary implementation of master API keys
Part of #205
2015-09-07 08:37:33 +09:30
Michael Williams
b2510d2481 Add a default build script for extensions 2015-09-06 09:21:04 -07:00
Toby Zerner
6cce84e8c1 Remove unused translations 2015-09-05 16:05:02 +09:30
Toby Zerner
35dfe10513 Prevent invalid LESS from crashing application
Failure is silent for now... The default LESS will compile without the
invalid customisations. Not sure if we should log an error somewhere
and display it on the admin page?

closes #400
2015-09-04 22:33:26 +09:30
Toby Zerner
aa9e867f77 Fallback to English if system-wide default_locale doesn't exist 2015-09-04 22:19:28 +09:30