9dc9724e15
Laravel 5.3 upgrade ( #189 )
...
* Started move to laravel 5.3
* Started updating login & registration flows for laravel 5.3 update
* Updated app emails to notification system
* Fixed registations bugs and removed email confirmation model
* Fixed large portion of laravel post-upgrade issues
* Fixed and tested LDAP process
2016-09-17 18:22:04 +01:00
f8a299caee
Fixed login 'intended' redirect for custom urls.
...
Also changed social account detach wording.
2016-08-21 14:49:40 +01:00
43d9d2eba7
Updated all application urls to allow path prefix.
...
Allows BookStack to be installed at a non-root location on a domain.
Closes #40 .
2016-08-14 12:29:35 +01:00
2bb8c3d914
Made email confirmations work with LDAP auth
...
The email_confirmed user field now actually indicates if an email is confirmed rather than defaulting to true if not checked.
This ensures toggleing the 'Require email confirmation' setting actually makes all currently unconfirmed users confirm thier emails.
2016-04-03 12:16:54 +01:00
4caa61fe96
Added a friendlier error for LDAP new user mismatches
2016-04-03 11:16:49 +01:00
66c56e9d02
Added settings helper and formatted code in some files
2016-03-06 12:55:08 +00:00
7bcd967fd9
Increased LDAP testing and fixed any Auth-based bugs found
2016-01-17 15:20:07 +00:00
0821672e70
Cleaned tests up, Started LDAP tests, Created LDAP wrapper
2016-01-15 23:21:47 +00:00
14feef3679
Updated user interfaces for LDAP and added email from LDAP
2016-01-13 22:22:30 +00:00
1c8c9e65c5
Got LDAP auth working to a functional state
2016-01-11 22:41:05 +00:00
14ca31768c
Updated laravel to 5.2 and started ldap implementation
2016-01-09 19:24:21 +00:00
1b736ac045
Added tests for confirmed registration
2015-09-21 20:54:11 +01:00
e8dd7fda1f
Added some basic registration testing
2015-09-10 20:28:53 +01:00
88049476fe
Change application namespace to BookStack
2015-09-10 19:31:09 +01:00
411c331a62
Got registration process working with social accounts
2015-09-06 12:14:32 +01:00
dec0cbb1b2
Got standard form-based registration working
2015-09-05 20:25:57 +01:00
2c3fb557d6
Started social registration
2015-09-05 17:42:05 +01:00
eac7378ce0
Made social accounts attachable
2015-09-04 20:40:36 +01:00
3d18a04c39
Refactored Social auth into service, Made entity an abstract class
2015-09-04 17:50:52 +01:00
2dcc5105ad
Added social sign in
2015-09-04 17:16:58 +01:00
b68f2803fc
Added password reset functionaility. Fixes #27 .
2015-08-23 15:46:02 +01:00
588364a202
Minor fixes to editor and auth
2015-08-05 21:16:10 +01:00
71e2e057cb
Added auth login control
2015-08-05 20:59:39 +01:00
eaa1765c7a
Initial commit
2015-07-12 20:01:42 +01:00