1
0
mirror of https://github.com/flarum/core.git synced 2025-08-25 01:16:20 +02:00
Commit Graph

8468 Commits

Author SHA1 Message Date
Toby Zerner
6f9e4f2e16 Rename package 2015-12-29 12:55:11 +10:30
Toby Zerner
38de892d36 Rename package 2015-12-29 12:55:05 +10:30
Toby Zerner
c0a54a6786 Rename package 2015-12-29 12:54:58 +10:30
Toby Zerner
ffb9f7a34d Rename package 2015-12-29 12:54:51 +10:30
Toby Zerner
f096e54edd Rename package 2015-12-29 12:54:24 +10:30
Toby Zerner
e087b04e6b Rename package 2015-12-29 12:54:16 +10:30
Toby Zerner
2f3abb9cae Merge branch 'oauth2-controller' 2015-12-29 11:13:00 +10:30
Toby Zerner
7cc2e46173 Bypass email activation when admin creates user via API 2015-12-29 11:02:07 +10:30
Franz Liedke
03098341f7 Merge pull request #58 from maelsoucaze/master
Sort language keys by firstname (alphabetically)
2015-12-28 21:00:27 +01:00
Maël Soucaze
162d82e2df Sort language keys by firstname (alphabetically) 2015-12-27 20:16:18 +01:00
Franz Liedke
52cf465a90 Installer: Loosen restrictions on MySQL connection details
Closes #602.
2015-12-27 17:31:42 +01:00
Franz Liedke
fa72097a52 Merge pull request #57 from petermein/follow-after-reply
Added forum heading and followAfterReply
2015-12-27 15:51:36 +01:00
Peter Mein
3ced3d377f Moved english to package yml 2015-12-26 22:09:27 +01:00
Peter Mein
596ed23495 Fixed name to camel case 2015-12-26 13:06:58 +01:00
Peter Mein
e607297635 Changed case on helper function
Stub for renaming case of file
2015-12-26 13:06:31 +01:00
Ahsanul Bari
6d2de8db07 Issue #197: Make PostStreamScrubber display numbers relating to only comment posts 2015-12-25 13:01:42 +06:00
Toby Zerner
f69369fb88 Merge pull request #690 from Luceos/phpdoc
fixes flarum/core#678 phpdoc for ip_address on Post model
2015-12-24 10:11:23 +10:30
Daniel Klabbers
3eebf207cc fixes flarum/core#678 phpdoc for ip_address on Post model 2015-12-23 13:54:58 +01:00
Toby Zerner
cb48fffa7e Extract notification settings into an item list 2015-12-21 10:38:15 +10:30
Toby Zerner
73e78ef80c Pass user model, not user name 2015-12-21 08:56:11 +10:30
Toby Zerner
e8e3a45ed2 Fix translation variable 2015-12-21 08:55:44 +10:30
Franz Liedke
829b9bbdb8 Merge pull request #684 from ahsanity/settings-migration
Converted 'settings' table 'value' column from BLOB to TEXT
2015-12-18 13:45:20 +01:00
Ahsanul Bari
dec7a314ba Issue#669: Convert 'settings' table 'value' column to TEXT instead of BLOB 2015-12-18 02:25:50 +06:00
Peter Mein
46f3f95842 Added forum heading and followAfterReply 2015-12-17 10:51:44 +01:00
Peter Mein
b6464a719e Added missing import 2015-12-16 13:48:38 +01:00
Peter Mein
2e110b6ccb Added user online indicator to post 2015-12-16 13:43:46 +01:00
Franz Liedke
38cf04522e Clean up code 2015-12-11 21:16:38 +01:00
Franz Liedke
1ff5d94324 Merge pull request #24 from cmaas/master
Includes primary tag when starting a discussion under secondary tag.
2015-12-11 21:14:35 +01:00
ntaso
1680b1bfe9 Includes primary tag when starting a discussion under secondary tag. Fixes #424. 2015-12-11 17:55:02 +01:00
Franz Liedke
79c1fdf5db Don't return from inside a finally block
This is not supported in HHVM:
https://github.com/facebook/hhvm/issues/5162

