Athou
|
fcb6ad2af2
|
domain name not needed
|
2013-04-24 11:41:13 +02:00 |
|
Athou
|
b767980fe5
|
import using small database transactions, not a huge one with the whole OPML in it, prevents long table lock
|
2013-04-24 05:13:06 +02:00 |
|
Athou
|
23e6915643
|
use java classes instead of scala ones
|
2013-04-23 21:29:16 +02:00 |
|
Athou
|
5bba598b2e
|
allows http threads to continue their job by asynchronously queuing database updates
|
2013-04-23 21:16:30 +02:00 |
|
Athou
|
c71b0aee96
|
don't batch refresh more than 100 feeds
|
2013-04-23 16:00:18 +02:00 |
|
Athou
|
83946373d9
|
use a constant instead
|
2013-04-23 15:58:56 +02:00 |
|
Athou
|
f705faf7ac
|
added missing injection points
|
2013-04-23 12:03:17 +02:00 |
|
Athou
|
d6597d8cdd
|
simulate internet ag
|
2013-04-23 11:55:47 +02:00 |
|
Athou
|
5c4df4e451
|
handle background threads ourselves, leave the stateless pool intact
|
2013-04-23 10:51:05 +02:00 |
|
Athou
|
3dd5f8375a
|
dependencies update
|
2013-04-23 10:33:07 +02:00 |
|
Athou
|
62215bf66e
|
removed unnecessary class declaration
|
2013-04-23 10:25:50 +02:00 |
|
Athou
|
0c2712cc6b
|
removed ugly tree icons
|
2013-04-23 10:23:08 +02:00 |
|
Athou
|
d56b13784d
|
added missing injection point
|
2013-04-23 09:55:30 +02:00 |
|
Athou
|
24198689a5
|
properly detect invalid characters
|
2013-04-23 09:40:13 +02:00 |
|
Athou
|
8500589943
|
combine all characters stripping in one place
|
2013-04-23 09:31:02 +02:00 |
|
Athou
|
29b3b92b85
|
throw an exception when needed, prevents html error pages parsing
|
2013-04-23 09:14:18 +02:00 |
|
Athou
|
92e76d469f
|
check for nulls before querying the database
|
2013-04-23 09:06:35 +02:00 |
|
Athou
|
64747881de
|
detect encoding and trim invalid characters before parsing xml (#60)
|
2013-04-23 07:20:21 +02:00 |
|
Athou
|
9cb56557be
|
Merge pull request #59 from joshmatz/master
Make AngularJS minification compatible
|
2013-04-22 21:51:50 -07:00 |
|
Josh Matz
|
e620988fc3
|
Whitespace cleanup
|
2013-04-22 21:19:53 -05:00 |
|
Josh Matz
|
d36a7240bf
|
AngularJS minify compatible
|
2013-04-22 20:58:18 -05:00 |
|
Athou
|
6011411dc4
|
google analytics support
|
2013-04-22 20:49:24 +02:00 |
|
Athou
|
fbba5dce16
|
completely disable transactions for background threads
|
2013-04-22 18:02:57 +02:00 |
|
Athou
|
8376b69f25
|
prevent NPE
|
2013-04-22 17:56:30 +02:00 |
|
Athou
|
bc072a3727
|
comment sample connection configuration
|
2013-04-22 17:11:32 +02:00 |
|
Athou
|
c59a23ea4f
|
variables tweaking for heavy load
|
2013-04-22 16:06:18 +02:00 |
|
Athou
|
faaf18f5cf
|
trim unicode characters from url if any
|
2013-04-22 13:20:17 +02:00 |
|
Athou
|
c2e56ccce0
|
added sample mysql connection configuration
|
2013-04-22 13:20:05 +02:00 |
|
Athou
|
1cd153a4ba
|
typo
|
2013-04-22 11:58:06 +02:00 |
|
Athou
|
839beb5d14
|
small optimizations
|
2013-04-22 10:23:53 +02:00 |
|
Athou
|
bb5d76109a
|
Integer.MAX_VALUE is actually the maximum value in seconds, construct date with milliseconds (#56)
|
2013-04-22 09:05:04 +02:00 |
|
Josh Matz
|
db53da7110
|
Ignore Sublime Project Files
|
2013-04-21 20:38:16 -05:00 |
|
Athou
|
d28c74ea25
|
use a default date instead of null
|
2013-04-21 23:07:19 +02:00 |
|
Athou
|
52e1b23341
|
removed as it actually beaks transactions
|
2013-04-21 22:56:41 +02:00 |
|
Athou
|
c3a271fcd0
|
not needed anymore as we now strip utf8 4-byte characters
|
2013-04-21 18:59:38 +02:00 |
|
Athou
|
1e94cc434c
|
skipping initial entries marking as the query takes too long to complete and locks the database
|
2013-04-21 18:57:31 +02:00 |
|
Athou
|
1f15cabfa5
|
strip down utf8 4-byte characters
|
2013-04-21 18:38:28 +02:00 |
|
Athou
|
0f5cb77502
|
show shortcuts on '?' keypress (#52)
|
2013-04-21 17:07:34 +02:00 |
|
Athou
|
0204dadc3f
|
make sure dates are in an acceptable interval
|
2013-04-21 16:56:09 +02:00 |
|
Athou
|
21366e15a8
|
link to log in with demo account on the welcome page
|
2013-04-21 14:11:49 +02:00 |
|
Athou
|
78707a200f
|
increase tomee stateless pool size
|
2013-04-21 14:02:48 +02:00 |
|
Athou
|
e161ff4167
|
create a demo user on startup and prevent any profile modification
|
2013-04-21 13:50:10 +02:00 |
|
Athou
|
e8b1be8ccb
|
added donate button
|
2013-04-21 12:48:34 +02:00 |
|
Athou
|
d4fa817983
|
import opml asynchronously
|
2013-04-21 12:39:10 +02:00 |
|
Athou
|
0cc26b9380
|
don't encode all html entities (#46)
|
2013-04-21 12:13:02 +02:00 |
|
Athou
|
c1db200c54
|
move write lock to feed creation only
|
2013-04-21 11:24:45 +02:00 |
|
Athou
|
3378c3c310
|
help page styling
|
2013-04-21 11:19:13 +02:00 |
|
Athou
|
95bb581405
|
style error page
|
2013-04-21 11:12:24 +02:00 |
|
Athou
|
74227c2fef
|
use cdnjs instead of netdna
|
2013-04-21 10:46:30 +02:00 |
|
Athou
|
cb55865652
|
attempt to fix invalid_grant error
|
2013-04-21 10:20:30 +02:00 |
|