Bernhard Posselt
|
d5beb1e72a
|
Revert "fix non utf-8 strings in article body, title, guid and author"
This reverts commit 321584dc33 .
|
2013-12-12 22:43:10 +01:00 |
Bernhard Posselt
|
3789cf50e7
|
Revert "less equal signs and goddamnit php dont spit out warnings if it worked"
This reverts commit d00da128e0 .
|
2013-12-12 22:43:00 +01:00 |
Bernhard Posselt
|
d00da128e0
|
less equal signs and goddamnit php dont spit out warnings if it worked
|
2013-12-12 22:23:00 +01:00 |
Bernhard Posselt
|
321584dc33
|
fix non utf-8 strings in article body, title, guid and author
|
2013-12-12 21:56:21 +01:00 |
Bernhard Posselt
|
55b9265a8d
|
added fixme
|
2013-09-27 20:53:28 +02:00 |
Bernhard Posselt
|
b679b8c031
|
always open links in new tab
|
2013-09-27 20:52:20 +02:00 |
Bernhard Posselt
|
3a13a680a3
|
also group by updates_per_article column
|
2013-09-20 20:06:12 +02:00 |
Bernhard Posselt
|
96a3156a09
|
allow inserted urls again
|
2013-09-14 19:51:51 +02:00 |
Bernhard Posselt
|
6df3b51c55
|
fix sql
|
2013-09-13 21:34:54 +02:00 |
Bernhard Posselt
|
f9691e0faf
|
respect articles per update count in item cleanup
|
2013-09-13 18:14:40 +02:00 |
Bernhard Posselt
|
dda579ccaa
|
also store feeds per article when doing updates
|
2013-09-13 17:59:16 +02:00 |
Bernhard Posselt
|
00c6e040de
|
removed google importer on the serverside, add importer for articles
|
2013-09-12 01:00:32 +02:00 |
Bernhard Posselt
|
09f60e75c9
|
#342 implement export
|
2013-09-12 01:00:32 +02:00 |
Bernhard Posselt
|
ee861fa6dd
|
extra work for postgres, fix #338
|
2013-09-07 23:00:34 +02:00 |
Bernhard Posselt
|
4a36e0e4af
|
quickfix release
|
2013-09-07 20:42:24 +02:00 |
Bernhard Posselt
|
efa881fd42
|
trying to fix delete older than threshold query
|
2013-09-05 14:36:41 +02:00 |
bastei
|
2f22e43a91
|
fix limit calculation for deleteReadOlderThanThreshold
|
2013-09-04 07:09:42 +02:00 |
Bernhard Posselt
|
824f074ecb
|
change email adress in copyright headers
|
2013-08-26 17:23:22 +02:00 |
Bernhard Posselt
|
2d4806ad4d
|
also allow magnet urls in article links, fix #313
|
2013-08-14 01:57:39 +02:00 |
Bernhard Posselt
|
78b0bcc19a
|
move sanitation of urls to the serverside code to also provide security for clients, fix #151
|
2013-08-06 13:56:32 +02:00 |
Bernhard Posselt
|
582dba7e94
|
strip all html tags from author and title, fix #287
|
2013-08-06 13:41:40 +02:00 |
bluehaze
|
8366f4c455
|
Modified readAll, readFolder and readFeed SQL queries
|
2013-07-01 14:32:22 +02:00 |
Bernhard Posselt
|
20597eb1af
|
also set last modified when marking feeds, folders, or all read, fix #256
|
2013-06-22 15:11:34 +02:00 |
Bernhard Posselt
|
6475bf5da4
|
also consider deleted folders and feeds in the feed update, #214
|
2013-06-01 11:00:25 +02:00 |
Bernhard Posselt
|
242555e659
|
fixed a bug when deleting folders
|
2013-05-24 17:15:51 +02:00 |
Bernhard Posselt
|
37b48d2aef
|
fix a bug that would not display items of feeds without folders
|
2013-05-24 15:28:42 +02:00 |
Bernhard Posselt
|
0fe7d8dd7e
|
Fix bug that would still show items after its feed or folder has been marked as deleted, fix #196
|
2013-05-24 15:09:41 +02:00 |
Bernhard Posselt
|
d529559942
|
dont use table in subselect of mark read query to not fail on mysql, fixes #173
|
2013-05-24 13:06:22 +02:00 |
Bernhard Posselt
|
031ba0ce52
|
When creating a feed or folder the it should purge the deleted
Edit
fix #176
|
2013-05-21 21:10:45 +02:00 |
s17t.net
|
c67fa31a2a
|
Fix #174
|
2013-05-18 18:49:30 +02:00 |
Bernhard Posselt
|
347000cc2d
|
use a deleted flag for deleted feeds to handle undo
|
2013-05-10 13:30:00 +02:00 |
Bernhard Posselt
|
b8b4dfb496
|
only make one request for mark all read and mark folder read, fix #171, fix a bug that prevented readding of feeds when its folder was deleted, fix a bug that would not allow mark read for feeds when the app was started for the first time
|
2013-05-09 12:57:35 +02:00 |
Bernhard Posselt
|
2dfab0dbec
|
added toAPI methods for folder and feed
|
2013-05-02 12:53:17 +02:00 |
Bernhard Posselt
|
0da3c160df
|
add serialize method for api
|
2013-05-02 12:44:37 +02:00 |
Bernhard Posselt
|
3fc18156ae
|
go back to order by id, fix #138, use a newest item id to prevent marking items as read that the user didnt see yet fix #141, also update the starred count periodically
|
2013-04-29 13:30:01 +02:00 |
Bernhard Posselt
|
f987751d8c
|
order by pubdate on the client side fix #115
|
2013-04-26 11:52:50 +02:00 |
Bernhard Posselt
|
5cc47b4f41
|
use last_modified column for finding new items (so we also see if they were updated or starred), use offset to paginate rather than item id
|
2013-04-26 11:52:50 +02:00 |
Bernhard Posselt
|
23f8a09489
|
fix broken sql statement fix #122
|
2013-04-25 10:23:15 +02:00 |
Bernhard Posselt
|
381f8efd10
|
set autopurge limit to 200 and purge per feed rather than per user or per all items, fix #98
|
2013-04-20 15:09:15 +02:00 |
Bernhard Posselt
|
76cc72393a
|
added a way to prevent feed from being updated
|
2013-04-19 13:01:44 +02:00 |
Bernhard Posselt
|
42ca456a05
|
fix bug that prevented marking read if the highestitemid was 0
|
2013-04-16 17:16:42 +02:00 |
Bernhard Posselt
|
3b425b0a46
|
dont care if starred items are read or unread, always show them
|
2013-04-16 16:08:55 +02:00 |
Bernhard Posselt
|
dee17d002d
|
dont show unread count when it is 0, dont bold read feeds, implemented autopaging
|
2013-04-16 15:23:12 +02:00 |
Bernhard Posselt
|
3baa8b51e4
|
implement mark as read for feeds and folders, fix #29
|
2013-04-12 11:54:49 +02:00 |
Bernhard Posselt
|
e6d926de62
|
add link to feed which gets opened when clicked on the subheading of an item
|
2013-04-08 15:23:06 +02:00 |
Bernhard Posselt
|
e2381ea22c
|
typo fix
|
2013-04-06 17:58:47 +02:00 |
Bernhard Posselt
|
050d866f54
|
added warnings for future devs to not run into sql injection mistakes
|
2013-04-06 17:56:24 +02:00 |
Bernhard Posselt
|
2d8f76d28f
|
fix statusflag db query bugs and unittests
|
2013-04-05 22:56:22 +02:00 |
Bernhard Posselt
|
4560ab8556
|
making shit work since 1988
|
2013-04-05 22:34:52 +02:00 |
Bernhard Posselt
|
c6a279128e
|
fix #37 by fixing multiple, hard to track down typos
|
2013-04-05 16:06:04 +02:00 |