Reported on the forum:
https://discuss.flarum.org/d/1390-migrating-from-php-5-6-x-to-php-7-0-x/7
2015-12-10 11:35:51 +01:00
Toby Zerner
448870721f Fix admin login 2015-12-06 08:47:51 +10:30
Toby Zerner
94a1bbf9ef Fix tests and CS 2015-12-05 22:31:33 +10:30
Toby Zerner
f3e0fd5903 Allow username capitalisation to be changed
See https://discuss.flarum.org/d/1573-uppercase-lowercase-username-flagged-as-taken
2015-12-05 15:43:40 +10:30
Toby Zerner
f25bd6d196 Add base OAuth2 controller 2015-12-05 15:25:10 +10:30
Toby Zerner
b4d3f2e648 Garbage-collect email/password/auth tokens. closes #217 2015-12-05 15:24:05 +10:30
Toby Zerner
09a281dbc5 Clean up some method arguments 2015-12-05 15:22:42 +10:30
Toby Zerner
b5133fab8f Log in immediately after registration
Newly-created accounts are allowed to log in straight away, but they still have the permissions of a guest until they've confirmed their email address. Instead of showing a success message after registration, we reload the page since they're already logged in.

Still todo: show a message explaining that they need to verify their email address to do anything, and allow it to be resent.
2015-12-05 15:22:25 +10:30
Toby Zerner
f81c489eee Improve LoginButton styles, make popup window smaller 2015-12-05 15:19:24 +10:30
Toby Zerner
cda00550aa Rework sessions, remember cookies, and auth again
- Use Symfony's Session component to work with sessions, instead of a custom database model. Separate the concept of access tokens from sessions once again.
- Extract common session/remember cookie logic into SessionAuthenticator and Rememberer classes.
- Extract AuthenticateUserTrait into a new AuthenticationResponseFactory class.
- Fix forgot password process.
2015-12-05 15:11:25 +10:30
Toby Zerner
8a698d14a6 Add ConfirmPasswordModal translations 2015-12-03 21:08:09 +10:30
Toby Zerner
0aef9df793 Add CSRF token to auth request 2015-12-03 21:00:32 +10:30
Toby Zerner
3f8cdd1e7e Fix case-sensitive class names 2015-12-03 18:29:00 +10:30
Toby Zerner
8e38197756 Allow forum to be taken offline via config 2015-12-03 17:56:27 +10:30
Toby Zerner
7498f488f5 Fix previous commit 2015-12-03 17:56:04 +10:30
Toby Zerner
d55ba2c483 Merge branch 'sudo-mode'
# Conflicts:
#	CHANGELOG.md
2015-12-03 15:12:51 +10:30
Toby Zerner
32e9c0587c Overhaul sessions, tokens, and authentication
- Use cookies + CSRF token for API authentication in the default client. This mitigates potential XSS attacks by making the token unavailable to JavaScript. The Authorization header is still supported, but not used by default.
- Make sensitive/destructive actions (editing a user, permanently deleting anything, visiting the admin CP) require the user to re-enter their password if they haven't entered it in the last 30 minutes.
- Refactor and clean up the authentication middleware.
- Add an `onhide` hook to the Modal component. (+1 squashed commit)
2015-12-03 15:11:57 +10:30
Toby Zerner
1c094c175e Fix crash when loading notifications in some instances
Specifically, the crash would occur when the first notification had a subject without a discussion relationship (e.g. the Subscriptions extension's newPost notification, where the subject itself was a discussion). Instead of simply eager loading the nested subject.discussion relationship, we load discussions manually instead.
2015-12-03 15:10:05 +10:30
Toby Zerner
127b4a7607 Fuzzy-match global forum permissions
This means that the "Start a Discussion" button will still be enabled if the user is not allowed to start globally, but only in certain tags.

Also add some other stuff to the changelog.

closes #640
2015-12-03 15:08:28 +10:30
Toby Zerner
d4e52a6ad8 Various user interface tweaks 2015-12-03 15:02:52 +10:30
Toby Zerner
8664a5e0b0 Fix notifications icon/badge color for dark header 2015-12-03 15:02:29 +10:30