21 Commits

Author SHA1 Message Date
Samuel Georges
3b7330f06a Typo 2017-07-13 19:38:44 +10:00
Samuel Georges
8002c1010b Create migrate script to split permissions out
Permissions have been moved from Groups to a new Role model
Refs #2367
2017-07-11 19:17:44 +10:00
Samuel Georges
00ddd8e2b4 string -> ::class + docs 2017-05-20 20:01:19 +10:00
Samuel Georges
2659ae708f Add doc blocks 2016-09-09 06:16:24 +10:00
Samuel Georges
d58a8478f6 FTFY Refs #1796
The event should come after the logic as per the developer guidelines. If the event comes before the logic, it should be called beforeLogin. In this case, beforeLogin doesn't make sense, so just move the event after the parent::afterLogin call.
2016-02-27 14:07:21 +11:00
Filip Iulian Pacurar
1ab94d4514 Add a new event on login - backend.user.login
I wanted to listen to an event when a users logs-in in the backend and I realised that October does not yet have that. It would be great to support this out of the box to avoid users make changes to core files or listen to hack-ish events to do something after login.
2016-02-13 12:46:51 +02:00
Samuel Georges
12972cd086 Lax the validation rules on login, email + pass 2015-12-19 09:53:17 +11:00
Samuel Georges
8139def435 Bump max values to their db equivalents 2015-09-30 06:09:51 +10:00
Samuel Georges
2afe43e0fd getAvatarThumb should takes options for thumb compilation 2015-04-11 22:55:10 +10:00
Samuel Georges
a936255407 Use Mystery man default gravatar image 2015-01-18 15:00:05 +11:00
Samuel Georges
5d6b634ded Don't force default groups on new admins, this is now handled by the user interface 2014-12-16 12:48:54 +11:00
Samuel Georges
e3dae22758 Back-end user groups can now be marked to add new administrators by default
Streamline naming of backend user groups
Add description field to backend user group table
2014-12-16 12:39:38 +11:00
Sam Georges
c32ba4cbad Minor code clean 2014-11-04 17:41:48 +11:00
Stefan Talen
07a0a7e428 Updating modules/backend/models 2014-10-11 00:04:51 +02:00
Sam Georges
2c4317f8f2 Allow API to override login Attribute 2014-10-08 18:54:45 +11:00
Sam Georges
f19152d066 Increase accepted password length 2014-09-13 17:20:59 +10:00
Sam Georges
21bdee9338 Traits in base classes are now booted (Yay Laravel!) 2014-07-12 17:29:40 +10:00
Sam Georges
e29d88e07a Validation + Purgeable traits must now be used in the Model class definition 2014-07-11 21:15:21 +10:00
Sam Georges
ebb869186d Hashable usage now requires explicit trait 2014-07-11 19:37:15 +10:00
Sam Georges
3617a7fea8 Important! All references to *Email* have been changed to *Mail*
(This change might hurt a little, sorry!)
2014-07-04 19:14:15 +10:00
Sam Georges
71a5dd67ab Welcome to the world, October :-) 2014-05-14 23:24:20 +10:00