Shannon
8d9f741a6a
Working on user timeouts - now have the user timeout time being nicely tracked in the back office with a bit of injector magic both on the client side and the server side with filters. Now to wire up the call to get remaining seconds if a request hasn't been made for a specified amount of time, then we can add UI notification about timeout period.
2013-10-15 18:46:44 +11:00
Shannon
7451e83c73
Integrates authentication within the routes and prevents controllers from being loaded when the user isn't authorized. Ensures we also have a /login route and allows routes to redirect when auth fails.
2013-10-01 13:23:13 +10:00
Shannon
3e9afcfc41
Finishes: U4-2678 Fix logging out and then logging in as another user, the sections, etc... do not get updated.
2013-09-30 20:08:15 +10:00
Shannon
ac2a4a1e0a
Fixing: U4-2678 Fix logging out and then logging in as another user, the sections, etc... do not get updated. - all event broadcasting is now centralized.
2013-09-30 19:14:30 +10:00
Shannon
5ffca11c5b
Fixing: U4-2678 Fix logging out and then logging in as another user, the sections, etc... do not get updated.
2013-09-30 18:58:24 +10:00
perploug
fdfb019ea7
User password change dashboard
2013-09-16 14:50:56 +02:00
perploug
bcf49c440a
Fix create dialog paths
2013-08-16 15:42:10 +02:00
perploug
e825c08901
Added events.Service and xmlhelper.service
2013-08-12 15:17:34 +02:00
Shannon
5987d6fa13
Implemented logout functionality in the mocks proj
2013-07-31 11:01:02 +10:00
Per Ploug Krogslund
9421ae054f
Removes security.service
...
Merges into user.service, moves the umbraco.security module into
umbraco.services, instead of in the root module, we could consider
doing that for umbraco.resources as well.
2013-07-21 22:14:05 +02:00
Shannon
0f207b01f2
Integrated auth into the UI project and unit tests (you need to log in each time with arbitrary username/password). Fixes authorization, the auth check SHOULD return a 401 so that the MainController re-fires the auth check in order to re-set the 'authenticated' scope flag. Fixed err caused by trying to launch login dialog too many times when too many http calls fail. Converted over authResource to use correct resourcePromise structure. The mock auth is done with angular cookies, so integrated that too. Removes main.js since we don't use it anymore. Fixes media mocks. Removes call to get sections in navigationService since it is irrelevant and causing more issues when not authenticated.
2013-07-10 13:24:28 +10:00
Shannon
5af57d9667
Fixed up the 401 issue with checking authentication which led to other issues of lazy loading in the legacy js tree JS block.
2013-07-09 21:01:29 +10:00
Per Ploug Krogslund
0a08dce8f5
Modifies the dialog css class loading and allows for left side modals
2013-07-05 10:48:12 +02:00
Shannon
895ff65585
Got mock user data working and updated index.html to reflect how we're working with it in the .net solution with correct directives. Now mock tree data seems to be an issue.
2013-06-18 18:36:32 +10:00
Shannon
4630ddb818
updated user service to use $q.when so we can just return values instead of promises.
2013-06-18 18:16:11 +10:00
Shannon
a7b546527c
Added more methods to User Repo/Service to get an IUser by id. Upgraded to angular 1.5.5 to fix an animation bug. Got authorization working nicely now. Fixed up the animation.less files with 1.5.5's breaking animation changes. Fixed up WebSecurity class to always have an instance of HttpContextBase (still requires much more fixing though).
2013-06-17 16:03:27 +10:00
Shannon
88b84c5bcf
Fixed up user login logic and works now, now to clean up the user data.
2013-06-17 05:34:30 +02:00
Shannon
c52e51b2d8
Fixed up external templated directives to use the templateUrl property which i didn't previously know about, this ensures that a new scope is not created for these elements which was causing issues. updated ignore file some more, removed committed files that shouldn't be there
2013-06-17 04:51:59 +02:00
Shannon
b50658121d
Started integrating authorization services.
2013-06-17 01:06:31 +02:00
Per Ploug Krogslund
47f1dcf4e5
Missing client files, excluding node_modules
2013-06-10 10:44:40 -02:00