Athou
|
b43aa84c2a
|
enable wadl
|
2014-10-27 09:54:06 +01:00 |
|
Athou
|
19964d253e
|
fix youtube icons (#658)
|
2014-10-27 05:23:36 +01:00 |
|
Athou
|
165f3ed25a
|
revert to using gif for default icon
|
2014-10-26 19:07:52 +01:00 |
|
Athou
|
5058290103
|
remove unused images
|
2014-10-26 18:27:22 +01:00 |
|
Athou
|
358a6029a1
|
cache default (missing) favicon too
|
2014-10-26 18:27:21 +01:00 |
|
Athou
|
fa4bfa729d
|
fix favicon caching
|
2014-10-26 18:27:20 +01:00 |
|
Athou
|
9c9e43cf46
|
readme update (fix #655)
|
2014-10-26 12:34:33 +01:00 |
|
Athou
|
b7e5bd0144
|
changelog update
|
2014-10-26 12:34:21 +01:00 |
|
Athou
|
58dc6f5832
|
Merge branch 'Hubcapp-master'
|
2014-10-26 12:26:30 +01:00 |
|
Athou
|
f409af1c37
|
rewrite favicon fetcher
|
2014-10-26 12:25:44 +01:00 |
|
Tyler Gebhard
|
9e0c94f1a4
|
changes to the way favicons are retrieved for YouTube feeds. Now instead of fetching the YouTube logo, it fetches the YouTube user's custom thumbnail.
|
2014-10-26 03:03:02 -04:00 |
|
Athou
|
3794d61a77
|
readme update (fix #654)
|
2014-10-24 11:15:17 +02:00 |
|
Athou
|
d22da54d53
|
Merge pull request #652 from rationalrevolt/master
Refactor unit tests using DRY, add tests for api login
|
2014-10-23 05:36:11 +02:00 |
|
Sankaranarayanan Viswanathan
|
8e34c44e0d
|
Refactor unit tests using DRY, add tests for api login
|
2014-10-22 22:31:36 -04:00 |
|
Athou
|
b71434acf6
|
use dropwizard built-in executor service facilities
|
2014-10-22 15:36:21 +02:00 |
|
Athou
|
7e158ed9b9
|
for some reason, injecting the session helper is not working here
|
2014-10-22 11:58:03 +02:00 |
|
Athou
|
2ec0d067f3
|
add logback config for tests
|
2014-10-22 10:55:42 +02:00 |
|
Athou
|
effc65b777
|
SecurityCheckProvider now depends on SessionHelper instead of the request
|
2014-10-22 10:52:01 +02:00 |
|
Athou
|
c48e248283
|
move session related classes to subpackage
|
2014-10-22 10:35:50 +02:00 |
|
Athou
|
f9e9a4547c
|
remove unused variable
|
2014-10-22 10:34:55 +02:00 |
|
Athou
|
63e35aba6d
|
remove unused generic type
|
2014-10-22 10:34:18 +02:00 |
|
Athou
|
8f852fb9ac
|
performing post login activities for the custom css is not needed since the css is only retrieved on the website and api methods are going to get called right after this
|
2014-10-22 10:25:14 +02:00 |
|
Athou
|
bf6a13b43f
|
Merge pull request #647 from rationalrevolt/userservice-tests
Remove dependency on HttpSession in UserService
|
2014-10-22 10:22:54 +02:00 |
|
Sankaranarayanan Viswanathan
|
12030f6ce9
|
Provide a SessionHelper to manage the session
|
2014-10-22 01:17:33 -04:00 |
|
Athou
|
07da878bba
|
dependencies upgrade
|
2014-10-17 08:30:53 +02:00 |
|
Sankaranarayanan Viswanathan
|
8d5c3bdec8
|
Rename method
|
2014-10-11 13:37:11 -04:00 |
|
Sankaranarayanan Viswanathan
|
ce95772afa
|
Delete method UserService.login(HttpSession) and copy body to callers
|
2014-10-11 13:29:29 -04:00 |
|
Sankaranarayanan Viswanathan
|
b9f27b2b00
|
Make cookieLogin handle HttpSession by itself
|
2014-10-11 13:24:12 -04:00 |
|
Sankaranarayanan Viswanathan
|
0059cabebe
|
Cover SecurityCheckProvider.SecurityCheckInjectable.cookieLogin with tests
|
2014-10-11 13:18:09 -04:00 |
|
Sankaranarayanan Viswanathan
|
326ee79c8c
|
Remove HttpSession dependency in UserService phase 1 complete
|
2014-10-09 20:53:38 -04:00 |
|
Sankaranarayanan Viswanathan
|
54cc265ee6
|
Refactored UserREST login to populate session itself
|
2014-10-09 08:38:50 -04:00 |
|
Sankaranarayanan Viswanathan
|
e38778b4d0
|
Added tests to UserREST.login
|
2014-10-09 08:31:34 -04:00 |
|
Athou
|
6152d3c14a
|
Merge pull request #646 from rationalrevolt/userservice-tests
Additional tests on UserService.login and refactor
|
2014-10-09 05:05:23 +02:00 |
|
Sankaranarayanan Viswanathan
|
8a172170ea
|
Test that PostLoginActivities are executed for user after auth success
|
2014-10-08 22:39:32 -04:00 |
|
Sankaranarayanan Viswanathan
|
64b5d64709
|
Inject PostLoginActivities and refactor
|
2014-10-08 22:18:16 -04:00 |
|
Sankaranarayanan Viswanathan
|
67d7315003
|
Extract afterLogin into a separate class
|
2014-10-08 21:39:39 -04:00 |
|
Sankaranarayanan Viswanathan
|
47da4a2a1a
|
Change visibility to package private
|
2014-10-08 21:03:53 -04:00 |
|
Sankaranarayanan Viswanathan
|
174be9c2d1
|
Added additional tests for UserService login
|
2014-10-08 20:59:05 -04:00 |
|
Athou
|
9b68539322
|
fix wrong spacing
|
2014-10-08 06:56:01 +02:00 |
|
Athou
|
2a4660ffa6
|
Merge pull request #645 from rationalrevolt/userservice-tests
Added a couple of unit tests on login method of UserService
|
2014-10-08 06:50:03 +02:00 |
|
Sankaranarayanan Viswanathan
|
dce0cf7ee4
|
Added a couple of unit tests for UserService login
|
2014-10-08 00:31:49 -04:00 |
|
Sankaranarayanan Viswanathan
|
d6c39d4aba
|
Add jcenter repository and mockito dependency to pom.xml
|
2014-10-07 23:14:03 -04:00 |
|
Athou
|
fd7e183f40
|
Merge pull request #642 from fabianofranz/master
Couple fixes
|
2014-10-07 20:38:29 +02:00 |
|
fabianofranz
|
bf78a80f29
|
Fixes OpenShift build
|
2014-10-07 15:07:54 -03:00 |
|
fabianofranz
|
0ff630b8bd
|
Parenthesis in unread-counter is now on CSS
|
2014-10-07 13:52:31 -03:00 |
|
fabianofranz
|
49b9e3f278
|
Fixes OpenShift stop script which caused issues with git push
|
2014-10-07 13:52:31 -03:00 |
|
fabianofranz
|
a4cc65c6a4
|
Removed parenthesis from counter labels
|
2014-10-07 13:52:02 -03:00 |
|
Template builder
|
0b46187ac5
|
Creating template
|
2014-10-07 13:52:02 -03:00 |
|
Athou
|
14ef5af936
|
Merge pull request #641 from ebraminio/patch-1
Use split limit
|
2014-10-06 11:18:04 +02:00 |
|
ebraminio
|
539d9c6d0e
|
Use split limit
|
2014-10-06 11:37:37 +03:30 |
|