framework/less/forum
Toby Zerner 9896378b59 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
..
ActivityPage.less Clean up Post CSS 2015-09-04 12:17:30 +09:30
app.less Add external authenticator (social login) API 2015-09-15 11:27:31 +09:30
AvatarEditor.less Major CSS revamp 2015-07-17 14:47:49 +09:30
Composer.less Improve composer appearance/usability on mobile 2015-11-21 13:16:05 +10:30
DiscussionHero.less Tweak display of badges in the discussion hero 2015-07-22 09:58:14 +09:30
DiscussionList.less Major CSS revamp 2015-07-17 14:47:49 +09:30
DiscussionListItem.less Condense discussion list last reply icons 2015-09-25 13:55:32 +09:30
DiscussionPage.less Use icon instead of "Discussions" text, fix bugs 2015-11-03 15:54:06 +10:30
EditUserModal.less Implement edit user modal 2015-08-05 11:49:37 +09:30
Hero.less Componentize welcome hero close button 2015-07-23 14:47:27 +09:30
IndexPage.less Tweak some styles 2015-08-04 10:49:41 +09:30
LogInButton.less Remove margin when no login buttons are present 2015-09-15 13:04:28 +09:30
LogInModal.less Major CSS revamp 2015-07-17 14:47:49 +09:30
NotificationGrid.less Major CSS revamp 2015-07-17 14:47:49 +09:30
NotificationList.less Make Dropdown and NotificationsDropdown components more extensible 2015-09-04 12:15:11 +09:30
NotificationsDropdown.less Tweak mobile drawer appearance 2015-11-21 13:16:46 +10:30
Post.less Overhaul sessions, tokens, and authentication 2015-12-03 15:11:57 +10:30
PostStream.less Use LESS variable 2015-09-16 17:04:35 +09:30
Scrubber.less Major CSS revamp 2015-07-17 14:47:49 +09:30
SettingsPage.less Major CSS revamp 2015-07-17 14:47:49 +09:30
SignUpModal.less Fix sign up modal 2015-07-23 14:30:55 +09:30
Slidable.less Fix mark as read sliding icon 2015-08-04 11:00:51 +09:30
UserCard.less Add green color for online indicator on user cards 2015-09-11 08:49:07 +02:00
UserPage.less Fix user page display on mobile 2015-07-23 20:24:05 +09:30